Class RetrieveSeries

  • All Implemented Interfaces:
    Serializable

    public class RetrieveSeries
    extends Object
    implements Serializable
    Request object for a single Series.

    All members of this class are allowed to be null.

    Author:
    Clay Sebourn
    See Also:
    Serialized Form
    • Field Detail

      • seriesInstanceUID

        protected String seriesInstanceUID
    • Constructor Detail

      • RetrieveSeries

        public RetrieveSeries()
        Constructs the RetrieveSeries.
      • RetrieveSeries

        public RetrieveSeries​(String seriesInstanceUID,
                              List<DocumentReference> documents)
        Constructs the Series request.
        Parameters:
        seriesInstanceUID - he series instance UID.
        documents - the documents.
    • Method Detail

      • getSeriesInstanceUID

        public String getSeriesInstanceUID()
        Gets the value of the seriesInstanceUID property.
        Returns:
        seriesInstanceUID String
      • setSeriesInstanceUID

        public void setSeriesInstanceUID​(String seriesInstanceUID)
        Parameters:
        seriesInstanceUID - the unique ID of the series instance.
      • getDocuments

        public List<DocumentReference> getDocuments()
        Returns:
        the list of documents to retrieve.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object