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

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

Public Constructors

Public Properties

 NameDescription
public Property AccessionNumberColumnGets the Accession Number Column.  
public Property AutoNumberColumnGets the Auto Number Column.  
public Property CaseSensitiveIndicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable)
public Property ChildRelationsGets the collection of child relations for this System.Data.DataTable. (Inherited from System.Data.DataTable)
public Property ColumnsGets the collection of columns that belong to this table. (Inherited from System.Data.DataTable)
public Property ConstraintsGets the collection of constraints maintained by this table. (Inherited from System.Data.DataTable)
public Property ContainerGets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Property CountGets the total number of MWLDataset.NamesOfIntendedRecipientsOfResultsRow objects in the System.Data.DataTable.Rows collection.  
public Property DataSetGets the System.Data.DataSet to which this table belongs. (Inherited from System.Data.DataTable)
public Property DefaultViewGets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable)
public Property DesignModeGets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Property DisplayExpressionGets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface. (Inherited from System.Data.DataTable)
public Property ExtendedPropertiesGets the collection of customized user information. (Inherited from System.Data.DataTable)
public Property FamilyNameOfIntendedRecipientOfResultsColumnGets the Family Name Of Intended Recipient Of Results Column.  
public Property GivenNameOfIntendedRecipientOfResultsColumnGets the Given Name Of Intended Recipient Of Results Column.  
public Property HasErrorsGets a value indicating whether there are errors in any of the rows in any of the tables of the System.Data.DataSet to which the table belongs. (Inherited from System.Data.DataTable)
public Property IsInitializedGets a value that indicates whether the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable)
public Property ItemGets the MWLDataset.NamesOfIntendedRecipientsOfResultsRow at the specified index.  
public Property LocaleGets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable)
public Property MiddleNameOfIntendedRecipientOfResultsColumnGets the Middle Name Of Intended Recipient Of Results Column.  
public Property MinimumCapacityGets or sets the initial starting size for this table. (Inherited from System.Data.DataTable)
public Property NamePrefixOfIntendedRecipientOfResultsColumnGets the Name Prefix Of Intended Recipient Of Results Column.  
public Property NamespaceGets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable)
public Property NameSuffixOfIntendedRecipientOfResultsColumnGets the Name Suffix Of Intended Recipient Of Results Column.  
public Property ParentRelationsGets the collection of parent relations for this System.Data.DataTable. (Inherited from System.Data.DataTable)
public Property PrefixGets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable)
public Property PrimaryKeyGets or sets an array of columns that function as primary keys for the data table. (Inherited from System.Data.DataTable)
public Property RemotingFormatGets or sets the serialization format. (Inherited from System.Data.DataTable)
public Property RequestedProcedureIDColumnGets the Requested Procedure ID Column.  
public Property RowsGets the collection of rows that belong to this table. (Inherited from System.Data.DataTable)
public Property SiteGets or sets the site of the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Property TableNameGets or sets the name of the System.Data.DataTable. (Inherited from System.Data.DataTable)
Top

Protected Properties

 NameDescription
protected Property EventsGets the list of event handlers that are attached to this component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Top

Public Methods

 NameDescription
