Conflicts:
	lib/screens/patients/patients_screen.dart
merge-requests/65/head
her_username 6 years ago
commit c1ddff2994

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

Loading…
Cancel
Save