←Select platform

OffendingElement Property

Summary

Gets or sets the Offending Element (0000,0901) of the original DIMSE request.

Syntax
C#
C++/CLI
[Element(DicomTag.OffendingElement)] 
public List<long> OffendingElement { 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.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.