←Select platform

OffendingElement Property

Summary

The Offending Element (0000,0901) of the original DIMSE request.

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

Property Value

The Offending Element (0000,0901) of the original DIMSE request.

Remarks

This optional field contains a list of the elements in which the error was detected.

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.