IMMUNIZATIONS(SQL Table) |
Index Back |
---|---|
ImmunizationsUse IMMUNIZATIONS to record Official (Institution determined) Immunization (and Inoculation) information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | IMMUNIZATION | Character(5) | VARCHAR2(5) NOT NULL |
Immunization
Prompt Table: IMMUNIZATN_TBL |
3 | IMMUN_SEQ | Number(3,0) | SMALLINT NOT NULL | Immunization Nbr |
4 | DATE_TAKEN | Date(10) | DATE | Health Test Date |
5 | EXPIRATION_DT | Date(10) | DATE | Expiration Date |
6 | DATE_RECEIVED | Date(10) | DATE | Date Received |
7 | STATUS_IMMUN | Character(1) | VARCHAR2(1) NOT NULL |
Immunization Status
C=Complete Records Received N=Record Not Received P=Partial Record Received Default Value: N |
8 | COMMENTS | Long Character | CLOB | Comment |