PatientDataTable Class

Summary

Represents one table of in-memory 'Patient' data.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[XmlSchemaProviderAttribute("GetTypedTableSchema")] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[DefaultMemberAttribute("Item")] 
public class PatientDataTable : TypedTableBase<PatientRow> 
  
<XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class MWLDataset.PatientDataTable  
   Inherits System.Data.TypedTableBase(Of MWLDataset.PatientRow) 
   Implements System.Collections.Generic.IEnumerable(Of MWLDataset.PatientRow), System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
public ref class MWLDataset.PatientDataTable : public System.Data.TypedTableBase<MWLDataset.PatientRow>, System.Collections.Generic.IEnumerable<MWLDataset.PatientRow>, System.Collections.IEnumerable, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable   

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly