frequency changes

update_flutter_3.24_pharmacy_ntervention
Sultan khan 1 year ago
parent 9e7ca2ecf8
commit f125efb8c9

@ -252,7 +252,7 @@ getIcdCodeData() async{
hintText: TranslationBase.of(context).frequency,
elementError: frequencyError,
// element: frequency,
element: widget.medicineViewModel.itemMedicineListRoute.length == 1 ? frequency = widget.medicineViewModel.itemMedicineListRoute[0] : frequency,
element: widget.medicineViewModel.medicationFrequencyList.length == 1 ? frequency = widget.medicineViewModel.medicationFrequencyList[0] : frequency,
elementList: widget.medicineViewModel.itemMedicineList,
keyId: 'parameterCode',
keyName: 'description',

Loading…
Cancel
Save