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

CompositeInstanceDataSet.OtherPatientNamesDataTable Class Members

Properties  Methods  Events


The following tables list the members exposed by CompositeInstanceDataSet.OtherPatientNamesDataTable.

Public Constructors
 NameDescription
Public ConstructorCompositeInstanceDataSet.OtherPatientNamesDataTable ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCaseSensitiveIndicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable)
Public PropertyChildRelationsGets the collection of child relations for this System.Data.DataTable. (Inherited from System.Data.DataTable)
Public PropertyColumnsGets the collection of columns that belong to this table. (Inherited from System.Data.DataTable)
Public PropertyConstraintsGets the collection of constraints maintained by this table. (Inherited from System.Data.DataTable)
Public PropertyContainerGets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public PropertyCountGets the total number of CompositeInstanceDataSet.OtherPatientNamesRow objects in the System.Data.DataTable.Rows collection.  
Public PropertyDataSetGets the System.Data.DataSet to which this table belongs. (Inherited from System.Data.DataTable)
Public PropertyDefaultViewGets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable)
Public PropertyDesignModeGets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public PropertyDisplayExpressionGets 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 PropertyExtendedPropertiesGets the collection of customized user information. (Inherited from System.Data.DataTable)
Public PropertyFamilyNameColumnGets the Family Name Column.  
Public PropertyGivenNameColumnGets the Given Name Column.  
Public PropertyHasErrorsGets 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 PropertyIsInitializedGets a value that indicates whether the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable)
Public PropertyItemGets the CompositeInstanceDataSet.OtherPatientNamesRow at the specified index.  
Public PropertyLocaleGets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable)
Public PropertyMiddleNameColumnGets the Middle Name Column.  
Public PropertyMinimumCapacityGets or sets the initial starting size for this table. (Inherited from System.Data.DataTable)
Public PropertyNamePrefixColumnGets the Name Prefix Column.  
Public PropertyNamespaceGets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable)
Public PropertyNameSuffixColumnGets the Name Suffix Column.  
Public PropertyOrderNumberColumnGets the Order Number Column.  
Public PropertyParentRelationsGets the collection of parent relations for this System.Data.DataTable. (Inherited from System.Data.DataTable)
Public PropertyPatientIDColumnGets the Patient ID Column.  
Public PropertyPrefixGets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable)
Public PropertyPrimaryKeyGets or sets an array of columns that function as primary keys for the data table. (Inherited from System.Data.DataTable)
Public PropertyRemotingFormatGets or sets the serialization format. (Inherited from System.Data.DataTable)
Public PropertyRowsGets the collection of rows that belong to this table. (Inherited from System.Data.DataTable)
Public PropertySiteGets or sets an System.ComponentModel.ISite for the System.Data.DataTable. (Inherited from System.Data.DataTable)
Public PropertyTableNameGets or sets the name of the System.Data.DataTable. (Inherited from System.Data.DataTable)
Top
Protected Properties
 NameDescription
Protected PropertyEventsGets the list of event handlers that are attached to this component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Top
Public Methods
 NameDescription
