public static class QuestionnaireResponse.GroupQuestion extends BaseIdentifiableElement implements IResourceBlock
Definition: Set of questions within this group. The order of questions within the group is relevant
| Constructor and Description |
|---|
GroupQuestion() |
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 GroupQuestion()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getLinkIdElement()
null.
Definition: Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource.
public String getLinkId()
null.
Definition: Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource.
public QuestionnaireResponse.GroupQuestion setLinkId(StringDt theValue)
Definition: Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource.
public QuestionnaireResponse.GroupQuestion setLinkId(String theString)
Definition: Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource.
public StringDt getTextElement()
null.
Definition: The actual question as shown to the user to prompt them for an answer.
public String getText()
null.
Definition: The actual question as shown to the user to prompt them for an answer.
public QuestionnaireResponse.GroupQuestion setText(StringDt theValue)
Definition: The actual question as shown to the user to prompt them for an answer.
public QuestionnaireResponse.GroupQuestion setText(String theString)
Definition: The actual question as shown to the user to prompt them for an answer.
public List<QuestionnaireResponse.GroupQuestionAnswer> getAnswer()
null.
Definition: The respondent's answer(s) to the question
public QuestionnaireResponse.GroupQuestion setAnswer(List<QuestionnaireResponse.GroupQuestionAnswer> theValue)
Definition: The respondent's answer(s) to the question
public QuestionnaireResponse.GroupQuestionAnswer addAnswer()
Definition: The respondent's answer(s) to the question
public QuestionnaireResponse.GroupQuestion addAnswer(QuestionnaireResponse.GroupQuestionAnswer theValue)
Definition: The respondent's answer(s) to the question
theValue - The answer to add (must not be null)public QuestionnaireResponse.GroupQuestionAnswer getAnswerFirstRep()
Definition: The respondent's answer(s) to the question
Copyright © 2014–2016 University Health Network. All rights reserved.