MCPcopy Create free account

hub / github.com/MMansy19/Telemedicine-App / functions

Functions405 in github.com/MMansy19/Telemedicine-App

FunctionAppointments
()
telemedapp/components/doctorProfile/Appointments.tsx:8
FunctionAppointments
()
telemedapp/components/patientProfile/appointments_history/Appointments.tsx:6
FunctionAppointments
()
telemedapp/components/patientProfile/upcoming_appointments/Appointments.tsx:6
FunctionAppointmentsGrid
({ appointments }: { appointments: any[] })
telemedapp/components/doctorProfile/AppointmentsGrid.tsx:4
FunctionAppointmentsGrid
({ appointments, profileData, }: { appointments: any[]; profileData: any; })
telemedapp/components/patientProfile/appointments_history/AppointmentsGrid.tsx:4
FunctionAppointmentsGrid
({ appointments, profileData, }: { appointments: any[]; profileData: any; })
telemedapp/components/patientProfile/upcoming_appointments/AppointmentsGrid.tsx:4
FunctionAppointmentsPage
()
telemedapp/app/doctorProfile/appointments/page.tsx:3
FunctionAppointmentsPage
()
telemedapp/app/patientProfile/appointments_history/page.tsx:3
FunctionAppointmentsPage
()
telemedapp/app/patientProfile/upcoming_appointments/page.tsx:3
FunctionAuthLayout
({ children, }: { children: React.ReactNode; })
telemedapp/app/auth/layout.tsx:9
FunctionBanner
()
telemedapp/components/BannerComp/banner.tsx:4
FunctionBenefits
()
telemedapp/components/Benefits/benefits.tsx:3
FunctionBookingButton
({ doctor }: { doctor: any })
telemedapp/components/doctorCard/BookingButton.tsx:4
FunctionBookingPage
()
telemedapp/app/doctors/[doctorId]/page.tsx:4
FunctionBookingSummary
({ selectedSlot, selectedDuration, selectedType, doctor, selectedDate, appointmentState, })
telemedapp/components/booking/BookingSummary.tsx:19
FunctionChangePassword
()
telemedapp/components/doctorProfile/ChangePassword.tsx:8
FunctionChangePassword
()
telemedapp/components/patientProfile/ChangePassword.tsx:6
FunctionChangePasswordPage
()
telemedapp/app/doctorProfile/changePassword/page.tsx:3
FunctionChangePasswordPage
()
telemedapp/app/patientProfile/changePassword/page.tsx:3
FunctionChat
()
telemedapp/components/doctorProfile/chat.tsx:8
FunctionChatPage
()
telemedapp/app/doctorProfile/chat/page.tsx:3
FunctionConfirmDialog
({ visible, onConfirm, onCancel, loading, complaint, setComplaint, })
telemedapp/components/booking/ConfirmDialog.tsx:14
FunctionConnection
()
telemedapp/components/ConnectionComp/connection.tsx:11
FunctionCurrentRequest
({ isFollowUp, time, complaint, }: { isFollowUp: string; time: string; complaint: string; })
telemedapp/components/patientHistoryComps/currentRequest.tsx:4
FunctionDateSelector
({ selectedDate, handleDateSelect, availableDates, })
telemedapp/components/booking/DateSelector.tsx:9
FunctionDetailsSelector
({ selectedDuration, handleDurationChange, appointmentState, setAppointmentState, appointments, })
telemedapp/components/booking/DetailsSelector.tsx:11
FunctionDoctorAvailability
({ date })
telemedapp/components/doctorCard/card.tsx:38
FunctionDoctorBooking
()
telemedapp/components/booking/DoctorBooking.tsx:23
FunctionDoctorCard
({ doctor })
telemedapp/components/doctorCard/card.tsx:70
FunctionDoctorFees
({ fees60min, fees30min })
telemedapp/components/doctorCard/card.tsx:54
FunctionDoctorGrid
({ doctors }: { doctors: any[] })
telemedapp/components/DoctorGrid/grid.tsx:4
FunctionDoctorInfo
({ doctor }: { doctor: Doctor })
telemedapp/components/booking/DoctorInfo.tsx:7
FunctionDoctorInterests
({ interests })
telemedapp/components/doctorCard/card.tsx:18
FunctionDoctorProvider
({ children, })
telemedapp/context/GetDoctorsContext.tsx:36
FunctionDoctors
()
telemedapp/app/doctors/page.tsx:13
FunctionDocumentComponent
({ document, icon, }: { document: any; icon: any; })
telemedapp/components/patientProfile/DocumentComponent.tsx:4
FunctionDocumentsListPage
()
telemedapp/app/doctorProfile/documentsList/[appointmentId]/page.tsx:10
FunctionEditProfile
()
telemedapp/components/doctorProfile/EditProfile.tsx:10
FunctionEditProfile
()
telemedapp/components/patientProfile/EditProfile.tsx:11
FunctionEditProfilePage
()
telemedapp/app/doctorProfile/edit/page.tsx:3
FunctionEditProfilePage
()
telemedapp/app/patientProfile/edit/page.tsx:3
FunctionEmptyIcon
()
telemedapp/components/FilterComponent/filter.tsx:23
FunctionFilterComponent
({ handleChangeFilterDrop, handleResetFilters, handleChangeOptions, handleOpenModal, openModal, mi
telemedapp/components/FilterComponent/filter.tsx:24
FunctionFollowUpAppointments
({ appointments, selectedAppointment, setSelectedAppointment, setAppointmentState, appointmentState,
telemedapp/components/booking/FollowUpAppointments.tsx:12
FunctionHistoryDetails
({ appointment })
telemedapp/components/patientProfile/appointments_history/HistoryDetails.tsx:11
FunctionHome
()
telemedapp/app/page.tsx:8
FunctionHowItWorks
()
telemedapp/components/HowItWorksComp/howItWorks.tsx:3
FunctionImageContainer
()
telemedapp/components/auth/ImageContainer.tsx:4
FunctionInputComponent
({ label, type, name, placeholder, value, onChange, required = false, additionalText, errorT
telemedapp/components/auth/InputComponent.tsx:13
FunctionMedicationTable
({ medicationList }: { medicationList: any[] })
telemedapp/components/patientProfile/medicationTable.tsx:4
FunctionMenuList
({ linkTo, linkName, text, onSignOut, }: { linkTo: string[]; linkName: string[]; text: React.Rea
telemedapp/components/MenuList/menuList.tsx:7
FunctionMessage
({ senderType, senderName, time, text }: MessageParams)
telemedapp/components/doctorProfile/message.tsx:11
FunctionNavbar
()
telemedapp/components/navbarComp/navbar.tsx:23
FunctionNewDoctorRating
(doctorID,newRating, newReview_Count)
BE/Database/Patient/Appointment/SubmitReview.js:75
FunctionPatientDocuments
()
telemedapp/components/patientProfile/PatientDocuments.tsx:10
FunctionPatientDocumentsPage
()
telemedapp/app/patientProfile/patientDocuments/page.tsx:3
FunctionPatientHistory
()
telemedapp/app/doctorProfile/patientHistory/[appointmentPatientId]/page.tsx:7
FunctionPrescriptionCard
({ prescription, handlePrescriptionModal, }: { prescription: any; handlePrescriptionModal: any; })
telemedapp/components/patientProfile/prescriptionCard.tsx:5
FunctionProfileLayout
({ children, }: { children: React.ReactNode; })
telemedapp/app/doctorProfile/layout.tsx:11
FunctionProfileLayout
({ children, }: { children: React.ReactNode; })
telemedapp/app/patientProfile/layout.tsx:10
FunctionProfileProvider
({ children, }: { children: React.ReactNode; })
telemedapp/context/ProfileContext.tsx:32
FunctionRatingComp
({ text, variant, doctor, setDoctorRating, })
telemedapp/components/common/RatingComp.tsx:20
FunctionReadMore
({ text, maxLength = 100 })
telemedapp/components/common/ReadMore.tsx:7
FunctionReadyTherapist
()
telemedapp/components/ReadyTherapistComp/readyTherapist.tsx:4
FunctionRequests
()
telemedapp/components/doctorProfile/requests.tsx:20
FunctionRequestsPage
()
telemedapp/app/doctorProfile/requests/page.tsx:3
FunctionRetrieveDoctorRating
(doctorID)
BE/Database/Patient/Appointment/SubmitReview.js:52
FunctionReviews
()
telemedapp/components/Reviews/reviews.tsx:3
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
telemedapp/app/layout.tsx:20
FunctionSearchBar
({ placeholder }: { placeholder: string })
telemedapp/components/SearchBar/searchbar.tsx:4
FunctionSignInForm
()
telemedapp/components/auth/SignInForm.tsx:9
FunctionSignInPage
()
telemedapp/app/auth/signin/page.tsx:3
FunctionSignOut
()
telemedapp/app/auth/signout/page.tsx:5
FunctionSignUpForm
()
telemedapp/components/auth/SignupForm.tsx:13
FunctionSignUpPage
()
telemedapp/app/auth/signup/page.tsx:3
FunctionSlotSelector
({ selectedDate, selectedSlot, handleSlotSelect, availableDates, })
telemedapp/components/booking/SlotSelector.tsx:17
FunctionSortDropDown
({ options, name, id, isMulti, handleChangeFilter, }: { options: any[]; name: string; id: stri
telemedapp/components/SortDropDown/sortdropdown.tsx:28
FunctionSubmitReview
(req, res)
BE/Controllers/Patient/Appointment/SubmitReview.js:3
FunctionSubmitReview
(appointment_id, communication_rating, understanding_rating, providing_solution_rating, commitment_rating)
BE/Database/Patient/Appointment/SubmitReview.js:29
FunctionTimeSlots
()
telemedapp/components/doctorProfile/TimeSlots.tsx:9
FunctionTimeSlotsPage
()
telemedapp/app/doctorProfile/timeSlots/page.tsx:3
FunctionTrusted
()
telemedapp/components/TrustedComp/trusted.tsx:3
FunctionVideoCallButton
({ label })
telemedapp/components/common/VideoCallButton.tsx:8
FunctionVideoCallDialog
({ isOpen, onHide, onError, })
telemedapp/components/common/VideoCallDialog.tsx:15
FunctionViewPaymentInfo
()
telemedapp/components/patientProfile/ViewPaymentInfo.tsx:3
FunctionViewPaymentInfoPage
()
telemedapp/app/patientProfile/paymentInfo/page.tsx:3
FunctionViewProfile
()
telemedapp/components/doctorProfile/ViewProfile.tsx:17
FunctionViewProfile
()
telemedapp/components/patientProfile/ViewProfile.tsx:16
FunctionViewProfilePage
()
telemedapp/app/doctorProfile/page.tsx:3
FunctionViewProfilePage
()
telemedapp/app/patientProfile/page.tsx:3
FunctionWeekCalendar
({ availableDates, handleDateSelect, selectedDate, bookedDates, })
telemedapp/components/booking/WeekCalendar.tsx:25
FunctionacceptAppointment
(appointmentId)
BE/Database/Doctor/AppointmentResponse.js:29
FunctionaddAvailability
(req, res)
BE/Controllers/Doctor/Availability/add.js:4
FunctionaddChatMessage
(appointmentId, senderId, receiverId, message)
BE/Database/Chat.js:29
FunctionaddDoctorEducation
(req, res)
BE/Controllers/Doctor/Profile.js:215
FunctionaddDoctorEducation
(Doctorid, education)
BE/Database/Doctor/Profile.js:320
FunctionaddDoctorExperience
(req, res)
BE/Controllers/Doctor/Profile.js:179
FunctionaddDoctorExperience
(Doctorid, experience)
BE/Database/Doctor/Profile.js:277
FunctionaddDoctorInterest
(req, res)
BE/Controllers/Doctor/Profile.js:251
FunctionaddDoctorInterest
(Doctorid, interest)
BE/Database/Doctor/Profile.js:362
← previousnext →101–200 of 405, ranked by callers