Compare commits

...

4 Commits

@ -96,7 +96,7 @@ class LabsService extends BaseService {
body['OrderNo'] = patientLabOrder.orderNo;
body['isDentalAllowedBackend'] = false;
body['SetupID'] = patientLabOrder.setupID;
// body['ProjectID'] = patientLabOrder.projectID; commented as per backend request
body['ProjectID'] = patientLabOrder.projectID;
body['ClinicID'] = patientLabOrder.clinicID ?? 0;
body['InvoiceType'] = patientLabOrder.invoiceType ?? "";
await baseAppClient.postPatient(url, patient: patient, onSuccess: (dynamic response, int statusCode) {

@ -33,6 +33,8 @@ class _GifLoaderContainerState extends State<GifLoaderContainer> with TickerProv
// margin: EdgeInsets.only(bottom: 40),
child: Gif(
controller: controller1,
height: 56,
width: 56,
image: AssetImage("assets/images/progress-loading-red.gif"), //NetworkImage("http://img.mp.itc.cn/upload/20161107/5cad975eee9e4b45ae9d3c1238ccf91e.jpg"),
),
));

Loading…
Cancel
Save