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
ConstructorsConstructorDescriptionConstructs a request by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRetrieveStudies(List<RetrieveStudy> retrieveStudies) Sets the retrieveStudies of the request.voidsetTransferSyntaxUIDList(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:
getInternalin interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>- Returns:
- the ebXML object being wrapped by this class.
-
getRetrieveStudies
- Specified by:
getRetrieveStudiesin interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>- Returns:
- the retrieveStudies of the request.
-
getTransferSyntaxUIDList
- Specified by:
getTransferSyntaxUIDListin interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>- Returns:
- the transferSyntaxUIDList of the request.
-
setRetrieveStudies
Description copied from interface:EbXMLRetrieveImagingDocumentSetRequestSets the retrieveStudies of the request.- Specified by:
setRetrieveStudiesin interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>- Parameters:
retrieveStudies- the retrieveStudies.
-
setTransferSyntaxUIDList
Description copied from interface:EbXMLRetrieveImagingDocumentSetRequestSets the transferSyntaxUIDList of the request.- Specified by:
setTransferSyntaxUIDListin interfaceEbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>- Parameters:
transferSyntaxUIDList- the transferSyntaxUIDList.
-