ClinicalQuestionGroup
This table stores information on question groups.
| Column Name | Type | Description |
|---|---|---|
| QuestionLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| UniqueContactDateReal | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| ContactDate | DATETIME | The date of this contact in calendar format. |
| KioskPageBreakIndicator | VARCHAR | This is a configuration item that stores the kiosk specific page breaks for question groups. |
| QuestionIdentifier | VARCHAR | The unique identifier (.1 item) for the question record. |
| QuestionPromptOverrideText | VARCHAR | This item allows the user to specify an override for the question prompt when it shows inside a question group. |