AddVisitRow(string,string) Method

Summary

Adds a new VisitRow to the System.Data.DataTable.Rows collection.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public VisitRow AddVisitRow( 
   string AdmissionID, 
   string CurrentPatientLocation 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddVisitRow( _ 
   ByVal AdmissionID As String, _ 
   ByVal CurrentPatientLocation As String _ 
) As VisitRow 
[DebuggerNonUserCodeAttribute()] 
public: 
VisitRow^ AddVisitRow(  
   String^ AdmissionID, 
   String^ CurrentPatientLocation 
)  

Parameters

AdmissionID
A System.String representing the Admission ID.

CurrentPatientLocation
A System.String representing the Current Patient Location.

Return Value

The VisitRow which is added to the System.Data.DataTable.Rows collection.

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