public Method AcceptChangesCommits all the changes made to this table since the last time System.Data.DataTable.AcceptChanges was called. (Inherited from System.Data.DataTable)
public Method AddNamesOfIntendedRecipientsOfResultsRowOverloaded. Adds a MWLDataset.NamesOfIntendedRecipientsOfResultsRow object to the System.Data.DataTable.Rows collection.  
public Method BeginInitBegins the initialization of a System.Data.DataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from System.Data.DataTable)
public Method BeginLoadDataTurns off notifications, index maintenance, and constraints while loading data. (Inherited from System.Data.DataTable)
public Method CastConverts the elements of an System.Data.TypedTableBase'1 to the specified type. This method supports typed System.Data.DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from System.Data.TypedTableBase<MWLDataset.NamesOfIntendedRecipientsOfResultsRow>)
public Method ClearClears the System.Data.DataTable of all data. (Inherited from System.Data.DataTable)
public Method CloneOverridden. Clones the structure of the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable, including all MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable schemas and constraints  
public Method ComputeComputes the given expression on the current rows that pass the filter criteria. (Inherited from System.Data.DataTable)
public Method CopyCopies both the structure and data for this System.Data.DataTable. (Inherited from System.Data.DataTable)
public Method CreateDataReaderReturns a System.Data.DataTableReader corresponding to the data within this System.Data.DataTable. (Inherited from System.Data.DataTable)
public Method DisposeOverloaded. Releases all resources used by the System.ComponentModel.MarshalByValueComponent. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Method EndInitEnds the initialization of a System.Data.DataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from System.Data.DataTable)
public Method EndLoadDataTurns on notifications, index maintenance, and constraints after loading data. (Inherited from System.Data.DataTable)
public Method FindByAutoNumberAccessionNumberRequestedProcedureIDFinds a MWLDataset.NamesOfIntendedRecipientsOfResultsRow in the System.Data.DataTable.Rows collection by the Auto Number and Accession Number and Requested Procedure ID value.  
public Method GetChangesOverloaded. Gets a copy of the System.Data.DataTable that contains all changes made to it since it was loaded or System.Data.DataTable.AcceptChanges was last called. (Inherited from System.Data.DataTable)
public Method GetEnumeratorReturns an enumerator for the typed-System.Data.DataRow. This method supports typed-System.Data.DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from System.Data.TypedTableBase<MWLDataset.NamesOfIntendedRecipientsOfResultsRow>)
public Method GetErrorsGets an array of System.Data.DataRow objects that contain errors. (Inherited from System.Data.DataTable)
public Method GetObjectDataPopulates a serialization information object with the data needed to serialize the System.Data.DataTable. (Inherited from System.Data.DataTable)
public Method GetServiceGets the implementer of the System.IServiceProvider. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Methodstatic (Shared in Visual Basic) GetTypedTableSchemaReturns the System.Xml.Schema.XmlSchemaComplexType for the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.  
public Method ImportRowCopies a System.Data.DataRow into a System.Data.DataTable, preserving any property settings, as well as original and current values. (Inherited from System.Data.DataTable)
public Method LoadOverloaded. Fills a System.Data.DataTable with values from a data source using the supplied System.Data.IDataReader. If the System.Data.DataTable already contains rows, the incoming data from the data source is merged with the existing rows. (Inherited from System.Data.DataTable)
public Method LoadDataRowOverloaded. Finds and updates a specific row. If no matching row is found, a new row is created using the given values. (Inherited from System.Data.DataTable)
public Method MergeOverloaded. Merge the specified System.Data.DataTable with the current System.Data.DataTable. (Inherited from System.Data.DataTable)
public Method NewNamesOfIntendedRecipientsOfResultsRowCreates an empty MWLDataset.NamesOfIntendedRecipientsOfResultsRow without adding it to the System.Data.DataTable.Rows collection.  
public Method NewRowCreates a new System.Data.DataRow with the same schema as the table. (Inherited from System.Data.DataTable)
public Method ReadXmlOverloaded. Reads XML schema and data into the System.Data.DataTable using the specified System.IO.Stream. (Inherited from System.Data.DataTable)
public Method ReadXmlSchemaOverloaded. Reads an XML schema into the System.Data.DataTable using the specified stream. (Inherited from System.Data.DataTable)
public Method RejectChangesRolls back all changes that have been made to the table since it was loaded, or the last time System.Data.DataTable.AcceptChanges was called. (Inherited from System.Data.DataTable)
public Method RemoveNamesOfIntendedRecipientsOfResultsRowRemoves a MWLDataset.NamesOfIntendedRecipientsOfResultsRow from the System.Data.DataTable.Rows collection.  
public Method ResetResets the System.Data.DataTable to its original state. (Inherited from System.Data.DataTable)
public Method SelectOverloaded. Gets an array of all System.Data.DataRow objects. (Inherited from System.Data.DataTable)
public Method WriteXmlOverloaded. Writes the current contents of the System.Data.DataTable as XML using the specified System.IO.Stream. (Inherited from System.Data.DataTable)
public Method WriteXmlSchemaOverloaded. Writes the current data structure of the System.Data.DataTable as an XML schema to the specified stream. (Inherited from System.Data.DataTable)
Top

