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