←Select platform

ActionTypeID Property

Summary

The Action Type ID (0000,1008) of the original DIMSE request.

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

Property Value

The Action Type ID (0000,1008) of the original DIMSE request.

Remarks

This optional field contains the ID of the Action Type for which the argument does not exist. Permitted only in the N-ACTION-RSP.

Example

For an example, refer to StatusFailureNoSuchArgument.

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.