public static class QuestionnaireResponse.Group extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.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 ().
|
ca.uhn.fhir.model.primitive.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 ().
|
ca.uhn.fhir.model.primitive.StringDt |
getTextElement()
Gets the value(s) for text ().
|
String |
getTitle()
Gets the value(s) for title ().
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for text ()
|
QuestionnaireResponse.Group |
setTitle(String theString)
Sets the value for title ()
|
QuestionnaireResponse.Group |
setTitle(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for title ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Group()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.