Gets or sets the Leadtools.Dicom.DicomDataSet for the event log.
[DebuggerNonUserCodeAttribute()]
public byte[] Dataset { get; set; }
<DebuggerNonUserCodeAttribute()>
Public Property Dataset As Byte()
[DebuggerNonUserCodeAttribute()]
public:
property array<byte>^ Dataset {
array<byte>^ get();
void set ( array<byte>^ );
}
Type: System.Byte array . The Leadtools.Dicom.DicomDataSet for the event log in binary format.
You can get the actual Leadtools.Dicom.DicomDataSet object by writing the System.Byte array to a file then load the dataset from that file.
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