HealthPhysical (ver19.11.0)
This table contains information about student physical exam results.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
BloodPressure | 19.11.0 | Varchar2(10) | Blood pressure reading. |
Comments | 19.11.0 | Varchar2(4000) | Comments. |
ConcFormDate | 19.11.0 | Date | Concussion form signed date. |
ConductSigned | 19.11.0 | Number(1,0) | Indicates whether or not the student's conduct form is signed. Valid values: 0=No, 1=Yes. |
Examiner | 19.11.0 | Varchar2(50) | Name of person conducting the physical. |
Height | 19.11.0 | Varchar2(10) | Student's height. |
ID | 19.11.0 | Number(19,0) | Unique sequential number generated by the application. Indexed. Required. |
PhysicalDate | 19.11.0 | Date | Date of physical. Required. |
Referrals | 19.11.0 | Varchar2(4000) | Referral notes. |
Restrictions | 19.11.0 | Varchar2(4000) | Restrictions. |
StudentsDCID | 19.11.0 | Number(19,0) | DCID of the student this medication is for. Indexed. Required. |
Weight | 19.11.0 | Varchar2(10) | Student's weight. |
WhenCreated | 19.11.0 | Timestamp(6) | The date and time the record was created. Defaults to system date. Required. |
WhenModified | 19.11.0 | Timestamp(6) | The date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 19.11.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. Required. |
WhoModified | 19.11.0 | Varchar2(100) | The name of the person who modified the record. Defaults to user. Required. |