Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.responses.RetrievedDocument
Package
Description
-
Uses of RetrievedDocument in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier 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
Modifier and TypeMethodDescriptionvoid
EbXMLRetrieveDocumentSetResponse30.setDocuments
(List<RetrievedDocument> documents) -
Uses of RetrievedDocument in org.openehealth.ipf.commons.ihe.xds.core.responses
ModifierConstructorDescriptionRetrievedDocumentSet
(Status status, List<RetrievedDocument> documents) Constructs the response.