public static class QuestionnaireResponse.GroupQuestionAnswer extends BaseIdentifiableElement implements IResourceBlock
Definition: The respondent's answer(s) to the question
| Constructor and Description |
|---|
GroupQuestionAnswer() |
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireResponse.Group |
addGroup()
Adds and returns a new value for group ()
|
QuestionnaireResponse.GroupQuestionAnswer |
addGroup(QuestionnaireResponse.Group theValue)
Adds a given new value for group ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<QuestionnaireResponse.Group> |
getGroup()
Gets the value(s) for group ().
|
QuestionnaireResponse.Group |
getGroupFirstRep()
Gets the first repetition for group (),
creating it if it does not already exist.
|
IDatatype |
getValue()
Gets the value(s) for value[x] ().
|
boolean |
isEmpty() |
QuestionnaireResponse.GroupQuestionAnswer |
setGroup(List<QuestionnaireResponse.Group> theValue)
Sets the value(s) for group ()
|
QuestionnaireResponse.GroupQuestionAnswer |
setValue(IDatatype theValue)
Sets the value(s) for value[x] ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic GroupQuestionAnswer()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic IDatatype getValue()
null.
Definition: The answer (or one of the answers) provided by the respondent to the question
public QuestionnaireResponse.GroupQuestionAnswer setValue(IDatatype theValue)
Definition: The answer (or one of the answers) provided by the respondent to the question
public List<QuestionnaireResponse.Group> getGroup()
null.
Definition: Nested group, containing nested question for this question. The order of groups within the question is relevant
public QuestionnaireResponse.GroupQuestionAnswer setGroup(List<QuestionnaireResponse.Group> theValue)
Definition: Nested group, containing nested question for this question. The order of groups within the question is relevant
public QuestionnaireResponse.Group addGroup()
Definition: Nested group, containing nested question for this question. The order of groups within the question is relevant
public QuestionnaireResponse.GroupQuestionAnswer addGroup(QuestionnaireResponse.Group theValue)
Definition: Nested group, containing nested question for this question. The order of groups within the question is relevant
theValue - The group to add (must not be null)public QuestionnaireResponse.Group getGroupFirstRep()
Definition: Nested group, containing nested question for this question. The order of groups within the question is relevant
Copyright © 2014–2016 University Health Network. All rights reserved.