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