Table Description
Incident Injury : Physical harm resulting from an incident.

Incidents may be caused by or result in injury to parties of an incident. As a result, the incident might include one or more injuries to one or more parties.

Example

During a food fight (incident) among residents of a live-in facility, Robert and William were injured by flying plates. Robert received a cut above his eye and William was bruised on the cheek. This entity stores the details of the injuries resulting from the incident.

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::Core::Reference Model::Service Layer::Incidents::Entity::IncidentInjuryPkg::IncidentInjury
Controlling File: core\model\Packages\Reference Model\Service Layer\Incidents\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (13)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
incidentInjuryIDkeynoUnique reference number assigned by the system to an incident injury record.INCIDENT_INJURY_ID SVR_INT64
incidentIDdetailsnoUnique reference number of the associated incident record.INCIDENT_ID SVR_INT64
injurySeveritydetails Severity of the injury.INJURY_SEVERITY_TYPEInjurySeverityTypeSVR_STRING<10>
sourceOfInjurydetails Origination of the injury (e.g. self-inflicted, staff inflicted, negligence, etc.).INJURY_SOURCEInjurySourceSVR_STRING<10>
injuredParticipantdetailsyesName of the Participant who was injured.INJURED_PARTICIPANT_ID SVR_INT64
descriptiondetails Description of the injury.INJURY_DESCRIPTION SVR_STRING<700>
actionTakendetails Action taken to address the injury.ACTION_TAKEN SVR_STRING<200>
userNamedetailsyesThe name of the user.USER_NAME SVR_STRING<64>
recordStatusdetails The status of the incident injury on the incident.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
injuryDueToRestrntInddetails Indicates whether injury was sustained due to restraint.CURAM_INDICATOR SVR_BOOLEAN
injuryCausedetails Cause of the injury during the incident.COMMENTS SVR_STRING<300>
injuryTypedetails Type of the injury record.COMMENTS SVR_STRING<300>
personResponsibledetails The participant responsible for the injury.CONCERN_ROLE_ID SVR_INT64
Foreign Keys (3)
ChildParent
IncidentInjury.incidentIDIncident.incidentID
IncidentInjury.injuredParticipantIncidentParticipantRole.incidentParticipantRoleID
IncidentInjuryResponsibility.incidentInjuryIDIncidentInjury.incidentInjuryID
Indices (2)
Index NameAttributes
incidentInjuryIdxincidentID
IND__91943928injuredParticipant
Operations (5)
OperationStereotypeOptionsDescriptionSQL
searchByIncidentreadmulti Returns all related incident injury records for an Incident. 
insertinsertAUTO_ID: incidentInjuryID
Inserts an incident injury record. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an incident injury record. 
readread Reads an incident injury record. 
removeremove Removes an incident injury record. 
Related Pages (4)