Uses of Class
com.ibm.fhir.model.type.code.CodeSearchSupport
-
Packages that use CodeSearchSupport Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of CodeSearchSupport in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSearchSupport Modifier and Type Method Description CodeSearchSupportTerminologyCapabilities. getCodeSearch()The degree to which the server supports the code search parameter on ValueSet, if it is supported.Methods in com.ibm.fhir.model.resource with parameters of type CodeSearchSupport Modifier and Type Method Description TerminologyCapabilities.BuilderTerminologyCapabilities.Builder. codeSearch(CodeSearchSupport codeSearch)The degree to which the server supports the code search parameter on ValueSet, if it is supported. -
Uses of CodeSearchSupport in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as CodeSearchSupport Modifier and Type Field Description static CodeSearchSupportCodeSearchSupport. ALLImplicit Codesstatic CodeSearchSupportCodeSearchSupport. EXPLICITExplicit CodesMethods in com.ibm.fhir.model.type.code that return CodeSearchSupport Modifier and Type Method Description CodeSearchSupportCodeSearchSupport.Builder. build()static CodeSearchSupportCodeSearchSupport. of(CodeSearchSupport.ValueSet value)Factory method for creating CodeSearchSupport objects from a passed enum value.static CodeSearchSupportCodeSearchSupport. of(String value)Factory method for creating CodeSearchSupport objects from a passed string value.
-