Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
Questionnaire
Table Definition  Parent Tables  Child Tables
Table Definition| 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 | Indicates status of questionnaire. Possible values include E - Edited, P - Printed, V - Voided. Blank status indicates unedited(new) Questionnaire response. |
| 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 Table | Join Phrase | When deleting parent record... |
|---|---|---|
| Patient | Questionnaire.PracticeID = Patient.PracticeID and Questionnaire.PatientID = Patient.PatientID |
CASCADE if Questionnaire exists |
| Child Table | Join Phrase | When deleting Questionnaire record... |
|---|---|---|
| EAObjectData | EAObjectData.EAObjectSID = Questionnaire.QuestionnaireSID | CASCADE if EAObjectData exists |
| ApptQuestionnaire | ApptQuestionnaire.QuestionnaireSID = Questionnaire.QuestionnaireSID | CASCADE if ApptQuestionnaire exists |