Class RetrieveImagingDocumentSetRequestType
Java class for RetrieveImagingDocumentSetRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveImagingDocumentSetRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StudyRequest" type="tns:StudyRequest" maxOccurs="unbounded"/> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="studyInstanceUID" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/> <element name="SeriesRequest type="tns:SeriesRequest" maxOccurs="unbounded"/> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="seriesInstanceUID" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/> <element name="DocumentRequest" type="tns:DocumentRequest" maxOccurs="unbounded"/> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="HomeCommunityId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" minOccurs="0"/> <element name="RepositoryUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> <element name="DocumentUniqueId" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <xs:element name="TransferSyntaxUIDList"> <xs:complexType> <xs:sequence> <xs:element name="TransferSyntaxUID" type="rim:LongName" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>This is the list of DICOM transfer syntax UIDs to be used when requesting retrieval of DICOM images</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The following schema fragment specifies the expected content contained within this class.static class
The following schema fragment specifies the expected content contained within this class.static class
The following schema fragment specifies the expected content contained within this class. -
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the studyRequest property.Gets the value of the transferSyntaxUIDList property.
-
Field Details
-
studyRequest
-
transferSyntaxUIDList
-
-
Constructor Details
-
RetrieveImagingDocumentSetRequestType
public RetrieveImagingDocumentSetRequestType()
-
-
Method Details
-
getStudyRequest
Gets the value of the studyRequest property.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 studyRequest property.For example, to add a new item, do as follows:
getStudyRequest().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveImagingDocumentSetRequestType.StudyRequest
- Returns:
- the study request.
-
getTransferSyntaxUIDList
Gets the value of the transferSyntaxUIDList property.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 studyRequest property.For example, to add a new item, do as follows:
getTransferSyntaxUIDList().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList
- Returns:
- the value of the transferSyntaxUIDList property.
-