Table Detail Report

TECHNIQUE_DEFAULT_VALS



Column Section Relationship Section Top of Page


Table-level Detail

Description: Radiology Technique Default Values
Definition: This table contains the default fields and values that are to be prompted for at exam completion time.
Table Type: REFERENCE





Column Detail - TECHNIQUE_DEFAULT_VALS


Column Name Type Null? Definition
EXPOSURE_FIELD_CD DOUBLE N This column identifies the exposure field that the default value is being specified for.
EXPOSURE_VALUE_ID DOUBLE Y This column is a foreign key to the rad_exposure_values table. It uniquely identifies the default value for the given exposure field.
TECHNIQUE_DEFAULT_ID DOUBLE N This column is a foreign key to the technique_default table. It identifies the catalog_cd/department_cd/exam_room_cd that the default fields and values are assigned to.
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.
VALUE_NUMERIC DOUBLE Y This column contains the default numeric value if the field is a numeric field.
VALUE_TEXT VARCHAR(255) Y This column contains the textual value for the exposure field. If it is a text type field.



Relationship Detail - TECHNIQUE_DEFAULT_VALS


Child Column in TECHNIQUE_DEFAULT_VALS(FK) Parent Table Name Parent Column Name
Parents: EXPOSURE_VALUE_ID RAD_EXPOSURE_VALUES EXPOSURE_VALUE_ID
TECHNIQUE_DEFAULT_ID TECHNIQUE_DEFAULTS TECHNIQUE_DEFAULT_ID