|
|
|
@ -76,6 +76,8 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
|
|
|
|
_patientSearchFormValues.DoctorID = doctorProfile.doctorID;
|
|
|
|
_patientSearchFormValues.DoctorID = doctorProfile.doctorID;
|
|
|
|
_patientSearchFormValues.ClinicID = doctorProfile.clinicID;
|
|
|
|
_patientSearchFormValues.ClinicID = doctorProfile.clinicID;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print("=============doctorProfile.clinicID="+doctorProfile.clinicID.toString());
|
|
|
|
|
|
|
|
|
|
|
|
Navigator.of(context).pushNamed(PATIENTS, arguments: {
|
|
|
|
Navigator.of(context).pushNamed(PATIENTS, arguments: {
|
|
|
|
"patientSearchForm": _patientSearchFormValues,
|
|
|
|
"patientSearchForm": _patientSearchFormValues,
|
|
|
|
"selectedType": _selectedType
|
|
|
|
"selectedType": _selectedType
|
|
|
|
|