Uses of Class
com.ibm.fhir.term.spi.LookupOutcome
-
Packages that use LookupOutcome Package Description com.ibm.fhir.term.service com.ibm.fhir.term.spi -
-
Uses of LookupOutcome in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service that return LookupOutcome Modifier and Type Method Description LookupOutcomeFHIRTermService. 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 parameters -
Uses of LookupOutcome in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi that return LookupOutcome Modifier and Type Method Description LookupOutcomeLookupOutcome.Builder. build()Methods in com.ibm.fhir.term.spi with parameters of type LookupOutcome Modifier and Type Method Description LookupOutcome.BuilderLookupOutcome.Builder. from(LookupOutcome lookupOutcome)
-