|  |  |  | @ -303,11 +303,9 @@ class _SelectClinicPageState extends State<SelectClinicPage> { | 
		
	
		
			
				|  |  |  |  |         id = regionalViewModel.selectedHospital?.patientDoctorAppointmentList?.first.projectID?.toString() ?? ""; | 
		
	
		
			
				|  |  |  |  |       } | 
		
	
		
			
				|  |  |  |  |       if (bookAppointmentsViewModel.selectedClinic.clinicID == 17) { | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |         if (appState.isAuthenticated) { | 
		
	
		
			
				|  |  |  |  |           initDentalAppointmentBookingFlow(int.parse(bookAppointmentsViewModel | 
		
	
		
			
				|  |  |  |  |               .currentlySelectedHospitalFromRegionFlow ?? | 
		
	
		
			
				|  |  |  |  |               "0")); | 
		
	
		
			
				|  |  |  |  |           initDentalAppointment(); | 
		
	
		
			
				|  |  |  |  |           return SizedBox.shrink(); | 
		
	
		
			
				|  |  |  |  |         }else { | 
		
	
		
			
				|  |  |  |  |           bookAppointmentsViewModel.setIsChiefComplaintsListLoading(true); | 
		
	
		
			
				|  |  |  |  |         } | 
		
	
	
		
			
				
					|  |  |  | @ -464,6 +462,7 @@ class _SelectClinicPageState extends State<SelectClinicPage> { | 
		
	
		
			
				|  |  |  |  |           isCloseButtonVisible: true, | 
		
	
		
			
				|  |  |  |  |         ); | 
		
	
		
			
				|  |  |  |  |       } else { | 
		
	
		
			
				|  |  |  |  |         bookAppointmentsViewModel.setIsChiefComplaintsListLoading(true); | 
		
	
		
			
				|  |  |  |  |         Navigator.of(context).push( | 
		
	
		
			
				|  |  |  |  |           CustomPageRoute( | 
		
	
		
			
				|  |  |  |  |             page: DentalChiefComplaintsPage(), | 
		
	
	
		
			
				
					|  |  |  | @ -472,4 +471,12 @@ class _SelectClinicPageState extends State<SelectClinicPage> { | 
		
	
		
			
				|  |  |  |  |       } | 
		
	
		
			
				|  |  |  |  |     }); | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   void initDentalAppointment() async { | 
		
	
		
			
				|  |  |  |  |     await Future.delayed(Duration(milliseconds: 300)); | 
		
	
		
			
				|  |  |  |  |     initDentalAppointmentBookingFlow(int.parse(bookAppointmentsViewModel | 
		
	
		
			
				|  |  |  |  |         .currentlySelectedHospitalFromRegionFlow ?? | 
		
	
		
			
				|  |  |  |  |         "0")); | 
		
	
		
			
				|  |  |  |  |     return; | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  | } | 
		
	
	
		
			
				
					|  |  |  | 
 |