←Select platform

PatientDataTable Class Members

Summary

The following tables list the members exposed by PatientDataTable.

Protected Constructors

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

Public Methods

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

Public Properties

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

Public Events

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