Table Description
Triage Execution: Holds information about ExecutionID used to start a Triage Triage provides a way for agencies to gauge a client's needs when they phone or visit the agency. For example a client may have an immediate need for food for his or her family. The Triage Execution entity stores the executionID, the intakeProcess and IntakePhase identifiers for which the triage will be performed on.
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::Intake::IntakeModules::IntakeTriage::Entity::TriageExecution
Controlling File: Intake\model\Packages\IntakeModules\IntakeTriage\Entity\Entity.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
triageExecutionIDkeynoThe Triage Execution ID.INTERNAL_ID SVR_INT64
iegExecutionIDdetailsyesNote: A missing foreign key was created for this field in Curam 6.0 SP3. The Allow Nulls on this foreign key field was changed from 'Not Specified' to 'Yes' as this needs to be specifed on creation of the foreign key. However this should be 'No' but to prevent upgrade impact, the constraint could not be tightened from 'Not Specified' to 'No'.INTERNAL_ID SVR_INT64
concernRoleIDdetailsyesThe concern role id.CONCERN_ROLE_ID SVR_INT64
participantTriageIDdetailsyesNote: A missing foreign key was created for this field in Curam 6.0 SP3. The Allow Nulls on this foreign key field was changed from 'Not Specified' to 'Yes' as this needs to be specifed on creation of the foreign key. However this should be 'No' but to prevent upgrade impact, the constraint could not be tightened from 'Not Specified' to 'No'INTERNAL_ID SVR_INT64
Foreign Keys (3)
ChildParent
TriageExecution.concernRoleIDConcernRole.concernRoleID
TriageExecution.iegExecutionIDIEGExecutionState.executionID
TriageExecution.participantTriageIDParticipantTriage.participantTriageID
Indices (3)
Index NameAttributes
TriageExecIEGExecIDIdxiegExecutionID
IND__1389062218concernRoleID
IND__597842681participantTriageID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: triageExecutionID
Standard Operation 
readread Standard Operation 
readByIegExecutionIDnsread Reads record by the executionID 
Related Pages (0)