Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MWLDataset.OtherPatientIDsDataTable Class > AddOtherPatientIDsRow Method : AddOtherPatientIDsRow(String,String,String) Method |
[DebuggerNonUserCodeAttribute()] public MWLDataset.OtherPatientIDsRow AddOtherPatientIDsRow( string PatientID, string IssuerOfPatientID, string OtherPatientID )
'Declaration <DebuggerNonUserCodeAttribute()> Public Overloads Function AddOtherPatientIDsRow( _ ByVal PatientID As String, _ ByVal IssuerOfPatientID As String, _ ByVal OtherPatientID As String _ ) As MWLDataset.OtherPatientIDsRow
'Usage Dim instance As MWLDataset.OtherPatientIDsDataTable Dim PatientID As String Dim IssuerOfPatientID As String Dim OtherPatientID As String Dim value As MWLDataset.OtherPatientIDsRow value = instance.AddOtherPatientIDsRow(PatientID, IssuerOfPatientID, OtherPatientID)
[DebuggerNonUserCodeAttribute()] public: MWLDataset.OtherPatientIDsRow^ AddOtherPatientIDsRow( String^ PatientID, String^ IssuerOfPatientID, String^ OtherPatientID )