QuestionnaireSeriesAuditLog
Table to store the audit log information for questionnaire series answer records. The audit log contains data such as the last update instant, date, action, questionnaire ID, User (EMP) ID, Patient Access Account (WPR) ID and reason why tickler notification was not queued.
| Column Name | Type | Description |
|---|---|---|
| IntraConnectOwningInstanceIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| QuestionnaireSeries | INTEGER | This column is used to store the actions taken for this questionnaire series. |
| QuestionnaireSeriesNotificationFailureReason | INTEGER | Reason why tickler notification could not be queued. |
| AuditActionQuestionnaireIdentifier | VARCHAR | This column is used to store the questionnaire ID for the audit action |
| AuditRecordUpdateInstant | DATETIME | This column is used to store the instant when there is a update on this record. |
| ActionUserIdentifier | VARCHAR | This column is used to store who made this action. |
| QuestionnaireSeriesActionDate | DATETIME | This column is used to store the action date for this questionnaire series. |
| QuestionnaireAnsweringWebPortalIdentifier | VARCHAR | This column stores the web portal ID of the user who answered the questionnaire. |
| SeriesAnswerLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |