Files
clinicpro/graphify-out/cache/ast/v0.8.44/dbaef3c632f524320648ea801b8d5c6fa95e6c741951ce61bcb8a4e7a54cf2bc.json
T
2026-07-16 09:18:53 +03:30

1 line
90 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "label": "AppointmentController.php", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L1"}, {"id": "controller_appointmentcontroller_appointmentcontroller", "label": "AppointmentController", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L26"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_appointmentcontroller_appointmentcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L29"}, {"id": "controller_appointmentcontroller_appointmentcontroller_slots", "label": ".slots()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L43"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L43"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L43"}, {"id": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "label": ".serviceSlots()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L145"}, {"id": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "label": ".bookingServices()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L202"}, {"id": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "label": ".monthAvailability()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L228"}, {"id": "controller_appointmentcontroller_appointmentcontroller_book", "label": ".book()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L273"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L273"}, {"id": "controller_appointmentcontroller_appointmentcontroller_get", "label": ".get()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L417"}, {"id": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "label": ".listByDoctor()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L462"}, {"id": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "label": ".listByUser()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L521"}, {"id": "controller_appointmentcontroller_appointmentcontroller_canview", "label": ".canView()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L563"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L563"}, {"id": "controller_appointmentcontroller_appointmentcontroller_canmanage", "label": ".canManage()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L570"}, {"id": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "label": ".resolveSlotLocationId()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L577"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L577"}, {"id": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "label": ".updateStatus()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L582"}, {"id": "controller_appointmentcontroller_appointmentcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L667"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "weeklyschedule", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "appointmentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "slottakenexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "weeklyschedulerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "slotcalculatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "patientservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "optimisticlockexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "controller_appointmentcontroller_appointmentcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L26", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L27", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L29", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_slots", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L43", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_slots", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_slots", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L43", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L145", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L145", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L145", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L202", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L202", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L228", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L228", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L228", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_book", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L273", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L273", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L273", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L273", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L417", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_get", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L417", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_get", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L417", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L462", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L462", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L462", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L462", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L521", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L521", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L521", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L521", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_canview", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L563", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_canview", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L563", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_canview", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L563", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_canmanage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L570", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_canmanage", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L570", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_canmanage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L570", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L577", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L577", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L582", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L582", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L582", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L582", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L667", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L667", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_update", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L667", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L667", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_slots", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L118", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L148", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L236", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L381", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L387", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L406", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_get", "target": "controller_appointmentcontroller_appointmentcontroller_canview", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L455", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L515", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L557", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "controller_appointmentcontroller_appointmentcontroller_canmanage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L632", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L654", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_update", "target": "controller_appointmentcontroller_appointmentcontroller_canmanage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L676", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_update", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L751", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L118", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L119", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L121", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L123", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L127", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "getAllSlotsWithAvailability", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L130", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L132", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L156", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L159", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "getMeta", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L165", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L165", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L165", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L167", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L174", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "isBookable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L176", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "getDurationMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L180", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "getDurationMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "getMeta", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L185", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_serviceslots", "callee": "getServiceStartTimes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L205", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L210", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "getMeta", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L211", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "getDurationMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L216", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "getPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L217", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "findBookableByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_bookingservices", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L231", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L239", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L247", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "hasAnyAvailability", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L248", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L255", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "getMeta", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L256", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L258", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L311", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L311", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L312", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L318", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L318", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L318", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L320", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L323", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L325", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "isBookable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L327", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L328", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getDurationMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L330", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L331", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getDurationMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L333", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L339", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L340", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L343", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L344", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L347", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L349", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L355", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L355", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L357", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L357", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L364", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L367", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L370", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L374", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientGender", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L375", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setServiceItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L376", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L377", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setNote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L377", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L381", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L382", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setBookingRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L383", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L383", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setAddressId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L389", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L393", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L393", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L394", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L394", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L396", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L399", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L401", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientReason", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "markPendingWithTtl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L406", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "bookAtomically", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L409", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L411", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L414", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L414", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L452", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L459", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L459", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L506", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L508", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L512", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L516", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L558", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L560", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L560", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L560", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L565", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L565", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L565", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L567", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L572", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L572", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L572", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L574", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L627", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L629", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L633", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L636", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L636", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L637", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "getVersion", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L638", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L640", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L641", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L641", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L642", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L646", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "saveWithLock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L649", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L651", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "autoCreateOnAppointmentConfirm", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L655", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L658", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L658", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L671", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L673", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L680", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L680", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getVersion", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L681", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L684", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L685", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L687", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L689", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L690", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getSlotEnd", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L693", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L695", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "isReserve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L697", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getSlotEnd", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L697", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "isSlotTaken", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L699", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "rescheduleTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L701", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L710", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L713", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "$setter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L718", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L720", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "$setter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L722", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "setDepositRequired", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L726", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L728", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "setDepositAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L729", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L731", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "setNote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L732", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L732", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L735", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "setPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L736", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L736", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L738", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "setPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L743", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L744", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L745", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L746", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L746", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L747", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L750", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "autoCreateOnAppointmentConfirm", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L752", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "saveWithLock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L757", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L759", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L762", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L765", "receiver": null}]}