MCPcopy Create free account

hub / github.com/Ujjalzaman/Doctor-Appointment / functions

Functions344 in github.com/Ujjalzaman/Doctor-Appointment

FunctionTrackAppointment
()
src/components/TrackAppointment/TrackAppointment.jsx:65
FunctionTrackDetailPage
({ data, setShowInfo })
src/components/TrackAppointment/TrackDetailPage.jsx:26
FunctionTransactions
()
src/components/Admin/Transactions/Transactions.jsx:11
FunctionTreatment
()
src/components/Doctor/Treatment/Treatment.jsx:18
FunctionTreatmentEdit
()
src/components/Doctor/Treatment/TreatmentEdit.jsx:19
FunctionTreatmentOverview
({ data, isAppointment = false })
src/components/Doctor/Treatment/TreatmentOverview.jsx:7
FunctionUseModal
({ children, title, isModaOpen, handleCancel, handleOk })
src/components/UI/UseModal.jsx:2
FunctionVerificationUser
(user: any)
api/src/app/modules/auth/auth.service.ts:55
FunctionViewAppointment
()
src/components/Doctor/Appointments/ViewAppointment.jsx:27
FunctionaddEditField
()
src/components/Doctor/Schedule/Schedule.jsx:141
FunctionaddField
(e)
src/components/Doctor/Treatment/TreatmentEdit.jsx:45
FunctionaddField
(e)
src/components/Doctor/Treatment/Treatment.jsx:40
FunctionaddNewSlot
()
src/components/Doctor/Schedule/Schedule.jsx:150
Methodconstructor
(statusCode: number, message: string | undefined, stack = '')
api/src/errors/apiError.ts:3
FunctioncontactUs
(payload: ContactPayload)
api/src/app/modules/contact/contact.service.ts:13
Functioncreate
(payload: any)
api/src/app/modules/doctor/doctor.service.ts:45
Functioncreate
(user: any, payload: Reviews)
api/src/app/modules/reviews/reviews.service.ts:7
FunctioncreateAppointmentByUnAuthenticateUser
(payload: any)
api/src/app/modules/appointment/appointment.service.ts:108
FunctioncreateFavourite
(user: any, payload: Favourites)
api/src/app/modules/favourites/favourites.service.ts:6
FunctioncreatePatient
(payload: any)
api/src/app/modules/patient/patient.service.ts:9
FunctioncreateToken
(payload: object, secret: Secret, expireTime: string)
api/src/helpers/jwtHelper.ts:3
FunctiondeleteAppointment
(id: string)
api/src/app/modules/appointment/appointment.service.ts:343
FunctiondeleteDoctor
(id: string)
api/src/app/modules/doctor/doctor.service.ts:143
FunctiondeletePatient
(id: string)
api/src/app/modules/patient/patient.service.ts:28
FunctiondeleteReviews
(id: string)
api/src/app/modules/reviews/reviews.service.ts:111
FunctiondeleteTimeSlot
(id: string)
api/src/app/modules/doctorTimeSlot/doctorTimeSlot.service.ts:65
FunctiondemoAdminGuard
(req: Request, res: Response, next: NextFunction)
api/src/app/middlewares/demoAdminGuard.ts:12
FunctiondisabledDateTime
(current)
src/components/Booking/DoctorBooking/DoctorBooking.jsx:71
FunctionfilterOption
(input, option)
src/components/UI/form/SelectForm.jsx:8
FunctionfilterOption
(input, option)
src/components/UI/form/SelectFormForMedicine.jsx:20
FunctiongetAllAppointments
()
api/src/app/modules/appointment/appointment.service.ts:185
FunctiongetAllBlogs
(filters: IBlogFilters, options: IOption)
api/src/app/modules/blog/blog.service.ts:39
FunctiongetAllDoctors
(filters: IDoctorFilters, options: IOption)
api/src/app/modules/doctor/doctor.service.ts:71
FunctiongetAllPatients
()
api/src/app/modules/patient/patient.service.ts:14
FunctiongetAllPrescriptions
()
api/src/app/modules/prescription/prescription.service.ts:109
FunctiongetAllReviews
(options: IOption)
api/src/app/modules/reviews/reviews.service.ts:33
FunctiongetAllTimeSlot
()
api/src/app/modules/doctorTimeSlot/doctorTimeSlot.service.ts:108
FunctiongetAppointment
(id: string)
api/src/app/modules/appointment/appointment.service.ts:190
FunctiongetAppointmentByTrackingId
(data: any)
api/src/app/modules/appointment/appointment.service.ts:203
FunctiongetAppointmentTimeOfEachDoctor
(id: string, filter: any)
api/src/app/modules/doctorTimeSlot/doctorTimeSlot.service.ts:179
FunctiongetBlog
(id: string)
api/src/app/modules/blog/blog.service.ts:94
FunctiongetDoctor
(id: string)
api/src/app/modules/doctor/doctor.service.ts:134
FunctiongetDoctorAppointmentsById
(user: any, filter: any)
api/src/app/modules/appointment/appointment.service.ts:363
FunctiongetDoctorInvoices
(user: any)
api/src/app/modules/appointment/appointment.service.ts:317
FunctiongetDoctorPatients
(user: any)
api/src/app/modules/appointment/appointment.service.ts:405
FunctiongetDoctorPrescriptionById
(user: any)
api/src/app/modules/prescription/prescription.service.ts:203
FunctiongetDoctorReviews
(id: string)
api/src/app/modules/reviews/reviews.service.ts:80
FunctiongetMyTimeSlot
(user: any, filter: any)
api/src/app/modules/doctorTimeSlot/doctorTimeSlot.service.ts:83
FunctiongetPatient
(id: string)
api/src/app/modules/patient/patient.service.ts:19
FunctiongetPatientAppointmentById
(user: any)
api/src/app/modules/appointment/appointment.service.ts:237
FunctiongetPatientFavourites
(user: any)
api/src/app/modules/favourites/favourites.service.ts:61
FunctiongetPatientPaymentInfo
(user: any)
api/src/app/modules/appointment/appointment.service.ts:291
FunctiongetPatientPrescriptionById
(user: any)
api/src/app/modules/prescription/prescription.service.ts:168
FunctiongetPaymentInfoViaAppintmentId
(id: string)
api/src/app/modules/appointment/appointment.service.ts:258
FunctiongetPrescriptionById
(id: string)
api/src/app/modules/prescription/prescription.service.ts:122
FunctiongetSingleReview
(id: string)
api/src/app/modules/reviews/reviews.service.ts:57
FunctiongetTimeSlot
(id: string)
api/src/app/modules/doctorTimeSlot/doctorTimeSlot.service.ts:74
FunctiongoToSuccess
()
src/components/Appointment/AppointmentPage.jsx:113
FunctionhandleAdd
()
src/components/Admin/Specialites/Specialites.jsx:22
FunctionhandleAddDoctor
()
src/components/Admin/Doctors/Doctors.jsx:35
FunctionhandleAddMedicine
()
src/components/Doctor/Treatment/TreatmentEdit.jsx:87
FunctionhandleAddOk
()
src/components/Doctor/Schedule/Schedule.jsx:90
FunctionhandleBackToSearch
()
src/components/TrackAppointment/TrackAppointment.jsx:106
FunctionhandleChange
(e)
src/components/Doctor/ProfileSetting/DoctorProfileSetting.jsx:32
FunctionhandleChange
(e)
src/components/Doctor/ProfileSetting/PatientProfileSetting.jsx:44
FunctionhandleChange
(e)
src/components/Appointment/AppointmentPage.jsx:53
FunctionhandleChangePassword
(values)
src/components/Admin/Profile/Profile.jsx:34
FunctionhandleCheck
()
src/components/Booking/BookingCheckout/CheckoutPage.jsx:12
FunctionhandleConfirmSchedule
()
src/components/Booking/DoctorBooking/DoctorBooking.jsx:144
FunctionhandleConfirmSchedule
()
src/components/Appointment/AppointmentPage.jsx:69
FunctionhandleCopyTracking
()
src/components/Booking/BookingSuccess.jsx:54
FunctionhandleDateChange
(_date, dateString)
src/components/Booking/DoctorBooking/DoctorBooking.jsx:66
FunctionhandleDayChange
(day)
src/components/Doctor/Schedule/Schedule.jsx:124
FunctionhandleEditOk
()
src/components/Doctor/Schedule/Schedule.jsx:31
FunctionhandleExport
()
src/components/Admin/Patients/Patients.jsx:56
FunctionhandleExport
()
src/components/Admin/Transactions/Transactions.jsx:60
FunctionhandleExportCSV
()
src/components/Doctor/Invoice/DoctorInvoice.jsx:141
FunctionhandleFileChange
(file)
src/components/UI/ImageUploadWithCrop.jsx:20
FunctionhandleFileChange
(event)
src/components/UI/form/ImageUpload.jsx:4
FunctionhandleFollowUpChange
(date)
src/components/Doctor/Treatment/TreatmentEdit.jsx:60
FunctionhandleFollowUpChange
(date)
src/components/Doctor/Treatment/Treatment.jsx:49
FunctionhandleGoogleSignIn
()
src/components/Login/SocialSignUp.jsx:6
FunctionhandleImageCropped
(file, preview)
src/components/Doctor/ProfileSetting/ProfileSetting.jsx:66
FunctionhandleImageCropped
(file, preview)
src/components/Admin/Profile/Profile.jsx:18
FunctionhandleImageCropped
(file, preview)
src/components/Admin/Doctors/Doctors.jsx:53
FunctionhandleLogout
(e)
src/components/UI/DashboardSidebar.jsx:35
FunctionhandleOnselect
(value)
src/components/Doctor/Dashboard/doctor/DashboardPage.jsx:16
FunctionhandlePageChange
(p)
src/components/Appointment/SelectDoctor.jsx:48
FunctionhandleSave
()
src/components/UI/ImageUploadWithCrop.jsx:74
FunctionhandleScroll
()
src/components/Shared/Header/Header.jsx:47
FunctionhandleSearchChange
(e)
src/components/Appointment/SelectDoctor.jsx:33
FunctionhandleShowForgotPassword
()
src/components/Login/SignIn.jsx:55
FunctionhandleSpecialtyChange
(value)
src/components/Appointment/SelectDoctor.jsx:43
FunctionhandleSubmit
(values)
src/components/Doctor/ChangePassword/ChangePassword.jsx:10
FunctionhandleSubmit
(values)
src/components/Admin/Specialites/Specialites.jsx:34
FunctionhandleUpdateProfile
(values)
src/components/Admin/Profile/Profile.jsx:23
FunctionhandleZodError
(error: ZodError)
api/src/errors/handleZodError.ts:5
FunctionhanldeOnSubmit
(e)
src/components/Login/SignUp.jsx:125
FunctionhanldeSignOut
()
src/components/Shared/Header/Header.jsx:65
FunctionisLoggedIn
()
src/service/auth.service.js:17
← previousnext →201–300 of 344, ranked by callers