|
|
|
|
@ -906,7 +906,9 @@ class _ToDoState extends State<ToDo> with SingleTickerProviderStateMixin {
|
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
|
service.getPatientShare(appo.appointmentNo.toString(), appo.clinicID, appo.projectID, context).then((res) {
|
|
|
|
|
GifLoaderDialogUtils.hideDialog(context);
|
|
|
|
|
widget.patientShareResponse = new PatientShareResponse.fromJson(res['OnlineCheckInAppointments'][0]);
|
|
|
|
|
if(res['OnlineCheckInAppointments'].length != 0) {
|
|
|
|
|
widget.patientShareResponse = new PatientShareResponse.fromJson(res['OnlineCheckInAppointments'][0]);
|
|
|
|
|
}
|
|
|
|
|
isInsured = res["IsInsured"];
|
|
|
|
|
isEligible = res["IsEligible"];
|
|
|
|
|
isCash = res["IsCash"];
|
|
|
|
|
|