←Select platform

VisitDataTable Class Members

Summary

The following tables list the members exposed by VisitDataTable.

Protected Constructors

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

Public Methods

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

Protected Methods

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

Public Properties

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

Public Events

Name Description
VisitRowChanged Occurs after a VisitRow has been changed successfully.
VisitRowChanging Occurs when a VisitRow is changing.
VisitRowDeleted Occurs after a VisitRow in the table has been deleted.
VisitRowDeleting Occurs before a VisitRow in the table is about to be deleted.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly