Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.requests.DocumentReference
Packages that use DocumentReference
Package
Description
-
Uses of DocumentReference 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 DocumentReferenceMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.ebxml with type arguments of type DocumentReferenceModifier and TypeMethodDescriptionvoidEbXMLNonconstructiveDocumentSetRequest.setDocuments(List<DocumentReference> documents) Sets the documents of the request. -
Uses of DocumentReference 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 DocumentReferenceMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with type arguments of type DocumentReferenceModifier and TypeMethodDescriptionvoidEbXMLNonconstructiveDocumentSetRequest30.setDocuments(List<DocumentReference> documents) -
Uses of DocumentReference in org.openehealth.ipf.commons.ihe.xds.core.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionNonconstructiveDocumentSetRequest.getDocuments()RetrieveSeries.getDocuments()Constructor parameters in org.openehealth.ipf.commons.ihe.xds.core.requests with type arguments of type DocumentReferenceModifierConstructorDescriptionRetrieveSeries(String seriesInstanceUID, List<DocumentReference> documents) Constructs the Series request. -
Uses of DocumentReference in org.openehealth.ipf.commons.ihe.xds.core.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.responses that return DocumentReferenceMethods in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type DocumentReferenceModifier and TypeMethodDescriptionvoidRetrievedDocument.setRequestData(DocumentReference requestData) Constructors in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type DocumentReferenceModifierConstructorDescriptionRetrievedDocument(jakarta.activation.DataHandler dataHandler, DocumentReference requestData, String newRepositoryUniqueId, String newDocumentUniqueId, String mimeType) Constructs the retrieved document.