Table Description
Evidence Type Status: The status of a particular evidence type (i.e. whether 'in edit').

This information is displayed on the site map for the income support product.

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::Income Support Product::Service Layer::entity::Case::ISPEvidenceTypeStatus
Controlling File: ISProduct\model\Service Layer\entity\Case\Case_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceTypeStatusIDkeynoUnique ID for the Table.ISP_EVIDENCE_TYPE_STATUS_ID SVR_INT64
caseEvidenceTreeIDdetailsnoThe treeID of the tree we are saving the information against.CASE_EVIDENCE_TREE_ID SVR_INT64
caseEvidenceTypeCodedetails The case Evidence Type.CASE_EVIDENCE_TYPE_CODECaseEvidenceTypeCodeSVR_STRING<10>
Foreign Keys (1)
ChildParent
ISPEvidenceTypeStatus.caseEvidenceTreeIDCaseEvidenceTree.caseEvidenceTreeID
Indices (1)
Index NameAttributes
caseEvidenceTreeIdxcaseEvidenceTreeID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceTypeStatusID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByCaseEvidenceTreeIDnsreadmultiREADMULTI_LIM: 150
Method to Search the ISPEvidenceTypeStatusTable to check what Evidence has a status of "in Edit" for a particular case Evidence tree ID.  
countByEvidenceTypeAndTreeIDns Method to count any occurrence of the evidence type for a particular Evidence Tree ID.SQL
Related Pages (0)