This table is a child of the [Log] table and stores information to related to Logs of Type "Restraint".
|
Column Name |
Version |
Data Type |
Description |
|---|---|---|---|
|
ID |
16.5.1 |
Number(11,0) |
Primary Key for this table. |
|
LogDCID |
16.5.1 |
Number(10,0) |
Foreign Key that links this table to the [Log] table. |
|
CessationCode |
16.5.1 |
Varchar2(10) |
Internally stored code differentiating this cessation reason from other potential reasons. Not used on reports but serves as a place holder in case the state codifies the cessation reasons in the future. |
|
CessationDescription |
16.5.1 |
Varchar2(500) |
An additional narrative description of the cessation reason. This value is reported on the Restraint Injury Report along with the state defined description of the cessation associated with the CessationCode field. |