|
Medical Imaging in IDL: IDL DICOM Reference |
|
The IDLffDicomExCfg::StorageScpService function method is used to start, stop or check the status of the local IDL Storage SCP service.
The local IDL Storage SCP service is a process that listens at a specified port for incoming DICOM files and writes the files to disk. On Microsoft Windows systems, the local IDL Storage SCP service is a Windows service. On UNIX systems, the local IDL Storage SCP service is a regular process. See About the Storage SCP Service for additional information.
Result = Obj->[IDLffDicomExCfg::]StorageScpService(Command)
The return value is a string indicating the status of the Storage SCP service command specified by Command. The specific string issued depends on the type of system (Windows or UNIX), the Command specified (Start, Stop, or Status), and the state of the Storage SCP service.
Possible return values for the Start command:
Possible return values for the Stop command:
Possible return values for the Status command:
One of the following strings:
None
IDL Online Help (March 06, 2007)