S_STU_RESTRAINT_SECL_C (ver 20.8.1.0)
This table is a child table of the Students table and is used to store Restraint/Seclusion data records. This table is available for all states and provinces and might or might not be utilized for your state or province.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 20.8.1.0 | Number(19,0) | Primary Key |
StudentsDCID | 20.8.1.0 | Number(10,0) | The unique DCID in the Students table. |
EventType | 20.8.1.0 | Varchar2(2) | The type of event. |
ImminentDangerOtherStu | 20.8.1.0 | Varchar2(1) | Indicates whether the student is dangerous to other students. |
ImminentDangerSelf | 20.8.1.0 | Varchar2(1) | Indicates whether the student is dangerous to self. |
ImminentDangerStaff | 20.8.1.0 | Varchar2(1) | Indicates whether the student is dangerous to staff. |
Notes | 20.8.1.0 | Varchar2(400) | Notes added for the event. |
OccurrenceDate | 20.8.1.0 | Date | The date the incident occurred. |
OccurrenceEndTime | 20.8.1.0 | Varchar2(8) | The time the incident ended. |
OccurrenceStartTime | 20.8.1.0 | Varchar2(8) | The time the incident occurred. |
UserID | 20.8.1.0 | Number(10,0) | The ID in the Teachers table. |