Key | Name | Data Type | Max Length (Bytes) | Nullability | Identity | Description |
---|
 | ID | [dbo].[uniqueid] | 9 | NOT NULL | 1 - 1 | Key to the InfoButtonLog table |
 ![Foreign Keys Fk_InfoButtonLog_PatientID_Person_ID: [dbo].[Person].PatientID Foreign Keys Fk_InfoButtonLog_PatientID_Person_ID: [dbo].[Person].PatientID](../../../../Images/fk.png) | PatientID | [dbo].[uniqueid] | 9 | NOT NULL | | Patient for whom information being fetched. Link to Person.ID |
![Foreign Keys Fk_InfoButtonLog_UserID_IDX_User_ID: [dbo].[IDX_User].UserID Foreign Keys Fk_InfoButtonLog_UserID_IDX_User_ID: [dbo].[IDX_User].UserID](../../../../Images/fk.png) | UserID | [dbo].[uniqueid] | 9 | NOT NULL | | Provider / User requesting patient education/print/portal. Link to IDX_User.ID |
| CreatedDTTM | datetime | 8 | NOT NULL | | Date/Time Records being created |
| UpdateDTTM | datetime | 8 | NULL allowed | | Date/Time records being updated |
| ProcessingStatus | varchar(40) | 40 | NULL allowed | | Processing Status for requesting patient education. Ex: Success / Print/Portal |
| StatusMessage | varchar(max) | max | NULL allowed | | Message Status in the case of failure. |
| RequestEvent | varchar(100) | 100 | NULL allowed | | Type of event being requested. Ex : Knowledge Request / Print / Portal. |
| WIPSessionID | [dbo].[uniqueid] | 9 | NOT NULL | | WIP Session ID |
| InfoButtonContextCompressed | varbinary(max) | max | NULL allowed | | Compressed Context data. |