Table Description
Incident Injury Responsibility : Participants(s) responsible for an injury that occurred against another participant during an incident.

This entity stores the details of the participant(s) responsible for injuries resulting from the incident.

Example

William and Sarah, children enrolled in an after school program, were playing on a see-saw in the playground. Robert asked to join in, but William and Sarah refused to allow Robert to join. Robert pushed William off the see-saw, resulting in abrasions on Williams hands and knees. Robert would be the participant responsible for William’s injuries. This entity stores the details of the participant(s) responsible for 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::IncidentInjuryResponsibility
Controlling File: core\model\Packages\Reference Model\Service Layer\Incidents\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
incidentInjuryResponsibilityIDkeynoUnique reference number assigned by the system to an incident injury responsibility record.INCIDENT_INJURY_RESPONSIBILITY_ID SVR_INT64
incidentInjuryIDdetailsnoUnique reference number of the associated incident injury record. INCIDENT_INJURY_ID SVR_INT64
personResponsibledetails The participant responsible for the injury.PERSON_RESPONSIBLE_ID SVR_INT64
recordStatusdetails The record status of the incident injury responsibility.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
IncidentInjuryResponsibility.incidentInjuryIDIncidentInjury.incidentInjuryID
Indices (1)
Index NameAttributes
IND_1223667596incidentInjuryID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: incidentInjuryResponsibilityID
Inserts an incident injury responsibility record. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an incident injury responsibility record. 
readread Reads an incident injury responsibility record. 
removeremove Removes an incident injury responsibility record. 
searchByIncidentInjuryreadmulti Returns all related incident injury responsiblity records for an incident injury. 
Related Pages (7)