Table Detail Report

SI_FLAGS



Column Section Top of Page


Table-level Detail

Description: System Integration Flags
Definition: This table defines the flags to be utilized by SI_Manager.
Table Type: REFERENCE





Column Detail - SI_FLAGS


Column Name Type Null? Definition
CODIFIED_IND NUMBER N Set on if the code is a codified or Bit mapped value.
COLUMN_NAME VC2(30) N Name of the column related to a flag
DEFINITION VC2(500) N Long definition of the flag value
DISPLAY_TXT VC2(80) N Short description to be used in display drop-down
FLAG_VALUE FLOAT N The value of the flag
SI_FLAGS_ID NUMBER N Flag Identifier. Primary key for this table.
TABLE_NAME VC2(30) N Name of the Table related to a flag
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.


SI_HAAD_FILE_DOWNLOAD



Column Section Relationship Section Top of Page


Table-level Detail

Description: SI HAAD File Download
Definition: Table to keep track of downloaded files from HAAD
Table Type: ACTIVITY





Column Detail - SI_HAAD_FILE_DOWNLOAD


Column Name Type Null? Definition
FILE_CONTENT_ID NUMBER N Identifier on the long_blob table for the row containing the contents of the file.
FILE_IDENT VC2(50) N HAAD-assigned file identifier
FILE_NAME VC2(255) N Name of the file as identified by the uploading system
PROCESSED_FLAG NUMBER N Whether or not the downloaded file was processed by Millennium. 0 = Not processed, 1 = Processed
SI_HAAD_FILE_DOWNLOAD_ID NUMBER N PRIMARY KEY
SI_HAAD_FILE_POLL_ID NUMBER N Identifier on the SI_HAAD_FILE_POLL table
TRANSACTION_IDENT VC2(25) N Transaction identifier
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.
ZIP_IND NUMBER N Indicates whether the file content is a zip file



Relationship Detail - SI_HAAD_FILE_DOWNLOAD


Child Column in SI_HAAD_FILE_DOWNLOAD(FK) Parent Table Name Parent Column Name
Parents: FILE_CONTENT_ID LONG_BLOB LONG_BLOB_ID
SI_HAAD_FILE_POLL_ID SI_HAAD_FILE_POLL SI_HAAD_FILE_POLL_ID




Parent Column in SI_HAAD_FILE_DOWNLOAD (PK) Child Table Name Child Column Name
Children: SI_HAAD_FILE_DOWNLOAD_ID SI_HAAD_TRANSACTION SI_HAAD_FILE_DOWNLOAD_ID


SI_HAAD_FILE_POLL



Column Section Relationship Section Top of Page


Table-level Detail

Description: SI HAAD File Poll
Definition: HAAD Search Transaction Poll Log
Table Type: ACTIVITY





Column Detail - SI_HAAD_FILE_POLL


Column Name Type Null? Definition
END_DT_TM DATE Y Time at which polling ended
POLL_COUNT NUMBER N Number of the times the search transaction was called for a given poll
POLL_TYPE_BIT NUMBER N This field will contain a bit map value to correspond to various options/combinations
SENDING_FACILITY_IDENT VC2(75) N HAAD license number of sending facility
SI_HAAD_FILE_POLL_ID NUMBER N PRIMARY KEY
START_DT_TM DATE N Time at which polling began
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 - SI_HAAD_FILE_POLL




Parent Column in SI_HAAD_FILE_POLL (PK) Child Table Name Child Column Name
Children: SI_HAAD_FILE_POLL_ID SI_HAAD_FILE_DOWNLOAD SI_HAAD_FILE_POLL_ID


SI_HAAD_TRANSACTION



Column Section Relationship Section Top of Page


Table-level Detail

Description: SI HAAD TRANSACTIONS
Definition: Table to keep track of the current status of HAAD transactions ( Health Authority - Abu Dhabi )
Table Type: ACTIVITY





Column Detail - SI_HAAD_TRANSACTION


