Table Detail Report

UPD_IMAGE_HDR_DEF



Column Section Relationship Section Top of Page


Table-level Detail

Description: This table contains the DICOM tags that should be sent to the archive as an upd
Definition: Update Image Header Definition
Table Type: REFERENCE





Column Detail - UPD_IMAGE_HDR_DEF


Column Name Type Null? Definition
DISCIPLINE_CD DOUBLE N The discipline, such as radiology or cardiology, for which the update image header definition data applies.
FALLBACK_VALUE_TYPE VARCHAR(16) Y The field that determines which fallback type source should be used when primary id is unavailable.
IM_DEVICE_ID DOUBLE N The specific device for which the update image header definition data applies.
TAG VARCHAR(11) N This column contains a foreign key to the IMAGE_MATCH_TAG table. It identifies the DICOM tag.
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.
VALUE_TYPE VARCHAR(16) N The definable type of value contained in the flag.



Relationship Detail - UPD_IMAGE_HDR_DEF


Child Column in UPD_IMAGE_HDR_DEF(FK) Parent Table Name Parent Column Name
Parents: TAG IMAGE_MATCH_TAG TAG
IM_DEVICE_ID IM_DEVICE IM_DEVICE_ID