Uses of Interface
org.linuxforhealth.fhir.config.FHIRConfigProvider
-
Packages that use FHIRConfigProvider Package Description org.linuxforhealth.fhir.config org.linuxforhealth.fhir.persistence.jdbc.impl -
-
Uses of FHIRConfigProvider in org.linuxforhealth.fhir.config
Classes in org.linuxforhealth.fhir.config that implement FHIRConfigProvider Modifier and Type Class Description class
DefaultFHIRConfigProvider
Obtain configuration properties from the standard (file-based) FHIRConfiguration implementation. -
Uses of FHIRConfigProvider in org.linuxforhealth.fhir.persistence.jdbc.impl
Constructors in org.linuxforhealth.fhir.persistence.jdbc.impl with parameters of type FHIRConfigProvider Constructor Description FHIRPersistenceJDBCImpl(java.util.Properties configProps, IConnectionProvider cp, FHIRConfigProvider configProvider, FHIRPersistenceJDBCCache cache, SearchHelper searchHelper)
Constructor for use when running standalone, outside of any web container.
-