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

The following tables list the members exposed by MWLDataset.ScheduledProcedureStepRow.

Public Properties

 NameDescription
public Property AccessionNumberGets or sets the Accession Number.  
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 Pre_MedicationGets or sets the Pre Medication.  
public Property RequestedContrastAgentGets or sets the Requested Contrast Agent.  
public Property RequestedProcedureIDGets or sets the Requested Procedure ID.  
public Property RequestedProcedureRowParentGets or sets the parent MWLDataset.RequestedProcedureRow for this MWLDataset.ScheduledProcedureStepRow  
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 ScheduledPerformingPhysicianNameFamilyNameGets or sets the Scheduled Performing Physician Name Family Name.  
public Property ScheduledPerformingPhysicianNameGivenNameGets or sets the Scheduled Performing Physician Name Given Name.  
public Property ScheduledPerformingPhysicianNameMiddleNameGets or sets the Scheduled Performing Physician Name Middle Name.  
public Property ScheduledPerformingPhysicianNamePrefixGets or sets the Scheduled Performing Physician Name Prefix.  
public Property ScheduledPerformingPhysicianNameSuffixGets or sets the Scheduled Performing Physician Name Suffix.  
public Property ScheduledProcedureStepDescriptionGets or sets the Scheduled Procedure Step Description.  
public Property ScheduledProcedureStepIDGets or sets the Scheduled Procedure Step ID.  
public Property ScheduledProcedureStepLocationGets or sets the Scheduled Procedure Step Location.  
public Property ScheduledProcedureStepStartDate_TimeGets or sets the Scheduled Procedure Step Start Date Time.  
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 GetScheduledProtocolCodeSequenceRowsReturns the child MWLDataset.ScheduledProtocolCodeSequenceRow for this MWLDataset.ScheduledProcedureStepRow.  
public Method GetScheduledStationAETitlesRowsReturns the child MWLDataset.ScheduledStationAETitlesRow for this MWLDataset.ScheduledProcedureStepRow.  
public Method GetScheduledStationNamesRowsReturns the child MWLDataset.ScheduledStationNamesRow for this MWLDataset.ScheduledProcedureStepRow.  
public Method HasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
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 IsPre_MedicationNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.Pre_MedicationColumn contains a null value.  
public Method IsRequestedContrastAgentNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.RequestedContrastAgentColumn contains a null value.  
public Method IsScheduledPerformingPhysicianNameFamilyNameNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameFamilyNameColumn contains a null value.  
public Method IsScheduledPerformingPhysicianNameGivenNameNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameGivenNameColumn contains a null value.  
public Method IsScheduledPerformingPhysicianNameMiddleNameNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameMiddleNameColumn contains a null value.  
public Method IsScheduledPerformingPhysicianNamePrefixNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNamePrefixColumn contains a null value.  
public Method IsScheduledPerformingPhysicianNameSuffixNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameSuffixColumn contains a null value.  
public Method IsScheduledProcedureStepLocationNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledProcedureStepLocationColumn 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 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 SetPre_MedicationNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.Pre_MedicationColumn to a null value.  
public Method SetRequestedContrastAgentNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.RequestedContrastAgentColumn to a null value.  
public Method SetScheduledPerformingPhysicianNameFamilyNameNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameFamilyNameColumn to a null value.  
public Method SetScheduledPerformingPhysicianNameGivenNameNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameGivenNameColumn to a null value.  
public Method SetScheduledPerformingPhysicianNameMiddleNameNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameMiddleNameColumn to a null value.  
public Method SetScheduledPerformingPhysicianNamePrefixNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNamePrefixColumn to a null value.  
public Method SetScheduledPerformingPhysicianNameSuffixNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameSuffixColumn to a null value.  
public Method SetScheduledProcedureStepLocationNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledProcedureStepLocationColumn 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