Table Description
Admin Integrated Case Evidence Link: A relationship between an evidence type and an Integrated Case.

The evidence metadata entity stores configuration data about an evidence type. The AdminIntegratedCase entity stores configuration data about an Integrated Case. AdminICEvidenceLink provides a link between evidence metadata and an Integrated Case. These links allows us to define the evidence types that may be captured for the Integrated Case in question.

Example

Take for example an integrated case for Unemployment Insurance, where unearned income is evidence which is captured at the integrated case level. Once the evidence is designed and configured in evidence metadata table, the unearned income evidence type is associated with the Unemployment Insurance integrated case. With these links established the temporal evidence solution will know that these two evidence types are captured and maintained for Unemployment Insurance at integrated case level.

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::Service Layer::Infrastructure::Temporal Evidence::Entity::Admin IC Evidence Link::AdminICEvidenceLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Temporal Evidence\Entity\AdminICEvidenceLink\AdminICEvidenceLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
adminICEvidenceLinkIDkeynoUnique identifier of the Admin IC Evidence Link record.INTERNAL_ID SVR_INT64
evidenceMetadataIDdetailsnoForeign key link to evidence metadata table.EVIDENCE_METADATA_ID SVR_INT64
adminIntegratedCaseIDdetailsnoForeign key link to admin integrated case table.INTERNAL_ID SVR_INT64
shareableInddetails Indicates if the evidence type can be shared by the integrated case. If it is set to true, then this evidence type can be in Evidence Broker to configure sharing between case types.CURAM_INDICATOR SVR_BOOLEAN
categorydetailsyesThe category code for the evidence in the context of this Integrated Case.EVIDENCE_CATEGORYEvidenceCategorySVR_STRING<10>
quicklinkInddetailsyesAn indicator used to show if this evidence type will appear in the quick link list for adding evidence.CURAM_INDICATOR SVR_BOOLEAN
sortOrderdetailsyesThe sort order is an integer value used when ordering evidence types, if multiple types have the same sort order the alphabetic ordering of the type code will be used.EVIDENCE_SORT_ORDER SVR_INT64
Foreign Keys (1)
ChildParent
AdminICEvidenceLink.evidenceMetadataIDEvidenceMetadata.evidenceMetadataID
Indices (3)
Index NameAttributes
ICEvidenceICIDIdxadminIntegratedCaseID
ICEvidenceLnkIdx1evidenceMetadataID, adminIntegratedCaseID
ICEvidenceIdxevidenceMetadataID
Operations (14)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: adminICEvidenceLinkID
AUTO_ID_KEY: ADICEVLNK
PRE_DATA_ACCESS: yes
Standard Operation 
removeremove Standard Operation 
searchICTypeByEvidenceTypensmultiPRE_DATA_ACCESS: yes
 
Searches for integrated case types that use this evidence type.SQL
searchByAdminIntegratedCaseIDnsmulti  SQL
searchIntegrateCasesByEvidenceTypensmulti Retrieves the list of integrated case identifiers a specified evidence type is being used on.SQL
readread Standard Operation 
searchAdminIntegratedCaseByStatusnsmulti Retrieves all Admin Integrated Case records linked to evidence by the record status code specified. The details retrieved include admin integrated case ID and type.SQL
modifyShareableByICIndnsmodify Updates the shareable indicator, used by the evidence broker, on the admin IC evidence link. 
searchAdminIntegratedCaseByStatusShareableIndnsmulti Retrieves all Admin Integrated Case records linked to evidence by the record status code and shareableInd specified. The details retrieved include admin integrated case ID and type.SQL
modifymodify Standard Operation 
searchForDetailsByAdminIntegratedCaseIDnsmulti  SQL
insertAdminICEvidenceLinkinsert <p class="MsoNormal"> <span style="COLOR: #002060">Inserts admin IC evidence link record. This method expects the adminICEvidenceLInkID to be set. It is preferred to call <font color="#000000">insertAdminICEvidenceLink</font> method only in scenarios where calling method wants to set the value of primary key by itself.</span> </p> 
searchEvidenceTypeLinkEntityDetailsByAdminICIDnsmulti  SQL
searchByEvidenceMetaDataAndAdminIntegratedCasereadmulti Returns all columns of Admin Integrated Case Evidence Link for the given evidenceMetadataID and adminIntegratedCaseID. 
Related Pages (21)