AddNamesOfIntendedRecipientsOfResultsRow(string,string,string,string,string,string,string) Method

Summary

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

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddNamesOfIntendedRecipientsOfResultsRow( _ 
   ByVal AccessionNumber As String, _ 
   ByVal RequestedProcedureID As String, _ 
   ByVal FamilyNameOfIntendedRecipientOfResults As String, _ 
   ByVal GivenNameOfIntendedRecipientOfResults As String, _ 
   ByVal MiddleNameOfIntendedRecipientOfResults As String, _ 
   ByVal NamePrefixOfIntendedRecipientOfResults As String, _ 
   ByVal NameSuffixOfIntendedRecipientOfResults As String _ 
) As NamesOfIntendedRecipientsOfResultsRow 
[DebuggerNonUserCodeAttribute()] 
public: 
MWLDataset.NamesOfIntendedRecipientsOfResultsRow^ AddNamesOfIntendedRecipientsOfResultsRow(  
   String^ AccessionNumber, 
   String^ RequestedProcedureID, 
   String^ FamilyNameOfIntendedRecipientOfResults, 
   String^ GivenNameOfIntendedRecipientOfResults, 
   String^ MiddleNameOfIntendedRecipientOfResults, 
   String^ NamePrefixOfIntendedRecipientOfResults, 
   String^ NameSuffixOfIntendedRecipientOfResults 
)  

Parameters

AccessionNumber
A System.String representing the Accession Number.

RequestedProcedureID
A System.String representing the Requested Procedure ID.

FamilyNameOfIntendedRecipientOfResults
A System.String representing the Family Name Of Intended Recipient Of Results.

GivenNameOfIntendedRecipientOfResults
A System.String representing the Given Name Of Intended Recipient Of Results.

MiddleNameOfIntendedRecipientOfResults
A System.String representing the Middle Name Of Intended Recipient Of Results.

NamePrefixOfIntendedRecipientOfResults
A System.String representing the Name Prefix Of Intended Recipient Of Results.

NameSuffixOfIntendedRecipientOfResults
A System.String representing the Name Suffix Of Intended Recipient Of Results.

Return Value

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