Tables [dbo].[InfoButtonLog]
Log information related to Infobutton activity performed by a provider.
KeyNameData TypeMax Length (Bytes)NullabilityIdentityDescription
Cluster Primary Key PK_InfoButtonLog_ID: IDID[dbo].[uniqueid]9NOT NULL1 - 1Key to the InfoButtonLog table
Indexes IX_InfoButtonLog_PatientIDForeign Keys Fk_InfoButtonLog_PatientID_Person_ID: [dbo].[Person].PatientIDPatientID[dbo].[uniqueid]9NOT NULLPatient for whom information being fetched. Link to Person.ID
Foreign Keys Fk_InfoButtonLog_UserID_IDX_User_ID: [dbo].[IDX_User].UserIDUserID[dbo].[uniqueid]9NOT NULLProvider / User requesting patient education/print/portal. Link to IDX_User.ID
CreatedDTTMdatetime8NOT NULLDate/Time Records being created
UpdateDTTMdatetime8NULL allowedDate/Time records being updated
ProcessingStatusvarchar(40)40NULL allowedProcessing Status for requesting patient education. Ex: Success / Print/Portal
StatusMessagevarchar(max)maxNULL allowedMessage Status in the case of failure.
RequestEventvarchar(100)100NULL allowedType of event being requested. Ex : Knowledge Request / Print / Portal.
WIPSessionID[dbo].[uniqueid]9NOT NULLWIP Session ID
InfoButtonContextCompressedvarbinary(max)maxNULL allowedCompressed Context data.