
Class 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
Definition: Include one or more codes from a code system
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAdds and returns a new value for concept ()addConcept(ValueSet.ComposeIncludeConcept theValue) Adds a given new value for concept ()Adds and returns a new value for filter ()addFilter(ValueSet.ComposeIncludeFilter theValue) Adds a given new value for filter ()<T extends ca.uhn.fhir.model.api.IElement>
 List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for concept ().Gets the first repetition for concept (), creating it if it does not already exist.Gets the value(s) for filter ().Gets the first repetition for filter (), creating it if it does not already exist.Gets the value(s) for system ().ca.uhn.fhir.model.primitive.UriDtGets the value(s) for system ().Gets the value(s) for version ().ca.uhn.fhir.model.primitive.StringDtGets the value(s) for version ().booleanisEmpty()setConcept(List<ValueSet.ComposeIncludeConcept> theValue) Sets the value(s) for concept ()setFilter(List<ValueSet.ComposeIncludeFilter> theValue) Sets the value(s) for filter ()setSystem(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for system ()Sets the value for system ()setVersion(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()setVersion(String theString) Sets the value for version ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElementaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setId
- 
Constructor Details- 
ComposeIncludepublic ComposeInclude()
 
- 
- 
Method Details- 
isEmpty- Specified by:
- isEmptyin interface- org.hl7.fhir.instance.model.api.IBase
 
- 
getAllPopulatedChildElementsOfTypepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
- getAllPopulatedChildElementsOfTypein interface- ca.uhn.fhir.model.api.ICompositeElement
 
- 
getSystemElementGets 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 
- 
getSystemGets 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 
- 
setSystemSets the value(s) for system ()Definition: An absolute URI which is the code system from which the selected codes come from 
- 
setSystemSets the value for system ()Definition: An absolute URI which is the code system from which the selected codes come from 
- 
getVersionElementGets 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 
- 
getVersionGets 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 
- 
setVersionSets the value(s) for version ()Definition: The version of the code system that the codes are selected from 
- 
setVersionSets the value for version ()Definition: The version of the code system that the codes are selected from 
- 
getConceptGets the value(s) for concept (). creating it if it does not exist. Will not returnnull.Definition: Specifies a concept to be included or excluded. 
- 
setConceptSets the value(s) for concept ()Definition: Specifies a concept to be included or excluded. 
- 
addConceptAdds and returns a new value for concept ()Definition: Specifies a concept to be included or excluded. 
- 
addConceptAdds a given new value for concept ()Definition: Specifies a concept to be included or excluded. - Parameters:
- theValue- The concept to add (must not be- null)
 
- 
getConceptFirstRepGets the first repetition for concept (), creating it if it does not already exist.Definition: Specifies a concept to be included or excluded. 
- 
getFilterGets 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. 
- 
setFilterSets 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. 
- 
addFilterAdds 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. 
- 
addFilterAdds 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 be- null)
 
- 
getFilterFirstRepGets 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. 
 
-