←Select platform

PatientInfoforUnscheduledPPSDataTable Class

Summary

Represents one table of in-memory 'Patient Info for Unscheduled PPS (Performed Procedure Step)' data.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[XmlSchemaProviderAttribute("GetTypedTableSchema")] 
public class PatientInfoforUnscheduledPPSDataTable : TypedTableBase<PatientInfoforUnscheduledPPSRow> 
  
<XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class MPPSDataset.PatientInfoforUnscheduledPPSDataTable  
   Inherits System.Data.TypedTableBase(Of MPPSDataset.PatientInfoforUnscheduledPPSRow) 
   Implements System.Collections.Generic.IEnumerable(Of MPPSDataset.PatientInfoforUnscheduledPPSRow), 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 MPPSDataset.PatientInfoforUnscheduledPPSDataTable : public System.Data.TypedTableBase<MPPSDataset.PatientInfoforUnscheduledPPSRow>, System.Collections.Generic.IEnumerable<MPPSDataset.PatientInfoforUnscheduledPPSRow>, 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly