Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.RetrieveDocumentSetResponseType
Packages that use RetrieveDocumentSetResponseType
Package
Description
-
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return types with arguments of type RetrieveDocumentSetResponseTypeModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionObjectFactory.createRetrieveDocumentSetResponse()
EbXMLRetrieveDocumentSetResponse30.getInternal()
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type RetrieveDocumentSetResponseTypeConstructors in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type RetrieveDocumentSetResponseTypeModifierConstructorDescriptionConstructs a response by wrapping the given ebXML 3.0 object. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.transform.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.responses that return types with arguments of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionRetrieveDocumentSetResponseTransformer.toEbXML
(RetrievedDocumentSet response) Transforms aRetrievedDocumentSet
to aEbXMLRetrieveDocumentSetResponse
.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.transform.responses with type arguments of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionRetrieveDocumentSetResponseTransformer.fromEbXML
(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> ebXML) Transforms aEbXMLRetrieveDocumentSetResponse
to aRetrievedDocumentSet
. -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.core.validate.responses
Method parameters in org.openehealth.ipf.commons.ihe.xds.core.validate.responses with type arguments of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionvoid
RetrieveDocumentSetResponseValidator.validate
(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> response, ValidationProfile profile) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.iti39
Methods in org.openehealth.ipf.commons.ihe.xds.iti39 that return RetrieveDocumentSetResponseTypeModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.iti39.asyncresponse with parameters of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionvoid
Iti39AsyncResponsePortType.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetResponseType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.commons.ihe.xds.iti43
Methods in org.openehealth.ipf.commons.ihe.xds.iti43 that return RetrieveDocumentSetResponseTypeModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.rad69 that return RetrieveDocumentSetResponseTypeModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.rad75 that return RetrieveDocumentSetResponseTypeModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.rad75.asyncresponse with parameters of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionvoid
Rad75AsyncResponsePortType.documentRepositoryRetrieveImagingDocumentSet
(RetrieveDocumentSetResponseType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds
Methods in org.openehealth.ipf.platform.camel.ihe.xds that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionprotected RetrieveDocumentSetResponseType
XdsRetrieveDocumentSetService.processRequest
(T body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionEbXML30Converters.convert
(RetrievedDocumentSet in) Standard Camel converter for the Retrieve Document Set response.Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters with parameters of type RetrieveDocumentSetResponseTypeModifier 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
Methods in org.openehealth.ipf.platform.camel.ihe.xds.iti39 that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionIti39Service.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.iti39.asyncresponse
Methods in org.openehealth.ipf.platform.camel.ihe.xds.iti39.asyncresponse with parameters of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionvoid
Iti39AsyncResponseService.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetResponseType response) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.iti43
Methods in org.openehealth.ipf.platform.camel.ihe.xds.iti43 that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionIti43Service.documentRepositoryRetrieveDocumentSet
(RetrieveDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.rad69
Methods in org.openehealth.ipf.platform.camel.ihe.xds.rad69 that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionRad69Service.documentRepositoryRetrieveImagingDocumentSet
(RetrieveImagingDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.rad75
Methods in org.openehealth.ipf.platform.camel.ihe.xds.rad75 that return RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionRad75Service.documentRepositoryRetrieveImagingDocumentSet
(RetrieveImagingDocumentSetRequestType body) -
Uses of RetrieveDocumentSetResponseType in org.openehealth.ipf.platform.camel.ihe.xds.rad75.asyncresponse
Methods in org.openehealth.ipf.platform.camel.ihe.xds.rad75.asyncresponse with parameters of type RetrieveDocumentSetResponseTypeModifier and TypeMethodDescriptionvoid
Rad75AsyncResponseService.documentRepositoryRetrieveImagingDocumentSet
(RetrieveDocumentSetResponseType response)