Protected Methods

 NameDescription
protected Method CreateInstanceOverridden. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.  
protected Method GetRowTypeOverridden. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.  
protected Method GetSchemaFor a description of this member, see System.Xml.Serialization.IXmlSerializable.GetSchema. (Inherited from System.Data.DataTable)
protected Method NewRowFromBuilderOverridden. Creates a new row from an existing row.  
protected Method OnPropertyChangingRaises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. (Inherited from System.Data.DataTable)
protected Method OnRemoveColumnNotifies the System.Data.DataTable that a System.Data.DataColumn is being removed. (Inherited from System.Data.DataTable)
protected Method OnRowChangedOverridden. Raises the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NamesOfIntendedRecipientsOfResultsRowChanged event.  
protected Method OnRowChangingOverridden. Raises the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NamesOfIntendedRecipientsOfResultsRowChanging event.  
protected Method OnRowDeletedOverridden. Raises the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NamesOfIntendedRecipientsOfResultsRowDeleted event.  
protected Method OnRowDeletingOverridden. Raises the MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable.NamesOfIntendedRecipientsOfResultsRowDeleting event.  
protected Method OnTableClearedRaises the System.Data.DataTable.TableCleared event. (Inherited from System.Data.DataTable)
protected Method OnTableClearingRaises the System.Data.DataTable.TableClearing event. (Inherited from System.Data.DataTable)
protected Method OnTableNewRowRaises the System.Data.DataTable.TableNewRow event. (Inherited from System.Data.DataTable)
protected Method ReadXmlSerializableReads from an XML stream. (Inherited from System.Data.DataTable)
Top

Public Events

 NameDescription
public Event ColumnChangedOccurs after a value has been changed for the specified System.Data.DataColumn in a System.Data.DataRow. (Inherited from System.Data.DataTable)
public Event ColumnChangingOccurs when a value is being changed for the specified System.Data.DataColumn in a System.Data.DataRow. (Inherited from System.Data.DataTable)
public Event DisposedAdds an event handler to listen to the System.ComponentModel.MarshalByValueComponent.Disposed event on the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Event InitializedOccurs after the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable)
public Event NamesOfIntendedRecipientsOfResultsRowChangedOccurs after a MWLDataset.NamesOfIntendedRecipientsOfResultsRow has been changed successfully.  
public Event NamesOfIntendedRecipientsOfResultsRowChangingOccurs when a MWLDataset.NamesOfIntendedRecipientsOfResultsRow is changing.  
public Event NamesOfIntendedRecipientsOfResultsRowDeletedOccurs after a MWLDataset.NamesOfIntendedRecipientsOfResultsRow in the table has been deleted.  
public Event NamesOfIntendedRecipientsOfResultsRowDeletingOccurs before a MWLDataset.NamesOfIntendedRecipientsOfResultsRow in the table is about to be deleted.  
public Event RowChangedOccurs after a System.Data.DataRow has been changed successfully. (Inherited from System.Data.DataTable)
public Event RowChangingOccurs when a System.Data.DataRow is changing. (Inherited from System.Data.DataTable)
public Event RowDeletedOccurs after a row in the table has been deleted. (Inherited from System.Data.DataTable)
public Event RowDeletingOccurs before a row in the table is about to be deleted. (Inherited from System.Data.DataTable)
public Event TableClearedOccurs after a System.Data.DataTable is cleared. (Inherited from System.Data.DataTable)
public Event TableClearingOccurs when a System.Data.DataTable is cleared. (Inherited from System.Data.DataTable)
public Event TableNewRowOccurs when a new System.Data.DataRow is inserted. (Inherited from System.Data.DataTable)
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