Uses of Class
org.linuxforhealth.fhir.term.service.LookupParameters
-
Packages that use LookupParameters Package Description org.linuxforhealth.fhir.term.service -
-
Uses of LookupParameters in org.linuxforhealth.fhir.term.service
Fields in org.linuxforhealth.fhir.term.service declared as LookupParameters Modifier and Type Field Description static LookupParameters
LookupParameters. EMPTY
Methods in org.linuxforhealth.fhir.term.service that return LookupParameters Modifier and Type Method Description LookupParameters
LookupParameters.Builder. build()
static LookupParameters
LookupParameters. from(Parameters parameters)
Methods in org.linuxforhealth.fhir.term.service with parameters of type LookupParameters Modifier and Type Method Description protected LookupParameters.Builder
LookupParameters.Builder. from(LookupParameters lookupParameters)
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, LookupParameters parameters)
Lookup the code system concept for the given coding and lookup parametersLookupOutcome
FHIRTermService. lookup(Uri system, String version, Code code, LookupParameters parameters)
Lookup the code system concept for the given system, version, code and lookup parameters
-