LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly)

MPPSDataset.PPSInformationRow Class Members

Show in webframe
Properties  Methods 


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

Public Properties
 NameDescription
CommentsonthePerformedProcedureStepGets or sets the Commentsonthe Performed Procedure Step.  
HasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
ItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
ItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
ModalityGets or sets the Modality.  
MPPSSOPInstanceUIDGets or sets the MPPS SOP Instance UID.  
PerformedLocationGets or sets the Performed Location.  
PerformedProcedureStepDescriptionGets or sets the Performed Procedure Step Description.  
PerformedProcedureStepEndDateGets or sets the Performed Procedure Step End Date.  
PerformedProcedureStepEndTimeGets or sets the Performed Procedure Step End Time.  
PerformedProcedureStepIDGets or sets the Performed Procedure Step ID.  
PerformedProcedureStepStartDateGets or sets the Performed Procedure Step Start Date.  
PerformedProcedureStepStartTimeGets or sets the Performed Procedure Step Start Time.  
PerformedProcedureStepStatusGets or sets the Performed Procedure Step Status.  
PerformedProcedureTypeDescriptionGets or sets the Performed Procedure Type Description.  
PerformedStationAETitleGets or sets the Performed Station AE Title.  
PerformedStationNameGets or sets the Performed Station Name.  
RowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
RowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
StudyIDGets or sets the Study ID.  
StudyInstanceUIDGets or sets the Study Instance UID.  
TableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top
Public Methods
 NameDescription
AcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
BeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
CancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
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)
DeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
EndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
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)
GetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
GetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
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)
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)
GetPatientInfoforUnscheduledPPSRowsReturns the child MPPSDataset.PatientInfoforUnscheduledPPSRow for this MPPSDataset.PPSInformationRow.  
GetPerformedProtocolCodeSequenceRowsReturns the child MPPSDataset.PerformedProtocolCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
GetPerformedSeriesSequenceRowsReturns the child MPPSDataset.PerformedSeriesSequenceRow for this MPPSDataset.PPSInformationRow.  
GetPPSDiscontinuationReasonCodeSequenceRowsReturns the child MPPSDataset.PPSDiscontinuationReasonCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
GetPPSRelationshipRowsReturns the child MPPSDataset.PPSRelationshipRow for this MPPSDataset.PPSInformationRow.  
GetProcedureCodeSequenceRowsReturns the child MPPSDataset.ProcedureCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
HasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
IsCommentsonthePerformedProcedureStepNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.CommentsonthePerformedProcedureStepColumn contains a null value.  
IsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
IsPerformedLocationNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedLocationColumn contains a null value.  
IsPerformedProcedureStepDescriptionNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepDescriptionColumn contains a null value.  
IsPerformedProcedureStepEndDateNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndDateColumn contains a null value.  
IsPerformedProcedureStepEndTimeNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndTimeColumn contains a null value.  
IsPerformedProcedureTypeDescriptionNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureTypeDescriptionColumn contains a null value.  
IsPerformedStationNameNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedStationNameColumn contains a null value.  
IsStudyIDNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.StudyIDColumn contains a null value.  
RejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
SetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
SetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
SetCommentsonthePerformedProcedureStepNullSets the value of the MPPSDataset.PPSInformationDataTable.CommentsonthePerformedProcedureStepColumn to a null value.  
SetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
SetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
SetPerformedLocationNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedLocationColumn to a null value.  
SetPerformedProcedureStepDescriptionNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepDescriptionColumn to a null value.  
SetPerformedProcedureStepEndDateNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndDateColumn to a null value.  
SetPerformedProcedureStepEndTimeNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndTimeColumn to a null value.  
SetPerformedProcedureTypeDescriptionNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureTypeDescriptionColumn to a null value.  
SetPerformedStationNameNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedStationNameColumn to a null value.  
SetStudyIDNullSets the value of the MPPSDataset.PPSInformationDataTable.StudyIDColumn to a null value.  
Top
Protected Methods
 NameDescription
SetNullSets the value of the specified System.Data.DataColumn to a null value. (Inherited from System.Data.DataRow)
Top
See Also

Reference

MPPSDataset.PPSInformationRow Class
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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