- 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.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public 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 MWLDataset.NamesOfIntendedRecipientsOfResultsRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable Dim AccessionNumber As String Dim RequestedProcedureID As String Dim FamilyNameOfIntendedRecipientOfResults As String Dim GivenNameOfIntendedRecipientOfResults As String Dim MiddleNameOfIntendedRecipientOfResults As String Dim NamePrefixOfIntendedRecipientOfResults As String Dim NameSuffixOfIntendedRecipientOfResults As String Dim value As MWLDataset.NamesOfIntendedRecipientsOfResultsRow value = instance.AddNamesOfIntendedRecipientsOfResultsRow(AccessionNumber, RequestedProcedureID, FamilyNameOfIntendedRecipientOfResults, GivenNameOfIntendedRecipientOfResults, MiddleNameOfIntendedRecipientOfResults, NamePrefixOfIntendedRecipientOfResults, 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 MWLDataset.NamesOfIntendedRecipientsOfResultsRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7