HealthImmExempt (ver6.1.0)
Table to contain the name of valid exemptions that may be assigned to an Immunization.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ExemptExpireInDays | 6.1.0 | Number(10) | Not used. |
HealthImmExemptID | 6.1.0 | Number(19) | Unique identifier for this table. Required. |
ImmunizationExemptionCode | 6.1.0 | Varchar2(30) | The immunization exemption code. Required. |
ImmunizationExemptionName | 6.1.0 | Varchar2(50) | The immunization exemption name. Required. |
PSGUID | 7.8.0 | Varchar2(50) | If used, a unique identifier for the row. Currently applicable to multi-tenant, Schoolnet, and Pearson SuccessNet/Pearson SuccessNet Plus. |
StateOfRecord | 6.1.0 | Varchar2(30) | The current state of this record. Valid values: Active or Inactive. Required. |
StateReportCode | 6.1.0 | Varchar2(30) | The state report code, used for reporting purposes. |
StateReportName | 6.1.0 | Varchar2(50) | The state report name, used for reporting purposes. |
WhenCreated | 6.1.0 | Timestamp(6) | The date and time the record was created. Defaults to system date. |
WhenModified | 6.1.0 | Timestamp(6) | The date and time the record was modified. Defaults to system date. |
WhoCreated | 6.1.0 | Varchar2(100) | The name of the person who create the record. Defaults to user. |
WhoModified | 6.1.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |