Class Iti51Service
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
org.openehealth.ipf.platform.camel.ihe.xds.XdsAdhocQueryService
org.openehealth.ipf.platform.camel.ihe.xds.iti51.Iti51Service
- All Implemented Interfaces:
Iti51PortType
Service implementation for the IHE ITI-51 transaction (Registry Stored Query).
This implementation delegates to a Camel consumer by creating an exchange.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPerforms a stored query according to the ITI-51 specification.Methods inherited from class org.openehealth.ipf.platform.camel.ihe.xds.XdsAdhocQueryService
processRequest
Methods inherited from class org.openehealth.ipf.platform.camel.ihe.ws.AbstractWebService
getConsumer, process, process, setConsumer
-
Constructor Details
-
Iti51Service
public Iti51Service()
-
-
Method Details
-
documentRegistryMultiPatientStoredQuery
Description copied from interface:Iti51PortType
Performs a stored query according to the ITI-51 specification.- Specified by:
documentRegistryMultiPatientStoredQuery
in interfaceIti51PortType
- Parameters:
body
- the query request.- Returns:
- the query response.
-