Files
clinicpro/graphify-out/cache/ast/v0.8.44/6c8f78a5c20deff9e6a4d7c6d2202b59b5025b52a444a00118d9dfd759a18067.json
T
2026-07-19 08:09:09 +03:30

1 line
59 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "label": "AppointmentRepository.php", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L1"}, {"id": "repository_appointmentrepository_appointmentrepository", "label": "AppointmentRepository", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L15"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_appointmentrepository_appointmentrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L17"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L17"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L22"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L22"}, {"id": "repository_appointmentrepository_appointmentrepository_bookatomically", "label": ".bookAtomically()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L33"}, {"id": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "label": ".expireLapsedPending()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L72"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L72"}, {"id": "repository_appointmentrepository_appointmentrepository_findbusyintervals", "label": ".findBusyIntervals()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L106"}, {"id": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "label": ".findBlockingIntervals()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L117"}, {"id": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "label": ".occupiedIntervals()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L123"}, {"id": "repository_appointmentrepository_appointmentrepository_isslottaken", "label": ".isSlotTaken()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L151"}, {"id": "repository_appointmentrepository_appointmentrepository_findbydoctor", "label": ".findByDoctor()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L176"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L176"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "label": ".findByUserAndClinic()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L191"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L191"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L204"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "label": ".findByUserAndDoctorIds()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L218"}, {"id": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "label": ".hasRecentConfirmed()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L235"}, {"id": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "label": ".findPaymentExpired()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L259"}, {"id": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "label": ".findExpiredPending()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L280"}, {"id": "repository_appointmentrepository_appointmentrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L292"}, {"id": "repository_appointmentrepository_appointmentrepository_savewithlock", "label": ".saveWithLock()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L301"}, {"id": "repository_appointmentrepository_appointmentrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L308"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "uniqueconstraintviolationexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "lockmode", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "optimisticlockexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_appointmentrepository_php", "target": "repository_appointmentrepository_appointmentrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuuid", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_bookatomically", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L33", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_bookatomically", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L33", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L72", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L72", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findbusyintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L106", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbusyintervals", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L106", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L117", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L117", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L123", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L123", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_isslottaken", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L151", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_isslottaken", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L151", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L176", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L176", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository_findbydoctor", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L176", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L191", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L191", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L204", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L204", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L218", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L218", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L235", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L235", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L235", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L259", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L280", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L292", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_save", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L292", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_savewithlock", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L301", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_savewithlock", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L301", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L308", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_remove", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L308", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository_construct", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L19", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_bookatomically", "target": "repository_appointmentrepository_appointmentrepository_isslottaken", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L49", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_bookatomically", "target": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L55", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L81", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbusyintervals", "target": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L108", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "target": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L119", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L134", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_isslottaken", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L162", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L249", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L265", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L286", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_appointmentrepository_appointmentrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L37", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L38", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "getSlotEnd", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "lock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L47", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L57", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_bookatomically", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L84", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L92", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L96", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_expirelapsedpending", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L96", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L136", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L142", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "getScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L145", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L145", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L153", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L164", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L169", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L169", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L172", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_isslottaken", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L172", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbydoctor", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L182", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L193", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuser", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L208", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L224", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L237", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L240", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L282", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L294", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L294", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L295", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L295", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_savewithlock", "callee": "lock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L303", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_savewithlock", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L303", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_savewithlock", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L304", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_savewithlock", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L304", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_savewithlock", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L305", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_savewithlock", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L305", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L310", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L311", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L311", "receiver": null}]}