Uses of Interface
dev.dsf.fhir.webservice.specification.MeasureReportService
Packages that use MeasureReportService
Package
Description
-
Uses of MeasureReportService in dev.dsf.fhir.spring.config
Methods in dev.dsf.fhir.spring.config that return MeasureReportService -
Uses of MeasureReportService in dev.dsf.fhir.webservice.impl
Classes in dev.dsf.fhir.webservice.impl that implement MeasureReportService -
Uses of MeasureReportService in dev.dsf.fhir.webservice.jaxrs
Classes in dev.dsf.fhir.webservice.jaxrs that implement MeasureReportServiceConstructors in dev.dsf.fhir.webservice.jaxrs with parameters of type MeasureReportService -
Uses of MeasureReportService in dev.dsf.fhir.webservice.secure
Classes in dev.dsf.fhir.webservice.secure that implement MeasureReportServiceConstructors in dev.dsf.fhir.webservice.secure with parameters of type MeasureReportServiceModifierConstructorDescriptionMeasureReportServiceSecure(MeasureReportService delegate, String serverBase, ResponseGenerator responseGenerator, ReferenceResolver referenceResolver, ReferenceCleaner referenceCleaner, ReferenceExtractor referenceExtractor, MeasureReportDao measureReportDao, ExceptionHandler exceptionHandler, ParameterConverter parameterConverter, AuthorizationRule<org.hl7.fhir.r4.model.MeasureReport> authorizationRule, ResourceValidator resourceValidator)