diff --git a/lib/config/config.dart b/lib/config/config.dart index e716ab9a..29f954c3 100755 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -413,7 +413,7 @@ const TRANSACTION_NO = 0; const LANGUAGE_ID = 2; const STAMP = '2020-04-27T12:17:17.721Z'; const IP_ADDRESS = '9.9.9.9'; -const VERSION_ID = 10.1; +const VERSION_ID = 10.2; const CHANNEL = 9; const SESSION_ID = 'BlUSkYymTt'; const IS_LOGIN_FOR_DOCTOR_APP = true; diff --git a/lib/core/model/patient_muse/PatientSearchRequestModel.dart b/lib/core/model/patient_muse/PatientSearchRequestModel.dart index 6f69c4c9..14ab6782 100644 --- a/lib/core/model/patient_muse/PatientSearchRequestModel.dart +++ b/lib/core/model/patient_muse/PatientSearchRequestModel.dart @@ -21,11 +21,11 @@ class PatientSearchRequestModel { PatientSearchRequestModel( {this.doctorID, - this.firstName = "", - this.middleName = "", - this.lastName = "", - this.patientMobileNumber = "", - this.patientIdentificationID = "", + this.firstName = "0", + this.middleName = "0", + this.lastName = "0", + this.patientMobileNumber = "0", + this.patientIdentificationID = "0", this.patientID = 0, this.searchType = 1, this.mobileNo = "", diff --git a/pubspec.yaml b/pubspec.yaml index b1cd01fa..8e50a48a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,8 @@ description: A new Flutter project. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.4.28+39 +version: 1.4.30+41 +#version: 1.4.28+1 environment: