
Uses of Enum Class
org.hl7.fhir.r5.model.SearchParameter.SearchProcessingModeType
Packages that use SearchParameter.SearchProcessingModeType
-
Uses of SearchParameter.SearchProcessingModeType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SearchParameter.SearchProcessingModeTypeModifier and TypeFieldDescriptionSearchParameter.processingModeHow the search parameter relates to the set of elements returned by evaluating the expression query.Methods in org.hl7.fhir.r5.model that return SearchParameter.SearchProcessingModeTypeModifier and TypeMethodDescriptionSearchParameter.getProcessingMode()Returns the enum constant of this class with the specified name.SearchParameter.SearchProcessingModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type SearchParameter.SearchProcessingModeTypeModifier and TypeMethodDescriptionSearchParameter.SearchProcessingModeTypeEnumFactory.fromType(PrimitiveType<?> code) SearchParameter.getProcessingModeElement()Methods in org.hl7.fhir.r5.model with parameters of type SearchParameter.SearchProcessingModeTypeModifier and TypeMethodDescriptionSearchParameter.setProcessingMode(SearchParameter.SearchProcessingModeType value) SearchParameter.SearchProcessingModeTypeEnumFactory.toCode(SearchParameter.SearchProcessingModeType code) SearchParameter.SearchProcessingModeTypeEnumFactory.toSystem(SearchParameter.SearchProcessingModeType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type SearchParameter.SearchProcessingModeTypeModifier and TypeMethodDescriptionSearchParameter.setProcessingModeElement(Enumeration<SearchParameter.SearchProcessingModeType> value)