Class EbXMLRetrieveImagingDocumentSetRequest30
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLRetrieveImagingDocumentSetRequest30
- All Implemented Interfaces:
EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
public class EbXMLRetrieveImagingDocumentSetRequest30
extends Object
implements EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
The ebXML 3.0 version of the
EbXMLRetrieveImagingDocumentSetRequest
.- Author:
- Clay Sebourn
-
Constructor Summary
ConstructorDescriptionConstructs a request by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRetrieveStudies
(List<RetrieveStudy> retrieveStudies) Sets the retrieveStudies of the request.void
setTransferSyntaxUIDList
(List<String> transferSyntaxUIDList) Sets the transferSyntaxUIDList of the request.
-
Constructor Details
-
EbXMLRetrieveImagingDocumentSetRequest30
Constructs a request by wrapping the given ebXML 3.0 object.- Parameters:
request
- the object to wrap.
-
-
Method Details
-
getInternal
- Specified by:
getInternal
in interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
- Returns:
- the ebXML object being wrapped by this class.
-
getRetrieveStudies
- Specified by:
getRetrieveStudies
in interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
- Returns:
- the retrieveStudies of the request.
-
getTransferSyntaxUIDList
- Specified by:
getTransferSyntaxUIDList
in interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
- Returns:
- the transferSyntaxUIDList of the request.
-
setRetrieveStudies
Description copied from interface:EbXMLRetrieveImagingDocumentSetRequest
Sets the retrieveStudies of the request.- Specified by:
setRetrieveStudies
in interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
- Parameters:
retrieveStudies
- the retrieveStudies.
-
setTransferSyntaxUIDList
Description copied from interface:EbXMLRetrieveImagingDocumentSetRequest
Sets the transferSyntaxUIDList of the request.- Specified by:
setTransferSyntaxUIDList
in interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>
- Parameters:
transferSyntaxUIDList
- the transferSyntaxUIDList.
-