| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionGuid |
The id of the question. |
globally unique identifier |
- |
| Rank |
The rank of the question within the questionnaire chapter. |
integer |
- |
| QuestionName |
The name of question. |
string |
- |
| QuestionCode |
The code of the question. |
string |
- |
| QuestionPrintText |
The text displayed for the question. |
string |
- |
| QuestionType |
The type of question. |
QuestionType |
- |
| AnswerText |
The answer of the question as text. |
string |
- |
| AnswerNumber |
The answer of the question as a number. |
decimal number |
Nullable |
| AnswerDateTime |
The answer of the question as a datetime. |
date |
Nullable |
| AnswerRTF |
The answer of the question as rich text. |
string |
- |
| Explanation |
The explanation of the answer. |
string |
- |
| Answered |
Indicates whether an answer has been given. |
boolean |
- |
| SubChapterGuid |
The id of the sub chapter to which the item belongs. |
globally unique identifier |
- |