Class RetrieveImagingDocumentSet

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.requests.RetrieveImagingDocumentSet
All Implemented Interfaces:
Serializable

public class RetrieveImagingDocumentSet extends Object implements Serializable
Request object for the Retrieve Imaging Document Set transaction.

Lists are pre-created and can therefore never be null.

Author:
Clay Sebourn
See Also:
  • Constructor Details

    • RetrieveImagingDocumentSet

      public RetrieveImagingDocumentSet()
  • Method Details

    • getRetrieveStudies

      public List<RetrieveStudy> getRetrieveStudies()
      Returns:
      the list of StudyRequests to retrieve.
    • getTransferSyntaxIds

      public List<String> getTransferSyntaxIds()
      Returns:
      the list of TransferSyntaxUID
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object