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

MWLDataset.ScheduledProcedureStepRow Class Members

Properties  Methods 


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

Public Properties
 NameDescription
Public PropertyAccessionNumberGets or sets the Accession Number.  
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 PropertyPre_MedicationGets or sets the Pre Medication.  
Public PropertyRequestedContrastAgentGets or sets the Requested Contrast Agent.  
Public PropertyRequestedProcedureIDGets or sets the Requested Procedure ID.  
Public PropertyRequestedProcedureRowParentGets or sets the parent MWLDataset.RequestedProcedureRow for this MWLDataset.ScheduledProcedureStepRow  
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 PropertyScheduledPerformingPhysicianNameFamilyNameGets or sets the Scheduled Performing Physician Name Family Name.  
Public PropertyScheduledPerformingPhysicianNameGivenNameGets or sets the Scheduled Performing Physician Name Given Name.  
Public PropertyScheduledPerformingPhysicianNameMiddleNameGets or sets the Scheduled Performing Physician Name Middle Name.  
Public PropertyScheduledPerformingPhysicianNamePrefixGets or sets the Scheduled Performing Physician Name Prefix.  
Public PropertyScheduledPerformingPhysicianNameSuffixGets or sets the Scheduled Performing Physician Name Suffix.  
Public PropertyScheduledProcedureStepDescriptionGets or sets the Scheduled Procedure Step Description.  
Public PropertyScheduledProcedureStepIDGets or sets the Scheduled Procedure Step ID.  
Public PropertyScheduledProcedureStepLocationGets or sets the Scheduled Procedure Step Location.  
Public PropertyScheduledProcedureStepStartDate_TimeGets or sets the Scheduled Procedure Step Start Date Time.  
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 MethodGetScheduledProtocolCodeSequenceRowsReturns the child MWLDataset.ScheduledProtocolCodeSequenceRow for this MWLDataset.ScheduledProcedureStepRow.  
Public MethodGetScheduledStationAETitlesRowsReturns the child MWLDataset.ScheduledStationAETitlesRow for this MWLDataset.ScheduledProcedureStepRow.  
Public MethodGetScheduledStationNamesRowsReturns the child MWLDataset.ScheduledStationNamesRow for this MWLDataset.ScheduledProcedureStepRow.  
Public MethodHasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
Public MethodIsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
Public MethodIsPre_MedicationNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.Pre_MedicationColumn contains a null value.  
Public MethodIsRequestedContrastAgentNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.RequestedContrastAgentColumn contains a null value.  
Public MethodIsScheduledPerformingPhysicianNameFamilyNameNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameFamilyNameColumn contains a null value.  
Public MethodIsScheduledPerformingPhysicianNameGivenNameNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameGivenNameColumn contains a null value.  
Public MethodIsScheduledPerformingPhysicianNameMiddleNameNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameMiddleNameColumn contains a null value.  
Public MethodIsScheduledPerformingPhysicianNamePrefixNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNamePrefixColumn contains a null value.  
Public MethodIsScheduledPerformingPhysicianNameSuffixNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameSuffixColumn contains a null value.  
Public MethodIsScheduledProcedureStepLocationNullGets a value that indicates whether the MWLDataset.ScheduledProcedureStepDataTable.ScheduledProcedureStepLocationColumn 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 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 MethodSetPre_MedicationNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.Pre_MedicationColumn to a null value.  
Public MethodSetRequestedContrastAgentNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.RequestedContrastAgentColumn to a null value.  
Public MethodSetScheduledPerformingPhysicianNameFamilyNameNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameFamilyNameColumn to a null value.  
Public MethodSetScheduledPerformingPhysicianNameGivenNameNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameGivenNameColumn to a null value.  
Public MethodSetScheduledPerformingPhysicianNameMiddleNameNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameMiddleNameColumn to a null value.  
Public MethodSetScheduledPerformingPhysicianNamePrefixNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNamePrefixColumn to a null value.  
Public MethodSetScheduledPerformingPhysicianNameSuffixNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledPerformingPhysicianNameSuffixColumn to a null value.  
Public MethodSetScheduledProcedureStepLocationNullSets the value of the MWLDataset.ScheduledProcedureStepDataTable.ScheduledProcedureStepLocationColumn 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

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