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

MWLDataset.ScheduledProcedureStepRow Class Members

Show in webframe
Properties  Methods 


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

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

MWLDataset.ScheduledProcedureStepRow 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