Uses of Interface
com.ibm.fhir.term.spi.FHIRTermServiceProvider
-
Packages that use FHIRTermServiceProvider Package Description com.ibm.fhir.term.graph.provider com.ibm.fhir.term.remote.provider com.ibm.fhir.term.service com.ibm.fhir.term.service.provider -
-
Uses of FHIRTermServiceProvider in com.ibm.fhir.term.graph.provider
Classes in com.ibm.fhir.term.graph.provider that implement FHIRTermServiceProvider Modifier and Type Class Description classGraphTermServiceProviderGraph-based implementation of theFHIRTermServiceProviderinterface usingFHIRTermGraph -
Uses of FHIRTermServiceProvider in com.ibm.fhir.term.remote.provider
Classes in com.ibm.fhir.term.remote.provider that implement FHIRTermServiceProvider Modifier and Type Class Description classRemoteTermServiceProviderAn implementation of theFHIRTermServiceProviderinterface that connects to an external service using a REST client to access code system content. -
Uses of FHIRTermServiceProvider in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service with parameters of type FHIRTermServiceProvider Modifier and Type Method Description voidFHIRTermService. addProvider(FHIRTermServiceProvider provider)Add the givenFHIRTermServiceProviderto the service -
Uses of FHIRTermServiceProvider in com.ibm.fhir.term.service.provider
Classes in com.ibm.fhir.term.service.provider that implement FHIRTermServiceProvider Modifier and Type Class Description classAbstractTermServiceProviderclassRegistryTermServiceProviderRegistry-based implementation of theFHIRTermServiceProviderinterface usingCodeSystemSupport
-