remove comment code

merge-requests/729/head
Elham Rababah 4 years ago
parent 36caca0e46
commit cb5abfb2ec

@ -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,

Loading…
Cancel
Save