Table Description
LegalStatusLink: Maintain the association between LegalStatus and CaseParticipantRole of the Case Participant

Maintain the association between LegalStatus and CaseParticipantRole of the Case Participant

Example

Linda Smith, a case participant is assigned the legal status of type Temporary Custody

Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Legal Action::Legal Status::Entity::LegalStatusLink
Controlling File: Appeal\model\Packages\LegalAction\LegalStatus\Entity\Entity_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
legalStatusLinkIDkeynoUnique generated IdINTERNAL_ID SVR_INT64
caseParticipantRoleIDdetailsnoCase participant role id of the legal action participant.CASE_PARTICIPANT_ROLE_ID SVR_INT64
legalStatusIDdetailsnoLegal status id associated with the case participant role.INTERNAL_ID SVR_INT64
recordStatusdetails Status of the record.RECORD_STATUSRecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
LegalStatusLinkCPRIDIdxcaseParticipantRoleID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: legalStatusLinkID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readCaseParticipantLegalStatusns Function to retrieve the legal status of a concern role by case participant role id.SQL
searchActiveLSCaseParticipantRolereadmulti Function to retrieve all the active legal statuses for a case member. 
searchLSByCaseParticipantRolereadmulti Function to retrieve all the legal statuses for a case member. 
readCaseParticipantRolens Function to retrieve the case participant role by legalstatusID and recordStatus.SQL
Related Pages (9)