Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.RetrieveDocumentSetResponseType
Package
Description
-
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createRetrieveDocumentSetResponse()
Creates a new response for a retrieve document request. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeMethodDescriptionObjectFactory.createRetrieveDocumentSetResponse()
EbXMLRetrieveDocumentSetResponse30.getInternal()
ModifierConstructorDescriptionConstructs a response by wrapping the given ebXML 3.0 object. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.transform.responses
Modifier and TypeMethodDescriptionRetrieveDocumentSetResponseTransformer.toEbXML
(RetrievedDocumentSet response) Transforms aRetrievedDocumentSet
to aEbXMLRetrieveDocumentSetResponse
.Modifier and TypeMethodDescriptionRetrieveDocumentSetResponseTransformer.fromEbXML
(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> ebXML) Transforms aEbXMLRetrieveDocumentSetResponse
to aRetrievedDocumentSet
. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.validate.responses
Modifier and TypeMethodDescriptionvoid
RetrieveDocumentSetResponseValidator.validate
(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> response, ValidationProfile profile) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.iti39
Modifier and TypeMethodDescriptionIti39PortType.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetRequestType body) Retrieves a set of documents according to the ITI-39 specification. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.iti39.asyncresponse
Modifier and TypeMethodDescriptionvoid
Iti39AsyncResponsePortType.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetResponseType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.iti43
Modifier and TypeMethodDescriptionIti43PortType.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetRequestType body) Retrieves a set of documents according to the ITI-43 specification. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.rad69
Modifier and TypeMethodDescriptionRad69PortType.documentRepositoryRetrieveImagingDocumentSet
(RetrieveImagingDocumentSetRequestType body) Retrieves a set of imaging documents according to the RAD-69 specification. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.rad75
Modifier and TypeMethodDescriptionRad75PortType.documentRepositoryRetrieveImagingDocumentSet
(RetrieveImagingDocumentSetRequestType body) Retrieves a set of documents according to the RAD-75 specification. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.rad75.asyncresponse
Modifier and TypeMethodDescriptionvoid
Rad75AsyncResponsePortType.documentRepositoryRetrieveImagingDocumentSet
(RetrieveDocumentSetResponseType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds
Modifier and TypeMethodDescriptionprotected RetrieveDocumentSetResponseType
XdsRetrieveDocumentSetService.processRequest
(T body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Modifier and TypeMethodDescriptionEbXML30Converters.convert
(RetrievedDocumentSet in) Standard Camel converter for the Retrieve Document Set response.Modifier and TypeMethodDescriptionstatic RetrievedDocumentSet
EbXML30Converters.convert
(RetrieveDocumentSetResponseType in) Standard Camel converter for the Retrieve Document Set response. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.iti39
Modifier and TypeMethodDescriptionIti39Service.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.iti39.asyncresponse
Modifier and TypeMethodDescriptionvoid
Iti39AsyncResponseService.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetResponseType response) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.iti43
Modifier and TypeMethodDescriptionIti43Service.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.rad69
Modifier and TypeMethodDescriptionRad69Service.documentRepositoryRetrieveImagingDocumentSet
(RetrieveImagingDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.rad75
Modifier and TypeMethodDescriptionRad75Service.documentRepositoryRetrieveImagingDocumentSet
(RetrieveImagingDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.rad75.asyncresponse
Modifier and TypeMethodDescriptionvoid
Rad75AsyncResponseService.documentRepositoryRetrieveImagingDocumentSet
(RetrieveDocumentSetResponseType response)