Table Detail Report
OMF_RULE_DTL
Column Section | Top of Page |
Table-level Detail
Description: | Stores the clinical event level information pertaining to a turnaround time rule |
Definition: | Stores the clinical event level information pertaining to a turnaround time rule - turnaround time method and definition. |
Table Type: | REFERENCE |
Column Detail - OMF_RULE_DTL
Column Name | Type | Null? | Definition |
---|---|---|---|
EVENT_NUM | DOUBLE | N | The ending clinical event in the event range defining the turnaround time interval. |
EXPECTED_TAT | DOUBLE | Y | The expected turnaround time for an event range using the elapsed method. |
INBY_TIME | VARCHAR(8) | Y | The in by qualifying time for an event range using the in by/out by method. |
IN_OUT_ADD_DAYS | DOUBLE | Y | The number of additional days defined for an event range using the in by/out by method. |
OUTBY_TIME | VARCHAR(8) | Y | The out by qualifying time for an event range using the in by/out by method. |
RULE_ID | DOUBLE | N | The unique identification number for a turnaround time rule. |
TAT_FLAG | DOUBLE | Y | The method used for defining the turnaround times. |
OMF_RULE_TEST
Column Section | Top of Page |
Table-level Detail
Description: | Stores conditions and values for tests to be run against existing TAT rules. |
Definition: | Stores conditions and values for tests to be run against existing TAT rules in the OMF Turnaround Tool. |
Table Type: | ACTIVITY |
Column Detail - OMF_RULE_TEST
Column Name | Type | Null? | Definition |
---|---|---|---|
PERSON_ID | DOUBLE | N | The person that created the rule test scenario. |
REFERENCE_NUM | DOUBLE | N | Number that indicates the condition against which the value will be evaluated against. |
VALUE | VARCHAR(255) | Y | The value that will be compared against the condition value. |
OMF_RULE_TIME_BLK
Column Section | Top of Page |
Table-level Detail
Description: | Defines effective time intervals for a turnaround time rule. |
Definition: | Defines effective time intervals for a turnaround time rule. The time intervals are based on a clinical event. |
Table Type: | REFERENCE |
Column Detail - OMF_RULE_TIME_BLK
Column Name | Type | Null? | Definition |
---|---|---|---|
DAY_OF_WEEK | DOUBLE | N | The effective day(s) of the week for the given turnaround time rule. |
RULE_ID | DOUBLE | N | The unique identification number for a turnaround time rule. |
OMF_SG_USAGE_ST
Column Section | Top of Page |
Table-level Detail
Description: | PowerVision Study Group Usage summary table. |
Definition: | PowerVision Study Group Usage summary table. It is populated as part of running a view if study groups are being used. |
Table Type: | ACTIVITY |
Column Detail - OMF_SG_USAGE_ST
Column Name | Type | Null? | Definition |
---|---|---|---|
GRID_CD | DOUBLE | N | Subject area that was being run when this study group was used. Other codesets can be used besides 14265 depending on the team defining the value. |
INDICATOR_CD | DOUBLE | N | Name of indicator being filter on with a study group. Other codesets can be used besides 14265 depending on the team defining the value. |
LAST_FILTER_DT_TM | DATETIME | Y | Last time this study group was used as part of a filter. |
SG_CNT | DOUBLE | Y | # of times this study group/indicator_cd/sg_name combination was used. |
SG_NAME | VARCHAR(255) | N | Study Group name. |
SG_TYPE | VARCHAR(255) | Y | Study Group type such as PATIENT or PHYSICIAN. |
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. |
OMF_STUDY_GROUP
Column Section | Top of Page |
Table-level Detail
Description: | Holds Study groups (lists of IDs) that have been saved. |
Definition: | Holds Study groups (lists of IDs like person_id, encounter_id,etc.)) that have been saved. |
Table Type: | REFERENCE |
Column Detail - OMF_STUDY_GROUP
Column Name | Type | Null? | Definition |
---|---|---|---|
FOLDER_ID | DOUBLE | N | Folder which this study group belongs to. 0 means it is not in a folder. |
PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
SG_ID | DOUBLE | N | Unique identifier. |
SG_NAME | VARCHAR(255) | N | Name of Study group. |
SG_TYPE | VARCHAR(50) | N | Study Group type such as PATIENT, PHYSICIAN, ENCOUNTER, etc. |
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. |