←Select platform
In This Topic ▼

PatientDataTable Class Members

Summary

The following tables list the members exposed by PatientDataTable.

Protected Constructors

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

Public Methods

Name Description
Public Method
AddPatientRow Adds a PatientRow object to the System.Data.DataTable.Rows collection.
Public Method Clone Clones the structure of the PatientDataTable, including all PatientDataTable schemas and constraints
Public Method FindByPatientIDIssuerOfPatientID Finds a PatientRow in the System.Data.DataTable.Rows collection by the Patient ID and Issuer Of Patient ID value.
Public Method
static  | Shared in VB</div>
GetTypedTableSchema Returns the System.Xml.Schema.XmlSchemaComplexType for the PatientDataTable.
Public Method NewPatientRow Creates an empty PatientRow without adding it to the System.Data.DataTable.Rows collection.
Public Method RemovePatientRow Removes a PatientRow 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 PatientRowChanged event.
Protected Method OnRowChanging Raises the PatientRowChanging event.
Protected Method OnRowDeleted Raises the PatientRowDeleted event.
Protected Method OnRowDeleting Raises the PatientRowDeleting event.

Public Properties

Name Description
Public Property
AdditionalPatientHistoryColumn Gets the Additional Patient History Column.
Public Property ConfidentialityConstraintonPatientDataDescriptionColumn Gets the Confidentiality Constrainton Patient Data Description Column.
Public Property Count Gets the total number of PatientRow objects in the System.Data.DataTable.Rows collection.
Public Property EthnicGroupColumn Gets the Ethnic Group Column.
Public Property IssuerOfPatientIDColumn Gets the Issuer Of Patient ID Column.
Public Property Item Gets the PatientRow at the specified index.
Public Property LastMenstrualDateColumn Gets the Last Menstrual Date Column.
Public Property PatientBirthDateColumn Gets the Patient Birth Date Column.
Public Property PatientCommentsColumn Gets the Patient Comments Column.
Public Property PatientIDColumn Gets the Patient ID Column.
Public Property PatientNameFamilyNameColumn Gets the Patient Name Family Name Column.
Public Property PatientNameGivenNameColumn Gets the Patient Name Given Name Column.
Public Property PatientNameMiddleNameColumn Gets the Patient Name Middle Name Column.
Public Property PatientNamePrefixColumn Gets the Patient Name Prefix Column.
Public Property PatientNameSuffixColumn Gets the Patient Name Suffix Column.
Public Property PatientSexColumn Gets the Patient Sex Column.
Public Property PatientStateColumn Gets the Patient State Column.
Public Property PatientWeightColumn Gets the Patient Weight Column.
Public Property PregnancyStatusColumn Gets the Pregnancy Status Column.
Public Property SpecialNeedsColumn Gets the Special Needs Column.

Public Events

Name Description
Public Event
PatientRowChanged Occurs after a PatientRow has been changed successfully.
Public Event PatientRowChanging Occurs when a PatientRow is changing.
Public Event PatientRowDeleted Occurs after a PatientRow in the table has been deleted.
Public Event PatientRowDeleting Occurs before a PatientRow 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