Table Detail Report
CV_OPERATOR
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV OPERATOR |
| Definition: | Reference table containing supported operators for algorithm calculations |
| Table Type: | REFERENCE |
Column Detail - CV_OPERATOR
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| DESCRIPTION_2 | VC2(20) | Y | A description of the function of the operatorColumn |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| LONG_TEXT_ID | NUMBER | N | Foreign key. CCL parser() function text.Column |
| NBR_OPERANDS | NUMBER | Y | The number of operands the operator requiresColumn |
| OPERATOR | VC2(20) | N | The operator (e.g. +, - )Column |
| OPERATOR_ID | NUMBER | N | Primary key for the table.Column |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_OPERATOR
| Child Column in CV_OPERATOR(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LONG_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
CV_ORDER_CATEGORY
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV Order Category |
| Definition: | Categories for orders viewed in cv patient profile |
| Table Type: | REFERENCE |
Column Detail - CV_ORDER_CATEGORY
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CATEGORY_LIMIT | NUMBER | N | Default number of orders displayed for category |
| CATEGORY_NAME | VC2(40) | N | Category name created by the user |
| COLLATION_SEQ | NUMBER | N | Sequence in which order category can be ordered |
| CV_ORDER_CATEGORY_ID | NUMBER | N | Primary key, unique identifier for the category |
| SECTION_ENUM | NUMBER | N | Indicates that the category or Section for the type of order (historical, current, etc.) |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_ORDER_CATEGORY
| Parent Column in CV_ORDER_CATEGORY (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | CV_ORDER_CATEGORY_ID | CV_ORDER_CATEGORY_R | CV_ORDER_CATEGORY_ID |
CV_ORDER_CATEGORY_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV Order Category Reltn |
| Definition: | Relates cv_order_category to order catalog |
| Table Type: | REFERENCE |
Column Detail - CV_ORDER_CATEGORY_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CATALOG_CD | NUMBER | N | Order catalog type from Order Catalog (code_value) |
| CV_ORDER_CATEGORY_ID | NUMBER | N | Foreign Key identifying the CV Order Category |
| CV_ORDER_CATEGORY_R_ID | NUMBER | N | Primary Key |
| DETAIL_TXT | VC2(255) | Y | Text displayed in detail pane for orderables |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_ORDER_CATEGORY_R
| Child Column in CV_ORDER_CATEGORY_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CV_ORDER_CATEGORY_ID | CV_ORDER_CATEGORY | CV_ORDER_CATEGORY_ID |
| CATALOG_CD | ORDER_CATALOG | CATALOG_CD |
CV_PROC
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CV Procedure |
| Definition: | Activity table storing below the line information for CV orders |
| Table Type: | ACTIVITY |
Column Detail - CV_PROC
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACCESSION | VC2(20) | N | From ACCESSION. Identifies an order or group of orders. This is an alpha-numeric field. |
| ACCESSION_ID | NUMBER | N | Foreign key to ACCESSION |
| ACTION_DT_TM | DATE | Y | Date and time the action was done. |
| ACTIVITY_SUBTYPE_CD | NUMBER | N | The activity subtype of the associated order (e.g. Echo, Non-Invasive Vascular) |
| CATALOG_CD | NUMBER | N | Foreign key to ORDER_CATALOG. The internal code of the order catalog item. |
| CV_PROC_ID | NUMBER | N | Primary key for rows in this table. |
| ED_REVIEW_IND | NUMBER | N | This is used as a flag to say whether or not an interpretation was ED reviewed. |
| ENCNTR_ID | NUMBER | N | Foreign key to ENCOUNTER. Encounter during which the procedure took place. |
| GROUP_EVENT_ID | NUMBER | N | The event_id on clinical_event of the procedure grouper event. |
| NORMALCY_CD | NUMBER | N | States whether the result is normal, critical or abnormal |
| ORDER_ID | NUMBER | N | Foreign key to ORDERS |
| ORDER_PHYSICIAN_ID | NUMBER | N | Foreign key to PRSNL. The physician who ordered the procedure |
| ORIG_ORDER_DT_TM | DATE | Y | The original order date and time for this order |
| PERSON_ID | NUMBER | N | Foreign key to PERSON. Person who is the subject of the procedure. |
| PHYS_GROUP_ID | NUMBER | N | Foreign Key from table PRSNL_GROUP |
| PRIM_PHYSICIAN_ID | NUMBER | N | Foreign key to PRSNL. The Primary physician for this person or procedure |
| PRIORITY_CD | NUMBER | N | Priority of the order |
| PROC_INDICATOR | VC2(12) | Y | Procedure Indicator - supporting HEMO availability and others when needed in the future |
| PROC_STATUS_CD | NUMBER | N | Department status for the procedure |
| REASON_FOR_PROC | VC2(255) | Y | Text comments - Reason for the procedure |
| REFER_PHYSICIAN_ID | NUMBER | N | Foreign key to PRSNL. The physician who referred the patient for the procedure |
| REQUEST_DT_TM | DATE | Y | The time requested in the order for the start of the first procedural step |
| SEQUENCE | NUMBER | N | Ordinal position of procedure within case |
| STRESS_ECG_STATUS_CD | NUMBER | N | Status of Stress ECG portion of a procedure with Stress ECG steps. |
| STUDY_STATE_CD | NUMBER | Y | A code that Indicates the state of the Procedure with respect to Exam Complete |
| 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. |
Relationship Detail - CV_PROC
| Child Column in CV_PROC(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ACCESSION_ID | ACCESSION | ACCESSION_ID |
| ENCNTR_ID | ENCOUNTER | ENCNTR_ID | |
| ORDER_ID | ORDERS | ORDER_ID | |
| CATALOG_CD | ORDER_CATALOG | CATALOG_CD | |
| PERSON_ID | PERSON | PERSON_ID | |
| ORDER_PHYSICIAN_ID | PRSNL | PERSON_ID | |
| PRIM_PHYSICIAN_ID | PRSNL | PERSON_ID | |
| REFER_PHYSICIAN_ID | PRSNL | PERSON_ID | |
| PHYS_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID |
| Parent Column in CV_PROC (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | CV_PROC_ID | CV_MED_R | CV_PROC_ID |
| CV_STEP | CV_PROC_ID | ||
| CV_STEP_SCHED | CV_PROC_ID |
CV_PROCEDURE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | CVNet Summary Table-Used in storing non clinical events for OMF Management rep |
| Definition: | Cvnet Omf Summary table |
| Table Type: | ACTIVITY |
Column Detail - CV_PROCEDURE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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. |
| ACTIVE_STATUS_CD | NUMBER | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
| ACTIVE_STATUS_DT_TM | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | N | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| CV_CASE_ID | NUMBER | N | This is a foreign key and it is the unique identifier to the Cv_Case table |
| DATA_STATUS_CD | NUMBER | N | Data status indicates a level of authenticity of the row data. Typically this will either be AUTHENTICATED or UNAUTHENTICATED. |
| DATA_STATUS_DT_TM | DATE | Y | The date and time that the data_status_cd was set. |
| DATA_STATUS_PRSNL_ID | NUMBER | N | The person who caused the data_status_cd to be set or change. |
| DEPT_CD | NUMBER | N | Used for CVNet Management reporting. |
| DOC_INLAB_DT_TM | DATE | Y | The date and time the attending physician shows up in the lab |
| DOC_PREP_MIN | NUMBER | Y | The time the physician prepares before the procedure in minutes |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| EVENT_TYPE_CD | NUMBER | N | Event type code defines the group of data this particular event belongs for example Lesion,PTCA. Case. etc. |
| LOS_ADM_PROC | NUMBER | Y | Length of Stay From the time the patient was admitted to the time a procedure was performed. |
| LOS_PROC_DISCH | NUMBER | Y | Length of Stay from the begining of the Procedure to Discharge |
| NUM_LESION | NUMBER | Y | Numbers of lesions attempted |
| NUM_PROC_COMPL | NUMBER | Y | Numbers of Procedure complicationsColumn |
| NUM_PROC_IND | NUMBER | Y | Numbers of procedure indications. Used for calculating the numbers of procedure |
| NURSE_ID | NUMBER | N | Nurse identity. This is the person id of the attending nurse or staff. It is derived from the person table |
| PAT_ADM_DT_TM | DATE | Y | Patient Admission Date and time. |
| PAT_ADM_IND | NUMBER | Y | Patient Admision IndicatorColumn |
| PAT_DEATH_IND | NUMBER | Y | Patient death indicator. This attributes assist in calculating the mortality rate in "OMF" |
| PAT_DISCH_DT_TM | DATE | Y | The time and date a patient is discharged |
| PAT_DISCH_IND | NUMBER | Y | An indicator to shows that a patient has been discharged |
| PAT_INLAB_DT_TM | DATE | Y | The date and time a patient was in the lab |
| PAT_INLAB_MIN | NUMBER | Y | The time a patient spent in the lab calculated in minutes. |
| PAT_WAIT_MIN | NUMBER | Y | Patient waiting time expressed in minutes |
| PROCEDURE_ID | NUMBER | N | This is the unique identifier of a row |
| PROC_COMPLETE_IND | NUMBER | Y | An indicator that flags the completion of a procedure This is used in calculating the numbers of completed procedures |
| PROC_DUR_MIN | NUMBER | Y | The time in minutes the procedure lasted |
| PROC_END_DT_TM | DATE | Y | The date and time the procedure ended |
| PROC_NAME_CD | NUMBER | N | Name of procedure . |
| PROC_PHYSIC_ID | NUMBER | N | Procedure physician id. This is derived from the person table. It is the primary indicator of the person table |
| PROC_START_DAY | NUMBER | Y | Procedure Start day. The day of the week the procedure was started e.g. 1 = Monday |
| PROC_START_DT_TM | DATE | Y | Procedure Start date and time. The date and time the procedure was started |
| PROC_START_HOUR | NUMBER | Y | Hour of the day the procedure was started e.g. 10.00 |
| PROC_START_MNTH | NUMBER | Y | The month of the year the procedure was started |
| TOTAL_PROC_COMPL | NUMBER | Y | Total numbers of procedure complicationsColumn |
| UPDT_APP | NUMBER | Y | Registered (assigned) application number for the process that inserted or updated the row |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_REQ | NUMBER | Y | registered of assigned request number for the process that inserted or updated the row |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - CV_PROCEDURE
| Child Column in CV_PROCEDURE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CV_CASE_ID | CV_CASE | CV_CASE_ID |
| Parent Column in CV_PROCEDURE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PROCEDURE_ID | CV_PROC_ABSTR_DATA | PROCEDURE_ID |