Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace : MWLDataset.ContrastAllergiesRow Class |
The following tables list the members exposed by MWLDataset.ContrastAllergiesRow.
Name | Description | |
---|---|---|
ContrastAllergy | Gets or sets the Contrast Allergy. | |
HasErrors | Gets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow) | |
IssuerOfPatientID | Gets or sets the Issuer Of Patient ID. | |
Item | Overloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow) | |
ItemArray | Gets or sets all the values for this row through an array. (Inherited from System.Data.DataRow) | |
PatientID | Gets or sets the Patient ID. | |
PatientRowParent | Gets or sets the parent MWLDataset.PatientRow for this MWLDataset.ContrastAllergiesRow | |
RowError | Gets or sets the custom error description for a row. (Inherited from System.Data.DataRow) | |
RowState | Gets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow) | |
Table | Gets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow) |
Name | Description | |
---|---|---|
AcceptChanges | Commits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow) | |
BeginEdit | Starts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow) | |
CancelEdit | Cancels the current edit on the row. (Inherited from System.Data.DataRow) | |
ClearErrors | Clears 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) | |
Delete | Deletes the System.Data.DataRow. (Inherited from System.Data.DataRow) | |
EndEdit | Ends the edit occurring on the row. (Inherited from System.Data.DataRow) | |
GetChildRows | Overloaded. 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) | |
GetColumnError | Overloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow) | |
GetColumnsInError | Gets an array of columns that have errors. (Inherited from System.Data.DataRow) | |
GetParentRow | Overloaded. 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) | |
GetParentRows | Overloaded. 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) | |
HasVersion | Gets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow) | |
IsNull | Overloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow) | |
RejectChanges | Rejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow) | |
SetAdded | Changes the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow) | |
SetColumnError | Overloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow) | |
SetModified | Changes the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow) | |
SetParentRow | Overloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow) |
Name | Description | |
---|---|---|
SetNull | Sets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow) |