|
|
|
|
@ -51,19 +51,6 @@ class _LaboratoryResultPageState extends State<LaboratoryResultPage> {
|
|
|
|
|
invoiceNO: widget.patientLabOrders.invoiceNo,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// PatientProfileHeaderWhitAppointmentAppBar(
|
|
|
|
|
// patient: widget.patient,
|
|
|
|
|
// patientType: widget.patientType ?? "0",
|
|
|
|
|
// arrivalType: widget.arrivalType ?? "0",
|
|
|
|
|
// orderNo: widget.patientLabOrders.orderNo,
|
|
|
|
|
// appointmentDate: widget.patientLabOrders.orderDate,
|
|
|
|
|
// doctorName: widget.patientLabOrders.doctorName,
|
|
|
|
|
// branch: widget.patientLabOrders.projectName,
|
|
|
|
|
// clinic: widget.patientLabOrders.clinicDescription,
|
|
|
|
|
// profileUrl: widget.patientLabOrders.doctorImageURL,
|
|
|
|
|
// invoiceNO: widget.patientLabOrders.invoiceNo,
|
|
|
|
|
// ),
|
|
|
|
|
baseViewModel: model,
|
|
|
|
|
body: AppScaffold(
|
|
|
|
|
isShowAppBar: false,
|
|
|
|
|
|