public static class RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest
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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest> |
getRenderedDocumentRequest()
Gets the value of the renderedDocumentRequest property.
|
public RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest()
public java.util.List<RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest> getRenderedDocumentRequest()
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 renderedDocumentRequest property.
For example, to add a new item, do as follows:
getRenderedDocumentRequest().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest