Files
clinicpro/graphify-out/cache/ast/v0.8.44/28d707a2015952fbc60bde61faecf5e2c66e74a3eac3bb60554019e17b9a4988.json
T
hamed c2c6ae4d02 feat(migrations): add national_code_verified flag to users and normalize bank_account representation
- Added a new column `national_code_verified` to the `users` table.
- Normalized the `bank_account` field in the `representations` table from a single object to an array of IBANs with a default `verified` status of false.

feat(ApiIrService): implement identity verification client for api.ir

- Created `ApiIrService` to handle identity verification via api.ir.
- Implemented methods for matching national code with mobile and IBAN with national code and birth date.
- Added error handling and logging for external API requests.
2026-06-25 19:38:47 +03:30

1 line
36 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": "L12"}, {"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": "L14"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L14"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L19"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L19"}, {"id": "repository_appointmentrepository_appointmentrepository_bookatomically", "label": ".bookAtomically()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L30"}, {"id": "repository_appointmentrepository_appointmentrepository_isslottaken", "label": ".isSlotTaken()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L43"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L43"}, {"id": "repository_appointmentrepository_appointmentrepository_findbydoctor", "label": ".findByDoctor()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L68"}, {"id": "repository_appointmentrepository_appointmentrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L76"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L76"}, {"id": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "label": ".hasRecentConfirmed()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L84"}, {"id": "repository_appointmentrepository_appointmentrepository_findpaymentexpired", "label": ".findPaymentExpired()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L108"}, {"id": "repository_appointmentrepository_appointmentrepository_findexpiredpending", "label": ".findExpiredPending()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L121"}, {"id": "repository_appointmentrepository_appointmentrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L132"}, {"id": "repository_appointmentrepository_appointmentrepository_savewithlock", "label": ".saveWithLock()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L141"}, {"id": "repository_appointmentrepository_appointmentrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L148"}], "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": "doctor", "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": "serviceentityrepository", "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": "optimisticlockexception", "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": "managerregistry", "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": "repository_appointmentrepository_appointmentrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L12", "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": "L14", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L14", "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": "L19", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuuid", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L19", "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": "L30", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_bookatomically", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L30", "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": "L43", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_isslottaken", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L43", "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": "L68", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L68", "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": "L76", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L76", "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": "L84", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_hasrecentconfirmed", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L84", "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": "L84", "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": "L108", "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": "L121", "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": "L132", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_save", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L132", "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": "L141", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_savewithlock", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L141", "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": "L148", "weight": 1.0}, {"source": "repository_appointmentrepository_appointmentrepository_remove", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L148", "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": "L16", "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": "L34", "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": "L54", "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": "L98", "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": "L114", "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": "L126", "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": "L16", "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": "L21", "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": "L32", "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": "L33", "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": "L34", "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": "L34", "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": "L34", "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": "L37", "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": "L38", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L45", "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": "L56", "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": "L61", "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": "L61", "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": "L64", "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": "L64", "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": "L72", "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": "L80", "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": "L86", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L89", "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": "L110", "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": "L110", "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": "L110", "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": "L110", "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": "L110", "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": "L110", "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": "L110", "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": "L110", "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": "L123", "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": "L123", "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": "L123", "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": "L123", "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": "L123", "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": "L123", "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": "L123", "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": "L134", "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": "L134", "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": "L135", "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": "L135", "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": "L143", "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": "L143", "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": "L144", "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": "L144", "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": "L145", "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": "L145", "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": "L150", "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": "L151", "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": "L151", "receiver": null}]}