Uses of Class
ca.uhn.fhir.model.dstu2.valueset.SearchModifierCodeEnum
-
Packages that use SearchModifierCodeEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of SearchModifierCodeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type SearchModifierCodeEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>Conformance.RestResourceSearchParam. addModifier()Add a value for modifier ()ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>Conformance.RestResourceSearchParam. addModifier(SearchModifierCodeEnum theValue)Add a value for modifier () using an enumerated type.List<ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>>Conformance.RestResourceSearchParam. getModifier()Gets the value(s) for modifier ().ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>Conformance.RestResourceSearchParam. getModifierFirstRep()Gets the first repetition for modifier (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type SearchModifierCodeEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>Conformance.RestResourceSearchParam. addModifier(SearchModifierCodeEnum theValue)Add a value for modifier () using an enumerated type.Conformance.RestResourceSearchParamConformance.RestResourceSearchParam. setModifier(SearchModifierCodeEnum theValue)Sets the value(s), and clears any existing value(s) for modifier ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SearchModifierCodeEnum Modifier and Type Method Description Conformance.RestResourceSearchParamConformance.RestResourceSearchParam. setModifier(List<ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>> theValue)Sets the value(s) for modifier () -
Uses of SearchModifierCodeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type SearchModifierCodeEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<SearchModifierCodeEnum>SearchModifierCodeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SearchModifierCodeEnum Modifier and Type Method Description static SearchModifierCodeEnumSearchModifierCodeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic SearchModifierCodeEnumSearchModifierCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchModifierCodeEnum[]SearchModifierCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-