|
|
|
@ -63,6 +63,7 @@ class PrescriptionItemsPage extends StatelessWidget {
|
|
|
|
height: 70,
|
|
|
|
height: 70,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
SizedBox(width: 10,),
|
|
|
|
Expanded(
|
|
|
|
Expanded(
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
|
@ -121,6 +122,7 @@ class PrescriptionItemsPage extends StatelessWidget {
|
|
|
|
height: 70,
|
|
|
|
height: 70,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
SizedBox(width: 10,),
|
|
|
|
Expanded(
|
|
|
|
Expanded(
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
|
@ -133,6 +135,11 @@ class PrescriptionItemsPage extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
Icon(
|
|
|
|
|
|
|
|
Icons.arrow_forward_ios,
|
|
|
|
|
|
|
|
size: 18,
|
|
|
|
|
|
|
|
color: Colors.grey[500],
|
|
|
|
|
|
|
|
)
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
@ -157,6 +164,7 @@ class PrescriptionItemsPage extends StatelessWidget {
|
|
|
|
patientID: prescriptions.patientID,
|
|
|
|
patientID: prescriptions.patientID,
|
|
|
|
clinicName: prescriptions.companyName,
|
|
|
|
clinicName: prescriptions.companyName,
|
|
|
|
doctorName: prescriptions.doctorName,
|
|
|
|
doctorName: prescriptions.doctorName,
|
|
|
|
|
|
|
|
mes: TranslationBase.of(context).sendSuc,
|
|
|
|
projectID: prescriptions.projectID),
|
|
|
|
projectID: prescriptions.projectID),
|
|
|
|
loading: model.state == ViewState.BusyLocal,
|
|
|
|
loading: model.state == ViewState.BusyLocal,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|