| ACTIVE_IND |
DOUBLE |
N |
The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| IMMUNIZATION_RULES_ID |
DOUBLE |
N |
PRIMARY KEY |
| IMMUN_FORECAST_RULES_CLOB |
LONGTEXT |
Y |
The rules that are used to forecast patient data in the immunization forecasting. The clob will contain a json text file. No imbedded ID data, |
| IMPORTED_DT_TM |
DATETIME |
Y |
The date and time the row was imported into the database. |
| LOGIC_SPECIFICATION_VRSN_TXT |
VARCHAR(6) |
N |
The document that we implement for the business logic portion of praemoneo and will require a release of praemoneo to update. It's currently 4.0. |
| SUPPORTING_DATA_VRSN_TXT |
VARCHAR(6) |
N |
The different series, intervals, skip conditions for each vaccine group and will be the content we will deliver. Its current version is 4.3. |
| UPDT_APPLCTX |
DOUBLE |
N |
The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_CNT |
DOUBLE |
N |
Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_DT_TM |
DATETIME |
N |
The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_ID |
DOUBLE |
N |
The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_TASK |
DOUBLE |
N |
The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPLOAD_DT_TM |
DATETIME |
Y |
The date and time the row was uploaded to the ftp3 site. |