←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly