Operation | Stereotype | Options | Description | SQL |
insert | insert | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
read | read | | Standard Operation | |
searchByCaseIDStatusAndType | nsmulti | | Reads all records for a given case of a given status. | SQL |
searchByCaseID | nsmulti | PRE_DATA_ACCESS: yes
| Method that reads all records from the case evidence table by case identifier. This method also selects the CaseEvidence records for an integrated Case which contain evidence which is pertinent to the Case. | SQL |
readNearestEvidence | ns | | This operation is used to read the nearest record in the past to the input date, for a given Case. | SQL |
readNextEvidence | ns | | Retrieves the details of the evidence record with the next highest effective from date after that supplied. | SQL |
readNearestEvidenceByType | ns | | This operation is used to read the nearest record in the past to the input date, for a given Case, which has an associated Case Evidence Type record of the specified type. | SQL |
searchByCaseIDAssessmentID | nsmulti | PRE_DATA_ACCESS: yes
| Method that reads all records from the case evidence table by case identifier
and assessment identifier. This method also selects the CaseEvidence records for an
integrated Case which contain evidence which is pertinent to the Case.
| SQL |
|