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