RequisitionGroupContactInformation
Stores requisition grouper contact information.
| Column Name | Type | Description |
|---|---|---|
| RequisitionGrouperContactPhoneNumber | VARCHAR | Stores the number to use with the communication device on the corresponding line to communicate with the patient associated with this requisition. |
| RecordOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| RequisitionCommunicationNotes | VARCHAR | Stores notes for the communication method on the corresponding line. |
| RequisitionCommunicationEndDayOfWeek | INTEGER | Stores the day to end using the communication method on the corresponding line to communicate with the patient associated with this requisition. |
| ContactInformationLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| RequisitionCommunicationEndTime | DATETIME | Stores the time to end using the communication method on the corresponding line to communicate with the patient associated with this requisition. Note: This information is stored in Chronicles as only a time, and some relational database vendors do not support time only formats. So, when this column is extracted, a placeholder date of 1/1/1900 is added to the time (e.g., 1/1/1900 19:00 vs. 19:00). When reporting on this information, please write your reports to only use the time, as the date is irrelevant. |
| RequisitionGrouperIdentifier | NUMERIC | The requisition grouper ID |
| RequisitionCommunicationStartTime | DATETIME | Stores the time to start using the communication method on the corresponding line to communicate with the patient associated with this requisition. Note: This information is stored in Chronicles as only a time, and some relational database vendors do not support time only formats. So, when this column is extracted, a placeholder date of 1/1/1900 is added to the time (e.g., 1/1/1900 19:00 vs. 19:00). When reporting on this information, please write your reports to only use the time, as the date is irrelevant. |