←Select platform

ErrorID Property

Summary

The Error ID (0000,0903) of the original DIMSE request.

Syntax
C#
VB
C++
[Element(DicomTag.ErrorID)] 
public Nullable<int> ErrorID {get; set;} 
<ElementAttribute(New DicomTag.ErrorID())>  
Public Property ErrorID() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::ErrorID()))] 
   property Nullable<Int32>^ ErrorID 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The Error ID (0000,0903) of the original DIMSE request.

Remarks

This optional field contains an application-specific error code.

Example

For an example, refer to StatusAll.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.