From 1e68f8fe33abd95105e46d509ef594203a06e580 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Mon, 26 Apr 2021 22:11:13 +0300 Subject: [PATCH] fix small bug --- lib/core/model/PatientSearchRequestModel.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/core/model/PatientSearchRequestModel.dart b/lib/core/model/PatientSearchRequestModel.dart index e612ec2a..437c5885 100644 --- a/lib/core/model/PatientSearchRequestModel.dart +++ b/lib/core/model/PatientSearchRequestModel.dart @@ -20,6 +20,9 @@ class PatientSearchRequestModel { this.patientMobileNumber ="0", this.patientIdentificationID ="0", this.patientID =0, + this.searchType =1, + this.mobileNo="", + this.identificationNo="0", this.from ="0", this.to ="0"});