LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly)
LEAD Technologies, Inc

MWLDataset.NamesOfIntendedRecipientsOfResultsRow Class Members

Properties  Methods 


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

Public Properties
 NameDescription
Public PropertyAccessionNumberGets or sets the Accession Number.  
Public PropertyAutoNumberGets or sets the Auto Number.  
Public PropertyFamilyNameOfIntendedRecipientOfResultsGets or sets the Family Name Of Intended Recipient Of Results.  
Public PropertyGivenNameOfIntendedRecipientOfResultsGets or sets the Given Name Of Intended Recipient Of Results.  
Public PropertyHasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
Public PropertyItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
Public PropertyItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
Public PropertyMiddleNameOfIntendedRecipientOfResultsGets or sets the Middle Name Of Intended Recipient Of Results.  
Public PropertyNamePrefixOfIntendedRecipientOfResultsGets or sets the Name Prefix Of Intended Recipient Of Results.  
Public PropertyNameSuffixOfIntendedRecipientOfResultsGets or sets the Name Suffix Of Intended Recipient Of Results.  
Public PropertyRequestedProcedureIDGets or sets the Requested Procedure ID.  
Public PropertyRequestedProcedureRowParentGets or sets the parent MWLDataset.RequestedProcedureRow for this MWLDataset.NamesOfIntendedRecipientsOfResultsRow  
Public PropertyRowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
Public PropertyRowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
Public PropertyTableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top
Public Methods
 NameDescription
Public MethodAcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
Public MethodBeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
Public MethodCancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
Public MethodClearErrorsClears 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 MethodDeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
Public MethodEndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
Public MethodGetChildRowsOverloaded. 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 MethodGetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
Public MethodGetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
Public MethodGetParentRowOverloaded. 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 MethodGetParentRowsOverloaded. 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 MethodHasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
Public MethodIsFamilyNameOfIntendedRecipientOfResultsNullGets a value that indicates whether the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.FamilyNameOfIntendedRecipientOfResultsColumn contains a null value.  
Public MethodIsGivenNameOfIntendedRecipientOfResultsNullGets a value that indicates whether the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.GivenNameOfIntendedRecipientOfResultsColumn contains a null value.  
Public MethodIsMiddleNameOfIntendedRecipientOfResultsNullGets a value that indicates whether the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.MiddleNameOfIntendedRecipientOfResultsColumn contains a null value.  
Public MethodIsNamePrefixOfIntendedRecipientOfResultsNullGets a value that indicates whether the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NamePrefixOfIntendedRecipientOfResultsColumn contains a null value.  
Public MethodIsNameSuffixOfIntendedRecipientOfResultsNullGets a value that indicates whether the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NameSuffixOfIntendedRecipientOfResultsColumn contains a null value.  
Public MethodIsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
Public MethodRejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
Public MethodSetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
Public MethodSetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
Public MethodSetFamilyNameOfIntendedRecipientOfResultsNullSets the value of the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.FamilyNameOfIntendedRecipientOfResultsColumn to a null value.  
Public MethodSetGivenNameOfIntendedRecipientOfResultsNullSets the value of the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.GivenNameOfIntendedRecipientOfResultsColumn to a null value.  
Public MethodSetMiddleNameOfIntendedRecipientOfResultsNullSets the value of the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.MiddleNameOfIntendedRecipientOfResultsColumn to a null value.  
Public MethodSetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
Public MethodSetNamePrefixOfIntendedRecipientOfResultsNullSets the value of the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NamePrefixOfIntendedRecipientOfResultsColumn to a null value.  
Public MethodSetNameSuffixOfIntendedRecipientOfResultsNullSets the value of the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NameSuffixOfIntendedRecipientOfResultsColumn to a null value.  
Public MethodSetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
Top
Protected Methods
 NameDescription
Protected MethodSetNullSets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow)
Top
See Also

Reference

MWLDataset.NamesOfIntendedRecipientsOfResultsRow Class
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features