GetStatusISCL method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long GetStatusISCL(long hNet);

Overview

Refer to Sending and Receiving Messages with ISCL

Remarks

(Medical Imaging Suite only) Returns the internal ISCL status when an error occurs.

The current ISCL status is set to neutral if certain errors occur, and to 0 if other errors occur.

Use returned error codes with the ISCL internal status returned by this method, to find where an error occurred. For example, DICOM_ERROR_ISCL_LOCAL_ICCARD can occur during NetGetChallengeISCL event , NetInternalAuthenticateISCL event or NetExternalAuthenticateISCL event

See Also

Elements:

GetErrorSecure method

Topics:

DICOM Security: Working with ISCL