|
|
|
|
@ -3,6 +3,7 @@ import 'package:doctor_app_flutter/core/viewModel/project_view_model.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/models/patient/patiant_info_model.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/base/base_view.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/screens/patients/profile/lab_result/special_lab_result_details_page.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/util/date-utils.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/util/translations_delegate_base.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/patients/profile/patient-profile-app-bar.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart';
|
|
|
|
|
@ -174,7 +175,9 @@ class _AllLabSpecialResultState extends State<AllLabSpecialResult> {
|
|
|
|
|
clinic: model
|
|
|
|
|
.allSpecialLabList[index].clinicDescription,
|
|
|
|
|
appointmentDate:
|
|
|
|
|
model.allSpecialLabList[index].orderDate,
|
|
|
|
|
AppDateUtils.getDateTimeFromServerFormat(
|
|
|
|
|
model.allSpecialLabList[index].createdOn,
|
|
|
|
|
),
|
|
|
|
|
orderNo: model.allSpecialLabList[index].orderNo,
|
|
|
|
|
isShowTime: false,
|
|
|
|
|
),
|
|
|
|
|
|