IDLffDicomExCfg::StorageScpService
Syntax | Return Value | Arguments | Keywords | Version History
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.
Syntax
Result = Obj->[IDLffDicomExCfg::]StorageScpService(Command)
Return Value
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:
|
Windows
|
UNIX
|
|---|---|
| start request issued |
|
| service already running |
|
| start failed |
|
Possible return values for the Stop command:
|
Windows
|
UNIX
|
|---|---|
| stop request issued |
|
| service not running |
|
| failed to send shutdown messages |
|
Possible return values for the Status command:
Arguments
Command
One of the following strings:
Keywords
None
Version History