←Select platform
In This Topic ▼

VisitDataTable Class Members

Summary

The following tables list the members exposed by VisitDataTable.

Protected Constructors

Name Description
Protected Constructor
VisitDataTable Initializes a new instance of the VisitDataTable class with the SerializationInfo and the StreamingContext.

Public Methods

Name Description
Public Method
AddVisitRow Adds a VisitRow object to the System.Data.DataTable.Rows collection.
Public Method Clone Clones the structure of the VisitDataTable, including all VisitDataTable schemas and constraints
Public Method FindByAdmissionID Finds a VisitRow in the System.Data.DataTable.Rows collection by the Admission ID value.
Public Method
static  | Shared in VB</div>
GetTypedTableSchema Returns the System.Xml.Schema.XmlSchemaComplexType for the VisitDataTable.
Public Method NewVisitRow Creates an empty VisitRow without adding it to the System.Data.DataTable.Rows collection.
Public Method RemoveVisitRow Removes a VisitRow from the System.Data.DataTable.Rows collection.

Protected Methods

Name Description
Protected Method
CreateInstance This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected Method GetRowType This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected Method NewRowFromBuilder Creates a new row from an existing row.
Protected Method OnRowChanged Raises the VisitRowChanged event.
Protected Method OnRowChanging Raises the VisitRowChanging event.
Protected Method OnRowDeleted Raises the VisitRowDeleted event.
Protected Method OnRowDeleting Raises the VisitRowDeleting event.

Public Properties

Name Description
Public Property
AdmissionIDColumn Gets the Admission ID Column.
Public Property Count Gets the total number of VisitRow objects in the System.Data.DataTable.Rows collection.
Public Property CurrentPatientLocationColumn Gets the Current Patient Location Column.
Public Property Item Gets the VisitRow at the specified index.

Public Events

Name Description
Public Event
VisitRowChanged Occurs after a VisitRow has been changed successfully.
Public Event VisitRowChanging Occurs when a VisitRow is changing.
Public Event VisitRowDeleted Occurs after a VisitRow in the table has been deleted.
Public Event VisitRowDeleting Occurs before a VisitRow in the table is about to be deleted.

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