Dataset Property

Summary
Gets or sets the Leadtools.Dicom.DicomDataSet for the event log.
Syntax
C#
C++/CLI
[DebuggerNonUserCodeAttribute()] 
public byte[] Dataset { get; set; } 
[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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

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