Table Description
Participant Data Case Evidence Link: A relationship between an evidence type and a case header of type participant data case.

The evidence metadata entity stores configuration data about an evidence type. PDC evidence link entity provides a link between evidence metadata and a case header of type participant data case, which indicates the list of evidence types used by a case header of type participant data case which use a particular evidence type.

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::PDC Evidence Link::PDCEvidenceLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Temporal Evidence\Entity\PDCEvidenceLink\PDCEvidenceLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
pdcEvidenceLinkIDkeynoUnique reference number of the Participant Data Case evidence link record.INTERNAL_ID SVR_INT64
evidenceMetadataIDdetailsnoIdentifier of the evidence metadata record linked to the Participant Data Case record. This sets up a relationship between the evidence type recorded for the evidence metadata and the Participant Data Case.EVIDENCE_METADATA_ID SVR_INT64
shareableInddetails Indicates if the evidence type can be shared by the Participant Data 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 Participant Data 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
sortOrderdetails The 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
pdcTypeIDdetailsnoParticipant Data Case type identifier to link to type.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
PDCEvidenceLink.evidenceMetadataIDEvidenceMetadata.evidenceMetadataID
PDCEvidenceLink.pdcTypeIDPDCTypeLink.pdcTypeID
Indices (1)
Index NameAttributes
PDCEvidenceIdxpdcTypeID, evidenceMetadataID
Operations (11)
OperationStereotypeOptionsDescriptionSQL
searchByTypeAndStatusnsmultiPRE_DATA_ACCESS: no
 
Retrieves a list of evidence types associated with a participant data case by type.SQL
insertinsertAUTO_ID: pdcEvidenceLinkID
AUTO_ID_KEY: PDCEVLNK
PRE_DATA_ACCESS: yes
Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
countByTypeAndEvidenceMetadatans  SQL
insertPDCEvidenceLinkinsert Inserts participant data case evidence link record. This method expects the pdcEvidenceLinkID to be set. It is preferred to call insertPDCEvidenceLink method only in scenarios where calling method wants to set the value of primary key by itself. 
modifyShareableIndnsmodifyOPTIMISTIC_LOCKING: no
PRE_DATA_ACCESS: no
Updates the shareable indicator, used by the evidence broker, on the participant data case evidence link. 
readread Standard Operation 
searchByEvidenceMetadataAndTypereadmulti Returns all columns of PDC Evidence Link for the given evidenceMetadataID and PDC type. 
searchByTypeCodeAndStatusnsmultiPRE_DATA_ACCESS: no
 
Retrieves a list of evidence types associated with a participant data case by type code.SQL
searchByShareableIndnsmulti Retrieves all participant data case records linked to evidence by the record status code and shareableInd specified. The details retrieved include PDC type ID and type.SQL
Related Pages (0)