FunctionBookingSummary({
selectedSlot,
selectedDuration,
selectedType,
doctor,
selectedDate,
appointmentState,
})
telemedapp/components/booking/BookingSummary.tsx:19
FunctionConfirmDialog({
visible,
onConfirm,
onCancel,
loading,
complaint,
setComplaint,
})
telemedapp/components/booking/ConfirmDialog.tsx:14
FunctionDetailsSelector({
selectedDuration,
handleDurationChange,
appointmentState,
setAppointmentState,
appointments,
})
telemedapp/components/booking/DetailsSelector.tsx:11
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
FunctionInputComponent({
label,
type,
name,
placeholder,
value,
onChange,
required = false,
additionalText,
errorT
telemedapp/components/auth/InputComponent.tsx:13
FunctionSortDropDown({
options,
name,
id,
isMulti,
handleChangeFilter,
}: {
options: any[];
name: string;
id: stri
telemedapp/components/SortDropDown/sortdropdown.tsx:28