The following tables list the members exposed by MPPSDataset.PerformedProtocolCodeSequenceRow.
| Name | Description | |
|---|---|---|
| CodeMeaning | Gets or sets the Code Meaning. |
| CodeValue | Gets or sets the Code Value. |
| CodingSchemeDesignator | Gets or sets the Coding Scheme Designator. |
| CodingSchemeVersion | Gets or sets the Coding Scheme Version. |
| HasErrors | Gets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow) |
| 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) |
| MPPSSOPInstanceUID | Gets or sets the MPPS SOP Instance UID. |
| OrderNumber | Gets or sets the Order Number. |
| PPSInformationRow | Gets or sets the parent MPPSDataset.PPSInformationRow for this MPPSDataset.PerformedProtocolCodeSequenceRow |
| 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) |
| IsCodeMeaningNull | Gets a value that indicates whether the MPPSDataset.PerformedProtocolCodeSequenceDataTable.CodeMeaningColumn contains a null value. |
| IsCodingSchemeVersionNull | Gets a value that indicates whether the MPPSDataset.PerformedProtocolCodeSequenceDataTable.CodingSchemeVersionColumn contains a null value. |
| IsNull | Overloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow) |
| IsOrderNumberNull | Gets a value that indicates whether the MPPSDataset.PerformedProtocolCodeSequenceDataTable.OrderNumberColumn contains a null value. |
| 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) |
| SetCodeMeaningNull | Sets the value of the MPPSDataset.PerformedProtocolCodeSequenceDataTable.CodeMeaningColumn to a null value. |
| SetCodingSchemeVersionNull | Sets the value of the MPPSDataset.PerformedProtocolCodeSequenceDataTable.CodingSchemeVersionColumn to a null value. |
| 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) |
| SetOrderNumberNull | Sets the value of the MPPSDataset.PerformedProtocolCodeSequenceDataTable.OrderNumberColumn to a null value. |
| 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) |