- parentPatientRowByFK_Patient_OtherPatientIDs
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- OtherPatientID
- A System.String representing the Other Patient ID.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddOtherPatientIDsRow( _ ByVal parentPatientRowByFK_Patient_OtherPatientIDs As CompositeInstanceDataSet.PatientRow, _ ByVal OtherPatientID As String _ ) As CompositeInstanceDataSet.OtherPatientIDsRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.OtherPatientIDsDataTable Dim parentPatientRowByFK_Patient_OtherPatientIDs As CompositeInstanceDataSet.PatientRow Dim OtherPatientID As String Dim value As CompositeInstanceDataSet.OtherPatientIDsRow value = instance.AddOtherPatientIDsRow(parentPatientRowByFK_Patient_OtherPatientIDs, OtherPatientID) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.OtherPatientIDsRow AddOtherPatientIDsRow( CompositeInstanceDataSet.PatientRow parentPatientRowByFK_Patient_OtherPatientIDs, string OtherPatientID ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.OtherPatientIDsRow^ AddOtherPatientIDsRow( CompositeInstanceDataSet.PatientRow^ parentPatientRowByFK_Patient_OtherPatientIDs, String^ OtherPatientID ) |
Parameters
- parentPatientRowByFK_Patient_OtherPatientIDs
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- OtherPatientID
- A System.String representing the Other Patient ID.
Return Value
The CompositeInstanceDataSet.OtherPatientIDsRow 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