←Select platform

DicomEventLogDataSet Class

Summary

Represents an in-memory cache of DICOM Event Logs information.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[ToolboxItemAttribute(true)] 
[XmlSchemaProviderAttribute("GetTypedDataSetSchema")] 
[XmlRootAttribute("DicomEventLogDataSet")] 
[HelpKeywordAttribute("vs.data.DataSet")] 
public class DicomEventLogDataSet : DataSet 
  
<ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> 
<DesignerCategoryAttribute("code")> 
<HelpKeywordAttribute("vs.data.DataSet")> 
<XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<XmlRootAttribute("DicomEventLogDataSet")> 
<SerializableAttribute()> 
Public Class DicomEventLogDataSet  
   Inherits System.Data.DataSet 
   Implements System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] 
[DesignerCategoryAttribute("code")] 
[HelpKeywordAttribute("vs.data.DataSet")] 
[XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[XmlRootAttribute("DicomEventLogDataSet")] 
[SerializableAttribute()] 
public ref class DicomEventLogDataSet : public System.Data.DataSet, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable   

Remarks

This is a strongly typed System.Data.DataSet which have the schema information for the underlying DICOM Event Log table in the database.

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