Class RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.xdsi.RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList
- Enclosing class:
- RetrieveImagingDocumentSetRequestType
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the seriesRequest property.
-
Field Details
-
transferSyntaxUID
-
-
Constructor Details
-
TransferSyntaxUIDList
public TransferSyntaxUIDList()
-
-
Method Details
-
getTransferSyntaxUID
Gets the value of the seriesRequest 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
setmethod for the seriesRequest property.For example, to add a new item, do as follows:
getTransferSyntaxUID().add(newItem);Objects of the following type(s) are allowed in the list
RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList
-