HealthMedicationDoseTime (ver23.10.0)
This table contains schedule time for student health medication.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
HealthMedicationID | 23.10.0 | Number(19,0) | Medication ID of the related HealthMedication table row indicating which medication. Indexed. Required. |
ID | 23.10.0 | Number(19,0) | Unique sequential number generated by the application. Indexed. Required. |
StudentsDCID | 23.10.0 | Number(19,0) | DCID of the student this medication schedule time is for. Indexed. Required |
TimeGiven | 23.10.0 | Varchar2(8) | Schedule time for a medication record. Required. |
WhenCreated | 23.10.0 | Timestamp(6) | The date and time the record was created. Defaults to system date. |
WhenModified | 23.10.0 | Timestamp(6) | The date and time the record was modified. Defaults to system date. |
WhoCreated | 23.10.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhoModified | 23.10.0 | Varchar2(100) | The name of the person who modified the record. Defaults to user. |