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