|
|
|
@ -158,9 +158,9 @@ class _AdvancePaymentPageState extends State<AdvancePaymentPage> {
|
|
|
|
if (beneficiaryType == BeneficiaryType.MyFamilyFiles)
|
|
|
|
if (beneficiaryType == BeneficiaryType.MyFamilyFiles)
|
|
|
|
InkWell(
|
|
|
|
InkWell(
|
|
|
|
onTap: () {
|
|
|
|
onTap: () {
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
// GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
model.getFamilyFiles().then((value) {
|
|
|
|
model.getFamilyFiles().then((value) {
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
// GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
confirmSelectFamilyDialog(model.getAllSharedRecordsByStatusResponse.getAllSharedRecordsByStatusList!);
|
|
|
|
confirmSelectFamilyDialog(model.getAllSharedRecordsByStatusResponse.getAllSharedRecordsByStatusList!);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -412,6 +412,7 @@ class _AdvancePaymentPageState extends State<AdvancePaymentPage> {
|
|
|
|
for (int i = 0; i < getAllSharedRecordsByStatusList.length; i++)
|
|
|
|
for (int i = 0; i < getAllSharedRecordsByStatusList.length; i++)
|
|
|
|
if (getAllSharedRecordsByStatusList[i].status == 3) RadioSelectionDialogModel(getAllSharedRecordsByStatusList[i].patientName!, i),
|
|
|
|
if (getAllSharedRecordsByStatusList[i].status == 3) RadioSelectionDialogModel(getAllSharedRecordsByStatusList[i].patientName!, i),
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
// GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
showDialog(
|
|
|
|
showDialog(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|
builder: (cxt) => RadioSelectionDialog(
|
|
|
|
builder: (cxt) => RadioSelectionDialog(
|
|
|
|
|