Class RetrieveSeries
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.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 Summary
Fields Modifier and Type Field Description protected String
seriesInstanceUID
-
Constructor Summary
Constructors Constructor Description RetrieveSeries()
Constructs the RetrieveSeries.RetrieveSeries(String seriesInstanceUID, List<DocumentReference> documents)
Constructs the Series request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<DocumentReference>
getDocuments()
String
getSeriesInstanceUID()
Gets the value of the seriesInstanceUID property.int
hashCode()
void
setSeriesInstanceUID(String seriesInstanceUID)
String
toString()
-
-
-
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)
-
-