←Select platform

EventTypeID Property

Summary

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 that does not exist.

Example

For an example, refer to StatusFailureNoSuchEventType.

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.