←Select platform

AddScheduledProcedureStepRow(string,string,string,string,DateTime,string,string,string,string,string,string,string,string,string) Method

Summary

Adds a new ScheduledProcedureStepRow to the System.Data.DataTable.Rows collection.

Syntax

C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddScheduledProcedureStepRow( _ 
   ByVal ScheduledProcedureStepID As String, _ 
   ByVal AccessionNumber As String, _ 
   ByVal RequestedProcedureID As String, _ 
   ByVal ScheduledProcedureStepLocation As String, _ 
   ByVal ScheduledProcedureStepStartDateTime_ 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 PreMedication_ As String, _ 
   ByVal RequestedContrastAgent As String _ 
) As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MWLDataset.ScheduledProcedureStepRow 

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 ScheduledProcedureStepRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly