Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.OtherPatientIDsDataTable Class > AddOtherPatientIDsRow Method : AddOtherPatientIDsRow(PatientRow,String) Method |
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.OtherPatientIDsRow AddOtherPatientIDsRow( CompositeInstanceDataSet.PatientRow parentPatientRowByFK_Patient_OtherPatientIDs, string OtherPatientID )
'Declaration <DebuggerNonUserCodeAttribute()> Public Overloads Function AddOtherPatientIDsRow( _ ByVal parentPatientRowByFK_Patient_OtherPatientIDs As CompositeInstanceDataSet.PatientRow, _ ByVal OtherPatientID As String _ ) As CompositeInstanceDataSet.OtherPatientIDsRow
'Usage 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)