
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeInclude
Packages that use ValueSet.ComposeInclude
-
Uses of ValueSet.ComposeInclude in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ComposeIncludeModifier and TypeMethodDescriptionValueSet.ComposeInclude.addConcept
(ValueSet.ComposeIncludeConcept theValue) Adds a given new value for concept ()ValueSet.Compose.addExclude()
Adds and returns a new value for exclude ()ValueSet.ComposeInclude.addFilter
(ValueSet.ComposeIncludeFilter theValue) Adds a given new value for filter ()ValueSet.Compose.addInclude()
Adds and returns a new value for include ()ValueSet.Compose.getExcludeFirstRep()
Gets the first repetition for exclude (), creating it if it does not already exist.ValueSet.Compose.getIncludeFirstRep()
Gets the first repetition for include (), creating it if it does not already exist.ValueSet.ComposeInclude.setConcept
(List<ValueSet.ComposeIncludeConcept> theValue) Sets the value(s) for concept ()ValueSet.ComposeInclude.setFilter
(List<ValueSet.ComposeIncludeFilter> theValue) Sets the value(s) for filter ()ValueSet.ComposeInclude.setSystem
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for system ()Sets the value for system ()ValueSet.ComposeInclude.setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()ValueSet.ComposeInclude.setVersion
(String theString) Sets the value for version ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.ComposeIncludeModifier and TypeMethodDescriptionValueSet.Compose.getExclude()
Gets the value(s) for exclude ().ValueSet.Compose.getInclude()
Gets the value(s) for include ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ComposeIncludeModifier and TypeMethodDescriptionValueSet.Compose.addExclude
(ValueSet.ComposeInclude theValue) Adds a given new value for exclude ()ValueSet.Compose.addInclude
(ValueSet.ComposeInclude theValue) Adds a given new value for include ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ValueSet.ComposeIncludeModifier and TypeMethodDescriptionValueSet.Compose.setExclude
(List<ValueSet.ComposeInclude> theValue) Sets the value(s) for exclude ()ValueSet.Compose.setInclude
(List<ValueSet.ComposeInclude> theValue) Sets the value(s) for include ()