Column Name Type Null? Definition
COMPLETED_DT_TM DATE Y The date and time the transaction completed processing.
CREATE_DT_TM DATE N The date and time the row was originally created.
RETRIEVE_QUEUE_ID NUMBER N Link to the CQM queue_id of the retrieve
SENDING_FACILITY_IDENT VC2(75) Y HAAD license number of sending facility
SENDING_LOCATION_CD NUMBER N Code value denoting the sending facility
SI_HAAD_FILE_DOWNLOAD_ID NUMBER N Link to the SI_HAAD_FILE_DOWNLOAD row of the downloaded response
SI_HAAD_TRANSACTION_ID NUMBER N PRIMARY KEY
STATUS_CD NUMBER N Code value denoting the current state of the transaction.
STATUS_TEXT VC2(50) Y Textual detail about the current status
SUBMIT_MSGLOG_ID NUMBER Y Link to the si_message_log row of the upload request
SUBMIT_RESP_MSGLOG_ID NUMBER Y Link to the si_message_log row of the uploaded request Response
TRANSACTION_IDENT VC2(25) N Identifier assigned by the health provider to identify the transaction.
TRANSACTION_NBR FLOAT N TRANSACTION_NBR from the RX_CLAIMS table.
TRANSACTION_SUBTYPE VC2(25) Y Subtype of transaction being sent outbound
TRANSACTION_TYPE_FLAG NUMBER N Type of transaction being sent outbound
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.
UPLOAD_DT_TM DATE Y Date and time of the upload
UPLOAD_QUEUE_ID NUMBER N Link to the CQM queue_id of the upload



Relationship Detail - SI_HAAD_TRANSACTION


Child Column in SI_HAAD_TRANSACTION(FK) Parent Table Name Parent Column Name
Parents: RETRIEVE_QUEUE_ID CQM_OENINTERFACE_QUE QUEUE_ID
UPLOAD_QUEUE_ID CQM_OENINTERFACE_QUE QUEUE_ID
SI_HAAD_FILE_DOWNLOAD_ID SI_HAAD_FILE_DOWNLOAD SI_HAAD_FILE_DOWNLOAD_ID
SUBMIT_MSGLOG_ID SI_MESSAGE_LOG SI_MESSAGE_LOG_ID
SUBMIT_RESP_MSGLOG_ID SI_MESSAGE_LOG SI_MESSAGE_LOG_ID


SI_HIST_ALIAS_FLD_CONTR_SRC_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: System Integration Alias Field Contributor Source Relation History
Definition: This table stores historical information for the si_alias_field_contr_src_r_hist table
Table Type: REFERENCE





Column Detail - SI_HIST_ALIAS_FLD_CONTR_SRC_R


Column Name Type Null? Definition
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.
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 N 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.
ALIAS_FLD_CONTR_SRC_R_ID NUMBER N Copy of the Alias_field_contr_src_id from the si_alias_field_contr_src_r table
CONTRIBUTOR_SOURCE_CD NUMBER N Copy of the Contributor_source_cd from the si_alias_field_contr_src_r table
CONTRIBUTOR_SYSTEM_CD NUMBER N Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed.
FIELD_CD NUMBER N Copy of the Field_cd from the si_alias_field_contr_src_r table
FIELD_NAME VC2(256) Y Copy of the Field_name from the si_alias_field_contr_src_r table
HIST_ALIAS_FLD_CONTR_SRC_R_ID NUMBER N Alias Field Contributor Source Relation History ID
MODIFY_PRSNL_ID NUMBER N Prsnl ID of the user who made new modification on the si_alias_field_contr_src_r table
ORIG_PRSNL_ID NUMBER N Prsnl ID of the user who made original modification on the si_alias_field_contr_src_r table
REC_BEG_EFF_DT_TM DATE N Copy of the Beg_Eff_Dt_TM from the si_alias_field_contr_src_r table
SEGMENT_NAME VC2(256) Y Copy of the Segment_name from the si_alias_field_contr_src_r table
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 - SI_HIST_ALIAS_FLD_CONTR_SRC_R


Child Column in SI_HIST_ALIAS_FLD_CONTR_SRC_R(FK) Parent Table Name Parent Column Name
Parents: MODIFY_PRSNL_ID PRSNL PERSON_ID
ORIG_PRSNL_ID PRSNL PERSON_ID
ALIAS_FLD_CONTR_SRC_R_ID SI_ALIAS_FLD_CONTR_SRC_R ALIAS_FLD_CONTR_SRC_R_ID