|
|
|
@ -225,7 +225,7 @@ class _InterventionMedicationHistoryScreenState extends State<InterventionMedica
|
|
|
|
onTap: () async {
|
|
|
|
onTap: () async {
|
|
|
|
|
|
|
|
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
model.setAcceptedOrRejected(
|
|
|
|
await model.setAcceptedOrRejected(
|
|
|
|
remarks: "Accepted",
|
|
|
|
remarks: "Accepted",
|
|
|
|
memberId: model.allInterventionHistoryList[index].commentedBy,
|
|
|
|
memberId: model.allInterventionHistoryList[index].commentedBy,
|
|
|
|
prescriptionNo: model.allInterventionHistoryList[index].prescriptionId,
|
|
|
|
prescriptionNo: model.allInterventionHistoryList[index].prescriptionId,
|
|
|
|
|