Table Description
Triage Note: A link between a {@curam.entity core.sl.entity.Note note} and a {@curam.entity intake.entity.IntakeTriage}.
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::TriageNote
Controlling File: Intake\model\Packages\IntakeModules\IntakeTriage\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
triageNoteIDkeynoThe internal system identifier of the TriageNote record.INTERNAL_ID SVR_INT64
participantTriageIDdetailsno INTERNAL_ID SVR_INT64
noteIDdetailsno INTERNAL_ID SVR_INT64
recordStatusdetails  RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
TriageNote.noteIDNote.noteID
TriageNote.participantTriageIDParticipantTriage.participantTriageID
Indices (2)
Index NameAttributes
TriageNoteNoteIdxnoteID
TriageNoteParticipantIdxparticipantTriageID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: triageNoteID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByTriagereadmulti Returns active triage note records for a specific triage. 
Related Pages (4)