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 : FindByPatientIDOtherPatientID Method |
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.OtherPatientIDsRow FindByPatientIDOtherPatientID( string PatientID, string OtherPatientID )
'Declaration <DebuggerNonUserCodeAttribute()> Public Function FindByPatientIDOtherPatientID( _ ByVal PatientID As String, _ ByVal OtherPatientID As String _ ) As CompositeInstanceDataSet.OtherPatientIDsRow
'Usage Dim instance As CompositeInstanceDataSet.OtherPatientIDsDataTable Dim PatientID As String Dim OtherPatientID As String Dim value As CompositeInstanceDataSet.OtherPatientIDsRow value = instance.FindByPatientIDOtherPatientID(PatientID, OtherPatientID)
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.OtherPatientIDsRow^ FindByPatientIDOtherPatientID( String^ PatientID, String^ OtherPatientID )