Table Description
Case Evidence Type: This entity links CaseEvidence to CaseEvidenceLink by the type of evidence. This entity links CaseEvidence to CaseEvidenceLink by the type of evidence.

Technical Notes

Please Note: This entity is no longer part of the default flow in the Curam Application, as such it is neither written to nor read from by the Curam Application. It continues to be shipped with the Curam model as customer may have custom logic which uses this entity, however it should be noted that if you are implementing custom logic which references this entity then you must also ensure that it is written to as needed. The information that was originally stored in this entity is now stored in case evidence group.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Case::Entity Objects::CaseEvidenceType::CaseEvidenceType
Controlling File: core\model\Packages\Case\CaseEvidenceType_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
caseEvidenceTypeIDkeynoThe unique ID for the caseEvidenceType recordCASE_EVIDENCE_TYPE_ID SVR_INT64
evidenceIDdetailsnoThe link to the caseEvidenceEntityEVIDENCE_ID SVR_INT64
evidenceTypeCodedetails The code table to denote the type of evidence form this record relates toCASE_EVIDENCE_TYPE_CODECaseEvidenceTypeCodeSVR_STRING<10>
evidenceFormNamedetails This attribute indicates which evidence form is used to record evidence.CODETABLE_CODE SVR_STRING<10>
statusCodedetails status of CaseEvidenceType, can be Active, or Superseded.CASE_EVIDENCE_TYPE_STATUS_CODE SVR_STRING<500>
Foreign Keys (2)
ChildParent
CaseEvidenceType.evidenceIDCaseEvidence.evidenceID
CaseEvidenceLink.caseEvidenceTypeIDCaseEvidenceType.caseEvidenceTypeID
Indices (3)
Index NameAttributes
CETypeEvidIDIdxevidenceID
CETypeFormNameIdxevidenceFormName
IND__401830244evidenceTypeCode
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByEvidenceIDreadmulti reads the list of caseEvidenceType records by evidenceID 
readByEvidenceIDAndTypensread reads a single caseEvidenceType record by evidence type code and evidence ID 
countByEvidenceFormNamens This method will return a count of all the caseEvidenceType records with an evidence form name that is the same as that passed in. This will allow us to determine if a particular evidence form has been used to create evidence.SQL
Related Pages (2)