Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.responses.RetrievedDocumentSet
Packages that use RetrievedDocumentSet
Package
Description
-
Uses of RetrievedDocumentSet in org.openehealth.ipf.commons.ihe.xds.core.transform.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.responses that return RetrievedDocumentSetModifier and TypeMethodDescriptionRetrieveDocumentSetResponseTransformer.fromEbXML
(EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType> ebXML) Transforms aEbXMLRetrieveDocumentSetResponse
to aRetrievedDocumentSet
.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.responses with parameters of type RetrievedDocumentSetModifier and TypeMethodDescriptionRetrieveDocumentSetResponseTransformer.toEbXML
(RetrievedDocumentSet response) Transforms aRetrievedDocumentSet
to aEbXMLRetrieveDocumentSetResponse
. -
Uses of RetrievedDocumentSet in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters that return RetrievedDocumentSetModifier and TypeMethodDescriptionstatic RetrievedDocumentSet
EbXML30Converters.convert
(RetrieveDocumentSetResponseType 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 RetrievedDocumentSetModifier and TypeMethodDescriptionEbXML30Converters.convert
(RetrievedDocumentSet in) Standard Camel converter for the Retrieve Document Set response.