OffendingElement Property (original) (raw)

Summary

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

Syntax

[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.

Leadtools.Dicom.Common Assembly