Class ValueSet.ComposeInclude
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeInclude
-
- 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.ComposeInclude extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ValueSet.compose.include ()Definition: Include one or more codes from a code system
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComposeInclude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSet.ComposeIncludeConceptaddConcept()Adds and returns a new value for concept ()ValueSet.ComposeIncludeaddConcept(ValueSet.ComposeIncludeConcept theValue)Adds a given new value for concept ()ValueSet.ComposeIncludeFilteraddFilter()Adds and returns a new value for filter ()ValueSet.ComposeIncludeaddFilter(ValueSet.ComposeIncludeFilter theValue)Adds a given new value for filter ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)List<ValueSet.ComposeIncludeConcept>getConcept()Gets the value(s) for concept ().ValueSet.ComposeIncludeConceptgetConceptFirstRep()Gets the first repetition for concept (), creating it if it does not already exist.List<ValueSet.ComposeIncludeFilter>getFilter()Gets the value(s) for filter ().ValueSet.ComposeIncludeFiltergetFilterFirstRep()Gets the first repetition for filter (), creating it if it does not already exist.StringgetSystem()Gets the value(s) for system ().ca.uhn.fhir.model.primitive.UriDtgetSystemElement()Gets the value(s) for system ().StringgetVersion()Gets the value(s) for version ().ca.uhn.fhir.model.primitive.StringDtgetVersionElement()Gets the value(s) for version ().booleanisEmpty()ValueSet.ComposeIncludesetConcept(List<ValueSet.ComposeIncludeConcept> theValue)Sets the value(s) for concept ()ValueSet.ComposeIncludesetFilter(List<ValueSet.ComposeIncludeFilter> theValue)Sets the value(s) for filter ()ValueSet.ComposeIncludesetSystem(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for system ()ValueSet.ComposeIncludesetSystem(String theUri)Sets the value for system ()ValueSet.ComposeIncludesetVersion(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for version ()ValueSet.ComposeIncludesetVersion(String theString)Sets the value for version ()-
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
-
ComposeInclude
public ComposeInclude()
-
-
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
-
getSystemElement
public ca.uhn.fhir.model.primitive.UriDt getSystemElement()
Gets the value(s) for system (). creating it if it does not exist. Will not returnnull.Definition: An absolute URI which is the code system from which the selected codes come from
-
getSystem
public String getSystem()
Gets the value(s) for system (). creating it if it does not exist. This method may returnnull.Definition: An absolute URI which is the code system from which the selected codes come from
-
setSystem
public ValueSet.ComposeInclude setSystem(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for system ()Definition: An absolute URI which is the code system from which the selected codes come from
-
setSystem
public ValueSet.ComposeInclude setSystem(String theUri)
Sets the value for system ()Definition: An absolute URI which is the code system from which the selected codes come from
-
getVersionElement
public ca.uhn.fhir.model.primitive.StringDt getVersionElement()
Gets the value(s) for version (). creating it if it does not exist. Will not returnnull.Definition: The version of the code system that the codes are selected from
-
getVersion
public String getVersion()
Gets the value(s) for version (). creating it if it does not exist. This method may returnnull.Definition: The version of the code system that the codes are selected from
-
setVersion
public ValueSet.ComposeInclude setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for version ()Definition: The version of the code system that the codes are selected from
-
setVersion
public ValueSet.ComposeInclude setVersion(String theString)
Sets the value for version ()Definition: The version of the code system that the codes are selected from
-
getConcept
public List<ValueSet.ComposeIncludeConcept> getConcept()
Gets the value(s) for concept (). creating it if it does not exist. Will not returnnull.Definition: Specifies a concept to be included or excluded.
-
setConcept
public ValueSet.ComposeInclude setConcept(List<ValueSet.ComposeIncludeConcept> theValue)
Sets the value(s) for concept ()Definition: Specifies a concept to be included or excluded.
-
addConcept
public ValueSet.ComposeIncludeConcept addConcept()
Adds and returns a new value for concept ()Definition: Specifies a concept to be included or excluded.
-
addConcept
public ValueSet.ComposeInclude addConcept(ValueSet.ComposeIncludeConcept theValue)
Adds a given new value for concept ()Definition: Specifies a concept to be included or excluded.
- Parameters:
theValue- The concept to add (must not benull)
-
getConceptFirstRep
public ValueSet.ComposeIncludeConcept getConceptFirstRep()
Gets the first repetition for concept (), creating it if it does not already exist.Definition: Specifies a concept to be included or excluded.
-
getFilter
public List<ValueSet.ComposeIncludeFilter> getFilter()
Gets the value(s) for filter (). creating it if it does not exist. Will not returnnull.Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
-
setFilter
public ValueSet.ComposeInclude setFilter(List<ValueSet.ComposeIncludeFilter> theValue)
Sets the value(s) for filter ()Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
-
addFilter
public ValueSet.ComposeIncludeFilter addFilter()
Adds and returns a new value for filter ()Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
-
addFilter
public ValueSet.ComposeInclude addFilter(ValueSet.ComposeIncludeFilter theValue)
Adds a given new value for filter ()Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
- Parameters:
theValue- The filter to add (must not benull)
-
getFilterFirstRep
public ValueSet.ComposeIncludeFilter getFilterFirstRep()
Gets the first repetition for filter (), creating it if it does not already exist.Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
-
-