Uses of Enum
org.hl7.fhir.r4.model.TerminologyCapabilities.CodeSearchSupport
Packages that use TerminologyCapabilities.CodeSearchSupport
-
Uses of TerminologyCapabilities.CodeSearchSupport in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TerminologyCapabilities.CodeSearchSupportModifier and TypeFieldDescriptionTerminologyCapabilities.codeSearchThe degree to which the server supports the code search parameter on ValueSet, if it is supported.Methods in org.hl7.fhir.r4.model that return TerminologyCapabilities.CodeSearchSupportModifier and TypeMethodDescriptionTerminologyCapabilities.getCodeSearch()Returns the enum constant of this type with the specified name.TerminologyCapabilities.CodeSearchSupport.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 TerminologyCapabilities.CodeSearchSupportMethods in org.hl7.fhir.r4.model with parameters of type TerminologyCapabilities.CodeSearchSupportModifier and TypeMethodDescriptionTerminologyCapabilities.setCodeSearch(TerminologyCapabilities.CodeSearchSupport value) TerminologyCapabilities.CodeSearchSupportEnumFactory.toCode(TerminologyCapabilities.CodeSearchSupport code) TerminologyCapabilities.CodeSearchSupportEnumFactory.toSystem(TerminologyCapabilities.CodeSearchSupport code) Method parameters in org.hl7.fhir.r4.model with type arguments of type TerminologyCapabilities.CodeSearchSupportModifier and TypeMethodDescriptionTerminologyCapabilities.setCodeSearchElement(Enumeration<TerminologyCapabilities.CodeSearchSupport> value)