
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SearchModifierCodeEnum
Packages that use SearchModifierCodeEnum
-
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 SearchModifierCodeEnumModifier and TypeMethodDescriptionca.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 SearchModifierCodeEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<SearchModifierCodeEnum> Conformance.RestResourceSearchParam.addModifier
(SearchModifierCodeEnum theValue) Add a value for modifier () using an enumerated type.Conformance.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 SearchModifierCodeEnumModifier and TypeMethodDescriptionConformance.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 SearchModifierCodeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SearchModifierCodeEnum> SearchModifierCodeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SearchModifierCodeEnumModifier and TypeMethodDescriptionstatic SearchModifierCodeEnum
Returns the enumerated value associated with this codestatic SearchModifierCodeEnum
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.