Files
clinicpro/graphify-out/cache/ast/v0.8.44/5dc9e9c506ec7cc22e83f89cc795113fd6caffaca2931dc3df52da79b6066734.json
hamed 05bb4a4ade Add AST JSON representation for ResourceBookingSlotController.php
This commit introduces a new JSON file that contains the abstract syntax tree (AST) representation of the ResourceBookingSlotController.php. The AST includes nodes for classes, methods, and their relationships, as well as edges that describe imports and references between various components within the file. This addition will aid in understanding the structure and dependencies of the ResourceBookingSlotController.
2026-08-03 14:37:05 +03:30

1 line
76 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": "L111"}, {"id": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "label": ".findResourceBusyIntervals()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L127"}, {"id": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "label": ".findBlockingIntervals()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L162"}, {"id": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "label": ".occupiedIntervals()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L168"}, {"id": "repository_appointmentrepository_appointmentrepository_isslottaken", "label": ".isSlotTaken()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L205"}, {"id": "repository_appointmentrepository_appointmentrepository_findbydoctor", "label": ".findByDoctor()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L230"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L230"}, {"id": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "label": ".searchByDoctor()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L247"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "label": ".findByUserAndClinic()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L304"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L304"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L317"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "label": ".findByUserAndDoctorIds()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L331"}, {"id": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "label": ".hasRecentConfirmed()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L348"}, {"id": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "label": ".findPaymentExpired()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L372"}, {"id": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "label": ".findExpiredPending()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L393"}, {"id": "repository_appointmentrepository_appointmentrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L405"}, {"id": "repository_appointmentrepository_appointmentrepository_savewithlock", "label": ".saveWithLock()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L414"}, {"id": "repository_appointmentrepository_appointmentrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L421"}], "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": "L111", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbusyintervals", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L127", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L162", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findblockingintervals", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L162", "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": "L168", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_occupiedintervals", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L168", "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": "L205", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_isslottaken", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L205", "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": "L230", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L230", "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": "L230", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L247", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L247", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L247", "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": "L304", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L304", "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": "L317", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L317", "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": "L331", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuseranddoctorids", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L331", "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": "L348", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L348", "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": "L348", "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": "L372", "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": "L393", "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": "L405", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_save", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L405", "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": "L414", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_savewithlock", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L414", "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": "L421", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_remove", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L421", "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": "L113", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L139", "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": "L164", "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": "L184", "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": "L216", "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": "L362", "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": "L378", "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": "L399", "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_findresourcebusyintervals", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L129", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L141", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "setParameter", "is_member_call": true, "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_findresourcebusyintervals", "callee": "andWhere", "is_member_call": true, "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_findresourcebusyintervals", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L150", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "getScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L152", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_findresourcebusyintervals", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L152", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L175", "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": "L186", "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": "L192", "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": "L196", "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": "L196", "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": "L199", "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": "L199", "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": "L201", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L207", "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": "L218", "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": "L223", "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": "L223", "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": "L226", "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": "L226", "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": "L236", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L258", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L258", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L258", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L258", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L264", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L264", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L268", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L268", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L271", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L271", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L274", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L274", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L277", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L277", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L277", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "trim", "is_member_call": false, "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_searchbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L283", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L283", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L284", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L287", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L287", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L287", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L289", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L289", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L289", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L289", "receiver": null}, {"caller_nid": "repository_appointmentrepository_appointmentrepository_searchbydoctor", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php", "source_location": "L289", "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": "L306", "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": "L306", "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": "L306", "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": "L306", "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": "L306", "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": "L306", "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": "L306", "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": "L306", "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": "L321", "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": "L337", "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": "L337", "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": "L337", "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": "L337", "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": "L337", "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": "L337", "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": "L337", "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": "L337", "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": "L350", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L353", "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": "L374", "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": "L374", "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": "L374", "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": "L374", "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": "L374", "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": "L374", "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": "L374", "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": "L374", "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": "L395", "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": "L395", "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": "L395", "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": "L395", "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": "L395", "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": "L395", "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": "L395", "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": "L395", "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": "L407", "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": "L407", "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": "L408", "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": "L408", "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": "L416", "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": "L416", "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": "L417", "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": "L417", "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": "L418", "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": "L418", "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": "L423", "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": "L424", "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": "L424", "receiver": null}]}