public static class RetrieveRenderedImagingDocumentSetRequestType.StudyRequest
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SeriesRequest" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RenderedDocumentRequest" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HomeCommunityId" type="{urn:dicom:wado:ws:2011}LongName" minOccurs="0"/>
<element name="RepositoryUniqueId" type="{urn:dicom:wado:ws:2011}LongName" minOccurs="0"/>
<element name="DocumentUniqueId" type="{urn:dicom:wado:ws:2011}LongName"/>
<element name="Annotation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Rows" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Columns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WindowWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WindowCenter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ImageQuality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PresentationSeriesUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Anonymize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FrameNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContentTypeList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="CharsetList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest> |
getSeriesRequest()
Gets the value of the seriesRequest property.
|
public RetrieveRenderedImagingDocumentSetRequestType.StudyRequest()
public java.util.List<RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest> getSeriesRequest()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the seriesRequest property.
For example, to add a new item, do as follows:
getSeriesRequest().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest