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