![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.SearchParameter.SearchModifierCode
Packages that use SearchParameter.SearchModifierCode
-
Uses of SearchParameter.SearchModifierCode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SearchParameter.SearchModifierCodeModifier and TypeFieldDescriptionprotected List
<Enumeration<SearchParameter.SearchModifierCode>> SearchParameter.modifier
A modifier supported for the search parameter.Methods in org.hl7.fhir.r4.model that return SearchParameter.SearchModifierCodeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SearchParameter.SearchModifierCode[]
SearchParameter.SearchModifierCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type SearchParameter.SearchModifierCodeModifier and TypeMethodDescriptionSearchParameter.addModifierElement()
SearchParameter.SearchModifierCodeEnumFactory.fromType
(PrimitiveType<?> code) SearchParameter.getModifier()
Methods in org.hl7.fhir.r4.model with parameters of type SearchParameter.SearchModifierCodeModifier and TypeMethodDescriptionSearchParameter.addModifier
(SearchParameter.SearchModifierCode value) boolean
SearchParameter.hasModifier
(SearchParameter.SearchModifierCode value) SearchParameter.SearchModifierCodeEnumFactory.toCode
(SearchParameter.SearchModifierCode code) SearchParameter.SearchModifierCodeEnumFactory.toSystem
(SearchParameter.SearchModifierCode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type SearchParameter.SearchModifierCodeModifier and TypeMethodDescriptionSearchParameter.setModifier
(List<Enumeration<SearchParameter.SearchModifierCode>> theModifier)