←Select platform

StatusLong Property

Summary

The status of the original DIMSE request.

Syntax
C#
VB
C++
[Element(DicomTag.Status)] 
public long StatusLong { get; set; } 
<ElementAttribute(New DicomTag.Status())>  
Public Property StatusLong() As Long 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::Status()))] 
   property Int64 StatusLong 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 

Property Value

The status of the original DIMSE request.

Remarks

This property is used to set the status by directly assigning a long instead of a DicomCommandStatusType.

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.