Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MWLDataset.OtherPatientIDsDataTable Class : FindByPatientIDIssuerOfPatientIDOtherPatientID Method |
[DebuggerNonUserCodeAttribute()] public MWLDataset.OtherPatientIDsRow FindByPatientIDIssuerOfPatientIDOtherPatientID( string PatientID, string IssuerOfPatientID, string OtherPatientID )
'Declaration <DebuggerNonUserCodeAttribute()> Public Function FindByPatientIDIssuerOfPatientIDOtherPatientID( _ 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.FindByPatientIDIssuerOfPatientIDOtherPatientID(PatientID, IssuerOfPatientID, OtherPatientID)
[DebuggerNonUserCodeAttribute()] public: MWLDataset.OtherPatientIDsRow^ FindByPatientIDIssuerOfPatientIDOtherPatientID( String^ PatientID, String^ IssuerOfPatientID, String^ OtherPatientID )