Table Description
Triage Result: Stores the results of triage. When a citizen/user runs triage, the results produced are stored on this table.

Example

James Smith access' Citizen Self Service. He is unsure of what services are available to him. He selects the link to begin triage. He completes the triage script and is brought to the Triage Results screen. The system saves the results of his triage script execution.
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::WorkspaceServices::Triage::Entity::TriageResult
Controlling File: WorkspaceServices\model\Packages\Triage\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
triageResultIDkeynoUnique identifier of the triage result record.INTERNAL_ID SVR_INT64
triageResultdetailsnoResults of triage stored as xml.TRIAGE_RESULT SVR_STRING<10000>
rootEntityIDdetails Unique identifier of the data store used to store the results.INTERNAL_ID SVR_INT64
typedetails The type of triage result e.g. triage result in the Citizen Self Service.TRIAGE_TYPETriageTypeSVR_STRING<10>
dateTimedetails Date and time on which the triage result record is created.CURAM_DATETIME SVR_DATETIME
Foreign Keys (1)
ChildParent
ParticipantTriage.triageResultIDTriageResult.triageResultID
Indices (1)
Index NameAttributes
IND__1754565650rootEntityID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: triageResultID
Standard Operation 
removeremove Standard Operation 
searchByTypereadmulti Returns a set of records based on the type specified. 
readread Standard Operation 
readByRootEntityIDreadmulti   
Related Pages (4)