Dataset Property

Summary
Gets or sets the Leadtools.Dicom.DicomDataSet for the event log.
Syntax
C#
VB
C++
[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>^ ); 
} 

Property Value

Type: System.Byte array . The Leadtools.Dicom.DicomDataSet for the event log in binary format.

Remarks

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.

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.Medical.Logging.DataAccessLayer Assembly

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