Table Detail Report

IMMUNIZATION_RULES



Column Section Top of Page


Table-level Detail

Description: Immunizations Forecasting Rules table
Definition: To store the CDSi version of the immunizations forecasting rules that will be used by the system.
Table Type: REFERENCE





Column Detail - IMMUNIZATION_RULES


Column Name Type Null? Definition
ACTIVE_IND NUMBER 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 NUMBER N PRIMARY KEY
IMMUN_FORECAST_RULES_CLOB LONG 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 DATE Y The date and time the row was imported into the database.
LOGIC_SPECIFICATION_VRSN_TXT VC2(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 VC2(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 NUMBER 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 NUMBER 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 DATE 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 NUMBER 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 NUMBER 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 DATE Y The date and time the row was uploaded to the ftp3 site.