Public MethodAcceptChangesCommits all the changes made to this table since the last time System.Data.DataTable.AcceptChanges was called. (Inherited from System.Data.DataTable)
Public MethodAddOtherPatientNamesRowOverloaded. Adds a CompositeInstanceDataSet.OtherPatientNamesRow object to the System.Data.DataTable.Rows collection.  
Public MethodBeginInitBegins 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 MethodBeginLoadDataTurns off notifications, index maintenance, and constraints while loading data. (Inherited from System.Data.DataTable)
Public MethodCastConverts 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<CompositeInstanceDataSet.OtherPatientNamesRow>)
Public MethodClearClears the System.Data.DataTable of all data. (Inherited from System.Data.DataTable)
Public MethodCloneOverridden. Clones the structure of the CompositeInstanceDataSet.OtherPatientNamesDataTable, including all CompositeInstanceDataSet.OtherPatientNamesDataTable schemas and constraints.  
Public MethodComputeComputes the given expression on the current rows that pass the filter criteria. (Inherited from System.Data.DataTable)
Public MethodCopyCopies both the structure and data for this System.Data.DataTable. (Inherited from System.Data.DataTable)
Public MethodCreateDataReaderReturns a System.Data.DataTableReader corresponding to the data within this System.Data.DataTable. (Inherited from System.Data.DataTable)
Public MethodDisposeOverloaded. Releases all resources used by the System.ComponentModel.MarshalByValueComponent. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public MethodEndInitEnds 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 MethodEndLoadDataTurns on notifications, index maintenance, and constraints after loading data. (Inherited from System.Data.DataTable)
Public MethodFindByOrderNumberFinds a CompositeInstanceDataSet.OtherPatientNamesRow in the System.Data.DataTable.Rows collection by the Order Number value.  
Public MethodGetChangesOverloaded. 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 MethodGetEnumeratorReturns 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<CompositeInstanceDataSet.OtherPatientNamesRow>)
Public MethodGetErrorsGets an array of System.Data.DataRow objects that contain errors. (Inherited from System.Data.DataTable)
Public MethodGetObjectDataPopulates a serialization information object with the data needed to serialize the System.Data.DataTable. (Inherited from System.Data.DataTable)
Public MethodGetServiceGets 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 CompositeInstanceDataSet.OtherPatientNamesDataTable.  
Public MethodImportRowCopies 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 MethodLoadOverloaded. 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 MethodLoadDataRowOverloaded. 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 MethodMergeOverloaded. Merge the specified System.Data.DataTable with the current System.Data.DataTable. (Inherited from System.Data.DataTable)
Public MethodNewOtherPatientNamesRowCreates an empty CompositeInstanceDataSet.OtherPatientNamesRow without adding it to the System.Data.DataTable.Rows collection.  
Public MethodNewRowCreates a new System.Data.DataRow with the same schema as the table. (Inherited from System.Data.DataTable)
Public MethodReadXmlOverloaded. Reads XML schema and data into the System.Data.DataTable using the specified System.IO.Stream. (Inherited from System.Data.DataTable)
Public MethodReadXmlSchemaOverloaded. Reads an XML schema into the System.Data.DataTable using the specified stream. (Inherited from System.Data.DataTable)
Public MethodRejectChangesRolls 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 MethodRemoveOtherPatientNamesRowRemoves a CompositeInstanceDataSet.OtherPatientNamesRow from the System.Data.DataTable.Rows collection.  
Public MethodResetResets the System.Data.DataTable to its original state. (Inherited from System.Data.DataTable)
Public MethodSelectOverloaded. Gets an array of all System.Data.DataRow objects. (Inherited from System.Data.DataTable)
Public MethodToStringGets the System.Data.DataTable.TableName and System.Data.DataTable.DisplayExpression, if there is one as a concatenated string. (Inherited from System.Data.DataTable)
Public MethodWriteXmlOverloaded. Writes the current contents of the System.Data.DataTable as XML using the specified System.IO.Stream. (Inherited from System.Data.DataTable)
Public MethodWriteXmlSchemaOverloaded. 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 MethodCreateInstanceOverridden. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.  
Protected MethodFinalize (Inherited from System.ComponentModel.MarshalByValueComponent)
Protected MethodGetRowTypeOverridden. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.  
Protected MethodGetSchemaFor a description of this member, see System.Xml.Serialization.IXmlSerializable.GetSchema. (Inherited from System.Data.DataTable)
Protected MethodNewRowFromBuilderOverridden. Creates a new row from an existing row.  
Protected MethodOnPropertyChangingRaises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. (Inherited from System.Data.DataTable)
Protected MethodOnRemoveColumnNotifies the System.Data.DataTable that a System.Data.DataColumn is being removed. (Inherited from System.Data.DataTable)
Protected MethodOnRowChangedOverridden. Raises the OtherPatientNamesRowChanged event.  
Protected MethodOnRowChangingOverridden. Raises the OtherPatientNamesRowChanging event.  
Protected MethodOnRowDeletedOverridden. Raises the OtherPatientNamesRowDeleted event.  
Protected MethodOnRowDeletingOverridden. Raises the OtherPatientNamesRowDeleting event.  
Protected MethodOnTableClearedRaises the System.Data.DataTable.TableCleared event. (Inherited from System.Data.DataTable)
Protected MethodOnTableClearingRaises the System.Data.DataTable.TableClearing event. (Inherited from System.Data.DataTable)
Protected MethodOnTableNewRowRaises the System.Data.DataTable.TableNewRow event. (Inherited from System.Data.DataTable)
Protected MethodReadXmlSerializableReads from an XML stream. (Inherited from System.Data.DataTable)
Top
Public Events
 NameDescription
Public EventColumnChangedOccurs after a value has been changed for the specified System.Data.DataColumn in a System.Data.DataRow. (Inherited from System.Data.DataTable)
Public EventColumnChangingOccurs when a value is being changed for the specified System.Data.DataColumn in a System.Data.DataRow. (Inherited from System.Data.DataTable)
Public EventDisposedAdds an event handler to listen to the System.ComponentModel.MarshalByValueComponent.Disposed event on the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Public EventInitializedOccurs after the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable)
Public EventOtherPatientNamesRowChangedOccurs after a CompositeInstanceDataSet.OtherPatientNamesRow has been changed successfully.  
Public EventOtherPatientNamesRowChangingOccurs when a CompositeInstanceDataSet.OtherPatientNamesRow is changing.  
Public EventOtherPatientNamesRowDeletedOccurs after a CompositeInstanceDataSet.OtherPatientNamesRow in the table has been deleted.  
Public EventOtherPatientNamesRowDeletingOccurs before a CompositeInstanceDataSet.OtherPatientNamesRow in the table is about to be deleted.  
Public EventRowChangedOccurs after a System.Data.DataRow has been changed successfully. (Inherited from System.Data.DataTable)
Public EventRowChangingOccurs when a System.Data.DataRow is changing. (Inherited from System.Data.DataTable)
Public EventRowDeletedOccurs after a row in the table has been deleted. (Inherited from System.Data.DataTable)
Public EventRowDeletingOccurs before a row in the table is about to be deleted. (Inherited from System.Data.DataTable)
Public EventTableClearedOccurs after a System.Data.DataTable is cleared. (Inherited from System.Data.DataTable)
Public EventTableClearingOccurs when a System.Data.DataTable is cleared. (Inherited from System.Data.DataTable)
Public EventTableNewRowOccurs when a new System.Data.DataRow is inserted. (Inherited from System.Data.DataTable)
Top
See Also

Reference

CompositeInstanceDataSet.OtherPatientNamesDataTable Class
Leadtools.Medical.Storage.DataAccessLayer Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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

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