public static class Questionnaire.Group extends BaseIdentifiableElement implements IResourceBlock
Definition: A collection of related questions (or further groupings of questions)
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
CodingDt |
addConcept()
Adds and returns a new value for concept ()
|
Questionnaire.Group |
addConcept(CodingDt theValue)
Adds a given new value for concept ()
|
Questionnaire.Group |
addGroup()
Adds and returns a new value for group ()
|
Questionnaire.Group |
addGroup(Questionnaire.Group theValue)
Adds a given new value for group ()
|
Questionnaire.GroupQuestion |
addQuestion()
Adds and returns a new value for question ()
|
Questionnaire.Group |
addQuestion(Questionnaire.GroupQuestion theValue)
Adds a given new value for question ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<CodingDt> |
getConcept()
Gets the value(s) for concept ().
|
CodingDt |
getConceptFirstRep()
Gets the first repetition for concept (),
creating it if it does not already exist.
|
List<Questionnaire.Group> |
getGroup()
Gets the value(s) for group ().
|
Questionnaire.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<Questionnaire.GroupQuestion> |
getQuestion()
Gets the value(s) for question ().
|
Questionnaire.GroupQuestion |
getQuestionFirstRep()
Gets the first repetition for question (),
creating it if it does not already exist.
|
Boolean |
getRepeats()
Gets the value(s) for repeats ().
|
BooleanDt |
getRepeatsElement()
Gets the value(s) for repeats ().
|
Boolean |
getRequired()
Gets the value(s) for required ().
|
BooleanDt |
getRequiredElement()
Gets the value(s) for required ().
|
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() |
Questionnaire.Group |
setConcept(List<CodingDt> theValue)
Sets the value(s) for concept ()
|
Questionnaire.Group |
setGroup(List<Questionnaire.Group> theValue)
Sets the value(s) for group ()
|
Questionnaire.Group |
setLinkId(String theString)
Sets the value for linkId ()
|
Questionnaire.Group |
setLinkId(StringDt theValue)
Sets the value(s) for linkId ()
|
Questionnaire.Group |
setQuestion(List<Questionnaire.GroupQuestion> theValue)
Sets the value(s) for question ()
|
Questionnaire.Group |
setRepeats(boolean theBoolean)
Sets the value for repeats ()
|
Questionnaire.Group |
setRepeats(BooleanDt theValue)
Sets the value(s) for repeats ()
|
Questionnaire.Group |
setRequired(boolean theBoolean)
Sets the value for required ()
|
Questionnaire.Group |
setRequired(BooleanDt theValue)
Sets the value(s) for required ()
|
Questionnaire.Group |
setText(String theString)
Sets the value for text ()
|
Questionnaire.Group |
setText(StringDt theValue)
Sets the value(s) for text ()
|
Questionnaire.Group |
setTitle(String theString)
Sets the value for title ()
|
Questionnaire.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: An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
public String getLinkId()
null.
Definition: An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
public Questionnaire.Group setLinkId(StringDt theValue)
Definition: An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
public Questionnaire.Group setLinkId(String theString)
Definition: An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
public StringDt getTitleElement()
null.
Definition: The human-readable name for this section of the questionnaire
public String getTitle()
null.
Definition: The human-readable name for this section of the questionnaire
public Questionnaire.Group setTitle(StringDt theValue)
Definition: The human-readable name for this section of the questionnaire
public Questionnaire.Group setTitle(String theString)
Definition: The human-readable name for this section of the questionnaire
public List<CodingDt> getConcept()
null.
Definition: Identifies a how this group of questions is known in a particular terminology such as LOINC.
public Questionnaire.Group setConcept(List<CodingDt> theValue)
Definition: Identifies a how this group of questions is known in a particular terminology such as LOINC.
public CodingDt addConcept()
Definition: Identifies a how this group of questions is known in a particular terminology such as LOINC.
public Questionnaire.Group addConcept(CodingDt theValue)
Definition: Identifies a how this group of questions is known in a particular terminology such as LOINC.
theValue - The concept to add (must not be null)public CodingDt getConceptFirstRep()
Definition: Identifies a how this group of questions is known in a particular terminology such as LOINC.
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 Questionnaire.Group setText(StringDt theValue)
Definition: Additional text for the group, used for display purposes
public Questionnaire.Group setText(String theString)
Definition: Additional text for the group, used for display purposes
public BooleanDt getRequiredElement()
null.
Definition: If true, indicates that the group must be present and have required questions within it answered. If false, the group may be skipped when answering the questionnaire.
public Boolean getRequired()
null.
Definition: If true, indicates that the group must be present and have required questions within it answered. If false, the group may be skipped when answering the questionnaire.
public Questionnaire.Group setRequired(BooleanDt theValue)
Definition: If true, indicates that the group must be present and have required questions within it answered. If false, the group may be skipped when answering the questionnaire.
public Questionnaire.Group setRequired(boolean theBoolean)
Definition: If true, indicates that the group must be present and have required questions within it answered. If false, the group may be skipped when answering the questionnaire.
public BooleanDt getRepeatsElement()
null.
Definition: Whether the group may occur multiple times in the instance, containing multiple sets of answers
public Boolean getRepeats()
null.
Definition: Whether the group may occur multiple times in the instance, containing multiple sets of answers
public Questionnaire.Group setRepeats(BooleanDt theValue)
Definition: Whether the group may occur multiple times in the instance, containing multiple sets of answers
public Questionnaire.Group setRepeats(boolean theBoolean)
Definition: Whether the group may occur multiple times in the instance, containing multiple sets of answers
public List<Questionnaire.Group> getGroup()
null.
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public Questionnaire.Group setGroup(List<Questionnaire.Group> theValue)
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public Questionnaire.Group addGroup()
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public Questionnaire.Group addGroup(Questionnaire.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 Questionnaire.Group getGroupFirstRep()
Definition: A sub-group within a group. The ordering of groups within this group is relevant
public List<Questionnaire.GroupQuestion> getQuestion()
null.
Definition: Set of questions within this group. The order of questions within the group is relevant
public Questionnaire.Group setQuestion(List<Questionnaire.GroupQuestion> theValue)
Definition: Set of questions within this group. The order of questions within the group is relevant
public Questionnaire.GroupQuestion addQuestion()
Definition: Set of questions within this group. The order of questions within the group is relevant
public Questionnaire.Group addQuestion(Questionnaire.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 Questionnaire.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.