LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AddScheduledProcedureStepRow(String,String,String,String,DateTime,String,String,String,String,String,String,String,String,String) Method
See Also 
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MWLDataset.ScheduledProcedureStepDataTable Class > AddScheduledProcedureStepRow Method : AddScheduledProcedureStepRow(String,String,String,String,DateTime,String,String,String,String,String,String,String,String,String) Method



ScheduledProcedureStepID
A System.String representing the Scheduled Procedure Step ID.
AccessionNumber
A System.String representing the Accession Number.
RequestedProcedureID
A System.String representing the Requested Procedure ID.
ScheduledProcedureStepLocation
A System.String representing the Scheduled Procedure Step Location.
ScheduledProcedureStepStartDate_Time
The Scheduled Procedure Step Start Date Time.
ScheduledPerformingPhysicianNameFamilyName
A System.String representing the Scheduled Performing Physician Name Family Name.
ScheduledPerformingPhysicianNameGivenName
A System.String representing the Scheduled Performing Physician Name Given Name.
ScheduledPerformingPhysicianNameMiddleName
A System.String representing the Scheduled Performing Physician Name Middle Name.
ScheduledPerformingPhysicianNamePrefix
A System.String representing the Scheduled Performing Physician Name Prefix.
ScheduledPerformingPhysicianNameSuffix
A System.String representing the Scheduled Performing Physician Name Suffix.
Modality
A System.String representing the Modality.
ScheduledProcedureStepDescription
A System.String representing the Scheduled Procedure Step Description.
Pre_Medication
A System.String representing the Pre Medication.
RequestedContrastAgent
A System.String representing the Requested Contrast Agent.
ScheduledProcedureStepID
A System.String representing the Scheduled Procedure Step ID.
AccessionNumber
A System.String representing the Accession Number.
RequestedProcedureID
A System.String representing the Requested Procedure ID.
ScheduledProcedureStepLocation
A System.String representing the Scheduled Procedure Step Location.
ScheduledProcedureStepStartDate_Time
The Scheduled Procedure Step Start Date Time.
ScheduledPerformingPhysicianNameFamilyName
A System.String representing the Scheduled Performing Physician Name Family Name.
ScheduledPerformingPhysicianNameGivenName
A System.String representing the Scheduled Performing Physician Name Given Name.
ScheduledPerformingPhysicianNameMiddleName
A System.String representing the Scheduled Performing Physician Name Middle Name.
ScheduledPerformingPhysicianNamePrefix
A System.String representing the Scheduled Performing Physician Name Prefix.
ScheduledPerformingPhysicianNameSuffix
A System.String representing the Scheduled Performing Physician Name Suffix.
Modality
A System.String representing the Modality.
ScheduledProcedureStepDescription
A System.String representing the Scheduled Procedure Step Description.
Pre_Medication
A System.String representing the Pre Medication.
RequestedContrastAgent
A System.String representing the Requested Contrast Agent.
Adds a new MWLDataset.ScheduledProcedureStepRow to the System.Data.DataTable.Rows collection.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddScheduledProcedureStepRow( _
   ByVal ScheduledProcedureStepID As String, _
   ByVal AccessionNumber As String, _
   ByVal RequestedProcedureID As String, _
   ByVal ScheduledProcedureStepLocation As String, _
   ByVal ScheduledProcedureStepStartDate_Time As Date, _
   ByVal ScheduledPerformingPhysicianNameFamilyName As String, _
   ByVal ScheduledPerformingPhysicianNameGivenName As String, _
   ByVal ScheduledPerformingPhysicianNameMiddleName As String, _
   ByVal ScheduledPerformingPhysicianNamePrefix As String, _
   ByVal ScheduledPerformingPhysicianNameSuffix As String, _
   ByVal Modality As String, _
   ByVal ScheduledProcedureStepDescription As String, _
   ByVal Pre_Medication As String, _
   ByVal RequestedContrastAgent As String _
) As MWLDataset.ScheduledProcedureStepRow
Visual Basic (Usage)Copy Code
Dim instance As MWLDataset.ScheduledProcedureStepDataTable
Dim ScheduledProcedureStepID As String
Dim AccessionNumber As String
Dim RequestedProcedureID As String
Dim ScheduledProcedureStepLocation As String
Dim ScheduledProcedureStepStartDate_Time As Date
Dim ScheduledPerformingPhysicianNameFamilyName As String
Dim ScheduledPerformingPhysicianNameGivenName As String
Dim ScheduledPerformingPhysicianNameMiddleName As String
Dim ScheduledPerformingPhysicianNamePrefix As String
Dim ScheduledPerformingPhysicianNameSuffix As String
Dim Modality As String
Dim ScheduledProcedureStepDescription As String
Dim Pre_Medication As String
Dim RequestedContrastAgent As String
Dim value As MWLDataset.ScheduledProcedureStepRow
 
value = instance.AddScheduledProcedureStepRow(ScheduledProcedureStepID, AccessionNumber, RequestedProcedureID, ScheduledProcedureStepLocation, ScheduledProcedureStepStartDate_Time, ScheduledPerformingPhysicianNameFamilyName, ScheduledPerformingPhysicianNameGivenName, ScheduledPerformingPhysicianNameMiddleName, ScheduledPerformingPhysicianNamePrefix, ScheduledPerformingPhysicianNameSuffix, Modality, ScheduledProcedureStepDescription, Pre_Medication, RequestedContrastAgent)

Parameters

ScheduledProcedureStepID
A System.String representing the Scheduled Procedure Step ID.
AccessionNumber
A System.String representing the Accession Number.
RequestedProcedureID
A System.String representing the Requested Procedure ID.
ScheduledProcedureStepLocation
A System.String representing the Scheduled Procedure Step Location.
ScheduledProcedureStepStartDate_Time
The Scheduled Procedure Step Start Date Time.
ScheduledPerformingPhysicianNameFamilyName
A System.String representing the Scheduled Performing Physician Name Family Name.
ScheduledPerformingPhysicianNameGivenName
A System.String representing the Scheduled Performing Physician Name Given Name.
ScheduledPerformingPhysicianNameMiddleName
A System.String representing the Scheduled Performing Physician Name Middle Name.
ScheduledPerformingPhysicianNamePrefix
A System.String representing the Scheduled Performing Physician Name Prefix.
ScheduledPerformingPhysicianNameSuffix
A System.String representing the Scheduled Performing Physician Name Suffix.
Modality
A System.String representing the Modality.
ScheduledProcedureStepDescription
A System.String representing the Scheduled Procedure Step Description.
Pre_Medication
A System.String representing the Pre Medication.
RequestedContrastAgent
A System.String representing the Requested Contrast Agent.

Return Value

The MWLDataset.ScheduledProcedureStepRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

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