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