Uses of Class
org.linuxforhealth.fhir.cql.engine.retrieve.SearchParameterFHIRRetrieveProvider
-
Packages that use SearchParameterFHIRRetrieveProvider Package Description org.linuxforhealth.fhir.cql.engine.rest.retrieve org.linuxforhealth.fhir.cql.engine.server.retrieve -
-
Uses of SearchParameterFHIRRetrieveProvider in org.linuxforhealth.fhir.cql.engine.rest.retrieve
Subclasses of SearchParameterFHIRRetrieveProvider in org.linuxforhealth.fhir.cql.engine.rest.retrieve Modifier and Type Class Description class
RestFHIRRetrieveProvider
This is an implementation of a retrieve provider for the CQL Engine that uses the IBM FHIR Server REST Client to access data. -
Uses of SearchParameterFHIRRetrieveProvider in org.linuxforhealth.fhir.cql.engine.server.retrieve
Subclasses of SearchParameterFHIRRetrieveProvider in org.linuxforhealth.fhir.cql.engine.server.retrieve Modifier and Type Class Description class
ServerFHIRRetrieveProvider
This is an implementation of a retrieve provider for the CQL Engine that uses the IBM FHIR Server FHIRResourceHelpers API to access the data.
-