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