Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace : MPPSDataset.PPSInformationDataTable Class |
The following tables list the members exposed by MPPSDataset.PPSInformationDataTable.
Name | Description | |
---|---|---|
MPPSDataset.PPSInformationDataTable Constructor | Overloaded. |
Name | Description | |
---|---|---|
CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable) | |
ChildRelations | Gets the collection of child relations for this System.Data.DataTable. (Inherited from System.Data.DataTable) | |
Columns | Gets the collection of columns that belong to this table. (Inherited from System.Data.DataTable) | |
CommentsonthePerformedProcedureStepColumn | Gets the Commentsonthe Performed Procedure Step Column. | |
Constraints | Gets the collection of constraints maintained by this table. (Inherited from System.Data.DataTable) | |
Container | Gets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent) | |
Count | Gets the total number of MPPSDataset.PPSInformationRow objects in the System.Data.DataTable.Rows collection. | |
DataSet | Gets the System.Data.DataSet to which this table belongs. (Inherited from System.Data.DataTable) | |
DefaultView | Gets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable) | |
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent) | |
DisplayExpression | Gets 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) | |
ExtendedProperties | Gets the collection of customized user information. (Inherited from System.Data.DataTable) | |
HasErrors | Gets 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) | |
IsInitialized | Gets a value that indicates whether the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable) | |
Item | Gets the MPPSDataset.PPSInformationRow at the specified index. | |
Locale | Gets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable) | |
MinimumCapacity | Gets or sets the initial starting size for this table. (Inherited from System.Data.DataTable) | |
ModalityColumn | Gets the Modality Column. | |
MPPSSOPInstanceUIDColumn | Gets the MPPS SOP Instance UID Column. | |
Namespace | Gets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable) | |
ParentRelations | Gets the collection of parent relations for this System.Data.DataTable. (Inherited from System.Data.DataTable) | |
PerformedLocationColumn | Gets the Performed Location Column. | |
PerformedProcedureStepDescriptionColumn | Gets the Performed Procedure Step Description Column. | |
PerformedProcedureStepEndDateColumn | Gets the Performed Procedure Step End Date Column. | |
PerformedProcedureStepEndTimeColumn | Gets the Performed Procedure Step End Time Column. | |
PerformedProcedureStepIDColumn | Gets the Performed Procedure Step ID Column. | |
PerformedProcedureStepStartDateColumn | Gets the Performed Procedure Step Start Date Column. | |
PerformedProcedureStepStartTimeColumn | Gets the Performed Procedure Step Start Time Column. | |
PerformedProcedureStepStatusColumn | Gets the Performed Procedure Step Status Column. | |
PerformedProcedureTypeDescriptionColumn | Gets the Performed Procedure Type Description Column. | |
PerformedStationAETitleColumn | Gets the Performed Station AE Title Column. | |
PerformedStationNameColumn | Gets the Performed Station Name Column. | |
Prefix | Gets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable) | |
PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. (Inherited from System.Data.DataTable) | |
RemotingFormat | Gets or sets the serialization format. (Inherited from System.Data.DataTable) | |
Rows | Gets the collection of rows that belong to this table. (Inherited from System.Data.DataTable) | |
Site | Gets or sets an System.ComponentModel.ISite for the System.Data.DataTable. (Inherited from System.Data.DataTable) | |
StudyIDColumn | Gets the Study ID Column. | |
StudyInstanceUIDColumn | Gets the Study Instance UID Column. | |
TableName | Gets or sets the name of the System.Data.DataTable. (Inherited from System.Data.DataTable) |
Name | Description | |
---|---|---|
Events | Gets the list of event handlers that are attached to this component. (Inherited from System.ComponentModel.MarshalByValueComponent) |
Name | Description | |
---|---|---|
AcceptChanges | Commits all the changes made to this table since the last time System.Data.DataTable.AcceptChanges was called. (Inherited from System.Data.DataTable) | |
AddPPSInformationRow | Overloaded. Adds a MPPSDataset.PPSInformationRow object to the System.Data.DataTable.Rows collection. | |
BeginInit | Begins 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) | |
BeginLoadData | Turns off notifications, index maintenance, and constraints while loading data. (Inherited from System.Data.DataTable) | |
Cast | Converts 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<MPPSDataset.PPSInformationRow>) | |
Clear | Clears the System.Data.DataTable of all data. (Inherited from System.Data.DataTable) | |
Clone | Overridden. Clones the structure of the MPPSDataset.PPSInformationDataTable, including all MPPSDataset.PPSInformationDataTable schemas and constraints | |
Compute | Computes the given expression on the current rows that pass the filter criteria. (Inherited from System.Data.DataTable) | |
Copy | Copies both the structure and data for this System.Data.DataTable. (Inherited from System.Data.DataTable) | |
CreateDataReader | Returns a System.Data.DataTableReader corresponding to the data within this System.Data.DataTable. (Inherited from System.Data.DataTable) | |
Dispose | Overloaded. Releases all resources used by the System.ComponentModel.MarshalByValueComponent. (Inherited from System.ComponentModel.MarshalByValueComponent) | |
EndInit | Ends 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) | |
EndLoadData | Turns on notifications, index maintenance, and constraints after loading data. (Inherited from System.Data.DataTable) | |
FindByMPPSSOPInstanceUID | Finds a MPPSDataset.PPSInformationRow in the System.Data.DataTable.Rows collection by the MPPS SOP Instance UID value. | |
GetChanges | Overloaded. 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) | |
GetEnumerator | Returns 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<MPPSDataset.PPSInformationRow>) | |
GetErrors | Gets an array of System.Data.DataRow objects that contain errors. (Inherited from System.Data.DataTable) | |
GetObjectData | Populates a serialization information object with the data needed to serialize the System.Data.DataTable. (Inherited from System.Data.DataTable) | |
GetService | Gets the implementer of the System.IServiceProvider. (Inherited from System.ComponentModel.MarshalByValueComponent) | |
GetTypedTableSchema | Returns the System.Xml.Schema.XmlSchemaComplexType for the MPPSDataset.PPSInformationDataTable. | |
ImportRow | Copies 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) | |
Load | Overloaded. 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) | |
LoadDataRow | Overloaded. 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) | |
Merge | Overloaded. Merge the specified System.Data.DataTable with the current System.Data.DataTable. (Inherited from System.Data.DataTable) | |
NewPPSInformationRow | Creates an empty MPPSDataset.PPSInformationRow without adding it to the System.Data.DataTable.Rows collection. | |
NewRow | Creates a new System.Data.DataRow with the same schema as the table. (Inherited from System.Data.DataTable) | |
ReadXml | Overloaded. Reads XML schema and data into the System.Data.DataTable using the specified System.IO.Stream. (Inherited from System.Data.DataTable) | |
ReadXmlSchema | Overloaded. Reads an XML schema into the System.Data.DataTable using the specified stream. (Inherited from System.Data.DataTable) | |
RejectChanges | Rolls 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) | |
RemovePPSInformationRow | Removes a MPPSDataset.PPSInformationRow from the System.Data.DataTable.Rows collection. | |
Reset | Resets the System.Data.DataTable to its original state. (Inherited from System.Data.DataTable) | |
Select | Overloaded. Gets an array of all System.Data.DataRow objects. (Inherited from System.Data.DataTable) | |
ToString | Gets the System.Data.DataTable.TableName and System.Data.DataTable.DisplayExpression, if there is one as a concatenated string. (Inherited from System.Data.DataTable) | |
WriteXml | Overloaded. Writes the current contents of the System.Data.DataTable as XML using the specified System.IO.Stream. (Inherited from System.Data.DataTable) | |
WriteXmlSchema | Overloaded. Writes the current data structure of the System.Data.DataTable as an XML schema to the specified stream. (Inherited from System.Data.DataTable) |
Name | Description | |
---|---|---|
CreateInstance | Overridden. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
Finalize | (Inherited from System.ComponentModel.MarshalByValueComponent) | |
GetRowType | Overridden. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
GetSchema | For a description of this member, see System.Xml.Serialization.IXmlSerializable.GetSchema. (Inherited from System.Data.DataTable) | |
NewRowFromBuilder | Overridden. Creates a new row from an existing row. | |
OnPropertyChanging | Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. (Inherited from System.Data.DataTable) | |
OnRemoveColumn | Notifies the System.Data.DataTable that a System.Data.DataColumn is being removed. (Inherited from System.Data.DataTable) | |
OnRowChanged | Overridden. Raises the PPSInformationRowChanged event. | |
OnRowChanging | Overridden. Raises the PPSInformationRowChanging event. | |
OnRowDeleted | Overridden. Raises the PPSInformationRowDeleted event. | |
OnRowDeleting | Overridden. Raises the PPSInformationRowDeleting event. | |
OnTableCleared | Raises the System.Data.DataTable.TableCleared event. (Inherited from System.Data.DataTable) | |
OnTableClearing | Raises the System.Data.DataTable.TableClearing event. (Inherited from System.Data.DataTable) | |
OnTableNewRow | Raises the System.Data.DataTable.TableNewRow event. (Inherited from System.Data.DataTable) | |
ReadXmlSerializable | Reads from an XML stream. (Inherited from System.Data.DataTable) |
Name | Description | |
---|---|---|
ColumnChanged | Occurs after a value has been changed for the specified System.Data.DataColumn in a System.Data.DataRow. (Inherited from System.Data.DataTable) | |
ColumnChanging | Occurs when a value is being changed for the specified System.Data.DataColumn in a System.Data.DataRow. (Inherited from System.Data.DataTable) | |
Disposed | Adds an event handler to listen to the System.ComponentModel.MarshalByValueComponent.Disposed event on the component. (Inherited from System.ComponentModel.MarshalByValueComponent) | |
Initialized | Occurs after the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable) | |
PPSInformationRowChanged | Occurs after a MPPSDataset.PPSInformationRow has been changed successfully. | |
PPSInformationRowChanging | Occurs when a MPPSDataset.PPSInformationRow is changing. | |
PPSInformationRowDeleted | Occurs after a MPPSDataset.PPSInformationRow in the table has been deleted. | |
PPSInformationRowDeleting | Occurs before a MPPSDataset.PPSInformationRow in the table is about to be deleted. | |
RowChanged | Occurs after a System.Data.DataRow has been changed successfully. (Inherited from System.Data.DataTable) | |
RowChanging | Occurs when a System.Data.DataRow is changing. (Inherited from System.Data.DataTable) | |
RowDeleted | Occurs after a row in the table has been deleted. (Inherited from System.Data.DataTable) | |
RowDeleting | Occurs before a row in the table is about to be deleted. (Inherited from System.Data.DataTable) | |
TableCleared | Occurs after a System.Data.DataTable is cleared. (Inherited from System.Data.DataTable) | |
TableClearing | Occurs when a System.Data.DataTable is cleared. (Inherited from System.Data.DataTable) | |
TableNewRow | Occurs when a new System.Data.DataRow is inserted. (Inherited from System.Data.DataTable) |