Class Rad69Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsRetrieveDocumentSetService<RetrieveImagingDocumentSetRequestType>
org.openehealth.ipf.platform.camel.ihe.xds.rad69.Rad69Service
- All Implemented Interfaces:
Rad69PortType
public class Rad69Service
extends XdsRetrieveDocumentSetService<RetrieveImagingDocumentSetRequestType>
implements Rad69PortType
Service implementation for the IHE RAD-69 transaction (Retrieve Imaging Document Set).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Clay Sebourn
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a set of imaging documents according to the RAD-69 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsRetrieveDocumentSetService
processRequest
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Rad69Service
public Rad69Service()
-
-
Method Details
-
documentRepositoryRetrieveImagingDocumentSet
public RetrieveDocumentSetResponseType documentRepositoryRetrieveImagingDocumentSet(RetrieveImagingDocumentSetRequestType body) Description copied from interface:Rad69PortType
Retrieves a set of imaging documents according to the RAD-69 specification.- Specified by:
documentRepositoryRetrieveImagingDocumentSet
in interfaceRad69PortType
- Parameters:
body
- the request.- Returns:
- the response.
-