This repository has been archived on 2024-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
ftc_patient_app/lib/utilities/custom_router/custom_route_names.dart

77 lines
5.7 KiB
Dart

class CustomRouteNames {
CustomRouteNames._();
static const String kWebviewScreen = "/WebviewScreen";
static const String kInitialRoute = "/";
static const String kLoginScreenRoute = "/LoginScreenRoute";
static const String kAgencySignInScreenRoute = "/AgencySignInScreenRoute";
static const String kOTPScreenRoute = "/OTPScreenRoute";
// static const String kCalendarScreenRoute = "/CalendarScreenRoute";
static const String kRotaDashboardScreenRoute = "/RotaDashboardScreenRoute";
static const String kBookHolidayScreenRoute = "/BookHolidayScreenRoute";
static const String kClientsListScreenRoute = "/ClientsListScreenRoute";
static const String kClientsProfileScreenRoute = "/ClientsProfileScreenRoute";
static const String kAppointmentsScreenRoute = "/AppointmentsScreenRoute";
static const String kNotesScreenRoute = "/NotesScreenRoute";
static const String kSelectNoteScreenRoute = "/SelectNoteScreenRoute";
static const String kNewNoteScreenRoute = "/NewNoteScreenRoute";
static const String kCarePlanMenuScreenRoute = "/CarePlanMenuScreenRoute";
static const String kDashboardScreenRoute = "/DashboardScreenRoute";
static const String kPickUpShiftsScreenRoute = "/PickUpShiftScreenRoute";
static const String kChatScreenRoute = "/ChatScreenRoute";
static const String kNotificationListScreenRoute = "/NotificationListScreenRoute";
static const String kViewProfileScreenRoute = "/ViewProfileScreenRoute";
static const String kYourRotaScreenRoute = "/YourRotaScreenRoute";
static const String kInboxScreenRoute = "/InboxScreenRoute";
static const String kDocumentsListScreenRoute = "/kDocumentsListScreenRoute";
static const String kDocumentDetailsScreenRoute = "/kDocumentDetailsScreenRoute";
static const String kRecentIncidentsScreenRoute = "/kRecentIncidentsScreenRoute";
static const String kCurrentHealthIssuesScreenRoute = "/kCurrentHealthIssuesScreenRoute";
static const String kConsentAndCapacityQuestionnaireScreenRoute = "/kConsentAndCapacityQuestionnaireScreenRoute";
static const String kConsentAndCapacityAddNewFormScreenRoute = "/kConsentAndCapacityAddNewFormScreenRoute";
static const String kLifeHistoryAndGoalsScreenRoute = "/kLifeHistoryAndGoalsScreenRoute";
static const String kPBSPlanScreenRoute = "/kPBSPlanScreenRoute";
static const String kPhotoGalleryScreenRoute = "/kPhotoGalleryScreenRoute";
static const String kRiskAssessmentsScreenRoute = "/kRiskAssessmentsScreenRoute";
static const String kRiskAssessmentsTemplateScreenRoute = "/kRiskAssessmentsTemplateScreenRoute";
static const String kSupportPlanScreenRoute = "/kSupportPlanScreenRoute";
static const String kOverViewScreenRoute = "/kOverViewScreenRoute";
static const String kCrisisManagementScreenRoute = "/kCrisisManagementScreenRoute";
static const String kMentalHealthScreenRoute = "/kMentalHealthScreenRoute";
static const String kHealthScreenRoute = "/kHealthScreenRoute";
static const String kFuturePlansScreenRoute = "/kFuturePlansScreenRoute";
static const String kMyCurrentPlanScreenRoute = "/kMyCurrentPlanScreenRoute";
static const String kMyInterestsScreenRoute = "/kMyInterestsScreenRoute";
static const String kThingsIWantYouToHelpScreenRoute = "/kThingsIWantYouToHelpScreenRoute";
static const String kClientsIntroductionScreenRoute = "/kClientsIntroductionScreenRoute";
static const String kMedicationScreenRoute = "/kMedicationScreenRoute";
static const String kHealthFullBodyMapScreenRoute = "/kHealthFullBodyMapScreenRoute";
static const String kAddDetailsToNewPointScreenRoute = "/kAddDetailsToNewPoint";
static const String kAddNewRecentIncidentsScreenRoute = "/kAddNewRecentIncidentsScreenRoute";
static const String kAddNewPBSPlanScreenRoute = "/kAddNewPBSPlanScreenRoute";
static const String kAddNewDocumentScreenRoute = "/kAddNewDocumentScreenRoute";
static const String kSelectUserForChatScreenRoute = "/kSelectUserForChatScreenRoute";
static const String kCareNotesScreenRoute = "/kCareNotesScreenRoute";
static const String kCareNotesSubcategoriesScreenRoute = "/kCareNotesSubcategoriesScreenRoute";
static const String kFreeTextEntriesScreenRoute = "/kFreeTextEntriesScreenRoute";
static const String kWeightHeightFormScreenRoute = "/kWeightHeightFormScreenRoute";
static const String kHealthAppointmentsFormScreenRoute = "/kHealthAppointmentsFormScreenRoute";
static const String kShoweringBathFormScreenRoute = "/kShoweringBathFormScreenRoute";
static const String kToiletingNoteFormScreenRoute = "/kToiletingNoteFormScreenRoute";
static const String kMoodRatingFormScreenRoute = "/kMoodRatingFormScreenRoute";
static const String kABCFormScreenRoute = "/kABCFormScreenRoute";
static const String kConsentCapacityFormScreenRoute = "/kConsentCapacityFormScreenRoute";
static const String kInjuryHealthIssueFormScreenRoute = "/kInjuryHealthIssueFormScreenRoute";
static const String kObservationsFormScreenRoute = "/kObservationsFormScreenRoute";
static const String kSafeguardingFormScreenRoute = "/kSafeguardingFormScreenRoute";
static const String kPhysicalInterventionFormScreenRoute = "/kPhysicalInterventionFormScreenRoute";
static const String kNutritionHydrationFormScreenRoute = "/kNutritionHydrationFormScreenRoute";
static const String kAllCareNotesScreenRoute = "/kAllCareNotesScreenRoute";
static const String kCareNoteDetailScreenRoute = "/kCareNoteDetailScreenRoute";
static const String kAddEditMemoryBoxScreen = "/kAddEditMemoryBoxScreen";
static const String kAddEditRiskAssessmentScreen = "/kAddEditRiskAssessmentScreen";
static const String kSettingsScreen = "/kSettingsScreen";
static const String kTrainingsScreen = "/kTrainingsScreen";
static const String kTrainingDetailScreen = "/kTrainingDetailScreen";
}