|
|
|
@ -30,6 +30,7 @@ class PrescriptionItemsPage extends StatelessWidget {
|
|
|
|
model.getPrescriptionReport(prescriptions: prescriptions,patient: patient),
|
|
|
|
model.getPrescriptionReport(prescriptions: prescriptions,patient: patient),
|
|
|
|
builder: (_, model, widget) => AppScaffold(
|
|
|
|
builder: (_, model, widget) => AppScaffold(
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
|
|
|
|
backgroundColor: Colors.grey[100],
|
|
|
|
baseViewModel: model,
|
|
|
|
baseViewModel: model,
|
|
|
|
appBar: PatientProfileHeaderWhitAppointmentAppBar(
|
|
|
|
appBar: PatientProfileHeaderWhitAppointmentAppBar(
|
|
|
|
patient: patient,
|
|
|
|
patient: patient,
|
|
|
|
|