Package org.hl7.fhir.dstu2.model
Class QuestionnaireResponse.GroupComponent
java.lang.Object
org.hl7.fhir.dstu2.model.Base
org.hl7.fhir.dstu2.model.Element
org.hl7.fhir.dstu2.model.BackboneElement
org.hl7.fhir.dstu2.model.QuestionnaireResponse.GroupComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
QuestionnaireResponse
public static class QuestionnaireResponse.GroupComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<QuestionnaireResponse.GroupComponent> A sub-group within a group.protected StringType
Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.protected List
<QuestionnaireResponse.QuestionComponent> Set of questions within this group.protected Reference
More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.protected Resource
The actual object that is the target of the reference (More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.)protected StringType
Additional text for the group, used for display purposes.protected StringType
Text that is displayed above the contents of the group.Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddGroup()
copy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
getGroup()
getText()
getTitle()
boolean
hasGroup()
boolean
boolean
boolean
boolean
boolean
hasText()
boolean
boolean
hasTitle()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setLinkIdElement
(StringType value) void
setProperty
(String name, Base value) setSubject
(Reference value) setSubjectTarget
(Resource value) setTextElement
(StringType value) setTitleElement
(StringType value) Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
Methods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
linkId
Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource. -
title
Text that is displayed above the contents of the group. -
text
Additional text for the group, used for display purposes. -
subject
More specific subject this section's answers are about, details the subject given in QuestionnaireResponse. -
subjectTarget
The actual object that is the target of the reference (More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.) -
group
A sub-group within a group. The ordering of groups within this group is relevant. -
question
Set of questions within this group. The order of questions within the group is relevant.
-
-
Constructor Details
-
GroupComponent
public GroupComponent()
-
-
Method Details
-
getLinkIdElement
- Returns:
linkId
(Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.). This is the underlying object with id, value and extensions. The accessor "getLinkId" gives direct access to the value
-
hasLinkIdElement
-
hasLinkId
-
setLinkIdElement
- Parameters:
value
-linkId
(Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.). This is the underlying object with id, value and extensions. The accessor "getLinkId" gives direct access to the value
-
getLinkId
- Returns:
- Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.
-
setLinkId
- Parameters:
value
- Identifies the group from the Questionnaire that corresponds to this group in the QuestionnaireResponse resource.
-
getTitleElement
- Returns:
title
(Text that is displayed above the contents of the group.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
hasTitleElement
-
hasTitle
-
setTitleElement
- Parameters:
value
-title
(Text that is displayed above the contents of the group.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
getTitle
- Returns:
- Text that is displayed above the contents of the group.
-
setTitle
- Parameters:
value
- Text that is displayed above the contents of the group.
-
getTextElement
- Returns:
text
(Additional text for the group, used for display purposes.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
hasTextElement
-
hasText
-
setTextElement
- Parameters:
value
-text
(Additional text for the group, used for display purposes.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
getText
- Returns:
- Additional text for the group, used for display purposes.
-
setText
- Parameters:
value
- Additional text for the group, used for display purposes.
-
getSubject
- Returns:
subject
(More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.)
-
hasSubject
-
setSubject
- Parameters:
value
-subject
(More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.)
-
getSubjectTarget
- Returns:
subject
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.)
-
setSubjectTarget
- Parameters:
value
-subject
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (More specific subject this section's answers are about, details the subject given in QuestionnaireResponse.)
-
getGroup
- Returns:
group
(A sub-group within a group. The ordering of groups within this group is relevant.)
-
hasGroup
-
addGroup
- Returns:
group
(A sub-group within a group. The ordering of groups within this group is relevant.)
-
addGroup
-
getQuestion
- Returns:
question
(Set of questions within this group. The order of questions within the group is relevant.)
-
hasQuestion
-
addQuestion
- Returns:
question
(Set of questions within this group. The order of questions within the group is relevant.)
-
addQuestion
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-