HealthMedAdmin (ver19.11.0)
This table contains records of medication administered for a student.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
AdministeringStaff | 19.11.0 | Number(10,0) | Users DCID of staff member administering the medication. Required. |
AdministrationStatus | 19.11.0 | number(16,0) | CodeSetID of the related CodeSet table row indicating which dose status was selected. Indexed. Required. |
DateGiven | 19.11.0 | Date | Date that medication was administered. Defaults to current date. Required. |
DoseAmount | 19.11.0 | Number(25,10) | Quantity administered. Valid values: 0=Minimum value, 9999999.99=Maximum value. Defaults to 0. Required. |
HealthMedicationDoseTimeID | 23.10.0 | Number(19,0) | ID of the related HealthMedicationDoseTime table row indicating which schedule time is administered. |
ID | 19.11.0 | Number(19,0) | Unique sequential number generated by the application. Indexed. Required. |
MedicationRecordID | 19.11.0 | Number(19,0) | ID of the related Medication table row indicating which medication. Indexed. Required. |
Note | 19.11.0 | Varchar2(500) | Comments. |
StudentsDCID | 19.11.0 | Number(19,0) | DCID of the student this medication is for. Indexed. Required. |
TimeGiven | 19.11.0 | Varchar2(8) | Time when the medication is administered. Format: hh:mm AM. Required. |
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. |