
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeIncludeFilter
Packages that use ValueSet.ComposeIncludeFilter
-
Uses of ValueSet.ComposeIncludeFilter in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ComposeIncludeFilterModifier and TypeMethodDescriptionValueSet.ComposeInclude.addFilter()
Adds and returns a new value for filter ()ValueSet.ComposeInclude.getFilterFirstRep()
Gets the first repetition for filter (), creating it if it does not already exist.ValueSet.ComposeIncludeFilter.setOp
(FilterOperatorEnum theValue) Sets the value(s) for op ()ValueSet.ComposeIncludeFilter.setOp
(ca.uhn.fhir.model.primitive.BoundCodeDt<FilterOperatorEnum> theValue) Sets the value(s) for op ()ValueSet.ComposeIncludeFilter.setProperty
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for property ()ValueSet.ComposeIncludeFilter.setProperty
(String theCode) Sets the value for property ()ValueSet.ComposeIncludeFilter.setValue
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for value ()Sets the value for value ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.ComposeIncludeFilterModifier and TypeMethodDescriptionValueSet.ComposeInclude.getFilter()
Gets the value(s) for filter ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ComposeIncludeFilterModifier and TypeMethodDescriptionValueSet.ComposeInclude.addFilter
(ValueSet.ComposeIncludeFilter theValue) Adds a given new value for filter ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ValueSet.ComposeIncludeFilterModifier and TypeMethodDescriptionValueSet.ComposeInclude.setFilter
(List<ValueSet.ComposeIncludeFilter> theValue) Sets the value(s) for filter ()