public static class QuestionnaireResponse.Group extends BaseIdentifiableElement implements IResourceBlock
Definition: A group of questions to a possibly similarly grouped set of questions in the questionnaire response
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireResponse.Group |
addGroup()
Adds and returns a new value for group ()
|
QuestionnaireResponse.Group |
addGroup(QuestionnaireResponse.Group theValue)
Adds a given new value for group ()
|
QuestionnaireResponse.GroupQuestion |
addQuestion()
Adds and returns a new value for question ()
|
QuestionnaireResponse.Group |
addQuestion(QuestionnaireResponse.GroupQuestion theValue)
Adds a given new value for question ()
|
<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.
|
String |
getLinkId()
Gets the value(s) for linkId ().
|
StringDt |
getLinkIdElement()
Gets the value(s) for linkId ().
|
List<QuestionnaireResponse.GroupQuestion> |
getQuestion()
Gets the value(s) for question ().
|
QuestionnaireResponse.GroupQuestion |
getQuestionFirstRep()
Gets the first repetition for question (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getSubject()
Gets the value(s) for subject ().
|
String |
getText()
Gets the value(s) for text ().
|
StringDt |
getTextElement()
Gets the value(s) for text ().
|
String |
getTitle()
Gets the value(s) for title ().
|
StringDt |
getTitleElement()
Gets the value(s) for title ().
|
boolean |
isEmpty() |
QuestionnaireResponse.Group |
setGroup(List<QuestionnaireResponse.Group> theValue)
Sets the value(s) for group ()
|
QuestionnaireResponse.Group |
setLinkId(String theString)
Sets the value for linkId ()
|
QuestionnaireResponse.Group |
setLinkId(StringDt theValue)
Sets the value(s) for linkId ()
|
QuestionnaireResponse.Group |
setQuestion(List<QuestionnaireResponse.GroupQuestion> theValue)
Sets the value(s) for question ()
|
QuestionnaireResponse.Group |
setSubject(ResourceReferenceDt theValue)
Sets the value(s) for subject ()
|
QuestionnaireResponse.Group |
setText(String theString)
Sets the value for text ()
|
QuestionnaireResponse.Group |
setText(StringDt theValue)
Sets the value(s) for text ()
|
QuestionnaireResponse.Group |
setTitle(String theString)
Sets the value for title ()
|
QuestionnaireResponse.Group |
setTitle(StringDt theValue)
Sets the value(s) for title ()
|
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 Group()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getLinkIdElement()
null.
Definition: Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.
public String getLinkId()
null.
Definition: Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.
public QuestionnaireResponse.Group setLinkId(StringDt theValue)
Definition: Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.
public QuestionnaireResponse.Group setLinkId(String theString)
Definition: Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.
public StringDt getTitleElement()
null.
Definition: Text that is displayed above the contents of the group
public String getTitle()
null.
Definition: Text that is displayed above the contents of the group
public QuestionnaireResponse.Group setTitle(StringDt theValue)
Definition: Text that is displayed above the contents of the group
public QuestionnaireResponse.Group setTitle(String theString)
Definition: Text that is displayed above the contents of the group
public StringDt getTextElement()
null.
Definition: Additional text for the group, used for display purposes
public String getText()
null.
Definition: Additional text for the group, used for display purposes
public QuestionnaireResponse.Group setText(StringDt theValue)
Definition: Additional text for the group, used for display purposes
public QuestionnaireResponse.Group setText(String theString)
Definition: Additional text for the group, used for display purposes
public ResourceReferenceDt getSubject()
null.
Definition: More specific subject this section's answers are about, details the subject given in QuestionnaireResponse
public QuestionnaireResponse.Group setSubject(ResourceReferenceDt theValue)
Definition: More specific subject this section's answers are about, details the subject given in QuestionnaireResponse
public List<QuestionnaireResponse.Group> getGroup()
null.
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public QuestionnaireResponse.Group setGroup(List<QuestionnaireResponse.Group> theValue)
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public QuestionnaireResponse.Group addGroup()
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public QuestionnaireResponse.Group addGroup(QuestionnaireResponse.Group theValue)
Definition: A sub-group within a group. The ordering of groups within this group is relevant
theValue - The group to add (must not be null)public QuestionnaireResponse.Group getGroupFirstRep()
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public List<QuestionnaireResponse.GroupQuestion> getQuestion()
null.
Definition: Set of questions within this group. The order of questions within the group is relevant
public QuestionnaireResponse.Group setQuestion(List<QuestionnaireResponse.GroupQuestion> theValue)
Definition: Set of questions within this group. The order of questions within the group is relevant
public QuestionnaireResponse.GroupQuestion addQuestion()
Definition: Set of questions within this group. The order of questions within the group is relevant
public QuestionnaireResponse.Group addQuestion(QuestionnaireResponse.GroupQuestion theValue)
Definition: Set of questions within this group. The order of questions within the group is relevant
theValue - The question to add (must not be null)public QuestionnaireResponse.GroupQuestion getQuestionFirstRep()
Definition: Set of questions within this group. The order of questions within the group is relevant
Copyright © 2014–2016 University Health Network. All rights reserved.