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 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 ScheduledProcedureStepRow 
[DebuggerNonUserCodeAttribute()] 
public: 
ScheduledProcedureStepRow^ AddScheduledProcedureStepRow(  
   String^ ScheduledProcedureStepID, 
   String^ AccessionNumber, 
   String^ RequestedProcedureID, 
   String^ ScheduledProcedureStepLocation, 
   DateTime ScheduledProcedureStepStartDate_Time, 
   String^ ScheduledPerformingPhysicianNameFamilyName, 
   String^ ScheduledPerformingPhysicianNameGivenName, 
   String^ ScheduledPerformingPhysicianNameMiddleName, 
   String^ ScheduledPerformingPhysicianNamePrefix, 
   String^ ScheduledPerformingPhysicianNameSuffix, 
   String^ Modality, 
   String^ ScheduledProcedureStepDescription, 
   String^ Pre_Medication, 
   String^ 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 ScheduledProcedureStepRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly