Table Detail Report
SI_CDA_TEMPLATE_IDENT
| Column Section | Top of Page |
Table-level Detail
| Description: | SI CDA TEMPLATE IDENTIFIERS |
| Definition: | This table contains information needed to retrieve Clinical Document Architecture (CDA) document template identifiers. |
| Table Type: | REFERENCE |
Column Detail - SI_CDA_TEMPLATE_IDENT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CDA_CONTENT_DISPLAY | VC2(255) | N | The display for the code value outbound alias for this document type |
| CDA_CONTENT_IDENT | VC2(255) | N | The identifier for the code value outbound alias for this document type |
| CDA_DOC_TEMPLATE_EXT | VC2(255) | N | The CDA Document template identifier to be included as the value for the ClinicalDocument /templateId @extension. |
| CDA_DOC_TEMPLATE_IDENT | VC2(255) | N | The CDA Document template identifier to be included as the value for the ClinicalDocument /templateId @root. |
| CONTRIBUTOR_SOURCE_CD | NUMBER | N | The Contributor Source for the code value outbound alias. |
| OUTPUT_CONTENT_TYPE_CD | NUMBER | N | The output format of this document (such as CDA-Wrapped PDF, Consolidated CDA). |
| SECTION_CD | NUMBER | N | The section code value related to the identifier supplied. This will relate the identifier to a section during CDA document generation. |
| SI_CDA_TEMPLATE_IDENT_ID | NUMBER | N | PRIMARY KEY |
| SUMMARY_CARE_TYPE_CD | NUMBER | N | If selected, then this document must meet all required specifications for the selected type. |
| 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_DIRECT_ATTACHMENT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | System Integration Direct Message Attachment |
| Definition: | Audit of file attached to each direct message either sent or received. |
| Table Type: | ACTIVITY |
Column Detail - SI_DIRECT_ATTACHMENT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ARCHIVE_FILE_NAME | VC2(100) | Y | The name of the archive file that the attachment was stored in within the message. |
| ATTACHMENT_NAME | VC2(100) | N | The name of the attachment. |
| ATTACHMENT_SIZE | NUMBER | N | The size of the attachment. |
| CONTENT_TYPE_TXT | VC2(20) | Y | The CareAware Multimedia content type used for storing the attachment. |
| MEDIA_OBJECT_IDENT | VC2(64) | Y | The CareAware Multimedia identifier of the attachment. |
| MEDIA_OBJECT_VERSION_NBR | NUMBER | N | The version of the attachmen in CareAware Multimedia. |
| MIME_TYPE_TXT | VC2(100) | Y | The MIME content type of the attachment |
| SI_DIRECT_ATTACHMENT_ID | NUMBER | N | PRIMARY KEY |
| SI_DIRECT_MESSAGE_ID | NUMBER | N | Identifier to link the attachment to the si_direct_message 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_DIRECT_ATTACHMENT
| Child Column in SI_DIRECT_ATTACHMENT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SI_DIRECT_MESSAGE_ID | SI_DIRECT_MESSAGE | SI_DIRECT_MESSAGE_ID |
SI_DIRECT_MESSAGE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | System Integration Direct Message |
| Definition: | Audit of Direct messages coming into and sending out of Millennium. |
| Table Type: | ACTIVITY |
Column Detail - SI_DIRECT_MESSAGE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| APPLICATION_ENTITY_ID | NUMBER | N | The identifier for the application data model this message is linked to |
| APPLICATION_ENTITY_NAME | VC2(30) | Y | The name of the table the application_entity_id is from. |
| CREATE_DT_TM | DATE | N | The date and time the row was created. |
| DIRECTION_TXT | VC2(10) | Y | The direction of the direct message in relation to the Millennium Domain |
| IN_REPLY_TO_IDENT | VC2(100) | Y | The identifier of the message this message is replying to. |
| LOGICAL_DOMAIN_ID | NUMBER | N | The logical domain that the message belongs to. |
| MEDIA_OBJECT_IDENTIFIER | VC2(64) | Y | The CareAware Multimedia identifier for the full MIME message. |
| MEDIA_OBJECT_VERSION_NBR | NUMBER | Y | The version of the message in CAMM. |
| MESSAGE_IDENT | VC2(100) | Y | Message identifier in the Direct message |
| MESSAGE_SIZE | NUMBER | Y | The size of the message |
| MESSAGE_TYPE_TXT | VC2(20) | Y | The type of message. For example: Reply, Forward, BounceBack, etc. |
| PERSON_ID | NUMBER | N | The patient id associated to the message. This only applies to outbound messages |
| PROCESS_TIME_SECS | FLOAT | N | The time it took to process the message in seconds. |
| RECEIVED_DT_TM | DATE | Y | The date and time the message was received |
| REQUESTER_ID | NUMBER | N | The user that requested the direct message be sent. This may or may not be the same as the sender_entity_id. |
| SENDER_ADDRESS | VC2(100) | N | Email address of the sender of the message |
| SENDER_ENTITY_ID | NUMBER | N | The Millennium id associated to the sender's email address. Only applies to outbound messages |
| SENDER_ENTITY_NAME | VC2(30) | Y | The Millennium table that the sender entity id comes from. |
| SENT_DT_TM | DATE | N | The date and time the message was sent |
| SI_DIRECT_MESSAGE_ID | NUMBER | N | PRIMARY KEY |
| STATUS_TXT | VC2(20) | Y | The current status of the message. It may be update by delivery notifications |
| SUBJECT_TXT | VC2(255) | Y | Subject line of the message |
| TRANSPORT_METHOD | VC2(20) | N | The method of transport for the Direct Message and its attachments. Possible values include DIRECT_SMTP, DIRECT_XDM, and DIRECT_XDR |
| 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_DIRECT_MESSAGE
| Child Column in SI_DIRECT_MESSAGE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
| PERSON_ID | PERSON | PERSON_ID | |
| REQUESTER_ID | PRSNL | PERSON_ID |
| Parent Column in SI_DIRECT_MESSAGE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | SI_DIRECT_MESSAGE_ID | SI_DIRECT_ATTACHMENT | SI_DIRECT_MESSAGE_ID |
| SI_DIRECT_RECIPIENT | SI_DIRECT_MESSAGE_ID |
SI_DIRECT_RECIPIENT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | System Integration Direct Message Recipient |
| Definition: | Audit of recipients of a direct message. |
| Table Type: | ACTIVITY |
Column Detail - SI_DIRECT_RECIPIENT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| RECIPIENT_ADDRESS | VC2(100) | N | The email address of the recipient |
| RECIPIENT_ENTITY_ID | NUMBER | N | The Millennium id of the recipient. Only applicable on inbound Direct Messages |
| RECIPIENT_ENTITY_NAME | VC2(30) | Y | The name of the table the recipient entity id is from. Only applicable on inbound Direct messages. |
| RECIPIENT_STATUS_DT_TM | DATE | Y | The date and time that the recipient status was updated. |
| RECIPIENT_STATUS_TXT | VC2(20) | N | The current known status for the Direct message for the corresponding recipient. Will only be update for Outbound and only if configured to update on delivery notifications. |
| RECIPIENT_TYPE_TXT | VC2(20) | N | The type of email recipient (ie: To, CC, BC) |
| SI_DIRECT_MESSAGE_ID | NUMBER | N | Identifier to link the recipient to the si_direct_message table |
| SI_DIRECT_RECIPIENT_ID | NUMBER | N | PRIMARY KEY |
| 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 - SI_DIRECT_RECIPIENT
| Child Column in SI_DIRECT_RECIPIENT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SI_DIRECT_MESSAGE_ID | SI_DIRECT_MESSAGE | SI_DIRECT_MESSAGE_ID |
SI_DOCUMENT_IDENTIFIER_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | SI Document Identifier Relation table |
| Definition: | This relation table will store identifiers related to a given document from si_document_info |
| Table Type: | ACTIVITY |
Column Detail - SI_DOCUMENT_IDENTIFIER_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| SI_DOCUMENT_IDENTIFIER_R_ID | NUMBER | N | PRIMARY KEY |
| SI_DOCUMENT_INFO_ID | NUMBER | N | The document that needs to have entities related to it. |
| SOURCE_NAME | VC2(30) | N | Name of the identifier related to the document, for example: REFERRAL_ORDER |
| SOURCE_TABLE | VC2(30) | Y | Table name related to the Source Value, for example: ORDERS |
| SOURCE_VALUE | NUMBER | N | Identifier that needs to be related to the given document. Value is related to the table or context identified in SOURCE_NAME |
| 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_DOCUMENT_IDENTIFIER_R
| Child Column in SI_DOCUMENT_IDENTIFIER_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SI_DOCUMENT_INFO_ID | SI_DOCUMENT_INFO | SI_DOCUMENT_INFO_ID |