Table Detail Report

TRACK_SENSOR



Column Section Top of Page


Table-level Detail

Description: TRACK SENSOR
Definition: Table used to define the tracking sensors and their locations
Table Type: REFERENCE





Column Detail - TRACK_SENSOR


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.
ASSIGN_IND NUMBER Y Assignment IndicatorColumn
LOCATION_CD NUMBER N Location Code where the sensor existsColumn
MANUF_SENSOR VC2(30) Y Manufacture SensorColumn
MANUF_TYPE_CD NUMBER N Manufacture type codeColumn
TRACK_SENSOR_ID NUMBER N Unique identifier used to identify the tracking sensorColumn
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.


TRACK_TRIGGERS



Column Section Relationship Section Top of Page


Table-level Detail

Description: TRACK TRIGGERS
Definition: This table has all the trigger information
Table Type: REFERENCE





Column Detail - TRACK_TRIGGERS


Column Name Type Null? Definition
ACTION_TYPE VC2(50) N This column stores what action needs to be performedColumn
ACTION_VALUE VC2(50) N This stores what action valuesColumn
ACTIVE_IND NUMBER 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.
CONVERSATION_ID NUMBER N This stores the pm conversation identifier with the firstnet taskColumn
FREQUENCY VC2(5) Y This stores whether the trigger should happen once or alwaysColumn
PRIORITY_SEQUENCE NUMBER Y priority sequence
REGISTRATION_KEY_TXT VC2(255) N this stores the registration key
STATUS VC2(50) Y This is used for event statuses.Column
TRACK_GROUP FLOAT N This stores the tracking_groupColumn
TRACK_TRIGGER_ID NUMBER N auto generated key for the tableColumn
TRIGGER_KEY VC2(200) N this stores the trigger key from the conversationColumn
TRIGGER_VALUE VC2(50) N this stores the trigger value.Column
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 - TRACK_TRIGGERS




Parent Column in TRACK_TRIGGERS (PK) Child Table Name Child Column Name
Children: TRACK_TRIGGER_ID TRACK_TRIGGER_ACTIVITY TRACK_TRIGGER_ID


TRACK_TRIGGER_ACTIVITY



Column Section Relationship Section Top of Page


Table-level Detail

Description: TRACK TRIGGER ACTIVITY
Definition: This table stores the patients trigger activities
Table Type: ACTIVITY





Column Detail - TRACK_TRIGGER_ACTIVITY


Column Name Type Null? Definition
ACTION_TYPE VC2(50) N what action type triggers this actionColumn
ENCNTR_ID NUMBER N This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number.
NEW_VALUE VC2(50) Y What value got stored due to the trigger action.Column
OLD_VALUE VC2(50) Y what was before the trigger actionColumn
PERSON_ID NUMBER N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
TRACKING_ID NUMBER N Tracking Id of the patientColumn
TRACK_TRIGGER_ACTIVITY_ID NUMBER N auto generated key for the tableColumn
TRACK_TRIGGER_ID NUMBER N from track_triggers table to validate the trigger actionColumn
TRIGGER_DT_TM DATE N when the trigger happened.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.
USER_ID VC2(50) Y who triggered this actionColumn



Relationship Detail - TRACK_TRIGGER_ACTIVITY


Child Column in TRACK_TRIGGER_ACTIVITY(FK) Parent Table Name Parent Column Name
Parents: ENCNTR_ID ENCOUNTER ENCNTR_ID
PERSON_ID PERSON PERSON_ID
TRACKING_ID TRACKING_ITEM TRACKING_ID
TRACK_TRIGGER_ID TRACK_TRIGGERS TRACK_TRIGGER_ID


TRACK_VIEW_FIELD_LIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: Tracking View Field List
Definition: Stores display configuration and the list of fields that will be displayed in a tracking view.
Table Type: REFERENCE





Column Detail - TRACK_VIEW_FIELD_LIST


Column Name Type Null? Definition
BACK_COLOR NUMBER N Background color for the tracking view
FONT_COLOR NUMBER N Font color for view
FONT_FACE VC2(64) N Font face for view
FONT_SIZE NUMBER N Font size for view
FONT_STYLE NUMBER N Font Style for view
FREEZE_FIELD NUMBER N Field after which the spreadsheet will scroll
GROUP_BACK_COLOR NUMBER N The background color for grouper rows
GROUP_FONT_COLOR NUMBER N The font color for grouper rows
GROUP_FONT_FACE VC2(64) N The font face for grouper rows
GROUP_FONT_SIZE NUMBER N The font size for grouper rows
GROUP_FONT_STYLE NUMBER N Bitmask of font styles, BOLD = 1, ITALIC = 2
GROUP_HEADER_TXT VC2(64) N Indicates what the rows are being grouped by.
GROUP_MAX_ROW_CNT NUMBER N max row count for group
GROUP_ROWS_IND NUMBER N Stores whether this tracking view will group rows according to the first sorted field or not.
LIST_TYPE_FLAG NUMBER N Not Specified = 0, Group List = 1, Bed List = 2, Location List = 4, Provider List = 8, Case Tracking List = 16
SOLUTION_FLAG NUMBER N Flag that specifies for which solution this tracking view field list is valid. FirstNet, SurgiNet, etc.
TRACK_VIEW_FIELD_LIST_ID NUMBER N Primary Key
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.
VIEW_NAME VC2(64) N View Name for tracking view



Relationship Detail - TRACK_VIEW_FIELD_LIST




Parent Column in TRACK_VIEW_FIELD_LIST (PK) Child Table Name Child Column Name
Children: TRACK_VIEW_FIELD_LIST_ID TRACK_FIELD_SPEC TRACK_VIEW_FIELD_LIST_ID
TRACK_LIST TRACK_VIEW_FIELD_LIST_ID