AddImagingServiceRequestRow(string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string) Method

Summary

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

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddImagingServiceRequestRow( _ 
   ByVal AccessionNumber As String, _ 
   ByVal PatientID As String, _ 
   ByVal IssuerOfPatientID As String, _ 
   ByVal ImagingServiceRequestComments As String, _ 
   ByVal RequestingPhysicianFamilyName As String, _ 
   ByVal RequestingPhysicianGivenName As String, _ 
   ByVal RequestingPhysicianMiddleName As String, _ 
   ByVal RequestingPhysicianPrefix As String, _ 
   ByVal RequestingPhysicianSuffix As String, _ 
   ByVal ReferringPhysicianFamilyName As String, _ 
   ByVal ReferringPhysicianGivenName As String, _ 
   ByVal ReferringPhysicianMiddleName As String, _ 
   ByVal ReferringPhysicianPrefix As String, _ 
   ByVal ReferringPhysicianSuffix As String, _ 
   ByVal RequestingService As String, _ 
   ByVal PlacerOrderNumber_ImagingServiceRequest As String, _ 
   ByVal FillerOrderNumber_ImagingServiceRequest As String _ 
) As ImagingServiceRequestRow 
[DebuggerNonUserCodeAttribute()] 
public: 
ImagingServiceRequestRow^ AddImagingServiceRequestRow(  
   String^ AccessionNumber, 
   String^ PatientID, 
   String^ IssuerOfPatientID, 
   String^ ImagingServiceRequestComments, 
   String^ RequestingPhysicianFamilyName, 
   String^ RequestingPhysicianGivenName, 
   String^ RequestingPhysicianMiddleName, 
   String^ RequestingPhysicianPrefix, 
   String^ RequestingPhysicianSuffix, 
   String^ ReferringPhysicianFamilyName, 
   String^ ReferringPhysicianGivenName, 
   String^ ReferringPhysicianMiddleName, 
   String^ ReferringPhysicianPrefix, 
   String^ ReferringPhysicianSuffix, 
   String^ RequestingService, 
   String^ PlacerOrderNumber_ImagingServiceRequest, 
   String^ FillerOrderNumber_ImagingServiceRequest 
)  

Parameters

AccessionNumber
A System.String representing the Accession Number.

PatientID
A System.String representing the Patient ID.

IssuerOfPatientID
A System.String representing the Issuer Of Patient ID.

ImagingServiceRequestComments
A System.String representing the Imaging Service Request Comments.

RequestingPhysicianFamilyName
A System.String representing the Requesting Physician Family Name.

RequestingPhysicianGivenName
A System.String representing the Requesting Physician Given Name.

RequestingPhysicianMiddleName
A System.String representing the Requesting Physician Middle Name.

RequestingPhysicianPrefix
A System.String representing the Requesting Physician Prefix.

RequestingPhysicianSuffix
A System.String representing the Requesting Physician Suffix.

ReferringPhysicianFamilyName
A System.String representing the Referring Physician Family Name.

ReferringPhysicianGivenName
A System.String representing the Referring Physician Given Name.

ReferringPhysicianMiddleName
A System.String representing the Referring Physician Middle Name.

ReferringPhysicianPrefix
A System.String representing the Referring Physician Prefix.

ReferringPhysicianSuffix
A System.String representing the Referring Physician Suffix.

RequestingService
A System.String representing the Requesting Service.

PlacerOrderNumber_ImagingServiceRequest
A System.String representing the Placer Order Number Imaging Service Request.

FillerOrderNumber_ImagingServiceRequest
A System.String representing the Filler Order Number Imaging Service Request.

Return Value

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