Table Description
Incident Restraint: Details information specifically related to the incidents due to restraints occurred at the provider facility.

A participant involved in an incident may need to be restrained to protect themselves or the facility.

Example

Robert is found in his room at the live-in facility self-injuring (e.g. cutting). William, a facility worker, immediately restrains Robert to stop him from cutting himself.

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::CPM::Service Layer::Incident::Entity::IncidentRestraint
Controlling File: CPM\model\Packages\Service Layer\Incident\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
incidentRestraintIDkeynoUnique reference number assigned by the system to an incident restraint record.INCIDENT_RESTRAINT_ID SVR_INT64
incidentIDdetailsnoUnique reference number of the associated incident record.INCIDENT_ID SVR_INT64
onWhomParticipantRoleIDdetailsyesThe incident participant on whom a restraint was required and completed.INCIDENT_ON_WHOM_PARTICIPANT_ROLE_ID SVR_INT64
byWhomParticipantRoleIDdetailsyesThe incident participant (typically a provider member) who carried out the restraint.INCIDENT_BY_WHOM_PARTICIPANT_ROLE_ID SVR_INT64
typeCodedetailsyesThe type of restraint used (e.g. chemical restraint, physical restraint, etc.)INCIDENT_RESTRAINT_TYPE_CODEIncidentRestraintTypeSVR_STRING<10>
durationdetailsnoThe unit of measure used for defining the duration of the restraints.INCIDENT_RESTRAINT_DURATION SVR_DOUBLE
durationUnitCodedetailsyesThe unit of measure used for defining the duration of the restraint (e.g. Minutes, Hours, Days, etc.).INCIDENT_RESTRAINT_DURATION_UNIT_CODERestraintTimeUnitsSVR_STRING<10>
recordStatusdetailsnoThe record status of the incident restraint on the incident.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
IncidentRestraint.incidentIDIncident.incidentID
Indices (1)
Index NameAttributes
IncidentRestraintIncidntIDIdxincidentID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: incidentRestraintID
Inserts an incident restraint record for an incident. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an incident restraint record for an incident. 
readread Reads an incident restraint record of an incident. 
removeremove Removes an incident restraint record for an incident. 
searchByIncidentreadmultiORDER_BY: recordStatus
Returns all related incident restraints records for an Incident. 
searchActiveRestraintByIncidentreadmulti Returns all related active incident restraints records for an Incident. 
Related Pages (3)