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

MPPSDataset.PPSInformationRow Class Members

Properties  Methods 


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

Public Properties
 NameDescription
Public PropertyCommentsonthePerformedProcedureStepGets or sets the Commentsonthe Performed Procedure Step.  
Public PropertyHasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
Public PropertyItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
Public PropertyItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
Public PropertyModalityGets or sets the Modality.  
Public PropertyMPPSSOPInstanceUIDGets or sets the MPPS SOP Instance UID.  
Public PropertyPerformedLocationGets or sets the Performed Location.  
Public PropertyPerformedProcedureStepDescriptionGets or sets the Performed Procedure Step Description.  
Public PropertyPerformedProcedureStepEndDateGets or sets the Performed Procedure Step End Date.  
Public PropertyPerformedProcedureStepEndTimeGets or sets the Performed Procedure Step End Time.  
Public PropertyPerformedProcedureStepIDGets or sets the Performed Procedure Step ID.  
Public PropertyPerformedProcedureStepStartDateGets or sets the Performed Procedure Step Start Date.  
Public PropertyPerformedProcedureStepStartTimeGets or sets the Performed Procedure Step Start Time.  
Public PropertyPerformedProcedureStepStatusGets or sets the Performed Procedure Step Status.  
Public PropertyPerformedProcedureTypeDescriptionGets or sets the Performed Procedure Type Description.  
Public PropertyPerformedStationAETitleGets or sets the Performed Station AE Title.  
Public PropertyPerformedStationNameGets or sets the Performed Station Name.  
Public PropertyRowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
Public PropertyRowStateGets the current state of the row with regard to its relationship to the System.Data.DataRowCollection. (Inherited from System.Data.DataRow)
Public PropertyStudyIDGets or sets the Study ID.  
Public PropertyStudyInstanceUIDGets or sets the Study Instance UID.  
Public PropertyTableGets the System.Data.DataTable for which this row has a schema. (Inherited from System.Data.DataRow)
Top
Public Methods
 NameDescription
Public MethodAcceptChangesCommits all the changes made to this row since the last time System.Data.DataRow.AcceptChanges was called. (Inherited from System.Data.DataRow)
Public MethodBeginEditStarts an edit operation on a System.Data.DataRow object. (Inherited from System.Data.DataRow)
Public MethodCancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
Public MethodClearErrorsClears 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 MethodDeleteDeletes the System.Data.DataRow. (Inherited from System.Data.DataRow)
Public MethodEndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
Public MethodGetChildRowsOverloaded. 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 MethodGetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
Public MethodGetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
Public MethodGetParentRowOverloaded. 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 MethodGetParentRowsOverloaded. 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 MethodGetPatientInfoforUnscheduledPPSRowsReturns the child MPPSDataset.PatientInfoforUnscheduledPPSRow for this MPPSDataset.PPSInformationRow.  
Public MethodGetPerformedProtocolCodeSequenceRowsReturns the child MPPSDataset.PerformedProtocolCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
Public MethodGetPerformedSeriesSequenceRowsReturns the child MPPSDataset.PerformedSeriesSequenceRow for this MPPSDataset.PPSInformationRow.  
Public MethodGetPPSDiscontinuationReasonCodeSequenceRowsReturns the child MPPSDataset.PPSDiscontinuationReasonCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
Public MethodGetPPSRelationshipRowsReturns the child MPPSDataset.PPSRelationshipRow for this MPPSDataset.PPSInformationRow.  
Public MethodGetProcedureCodeSequenceRowsReturns the child MPPSDataset.ProcedureCodeSequenceRow for this MPPSDataset.PPSInformationRow.  
Public MethodHasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
Public MethodIsCommentsonthePerformedProcedureStepNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.CommentsonthePerformedProcedureStepColumn contains a null value.  
Public MethodIsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
Public MethodIsPerformedLocationNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedLocationColumn contains a null value.  
Public MethodIsPerformedProcedureStepDescriptionNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepDescriptionColumn contains a null value.  
Public MethodIsPerformedProcedureStepEndDateNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndDateColumn contains a null value.  
Public MethodIsPerformedProcedureStepEndTimeNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndTimeColumn contains a null value.  
Public MethodIsPerformedProcedureTypeDescriptionNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedProcedureTypeDescriptionColumn contains a null value.  
Public MethodIsPerformedStationNameNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.PerformedStationNameColumn contains a null value.  
Public MethodIsStudyIDNullGets a value that indicates whether the MPPSDataset.PPSInformationDataTable.StudyIDColumn contains a null value.  
Public MethodRejectChangesRejects all changes made to the row since System.Data.DataRow.AcceptChanges was last called. (Inherited from System.Data.DataRow)
Public MethodSetAddedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Added. (Inherited from System.Data.DataRow)
Public MethodSetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
Public MethodSetCommentsonthePerformedProcedureStepNullSets the value of the MPPSDataset.PPSInformationDataTable.CommentsonthePerformedProcedureStepColumn to a null value.  
Public MethodSetModifiedChanges the System.Data.DataRow.Rowstate of a System.Data.DataRow to Modified. (Inherited from System.Data.DataRow)
Public MethodSetParentRowOverloaded. Sets the parent row of a System.Data.DataRow with specified new parent System.Data.DataRow. (Inherited from System.Data.DataRow)
Public MethodSetPerformedLocationNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedLocationColumn to a null value.  
Public MethodSetPerformedProcedureStepDescriptionNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepDescriptionColumn to a null value.  
Public MethodSetPerformedProcedureStepEndDateNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndDateColumn to a null value.  
Public MethodSetPerformedProcedureStepEndTimeNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureStepEndTimeColumn to a null value.  
Public MethodSetPerformedProcedureTypeDescriptionNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedProcedureTypeDescriptionColumn to a null value.  
Public MethodSetPerformedStationNameNullSets the value of the MPPSDataset.PPSInformationDataTable.PerformedStationNameColumn to a null value.  
Public MethodSetStudyIDNullSets the value of the MPPSDataset.PPSInformationDataTable.StudyIDColumn to a null value.  
Top
Protected Methods
 NameDescription
Protected MethodSetNullSets 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-2012 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