Uses of Class
org.linuxforhealth.fhir.term.service.LookupOutcome
-
Packages that use LookupOutcome Package Description org.linuxforhealth.fhir.term.service -
-
Uses of LookupOutcome in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return LookupOutcome Modifier and Type Method Description LookupOutcome
LookupOutcome.Builder. build()
LookupOutcome
FHIRTermService. lookup(CodeSystem codeSystem, Coding coding, LookupParameters parameters)
Lookup the code system concept for the given coding within the passed CodeSystemLookupOutcome
FHIRTermService. lookup(Coding coding)
Lookup the code system concept for the given codingLookupOutcome
FHIRTermService. lookup(Coding coding, LookupParameters parameters)
Lookup the code system concept for the given coding and lookup parametersLookupOutcome
FHIRTermService. lookup(Uri system, String version, Code code)
Lookup the code system concept for the given system, version, and codeLookupOutcome
FHIRTermService. lookup(Uri system, String version, Code code, LookupParameters parameters)
Lookup the code system concept for the given system, version, code and lookup parametersMethods in org.linuxforhealth.fhir.term.service with parameters of type LookupOutcome Modifier and Type Method Description LookupOutcome.Builder
LookupOutcome.Builder. from(LookupOutcome lookupOutcome)
-