AddVisitRow(string,string) Method

Summary
Adds a new VisitRow to the System.Data.DataTable.Rows collection.
Syntax
C#
C++/CLI
[DebuggerNonUserCodeAttribute()] 
public VisitRow AddVisitRow( 
   string AdmissionID, 
   string CurrentPatientLocation 
) 
[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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.