Patient Property

Summary

Gets a strongly typed System.Data.DataTable for the physical 'Patient' table.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PatientDataTable Patient { get; } 
  
Public ReadOnly Property Patient As PatientDataTable 
public: 
property PatientDataTable^ Patient { 
   PatientDataTable^ get(); 
} 

Property Value

A PatientDataTable which holds the information about the 'Patient' table.

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