ImagingServiceRequestDataTable Class

Summary

Represents one table of in-memory 'Imaging Service Request' data.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[DefaultMemberAttribute("Item")] 
[XmlSchemaProviderAttribute("GetTypedTableSchema")] 
public class ImagingServiceRequestDataTable : TypedTableBase<ImagingServiceRequestRow> 
  
<DefaultMemberAttribute("Item")> 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> 
<SerializableAttribute()> 
Public Class MWLDataset.ImagingServiceRequestDataTable  
   Inherits System.Data.TypedTableBase(Of MWLDataset.ImagingServiceRequestRow) 
   Implements System.Collections.Generic.IEnumerable(Of MWLDataset.ImagingServiceRequestRow), 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  
[DefaultMemberAttribute("Item")] 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] 
[SerializableAttribute()] 
public ref class MWLDataset.ImagingServiceRequestDataTable : public System.Data.TypedTableBase<MWLDataset.ImagingServiceRequestRow>, System.Collections.Generic.IEnumerable<MWLDataset.ImagingServiceRequestRow>, 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