←Select platform

ErrorComment Property

Summary

The Error Comment (0000,0902) of the original DIMSE request.

Syntax
C#
VB
C++
[Element(DicomTag.ErrorComment)] 
public string ErrorComment {get; set;} 
<ElementAttribute(New DicomTag.ErrorComment())>  
Public Property ErrorComment() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::ErrorComment()))] 
   property String^ ErrorComment 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Error Comment (0000,0902) of the original DIMSE request.

Remarks

This optional field contains an application-specific text description of the error detected.

Example

For an example, refer to StatusFailureProcessingFailure.

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.