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 LookupOutcomeLookupOutcome.Builder. build()LookupOutcomeFHIRTermService. lookup(CodeSystem codeSystem, Coding coding, LookupParameters parameters)Lookup the code system concept for the given coding within the passed CodeSystemLookupOutcomeFHIRTermService. lookup(Coding coding)Lookup the code system concept for the given codingLookupOutcomeFHIRTermService. lookup(Coding coding, LookupParameters parameters)Lookup the code system concept for the given coding and lookup parametersLookupOutcomeFHIRTermService. lookup(Uri system, String version, Code code)Lookup the code system concept for the given system, version, and codeLookupOutcomeFHIRTermService. 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.BuilderLookupOutcome.Builder. from(LookupOutcome lookupOutcome) 
 -