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 LookupParametersLookupParameters. EMPTYMethods in org.linuxforhealth.fhir.term.service that return LookupParameters Modifier and Type Method Description LookupParametersLookupParameters.Builder. build()static LookupParametersLookupParameters. from(Parameters parameters)Methods in org.linuxforhealth.fhir.term.service with parameters of type LookupParameters Modifier and Type Method Description protected LookupParameters.BuilderLookupParameters.Builder. from(LookupParameters lookupParameters)LookupOutcomeFHIRTermService. lookup(CodeSystem codeSystem, Coding coding, LookupParameters parameters)Lookup the code system concept for the given coding within the passed CodeSystemLookupOutcomeFHIRTermService. lookup(Coding coding, LookupParameters parameters)Lookup the code system concept for the given coding and lookup parametersLookupOutcomeFHIRTermService. lookup(Uri system, String version, Code code, LookupParameters parameters)Lookup the code system concept for the given system, version, code and lookup parameters 
 -