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

The following tables list the members exposed by MPPSDataset.PPSInformationRow.

Public Properties

 NameDescription
public Property CommentsonthePerformedProcedureStepGets or sets the Commentsonthe Performed Procedure Step.  
public Property HasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
public Property ItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
public Property ItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
public Property ModalityGets or sets the Modality.  
public Property MPPSSOPInstanceUIDGets or sets the MPPS SOP Instance UID.  
public Property PerformedLocationGets or sets the Performed Location.  
public Property PerformedProcedureStepDescriptionGets or sets the Performed Procedure Step Description.  
public Property PerformedProcedureStepEndDateGets or sets the Performed Procedure Step End Date.  
public Property PerformedProcedureStepEndTimeGets or sets the Performed Procedure Step End Time.  
public Property PerformedProcedureStepIDGets or sets the Performed Procedure Step ID.  
public Property PerformedProcedureStepStartDateGets or sets the Performed Procedure Step Start Date.  
public Property PerformedProcedureStepStartTimeGets or sets the Performed Procedure Step Start Time.  
public Property PerformedProcedureStepStatusGets or sets the Performed Procedure Step Status.  
public Property PerformedProcedureTypeDescriptionGets or sets the Performed Procedure Type Description.  
public Property PerformedStationAETitleGets or sets the Performed Station AE Title.  
public Property PerformedStationNameGets or sets the Performed Station Name.  
public Property RowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
public Property RowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
public Property StudyIDGets or sets the Study ID.  
public Property StudyInstanceUIDGets or sets the Study Instance UID.  
public Property TableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top

Public Methods

 NameDescription
public Method AcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
public Method BeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
public Method CancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
public Method ClearErrorsClears 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 Method DeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
public Method EndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
public Method GetChildRowsOverloaded. 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 Method GetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
public Method GetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
public Method GetParentRowOverloaded. 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 Method GetParentRowsOverloaded. 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 Method GetPatientInfoforUnscheduledPPSRowsReturns the child MPPSDataset.PatientInfoforUnscheduledPPSRow for this MPPSDataset.PPSInformationRow.  
public Method GetPerformedProtocolCodeSequenceRowsReturns the child MPPSDataset.PerformedProtocolCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
public Method GetPerformedSeriesSequenceRowsReturns the child MPPSDataset.PerformedSeriesSequenceRow for this MPPSDataset.PPSInformationRow.  
public Method GetPPSDiscontinuationReasonCodeSequenceRowsReturns the child MPPSDataset.PPSDiscontinuationReasonCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
public Method GetPPSRelationshipRowsReturns the child MPPSDataset.PPSRelationshipRow for this MPPSDataset.PPSInformationRow.  
public Method GetProcedureCodeSequenceRowsReturns the child MPPSDataset.ProcedureCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
public Method HasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
public Method IsCommentsonthePerformedProcedureStepNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.CommentsonthePerformedProcedureStepColumn contains a null value.  
public Method IsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
public Method IsPerformedLocationNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedLocationColumn contains a null value.  
public Method IsPerformedProcedureStepDescriptionNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepDescriptionColumn contains a null value.  
public Method IsPerformedProcedureStepEndDateNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndDateColumn contains a null value.  
public Method IsPerformedProcedureStepEndTimeNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndTimeColumn contains a null value.  
public Method IsPerformedProcedureTypeDescriptionNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureTypeDescriptionColumn contains a null value.  
public Method IsPerformedStationNameNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedStationNameColumn contains a null value.  
public Method IsStudyIDNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.StudyIDColumn contains a null value.  
public Method RejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
public Method SetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
public Method SetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
public Method SetCommentsonthePerformedProcedureStepNullSets the value of the MPPSDataset.PPSInformationDataTable.CommentsonthePerformedProcedureStepColumn to a null value.  
public Method SetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
public Method SetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
public Method SetPerformedLocationNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedLocationColumn to a null value.  
public Method SetPerformedProcedureStepDescriptionNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepDescriptionColumn to a null value.  
public Method SetPerformedProcedureStepEndDateNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndDateColumn to a null value.  
public Method SetPerformedProcedureStepEndTimeNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndTimeColumn to a null value.  
public Method SetPerformedProcedureTypeDescriptionNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureTypeDescriptionColumn to a null value.  
public Method SetPerformedStationNameNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedStationNameColumn to a null value.  
public Method SetStudyIDNullSets the value of the MPPSDataset.PPSInformationDataTable.StudyIDColumn to a null value.  
Top

Protected Methods

 NameDescription
protected Method SetNullSets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow)
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