|
|
|
|
@ -30,13 +30,17 @@ class _LaboratoryResultPageState extends State<LaboratoryResultPage> {
|
|
|
|
|
@override
|
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
|
return BaseView<LabsViewModel>(
|
|
|
|
|
onModelReady: (model) => model.getLaboratoryResult(
|
|
|
|
|
invoiceNo: widget.patientLabOrders.invoiceNo,
|
|
|
|
|
clinicID: widget.patientLabOrders.clinicID,
|
|
|
|
|
projectID: widget.patientLabOrders.projectID,
|
|
|
|
|
orderNo: widget.patientLabOrders.orderNo,
|
|
|
|
|
// onModelReady: (model) => model.getLaboratoryResult(
|
|
|
|
|
// invoiceNo: widget.patientLabOrders.invoiceNo,
|
|
|
|
|
// clinicID: widget.patientLabOrders.clinicID,
|
|
|
|
|
// projectID: widget.patientLabOrders.projectID,
|
|
|
|
|
// orderNo: widget.patientLabOrders.orderNo,
|
|
|
|
|
// patient: widget.patient,
|
|
|
|
|
// isInpatient: widget.patientType == "1"),
|
|
|
|
|
onModelReady: (model) => model.getPatientLabResult(
|
|
|
|
|
patientLabOrder: widget.patientLabOrders,
|
|
|
|
|
patient: widget.patient,
|
|
|
|
|
isInpatient: widget.patientType == "1"),
|
|
|
|
|
isInpatient: widget.patientType =="1"),
|
|
|
|
|
builder: (_, model, w) => AppScaffold(
|
|
|
|
|
isShowAppBar: true,
|
|
|
|
|
appBar: PatientProfileHeaderWhitAppointmentAppBar(
|
|
|
|
|
|