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