AddRequestedProcedureRow(ImagingServiceRequestRow,string,string,string,string,string,string,VisitRow) Method

Summary

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

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddRequestedProcedureRow( _ 
   ByVal parentImagingServiceRequestRowByImagingServiceRequestRequestedProcedure As ImagingServiceRequestRow, _ 
   ByVal RequestedProcedureID As String, _ 
   ByVal RequestedProcedureComments As String, _ 
   ByVal StudyInstanceUID As String, _ 
   ByVal RequestedProcedureDescription As String, _ 
   ByVal RequestedProcedurePriority As String, _ 
   ByVal PatientTransportArrangements As String, _ 
   ByVal parentVisitRowByVisitRequestedProcedure As VisitRow _ 
) As RequestedProcedureRow 

Parameters

parentImagingServiceRequestRowByImagingServiceRequestRequestedProcedure
The parent Imaging Service Request Row.

RequestedProcedureID
A System.String representing the Requested Procedure ID.

RequestedProcedureComments
A System.String representing the Requested Procedure Comments.

StudyInstanceUID
A System.String representing the Study Instance UID.

RequestedProcedureDescription
A System.String representing the Requested Procedure Description.

RequestedProcedurePriority
A System.String representing the Requested Procedure Priority.

PatientTransportArrangements
A System.String representing the Patient Transport Arrangements.

parentVisitRowByVisitRequestedProcedure
The parent Visit Row.

Return Value

The RequestedProcedureRow 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