Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.requests.RegisterDocumentSet
Packages that use RegisterDocumentSet
Package
Description
-
Uses of RegisterDocumentSet in org.openehealth.ipf.commons.ihe.xds.core.requests.builder
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.builder that return RegisterDocumentSetModifier and TypeMethodDescriptionRegisterDocumentSetBuilder.doBuild
(SubmissionSet submissionSet, List<Folder> folders, List<DocumentEntry> documents, List<Association> associations) -
Uses of RegisterDocumentSet in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return RegisterDocumentSetModifier and TypeMethodDescriptionRegisterDocumentSetTransformer.fromEbXML
(EbXMLSubmitObjectsRequest<SubmitObjectsRequest> ebXML) Transforms the ebXML representation into a request.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with parameters of type RegisterDocumentSetModifier and TypeMethodDescriptionRegisterDocumentSetTransformer.toEbXML
(RegisterDocumentSet request) Transforms the request into its ebXML representation. -
Uses of RegisterDocumentSet in org.openehealth.ipf.platform.camel.ihe.xds.core.converters
Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters that return RegisterDocumentSetModifier and TypeMethodDescriptionstatic RegisterDocumentSet
EbXML30Converters.convert
(SubmitObjectsRequest in) Standard Camel converter for the Register Document Set request.Methods in org.openehealth.ipf.platform.camel.ihe.xds.core.converters with parameters of type RegisterDocumentSetModifier and TypeMethodDescriptionstatic SubmitObjectsRequest
EbXML30Converters.convert
(RegisterDocumentSet in) Standard Camel converter for the Register Document Set request.