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.