Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.responses.RetrievedDocument
Packages that use RetrievedDocument
Package
Description
-
Uses of RetrievedDocument 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 RetrievedDocumentMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.ebxml with type arguments of type RetrievedDocumentModifier and TypeMethodDescriptionvoid
EbXMLRetrieveDocumentSetResponse.setDocuments
(List<RetrievedDocument> documents) Sets the documents returned by the response. -
Uses of RetrievedDocument in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type RetrievedDocumentMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with type arguments of type RetrievedDocumentModifier and TypeMethodDescriptionvoid
EbXMLRetrieveDocumentSetResponse30.setDocuments
(List<RetrievedDocument> documents) -
Uses of RetrievedDocument in org.openehealth.ipf.commons.ihe.xds.core.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.responses that return types with arguments of type RetrievedDocumentConstructor parameters in org.openehealth.ipf.commons.ihe.xds.core.responses with type arguments of type RetrievedDocumentModifierConstructorDescriptionRetrievedDocumentSet
(Status status, List<RetrievedDocument> documents) Constructs the response.