ReceivedExternalReasonForVisi
This table stores discrete reason for visit information received from outside sources.
| Column Name | Type | Description |
|---|---|---|
| ReasonForVisitChecksum | INTEGER | This column stores the checksum associated with the reason for visit. The checksum is used to determine if the reason for visit information has changed when updates are received. |
| ReceivedDocumentIdentifier | NUMERIC | The unique identifier (.1 item) for the document record. |
| ReasonForVisitReferenceIdentifier | VARCHAR | This column stores a unique reference identifier to identify a specific instance of a reason for visit. |
| ReasonForVisitBodyLocationIdentifier | NUMERIC | This column stores the VEL record identifier that maps to the body location of the reason for visit. |
| ReasonForVisitLastUpdateInstantUtc | DATETIME | This column stores the last update instant of the reason for visit in UTC. |
| ReasonForVisitSourceDocumentContactSerialNumber | NUMERIC | This column stores the contact serial number of the DXR record that owns the instance of this reason for visit. |
| ReceivedReasonForVisitLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| ContactDateRealNumber | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| ReceivedDocumentContactDate | DATETIME | The date of this contact in calendar format. |
| ExternalSourceReasonForVisitName | VARCHAR | This column stores the reason for visit name sent by the external source. |
| ReasonForVisitEventIdentifier | VARCHAR | This column stores the reference ID of the event that is associated with a reason for visit. |