Tables [dbo].[Encounter_Other]
Date and Time the encounter or any linked clinical data was last updated.
KeyNameData TypeMax Length (Bytes)NullabilityDefaultDescription
Cluster Primary Key PK_Encounter_Other_EncounterId: EncounterIdForeign Keys FK_Encounter_Other_EncounterId: [dbo].[Encounter].EncounterIdEncounterId[dbo].[uniqueid]9NOT NULLEncounter. Link to Encounter.ID.
Indexes NIX_Encounter_Other_LastUpdatedDTTMLastUpdatedDTTMdatetime8NOT NULLTime encounter or any linked clinical item was last updated.
IsTOCManuallyUpdatedbit1NOT NULL((0))This is to identify if the Transition of Care value for the encounter was set manually by TWEHR user. So, this flag can used to prevent updating the TrasistionOfCareFlag value setting by the Scheduling interface.