PatientEcheckinSession
This table contains information about patient eCheck-In sessions, with each row representing a unique session.
| Column Name | Type | Description |
|---|---|---|
| EcheckinSessionNumber | NUMERIC | This stores the session number of each session used during eCheck-In. |
| InformationLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| ContactDate | DATETIME | The date of this contact in calendar format. |
| IntraConnectOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |