
Package org.hl7.fhir.dstu2.model
Class Questionnaire.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.Questionnaire.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:
Questionnaire
public static class Questionnaire.GroupComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdentifies a how this group of questions is known in a particular terminology such as LOINC.protected List<Questionnaire.GroupComponent> A sub-group within a group.protected StringTypeAn identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.protected List<Questionnaire.QuestionComponent> Set of questions within this group.protected BooleanTypeWhether the group may occur multiple times in the instance, containing multiple sets of answers.protected BooleanTypeIf true, indicates that the group must be present and have required questions within it answered.protected StringTypeAdditional text for the group, used for display purposes.protected StringTypeThe human-readable name for this section of the questionnaire.Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConcept(Coding t) addGroup()copy()booleanequalsDeep(Base other) booleanequalsShallow(Base other) fhirType()getGroup()booleanbooleangetText()getTitle()booleanbooleanhasGroup()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasText()booleanbooleanhasTitle()booleanbooleanisEmpty()protected voidlistChildren(List<Property> childrenList) setLinkIdElement(StringType value) voidsetProperty(String name, Base value) setRepeats(boolean value) setRepeatsElement(BooleanType value) setRequired(boolean value) setRequiredElement(BooleanType value) setTextElement(StringType value) setTitleElement(StringType value) Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionMethods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementMethods 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, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtensionMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
linkId
An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource. -
title
The human-readable name for this section of the questionnaire. -
concept
Identifies a how this group of questions is known in a particular terminology such as LOINC. -
text
Additional text for the group, used for display purposes. -
required
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. -
repeats
Whether the group may occur multiple times in the instance, containing multiple sets of answers. -
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(An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a 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(An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.). This is the underlying object with id, value and extensions. The accessor "getLinkId" gives direct access to the value
-
getLinkId
- Returns:
- An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
-
setLinkId
- Parameters:
value- An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
-
getTitleElement
- Returns:
title(The human-readable name for this section of the questionnaire.). 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(The human-readable name for this section of the questionnaire.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
getTitle
- Returns:
- The human-readable name for this section of the questionnaire.
-
setTitle
- Parameters:
value- The human-readable name for this section of the questionnaire.
-
getConcept
- Returns:
concept(Identifies a how this group of questions is known in a particular terminology such as LOINC.)
-
hasConcept
-
addConcept
- Returns:
concept(Identifies a how this group of questions is known in a particular terminology such as LOINC.)
-
addConcept
-
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.
-
getRequiredElement
- Returns:
required(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.). This is the underlying object with id, value and extensions. The accessor "getRequired" gives direct access to the value
-
hasRequiredElement
-
hasRequired
-
setRequiredElement
- Parameters:
value-required(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.). This is the underlying object with id, value and extensions. The accessor "getRequired" gives direct access to the value
-
getRequired
- Returns:
- 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.
-
setRequired
- Parameters:
value- 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.
-
getRepeatsElement
- Returns:
repeats(Whether the group may occur multiple times in the instance, containing multiple sets of answers.). This is the underlying object with id, value and extensions. The accessor "getRepeats" gives direct access to the value
-
hasRepeatsElement
-
hasRepeats
-
setRepeatsElement
- Parameters:
value-repeats(Whether the group may occur multiple times in the instance, containing multiple sets of answers.). This is the underlying object with id, value and extensions. The accessor "getRepeats" gives direct access to the value
-
getRepeats
- Returns:
- Whether the group may occur multiple times in the instance, containing multiple sets of answers.
-
setRepeats
- Parameters:
value- Whether the group may occur multiple times in the instance, containing multiple sets of answers.
-
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:
listChildrenin classBackboneElement
-
setProperty
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copyin classBackboneElement
-
equalsDeep
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-