←Select platform

EventTypeID Property

Summary

Gets or sets the Event Type ID (0000,1002), of the original DIMSE request.

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

Property Value

The Event Type ID (0000,1002), of the original DIMSE request.

Remarks

This optional field contains the ID of the Event Type for which the argument does not exist or was not recognized. Permitted only in the N-EVENT-REPORT-RSP.

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.