LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MWLDataset.PatientRow Class Members
See Also  Properties  Methods 
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace : MWLDataset.PatientRow Class

The following tables list the members exposed by MWLDataset.PatientRow.

Public Properties

 NameDescription
public Property AdditionalPatientHistoryGets or sets the Additional Patient History.  
public Property ConfidentialityConstraintonPatientDataDescriptionGets or sets the Confidentiality Constrainton Patient Data Description.  
public Property EthnicGroupGets or sets the Ethnic Group.  
public Property HasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
public Property IssuerOfPatientIDGets or sets the Issuer Of Patient ID.  
public Property ItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
public Property ItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
public Property LastMenstrualDateGets or sets the Last Menstrual Date.  
public Property PatientBirthDateGets or sets the Patient Birth Date.  
public Property PatientCommentsGets or sets the Patient Comments.  
public Property PatientIDGets or sets the Patient ID.  
public Property PatientNameFamilyNameGets or sets the Patient Name Family Name.  
public Property PatientNameGivenNameGets or sets the Patient Name Given Name.  
public Property PatientNameMiddleNameGets or sets the Patient Name Middle Name.  
public Property PatientNamePrefixGets or sets the Patient Name Prefix.  
public Property PatientNameSuffixGets or sets the Patient Name Suffix.  
public Property PatientSexGets or sets the Patient Sex.  
public Property PatientStateGets or sets the Patient State.  
public Property PatientWeightGets or sets the Patient Weight.  
public Property PregnancyStatusGets or sets the Pregnancy Status.  
public Property RowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
public Property RowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
public Property SpecialNeedsGets or sets the Special Needs.  
public Property TableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top

Public Methods

 NameDescription
public Method AcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
public Method BeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
public Method CancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
public Method ClearErrorsClears the errors for the row. This includes the System.Data.DataRow.RowError and errors set with System.Data.DataRow.SetColumnError(System.Int32,System.String). (Inherited from System.Data.DataRow)
public Method DeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
public Method EndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
public Method GetChildRowsOverloaded. Gets the child rows of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow)
public Method GetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
public Method GetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
public Method GetContrastAllergiesRowsReturns the child MWLDataset.ContrastAllergiesRow for this MWLDataset.PatientRow.  
public Method GetImagingServiceRequestRowsReturns the child MWLDataset.ImagingServiceRequestRow for this MWLDataset.PatientRow.  
public Method GetMedicalAlertsRowsReturns the child MWLDataset.MedicalAlertsRow for this MWLDataset.PatientRow.  
public Method GetOtherPatientIDsRowsReturns the child MWLDataset.OtherPatientIDsRow for this MWLDataset.PatientRow.  
public Method GetParentRowOverloaded. Gets the parent row of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow)
public Method GetParentRowsOverloaded. Gets the parent rows of a System.Data.DataRow using the specified System.Data.DataRelation.RelationName of a System.Data.DataRelation. (Inherited from System.Data.DataRow)
public Method HasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
public Method IsAdditionalPatientHistoryNullGets a value that indicates whether the MWLDataset.PatientDataTable.AdditionalPatientHistoryColumn contains a null value.  
public Method IsConfidentialityConstraintonPatientDataDescriptionNullGets a value that indicates whether the MWLDataset.PatientDataTable.ConfidentialityConstraintonPatientDataDescriptionColumn contains a null value.  
public Method IsEthnicGroupNullGets a value that indicates whether the MWLDataset.PatientDataTable.EthnicGroupColumn contains a null value.  
public Method IsLastMenstrualDateNullGets a value that indicates whether the MWLDataset.PatientDataTable.LastMenstrualDateColumn contains a null value.  
public Method IsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
public Method IsPatientBirthDateNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientBirthDateColumn contains a null value.  
public Method IsPatientCommentsNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientCommentsColumn contains a null value.  
public Method IsPatientNameFamilyNameNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientNameFamilyNameColumn contains a null value.  
public Method IsPatientNameGivenNameNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientNameGivenNameColumn contains a null value.  
public Method IsPatientNameMiddleNameNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientNameMiddleNameColumn contains a null value.  
public Method IsPatientNamePrefixNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientNamePrefixColumn contains a null value.  
public Method IsPatientNameSuffixNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientNameSuffixColumn contains a null value.  
public Method IsPatientSexNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientSexColumn contains a null value.  
public Method IsPatientStateNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientStateColumn contains a null value.  
public Method IsPatientWeightNullGets a value that indicates whether the MWLDataset.PatientDataTable.PatientWeightColumn contains a null value.  
public Method IsPregnancyStatusNullGets a value that indicates whether the MWLDataset.PatientDataTable.PregnancyStatusColumn contains a null value.  
public Method IsSpecialNeedsNullGets a value that indicates whether the MWLDataset.PatientDataTable.SpecialNeedsColumn contains a null value.  
public Method RejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
public Method SetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
public Method SetAdditionalPatientHistoryNullSets the value of the MWLDataset.PatientDataTable.AdditionalPatientHistoryColumn to a null value.  
public Method SetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
public Method SetConfidentialityConstraintonPatientDataDescriptionNullSets the value of the MWLDataset.PatientDataTable.ConfidentialityConstraintonPatientDataDescriptionColumn to a null value.  
public Method SetEthnicGroupNullSets the value of the MWLDataset.PatientDataTable.EthnicGroupColumn to a null value.  
public Method SetLastMenstrualDateNullSets the value of the MWLDataset.PatientDataTable.LastMenstrualDateColumn to a null value.  
public Method SetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
public Method SetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
public Method SetPatientBirthDateNullSets the value of the MWLDataset.PatientDataTable.PatientBirthDateColumn to a null value.  
public Method SetPatientCommentsNullSets the value of the MWLDataset.PatientDataTable.PatientCommentsColumn to a null value.  
public Method SetPatientNameFamilyNameNullSets the value of the MWLDataset.PatientDataTable.PatientNameFamilyNameColumn to a null value.  
public Method SetPatientNameGivenNameNullSets the value of the MWLDataset.PatientDataTable.PatientNameGivenNameColumn to a null value.  
public Method SetPatientNameMiddleNameNullSets the value of the MWLDataset.PatientDataTable.PatientNameMiddleNameColumn to a null value.  
public Method SetPatientNamePrefixNullSets the value of the MWLDataset.PatientDataTable.PatientNamePrefixColumn to a null value.  
public Method SetPatientNameSuffixNullSets the value of the MWLDataset.PatientDataTable.PatientNameSuffixColumn to a null value.  
public Method SetPatientSexNullSets the value of the MWLDataset.PatientDataTable.PatientSexColumn to a null value.  
public Method SetPatientStateNullSets the value of the MWLDataset.PatientDataTable.PatientStateColumn to a null value.  
public Method SetPatientWeightNullSets the value of the MWLDataset.PatientDataTable.PatientWeightColumn to a null value.  
public Method SetPregnancyStatusNullSets the value of the MWLDataset.PatientDataTable.PregnancyStatusColumn to a null value.  
public Method SetSpecialNeedsNullSets the value of the MWLDataset.PatientDataTable.SpecialNeedsColumn to a null value.  
Top

Protected Methods

 NameDescription
protected Method SetNullSets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow)
Top

See Also

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features