Table Detail Report

ECO_FLEX_SCHEDULE



Column Section Top of Page


Table-level Detail

Description: Explode Continuing Orders Flex Schedule
Definition: Stores all of the flexes that the ECO server will honor.
Table Type: REFERENCE





Column Detail - ECO_FLEX_SCHEDULE


Column Name Type Null? Definition
ACTIVE_IND DOUBLE Y 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.
ADDITIONAL_EXPLOSION_HOURS DOUBLE Y Number of hours that the ECO server will explode child orders after the initial explosion.
CATALOG_TYPE_CD DOUBLE N Flexing option #2. What group the orderable falls into.
ECO_FLEX_SCHEDULE_ID DOUBLE N The unique identifier for this table.
INITIAL_EXPLOSION_HOURS DOUBLE Y The number of hours the eco will explode child orders at initial order time.
NEXT_EXPLOSION_TIME_FRAME DOUBLE Y Tells us how many hours prior to the last instance that is exploded, that the ECO server should explode additional instances.
PROCESSING_FLAG DOUBLE N This is a flexing parameter that can make the ECO server explode orders for different types of orders .0 - Normal Processing; 1 - Inpatient Processing; 2 - Outpatient Processing; 3 - Outpatient Scheduable Processing
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.


GRACE_PERIOD_RANGE



Column Section Top of Page


Table-level Detail

Description: GRACE_PERIOD_RANGE
Definition: Stores grace period ranges for future orders.
Table Type: REFERENCE





Column Detail - GRACE_PERIOD_RANGE


Column Name Type Null? Definition
GRACE_PERIOD_IN_DAYS DOUBLE N The grace period in days.
GRACE_PERIOD_RANGE_ID DOUBLE N Unique generated number that identifies a single row on the GRACE_PERIOD_RANGE table.
MAX_NUMBER_OF_DAYS DOUBLE N The maximum number of days.
MIN_NUMBER_OF_DAYS DOUBLE N The minimum number of days.
TYPE_MEAN VARCHAR(12) N Denotes the type of grace period range.
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
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.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated.
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.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.


OCS_CONFIDENTIAL_DEFAULTS



Column Section Relationship Section Top of Page


Table-level Detail

Description: Order Catalog Synonym Confidentiality default values
Definition: This table will store the confidentiality defaults at synonym level
Table Type: REFERENCE





Column Detail - OCS_CONFIDENTIAL_DEFAULTS


Column Name Type Null? Definition
CONFIDENTIAL_REASON_CD DOUBLE Y Stores the Confidentiality reason code value
OCS_CONFIDENTIAL_DEFAULTS_ID DOUBLE N PRIMARY KEY
SYNONYM_ID DOUBLE Y Identifies the orderable item. Foreign Key from ORDER_CATALOG_SYNONYM table.
UPDT_APPLCTX DOUBLE Y 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 Y 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 Y 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 Y 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 Y 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.



Relationship Detail - OCS_CONFIDENTIAL_DEFAULTS


Child Column in OCS_CONFIDENTIAL_DEFAULTS(FK) Parent Table Name Parent Column Name
Parents: SYNONYM_ID ORDER_CATALOG_SYNONYM SYNONYM_ID


OCS_CUSTOM_REF_CONTENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Order Catalog Synonym Custom Reference Content
Definition: Stores the custom reference content for synonyms.
Table Type: REFERENCE





Column Detail - OCS_CUSTOM_REF_CONTENT


Column Name Type Null? Definition
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.
BEG_EFFECTIVE_DT_TM DATETIME Y The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
DISPLAY_NAME VARCHAR(255) Y Name used to display in the applications for the reference content.
END_EFFECTIVE_DT_TM DATETIME Y The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
OCS_CUSTOM_REF_CONTENT_ID DOUBLE N Unique generated number that identifies a single row on the OCS_CUSTOM_REF_CONTENT table.
REFERENCE_LOCATION VARCHAR(2000) Y The url/path of the reference content.
REFERENCE_TYPE_TFLG VARCHAR(16) Y Indicates the type of reference content being stored. EPED - Experience and Evidence based database for children's medication.
SYNONYM_ID DOUBLE Y Identifies the orderable item. Foreign Key from ORDER_CATALOG_SYNONYM table.
UPDT_APPLCTX DOUBLE Y 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 Y 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 Y 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 Y 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.



Relationship Detail - OCS_CUSTOM_REF_CONTENT


Child Column in OCS_CUSTOM_REF_CONTENT(FK) Parent Table Name Parent Column Name
Parents: SYNONYM_ID ORDER_CATALOG_SYNONYM SYNONYM_ID


OCS_DEF_DOSE_CALC_METHOD



Column Section Relationship Section Top of Page


Table-level Detail

Description: Order Management Default Dose Calculator Method
Definition: Table used to store the default weight adjustment and CRCL method of an Order Synonym.
Table Type: REFERENCE





Column Detail - OCS_DEF_DOSE_CALC_METHOD


Column Name Type Null? Definition
FACILITY_CD DOUBLE N Stores the facility code of the facility for which default method is configured.
METHOD_CD DOUBLE N Stores the code value of the default method selected.
METHOD_MEAN VARCHAR(100) N The CDF_MEANING of the method from code set 4016.
OCS_DEF_DOSE_CALC_METHOD_ID DOUBLE N Unique generated number that identifies a single row on the OCS_DEF_DOSE_CALC_METHOD table.
SYNONYM_ID DOUBLE N Identifies the synonym. Foreign Key from ORDER_CATALOG_SYNONYM table.
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.



Relationship Detail - OCS_DEF_DOSE_CALC_METHOD


Child Column in OCS_DEF_DOSE_CALC_METHOD(FK) Parent Table Name Parent Column Name
Parents: SYNONYM_ID ORDER_CATALOG_SYNONYM SYNONYM_ID