|
|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
import 'package:doctor_app_flutter/config/size_config.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/core/viewModel/InsuranceViewModel.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/models/patient/patiant_info_model.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/shared/Text.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart';
|
|
|
|
|
@ -236,7 +237,7 @@ class _InsuranceApprovalScreenNewState extends State<InsuranceApprovalScreenNew>
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
convertDateFormat(model.insuranceApproval[index].rceiptOn),
|
|
|
|
|
DateUtils.getDateTimeFromServerFormat(model.insuranceApproval[index].rceiptOn).toString(),
|
|
|
|
|
fontSize: 17.5,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
|
|
|
|
|
@ -257,7 +258,7 @@ class _InsuranceApprovalScreenNewState extends State<InsuranceApprovalScreenNew>
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
convertDateFormat(model.insuranceApproval[index].expiryDate),
|
|
|
|
|
DateUtils.getDateTimeFromServerFormat(model.insuranceApproval[index].expiryDate).toString(),
|
|
|
|
|
fontSize: 17.5,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
|
|
|
|
|
|