|
|
|
|
@ -73,7 +73,14 @@ class ServicesPage extends StatelessWidget {
|
|
|
|
|
true,
|
|
|
|
|
route: AppRoutes.eReferralPage,
|
|
|
|
|
),
|
|
|
|
|
HmgServicesComponentModel(3, "Blood Donation".needTranslation, "".needTranslation, AppAssets.blood_donation_icon, bgColor: AppColors.bloodDonationCardColor, true, route: null, onTap: () async {
|
|
|
|
|
HmgServicesComponentModel(
|
|
|
|
|
3,
|
|
|
|
|
"Blood Donation".needTranslation,
|
|
|
|
|
"".needTranslation,
|
|
|
|
|
AppAssets.blood_donation_icon,
|
|
|
|
|
bgColor: AppColors.bloodDonationCardColor,
|
|
|
|
|
true,
|
|
|
|
|
route: null, onTap: () async {
|
|
|
|
|
LoaderBottomSheet.showLoader(loadingText: "Fetching Data...");
|
|
|
|
|
await bloodDonationViewModel.getRegionSelectedClinics(onSuccess: (val) async {
|
|
|
|
|
await bloodDonationViewModel.getPatientBloodGroupDetails(onSuccess: (val) {
|
|
|
|
|
|