IDLffDicomExStorScu
Superclasses | Creation | Properties | Methods | Examples | Version History
The IDLffDicomExStorScu object implements a local DICOM Storage SCU (Service Class User) that allows you to transmit files to a remote destination that is identified as a DICOM Storage SCP (Service Class Provider). This sends a copy of the images to the file storage machine, leaving the original image data intact. For an introduction to IDL's DICOM Network Service feature, see Using IDL DICOM Network Services.
Parameters accessible through this object correspond to those shown on the Storage SCU tab of the DICOM Network Services utility.
Superclasses
None
Creation
See IDLffDicomExStorScu::Init.
Properties
The IDLffDicomExStorScu object has the following properties:
See IDLffDicomExStorScu Properties for details on individual properties.
Methods
This class has the following methods:
In addition, this class inherits the methods of its superclasses (if any).
Examples
See the Example sections of the following methods for examples using the IDLffDicomExStorScu object:
In addition, the DICOM Network Services utility, which is included in the IDL distribution, includes the cw_dicomex_stor_scu.pro routine, which makes extensive use of this object. The cw_dicomex_stor_scu.pro routine is located in the lib/dicomex subdirectory of the IDL distribution.
Version History