|
|
|
@ -68,6 +68,10 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
|
|
|
|
sharedPref.getString(TOKEN).then((token) {
|
|
|
|
sharedPref.getString(TOKEN).then((token) {
|
|
|
|
_patientSearchFormValues.TokenID = '@dm!n';
|
|
|
|
_patientSearchFormValues.TokenID = '@dm!n';
|
|
|
|
_patientSearchFormValues.ProjectID= 15;
|
|
|
|
_patientSearchFormValues.ProjectID= 15;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//"patientSearchForm": _patientSearchFormValues,
|
|
|
|
|
|
|
|
//"selectedType": _selectedType
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Navigator.of(context).pushNamed(PATIENTS, arguments: {
|
|
|
|
Navigator.of(context).pushNamed(PATIENTS, arguments: {
|
|
|
|
"patientSearchForm": _patientSearchFormValues,
|
|
|
|
"patientSearchForm": _patientSearchFormValues,
|
|
|
|
|