Package org.hl7.fhir.dstu3.model
Class Questionnaire.QuestionnaireItemComponent
java.lang.Object
org.hl7.fhir.dstu3.model.Base
org.hl7.fhir.dstu3.model.Element
org.hl7.fhir.dstu3.model.BackboneElement
org.hl7.fhir.dstu3.model.Questionnaire.QuestionnaireItemComponent
- 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.QuestionnaireItemComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionA terminology code that corresponds to this group or question (e.g.protected UriType
A reference to an [[[ElementDefinition]]] that provides the details for the item.A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.protected Type
The value that should be defaulted when initially rendering the questionnaire for user input.protected List
<Questionnaire.QuestionnaireItemComponent> Text, questions and other groups to be nested beneath a question or group.protected StringType
An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource.protected IntegerType
The maximum number of characters that are permitted in the answer to be considered a "valid" QuestionnaireResponse.One of the permitted answers for a "choice" or "open-choice" question.protected Reference
A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.protected ValueSet
The actual object that is the target of the reference (A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.)protected StringType
A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.protected BooleanType
An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.protected BooleanType
An indication, if true, that the item may occur multiple times in the response, collecting multiple answers answers for questions or multiple sets of answers for groups.protected BooleanType
An indication, if true, that the item must be present in a "completed" QuestionnaireResponse.protected StringType
The name of a section, the text of a question or text content for a display item.protected Enumeration
<Questionnaire.QuestionnaireItemType> The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).Fields inherited from class org.hl7.fhir.dstu3.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConstructorQuestionnaireItemComponent
(StringType linkId, Enumeration<Questionnaire.QuestionnaireItemType> type) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddCode()
addItem()
copy()
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getCode()
getItem()
int
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) boolean
boolean
boolean
getText()
getType()
String[]
getTypesForProperty
(int hash, String name) boolean
hasCode()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasItem()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasText()
boolean
boolean
hasType()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setDefinition
(String value) setDefinitionElement
(UriType value) setEnableWhen
(List<Questionnaire.QuestionnaireItemEnableWhenComponent> theEnableWhen) setInitial
(Type value) setLinkIdElement
(StringType value) setMaxLength
(int value) setMaxLengthElement
(IntegerType value) setOptions
(Reference value) setOptionsTarget
(ValueSet value) setPrefixElement
(StringType value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setReadOnly
(boolean value) setReadOnlyElement
(BooleanType value) setRepeats
(boolean value) setRepeatsElement
(BooleanType value) setRequired
(boolean value) setRequiredElement
(BooleanType value) setTextElement
(StringType value) Methods inherited from class org.hl7.fhir.dstu3.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.dstu3.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, 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
An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource. -
definition
A reference to an [[[ElementDefinition]]] that provides the details for the item. If a definition is provided, then the following element values can be inferred from the definition: code (ElementDefinition.code) type (ElementDefinition.type) required (ElementDefinition.min) repeats (ElementDefinition.max) maxLength (ElementDefinition.maxLength) options (ElementDefinition.binding) Any information provided in these elements on a Questionnaire Item overrides the information from the definition. -
code
A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers). -
prefix
A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire. -
text
The name of a section, the text of a question or text content for a display item. -
type
The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.). -
enableWhen
A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true. -
required
An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire. -
repeats
An indication, if true, that the item may occur multiple times in the response, collecting multiple answers answers for questions or multiple sets of answers for groups. -
readOnly
An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire. -
maxLength
The maximum number of characters that are permitted in the answer to be considered a "valid" QuestionnaireResponse. -
options
A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question. -
optionsTarget
The actual object that is the target of the reference (A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.) -
option
One of the permitted answers for a "choice" or "open-choice" question. -
initial
The value that should be defaulted when initially rendering the questionnaire for user input. -
item
Text, questions and other groups to be nested beneath a question or group.
-
-
Constructor Details
-
QuestionnaireItemComponent
public QuestionnaireItemComponent()Constructor -
QuestionnaireItemComponent
public QuestionnaireItemComponent(StringType linkId, Enumeration<Questionnaire.QuestionnaireItemType> type) Constructor
-
-
Method Details
-
getLinkIdElement
- Returns:
linkId
(An identifier that is unique within the Questionnaire allowing linkage to the equivalent item 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 item 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 item in a QuestionnaireResponse resource.
-
setLinkId
- Parameters:
value
- An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource.
-
getDefinitionElement
- Returns:
definition
(A reference to an [[[ElementDefinition]]] that provides the details for the item. If a definition is provided, then the following element values can be inferred from the definition: code (ElementDefinition.code) type (ElementDefinition.type) required (ElementDefinition.min) repeats (ElementDefinition.max) maxLength (ElementDefinition.maxLength) options (ElementDefinition.binding) Any information provided in these elements on a Questionnaire Item overrides the information from the definition.). This is the underlying object with id, value and extensions. The accessor "getDefinition" gives direct access to the value
-
hasDefinitionElement
-
hasDefinition
-
setDefinitionElement
- Parameters:
value
-definition
(A reference to an [[[ElementDefinition]]] that provides the details for the item. If a definition is provided, then the following element values can be inferred from the definition: code (ElementDefinition.code) type (ElementDefinition.type) required (ElementDefinition.min) repeats (ElementDefinition.max) maxLength (ElementDefinition.maxLength) options (ElementDefinition.binding) Any information provided in these elements on a Questionnaire Item overrides the information from the definition.). This is the underlying object with id, value and extensions. The accessor "getDefinition" gives direct access to the value
-
getDefinition
- Returns:
- A reference to an [[[ElementDefinition]]] that provides the details for the item. If a definition is provided, then the following element values can be inferred from the definition: code (ElementDefinition.code) type (ElementDefinition.type) required (ElementDefinition.min) repeats (ElementDefinition.max) maxLength (ElementDefinition.maxLength) options (ElementDefinition.binding) Any information provided in these elements on a Questionnaire Item overrides the information from the definition.
-
setDefinition
- Parameters:
value
- A reference to an [[[ElementDefinition]]] that provides the details for the item. If a definition is provided, then the following element values can be inferred from the definition: code (ElementDefinition.code) type (ElementDefinition.type) required (ElementDefinition.min) repeats (ElementDefinition.max) maxLength (ElementDefinition.maxLength) options (ElementDefinition.binding) Any information provided in these elements on a Questionnaire Item overrides the information from the definition.
-
getCode
- Returns:
code
(A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers).)
-
setCode
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasCode
-
addCode
-
addCode
-
getCodeFirstRep
- Returns:
- The first repetition of repeating field
code
, creating it if it does not already exist
-
getPrefixElement
- Returns:
prefix
(A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.). This is the underlying object with id, value and extensions. The accessor "getPrefix" gives direct access to the value
-
hasPrefixElement
-
hasPrefix
-
setPrefixElement
- Parameters:
value
-prefix
(A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.). This is the underlying object with id, value and extensions. The accessor "getPrefix" gives direct access to the value
-
getPrefix
- Returns:
- A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
-
setPrefix
- Parameters:
value
- A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
-
getTextElement
- Returns:
text
(The name of a section, the text of a question or text content for a display item.). 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
(The name of a section, the text of a question or text content for a display item.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
getText
- Returns:
- The name of a section, the text of a question or text content for a display item.
-
setText
- Parameters:
value
- The name of a section, the text of a question or text content for a display item.
-
getTypeElement
- Returns:
type
(The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
-
hasType
-
setTypeElement
public Questionnaire.QuestionnaireItemComponent setTypeElement(Enumeration<Questionnaire.QuestionnaireItemType> value) - Parameters:
value
-type
(The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
getType
- Returns:
- The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).
-
setType
- Parameters:
value
- The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).
-
getEnableWhen
- Returns:
enableWhen
(A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.)
-
setEnableWhen
public Questionnaire.QuestionnaireItemComponent setEnableWhen(List<Questionnaire.QuestionnaireItemEnableWhenComponent> theEnableWhen) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasEnableWhen
-
addEnableWhen
-
addEnableWhen
-
getEnableWhenFirstRep
- Returns:
- The first repetition of repeating field
enableWhen
, creating it if it does not already exist
-
getRequiredElement
- Returns:
required
(An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item 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
(An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item 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:
- An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire.
-
setRequired
- Parameters:
value
- An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire.
-
getRepeatsElement
- Returns:
repeats
(An indication, if true, that the item may occur multiple times in the response, collecting multiple answers answers for questions or multiple sets of answers for groups.). 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
(An indication, if true, that the item may occur multiple times in the response, collecting multiple answers answers for questions or multiple sets of answers for groups.). This is the underlying object with id, value and extensions. The accessor "getRepeats" gives direct access to the value
-
getRepeats
- Returns:
- An indication, if true, that the item may occur multiple times in the response, collecting multiple answers answers for questions or multiple sets of answers for groups.
-
setRepeats
- Parameters:
value
- An indication, if true, that the item may occur multiple times in the response, collecting multiple answers answers for questions or multiple sets of answers for groups.
-
getReadOnlyElement
- Returns:
readOnly
(An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.). This is the underlying object with id, value and extensions. The accessor "getReadOnly" gives direct access to the value
-
hasReadOnlyElement
-
hasReadOnly
-
setReadOnlyElement
- Parameters:
value
-readOnly
(An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.). This is the underlying object with id, value and extensions. The accessor "getReadOnly" gives direct access to the value
-
getReadOnly
- Returns:
- An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.
-
setReadOnly
- Parameters:
value
- An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.
-
getMaxLengthElement
- Returns:
maxLength
(The maximum number of characters that are permitted in the answer to be considered a "valid" QuestionnaireResponse.). This is the underlying object with id, value and extensions. The accessor "getMaxLength" gives direct access to the value
-
hasMaxLengthElement
-
hasMaxLength
-
setMaxLengthElement
- Parameters:
value
-maxLength
(The maximum number of characters that are permitted in the answer to be considered a "valid" QuestionnaireResponse.). This is the underlying object with id, value and extensions. The accessor "getMaxLength" gives direct access to the value
-
getMaxLength
- Returns:
- The maximum number of characters that are permitted in the answer to be considered a "valid" QuestionnaireResponse.
-
setMaxLength
- Parameters:
value
- The maximum number of characters that are permitted in the answer to be considered a "valid" QuestionnaireResponse.
-
getOptions
- Returns:
options
(A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.)
-
hasOptions
-
setOptions
- Parameters:
value
-options
(A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.)
-
getOptionsTarget
- Returns:
options
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. (A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.)
-
setOptionsTarget
- Parameters:
value
-options
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. (A reference to a value set containing a list of codes representing permitted answers for a "choice" or "open-choice" question.)
-
getOption
- Returns:
option
(One of the permitted answers for a "choice" or "open-choice" question.)
-
setOption
public Questionnaire.QuestionnaireItemComponent setOption(List<Questionnaire.QuestionnaireItemOptionComponent> theOption) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasOption
-
addOption
-
addOption
-
getOptionFirstRep
- Returns:
- The first repetition of repeating field
option
, creating it if it does not already exist
-
getInitial
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)
-
getInitialBooleanType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialBooleanType
-
getInitialDecimalType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialDecimalType
-
getInitialIntegerType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialIntegerType
-
getInitialDateType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialDateType
-
getInitialDateTimeType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialDateTimeType
-
getInitialTimeType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialTimeType
-
getInitialStringType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialStringType
-
getInitialUriType
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialUriType
-
getInitialAttachment
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialAttachment
-
getInitialCoding
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialCoding
-
getInitialQuantity
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialQuantity
-
getInitialReference
- Returns:
initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInitialReference
-
hasInitial
-
setInitial
public Questionnaire.QuestionnaireItemComponent setInitial(Type value) throws org.hl7.fhir.exceptions.FHIRFormatError - Parameters:
value
-initial
(The value that should be defaulted when initially rendering the questionnaire for user input.)- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getItem
- Returns:
item
(Text, questions and other groups to be nested beneath a question or group.)
-
setItem
public Questionnaire.QuestionnaireItemComponent setItem(List<Questionnaire.QuestionnaireItemComponent> theItem) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasItem
-
addItem
-
addItem
-
getItemFirstRep
- Returns:
- The first repetition of repeating field
item
, creating it if it does not already exist
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
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
-