Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SearchModifierCodeEnum
-
Uses of SearchModifierCodeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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.Modifier 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 ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SearchModifierCodeEnum> SearchModifierCodeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.