|
|
|
|
@ -409,6 +409,7 @@ class _AppointmentActionsState extends State<AppointmentActions> {
|
|
|
|
|
if (res['ListLabResultsByAppNo'] != null) {
|
|
|
|
|
patientLabOrders.orderNo = res['ListLabResultsByAppNo'][0]['OrderNo'].toString();
|
|
|
|
|
patientLabOrders.invoiceNo = res['ListLabResultsByAppNo'][0]['InvoiceNo'].toString();
|
|
|
|
|
patientLabOrders.invoiceType = res['ListLabResultsByAppNo'][0]['InvoiceType'].toString();
|
|
|
|
|
patientLabOrders.clinicID = widget.appo.clinicID;
|
|
|
|
|
patientLabOrders.clinicDescription = widget.appo.clinicName;
|
|
|
|
|
patientLabOrders.projectID = widget.appo.projectID.toString();
|
|
|
|
|
|