C#
VB
C++
Gets or sets the failure attributes.
[Element(DicomTag.FailureAttributes)]
public List<long> FailureAttributes { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property FailureAttributes As List(Of Long)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property List<int64>^ FailureAttributes {
List<int64>^ get();
void set ( List<int64>^ );
}
The list of attributes associated with the FailureReason.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET