Interface EbXMLRetrieveImagingDocumentSetRequest<E>
- All Known Implementing Classes:
EbXMLRetrieveImagingDocumentSetRequest30
public interface EbXMLRetrieveImagingDocumentSetRequest<E>
Encapsulation of the ebXML classes for
RetrieveImagingDocumentSetRequestType.
This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.
- Author:
- Clay Sebourn
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetRetrieveStudies(List<RetrieveStudy> retrieveStudies) Sets the retrieveStudies of the request.voidsetTransferSyntaxUIDList(List<String> transferSyntaxUIDList) Sets the transferSyntaxUIDList of the request.
-
Method Details
-
setRetrieveStudies
Sets the retrieveStudies of the request.- Parameters:
retrieveStudies- the retrieveStudies.
-
getRetrieveStudies
List<RetrieveStudy> getRetrieveStudies()- Returns:
- the retrieveStudies of the request.
-
setTransferSyntaxUIDList
Sets the transferSyntaxUIDList of the request.- Parameters:
transferSyntaxUIDList- the transferSyntaxUIDList.
-
getTransferSyntaxUIDList
- Returns:
- the transferSyntaxUIDList of the request.
-
getInternal
E getInternal()- Returns:
- the ebXML object being wrapped by this class.
-