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 Details

    • setRetrieveStudies

      void setRetrieveStudies(List<RetrieveStudy> retrieveStudies)
      Sets the retrieveStudies of the request.
      Parameters:
      retrieveStudies - the retrieveStudies.
    • getRetrieveStudies

      List<RetrieveStudy> getRetrieveStudies()
      Returns:
      the retrieveStudies of the request.
    • setTransferSyntaxUIDList

      void setTransferSyntaxUIDList(List<String> transferSyntaxUIDList)
      Sets the transferSyntaxUIDList of the request.
      Parameters:
      transferSyntaxUIDList - the transferSyntaxUIDList.
    • getTransferSyntaxUIDList

      List<String> getTransferSyntaxUIDList()
      Returns:
      the transferSyntaxUIDList of the request.
    • getInternal

      E getInternal()
      Returns:
      the ebXML object being wrapped by this class.