Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

Questionnaire

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table stores the questionnaires entered.

Field Datatype Default Null Option Comment
QuestionnaireSID INTEGER ?   MANDATORY System defined - SID generated from the General System sequence.
PracticeID INTEGER ?   MANDATORY FK
PatientID INTEGER ?   MANDATORY FK
EAFormSID INTEGER ?   MANDATORY System defined SID generated from the GeneralSystem sequence.
SignedDate DATE   OPTIONAL User entered - Indicates the date the patient signed the questionnaire.
QuestionnaireStatus CHARACTER(1)   MANDATORY User entered - Indicates status of questionnaire.
TimeStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was last written.
LastUser INTEGER ?   OPTIONAL User ID of user that last wrote the record.
CreateStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was created.
CreateUser INTEGER ?   OPTIONAL User ID of user that created the record.
LOINCCode CHARACTER(10)   OPTIONAL System-defined LOINC Code. Used to support logic only relevant to some Questionnaires. Possible Values: 93025-5

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
Patient Questionnaire.PracticeID = Patient.PracticeID and
Questionnaire.PatientID = Patient.PatientID
CASCADE if Questionnaire exists

Child Tables
Child TableJoin PhraseWhen deleting Questionnaire record...
EAObjectData EAObjectData.EAObjectSID = Questionnaire.QuestionnaireSID CASCADE if EAObjectData exists
ApptQuestionnaire ApptQuestionnaire.QuestionnaireSID = Questionnaire.QuestionnaireSID CASCADE if ApptQuestionnaire exists