Class ValueSet.ComposeIncludeConcept
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeIncludeConcept
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- ValueSet
public static class ValueSet.ComposeIncludeConcept extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ValueSet.compose.include.concept ()Definition: Specifies a concept to be included or excluded.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComposeIncludeConcept()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSet.CodeSystemConceptDesignationaddDesignation()Adds and returns a new value for designation ()ValueSet.ComposeIncludeConceptaddDesignation(ValueSet.CodeSystemConceptDesignation theValue)Adds a given new value for designation ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetCode()Gets the value(s) for code ().ca.uhn.fhir.model.primitive.CodeDtgetCodeElement()Gets the value(s) for code ().List<ValueSet.CodeSystemConceptDesignation>getDesignation()Gets the value(s) for designation ().ValueSet.CodeSystemConceptDesignationgetDesignationFirstRep()Gets the first repetition for designation (), creating it if it does not already exist.StringgetDisplay()Gets the value(s) for display ().ca.uhn.fhir.model.primitive.StringDtgetDisplayElement()Gets the value(s) for display ().booleanisEmpty()ValueSet.ComposeIncludeConceptsetCode(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for code ()ValueSet.ComposeIncludeConceptsetCode(String theCode)Sets the value for code ()ValueSet.ComposeIncludeConceptsetDesignation(List<ValueSet.CodeSystemConceptDesignation> theValue)Sets the value(s) for designation ()ValueSet.ComposeIncludeConceptsetDisplay(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for display ()ValueSet.ComposeIncludeConceptsetDisplay(String theString)Sets the value for display ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ComposeIncludeConcept
public ComposeIncludeConcept()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getCodeElement
public ca.uhn.fhir.model.primitive.CodeDt getCodeElement()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition: Specifies a code for the concept to be included or excluded
-
getCode
public String getCode()
Gets the value(s) for code (). creating it if it does not exist. This method may returnnull.Definition: Specifies a code for the concept to be included or excluded
-
setCode
public ValueSet.ComposeIncludeConcept setCode(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for code ()Definition: Specifies a code for the concept to be included or excluded
-
setCode
public ValueSet.ComposeIncludeConcept setCode(String theCode)
Sets the value for code ()Definition: Specifies a code for the concept to be included or excluded
-
getDisplayElement
public ca.uhn.fhir.model.primitive.StringDt getDisplayElement()
Gets the value(s) for display (). creating it if it does not exist. Will not returnnull.Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system
-
getDisplay
public String getDisplay()
Gets the value(s) for display (). creating it if it does not exist. This method may returnnull.Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system
-
setDisplay
public ValueSet.ComposeIncludeConcept setDisplay(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for display ()Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system
-
setDisplay
public ValueSet.ComposeIncludeConcept setDisplay(String theString)
Sets the value for display ()Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system
-
getDesignation
public List<ValueSet.CodeSystemConceptDesignation> getDesignation()
Gets the value(s) for designation (). creating it if it does not exist. Will not returnnull.Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.
-
setDesignation
public ValueSet.ComposeIncludeConcept setDesignation(List<ValueSet.CodeSystemConceptDesignation> theValue)
Sets the value(s) for designation ()Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.
-
addDesignation
public ValueSet.CodeSystemConceptDesignation addDesignation()
Adds and returns a new value for designation ()Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.
-
addDesignation
public ValueSet.ComposeIncludeConcept addDesignation(ValueSet.CodeSystemConceptDesignation theValue)
Adds a given new value for designation ()Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.
- Parameters:
theValue- The designation to add (must not benull)
-
getDesignationFirstRep
public ValueSet.CodeSystemConceptDesignation getDesignationFirstRep()
Gets the first repetition for designation (), creating it if it does not already exist.Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.
-
-