Files
clinicpro/graphify-out/cache/ast/v0.8.44/ae3cb92d0156c058d3a3a89fb4262e0ff6dd94dbd3c23cbe240bfc39dc3b5978.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
24 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointment_php", "label": "Appointment.php", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L1"}, {"id": "entity_appointment_appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L10"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L48"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L52"}, {"id": "entity_appointment_appointment_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L98"}, {"id": "entity_appointment_appointment_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L109"}, {"id": "entity_appointment_appointment_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L110"}, {"id": "entity_appointment_appointment_getdoctor", "label": ".getDoctor()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L111"}, {"id": "entity_appointment_appointment_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L112"}, {"id": "entity_appointment_appointment_getslotstart", "label": ".getSlotStart()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L113"}, {"id": "entity_appointment_appointment_getslotend", "label": ".getSlotEnd()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L114"}, {"id": "entity_appointment_appointment_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L115"}, {"id": "entity_appointment_appointment_getnote", "label": ".getNote()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L116"}, {"id": "entity_appointment_appointment_getversion", "label": ".getVersion()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L117"}, {"id": "entity_appointment_appointment_getexpiresat", "label": ".getExpiresAt()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L118"}, {"id": "entity_appointment_appointment_getpatientname", "label": ".getPatientName()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L119"}, {"id": "entity_appointment_appointment_getpatientmobile", "label": ".getPatientMobile()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L120"}, {"id": "entity_appointment_appointment_getpatientnationalcode", "label": ".getPatientNationalCode()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L121"}, {"id": "entity_appointment_appointment_getpatientgender", "label": ".getPatientGender()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L122"}, {"id": "entity_appointment_appointment_getpatientreason", "label": ".getPatientReason()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L123"}, {"id": "entity_appointment_appointment_getaddressid", "label": ".getAddressId()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L124"}, {"id": "entity_appointment_appointment_getbookingrepresentationid", "label": ".getBookingRepresentationId()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L125"}, {"id": "entity_appointment_appointment_setnote", "label": ".setNote()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L127"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L127"}, {"id": "entity_appointment_appointment_setbookingrepresentationid", "label": ".setBookingRepresentationId()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L128"}, {"id": "entity_appointment_appointment_setaddressid", "label": ".setAddressId()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L129"}, {"id": "entity_appointment_appointment_setpatientname", "label": ".setPatientName()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L130"}, {"id": "entity_appointment_appointment_setpatientmobile", "label": ".setPatientMobile()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L131"}, {"id": "entity_appointment_appointment_setpatientnationalcode", "label": ".setPatientNationalCode()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L132"}, {"id": "entity_appointment_appointment_setpatientgender", "label": ".setPatientGender()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L133"}, {"id": "entity_appointment_appointment_setpatientreason", "label": ".setPatientReason()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L134"}, {"id": "entity_appointment_appointment_markpendingwithttl", "label": ".markPendingWithTtl()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L136"}, {"id": "entity_appointment_appointment_cantransitionto", "label": ".canTransitionTo()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L143"}, {"id": "entity_appointment_appointment_transitionto", "label": ".transitionTo()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L148"}, {"id": "entity_appointment_appointment_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L164"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointment_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointment_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointment_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointment_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointment_php", "target": "entity_appointment_appointment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L48", "weight": 1.0, "context": "field"}, {"source": "entity_appointment_appointment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L52", "weight": 1.0, "context": "field"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L98", "weight": 1.0}, {"source": "entity_appointment_appointment_construct", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L98", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_appointment_appointment_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L98", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L111", "weight": 1.0}, {"source": "entity_appointment_appointment_getdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L111", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L112", "weight": 1.0}, {"source": "entity_appointment_appointment_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L112", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getslotstart", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L113", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getslotend", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L114", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L115", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getnote", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L116", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getversion", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L117", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getexpiresat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L118", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getpatientname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L119", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getpatientmobile", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L120", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getpatientnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getpatientgender", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L122", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getpatientreason", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L123", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getaddressid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L124", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_getbookingrepresentationid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L125", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setnote", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L127", "weight": 1.0}, {"source": "entity_appointment_appointment_setnote", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L127", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setbookingrepresentationid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L128", "weight": 1.0}, {"source": "entity_appointment_appointment_setbookingrepresentationid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L128", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setaddressid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L129", "weight": 1.0}, {"source": "entity_appointment_appointment_setaddressid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L129", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setpatientname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L130", "weight": 1.0}, {"source": "entity_appointment_appointment_setpatientname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L130", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setpatientmobile", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L131", "weight": 1.0}, {"source": "entity_appointment_appointment_setpatientmobile", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L131", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setpatientnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L132", "weight": 1.0}, {"source": "entity_appointment_appointment_setpatientnationalcode", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L132", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setpatientgender", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L133", "weight": 1.0}, {"source": "entity_appointment_appointment_setpatientgender", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L133", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_setpatientreason", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L134", "weight": 1.0}, {"source": "entity_appointment_appointment_setpatientreason", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L134", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_markpendingwithttl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L136", "weight": 1.0}, {"source": "entity_appointment_appointment_markpendingwithttl", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L136", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_cantransitionto", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L143", "weight": 1.0}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_transitionto", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L148", "weight": 1.0}, {"source": "entity_appointment_appointment_transitionto", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L148", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointment_appointment", "target": "entity_appointment_appointment_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L164", "weight": 1.0}, {"source": "entity_appointment_appointment_transitionto", "target": "entity_appointment_appointment_cantransitionto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L150", "weight": 1.0}, {"source": "entity_appointment_appointment_toarray", "target": "entity_appointment_appointment_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L171", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_appointment_appointment_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L100", "receiver": null}, {"caller_nid": "entity_appointment_appointment_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L100", "receiver": null}, {"caller_nid": "entity_appointment_appointment_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L105", "receiver": null}, {"caller_nid": "entity_appointment_appointment_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L106", "receiver": null}, {"caller_nid": "entity_appointment_appointment_markpendingwithttl", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L138", "receiver": null}, {"caller_nid": "entity_appointment_appointment_markpendingwithttl", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L139", "receiver": null}, {"caller_nid": "entity_appointment_appointment_cantransitionto", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L145", "receiver": null}, {"caller_nid": "entity_appointment_appointment_transitionto", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L151", "receiver": null}, {"caller_nid": "entity_appointment_appointment_transitionto", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L157", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "first", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L166", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "getAddresses", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L166", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L172", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L173", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L174", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L175", "receiver": null}, {"caller_nid": "entity_appointment_appointment_toarray", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php", "source_location": "L182", "receiver": null}]}