Table Description
Incident Staff Action: Details information specifically related to an action taken on the staff due to the incident occurred at the provider facility.

An action taken on the staff due to the incident.

Example

Samantha, a facility staff member, is found inappropriately disciplining a client. Due to Samantha’s involvement in the incident she is suspended without pay for one week.

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::IncidentStaffAction
Controlling File: CPM\model\Packages\Service Layer\Incident\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
incidentStaffActionIDkeynoUnique reference number assigned by the system to an incident staff action record.INCIDENT_STAFF_ACTION_ID SVR_INT64
staffParticipantRoleIDdetailsyesProvider member (facility staff) against whom an action record is being captured. INCIDENT_STAFF_PARTICIPANT_ROLE_ID SVR_INT64
typeCodedetailsyesType of staff action (e.g. letter of reprimand, suspension)INCIDENT_STAFF_ACTION_TYPE_CODEStaffActionTypeSVR_STRING<10>
descriptiondetailsyesDescription of the staff action (e.g. reason for the action, duration of the action)INCIDENT_STAFF_ACTION_DESCRIPTION SVR_STRING<200>
incidentIDdetailsnoUnique reference number of the associated incident record.INCIDENT_ID SVR_INT64
recordStatusdetailsnoThe record status of the incident staff action on the incident.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
IncidentStaffAction.incidentIDIncident.incidentID
Indices (1)
Index NameAttributes
IncidentStaffActnIncidntIDIdxincidentID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: incidentStaffActionID
Inserts an incident staff action record for an incident. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an incident staff action record for an incident. 
readread Reads an incident staff action record for an incident. 
removeremove Removes an incident staff action record for an incident. 
searchByIncidentreadmultiORDER_BY: recordStatus
Returns all related incident staff actions records for an Incident. 
Related Pages (2)