- parentPatientRowByFK_Patient_OtherPatientNames
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- FamilyName
- A System.String representing the Family Name.
- GivenName
- A System.String representing the Given Name.
- MiddleName
- A System.String representing the Middle Name.
- NamePrefix
- A System.String representing the Name Prefix.
- NameSuffix
- A System.String representing the Name Suffix.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddOtherPatientNamesRow( _ ByVal parentPatientRowByFK_Patient_OtherPatientNames As CompositeInstanceDataSet.PatientRow, _ ByVal FamilyName As String, _ ByVal GivenName As String, _ ByVal MiddleName As String, _ ByVal NamePrefix As String, _ ByVal NameSuffix As String _ ) As CompositeInstanceDataSet.OtherPatientNamesRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.OtherPatientNamesDataTable Dim parentPatientRowByFK_Patient_OtherPatientNames As CompositeInstanceDataSet.PatientRow Dim FamilyName As String Dim GivenName As String Dim MiddleName As String Dim NamePrefix As String Dim NameSuffix As String Dim value As CompositeInstanceDataSet.OtherPatientNamesRow value = instance.AddOtherPatientNamesRow(parentPatientRowByFK_Patient_OtherPatientNames, FamilyName, GivenName, MiddleName, NamePrefix, NameSuffix) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.OtherPatientNamesRow AddOtherPatientNamesRow( CompositeInstanceDataSet.PatientRow parentPatientRowByFK_Patient_OtherPatientNames, string FamilyName, string GivenName, string MiddleName, string NamePrefix, string NameSuffix ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.OtherPatientNamesRow^ AddOtherPatientNamesRow( CompositeInstanceDataSet.PatientRow^ parentPatientRowByFK_Patient_OtherPatientNames, String^ FamilyName, String^ GivenName, String^ MiddleName, String^ NamePrefix, String^ NameSuffix ) |
Parameters
- parentPatientRowByFK_Patient_OtherPatientNames
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- FamilyName
- A System.String representing the Family Name.
- GivenName
- A System.String representing the Given Name.
- MiddleName
- A System.String representing the Middle Name.
- NamePrefix
- A System.String representing the Name Prefix.
- NameSuffix
- A System.String representing the Name Suffix.
Return Value
The CompositeInstanceDataSet.OtherPatientNamesRow 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