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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_rate_php", "label": "Rate.php", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L1"}, {"id": "entity_rate_rate", "label": "Rate", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L10"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L32"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L36"}, {"id": "entity_rate_rate_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L62"}, {"id": "entity_rate_rate_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L72"}, {"id": "entity_rate_rate_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L73"}, {"id": "entity_rate_rate_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L74"}, {"id": "entity_rate_rate_getdoctor", "label": ".getDoctor()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L75"}, {"id": "entity_rate_rate_getwaitingtimeatclinic", "label": ".getWaitingTimeAtClinic()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L77"}, {"id": "entity_rate_rate_getaccuracyofdiagnosis", "label": ".getAccuracyOfDiagnosis()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L78"}, {"id": "entity_rate_rate_getdoctorbehavior", "label": ".getDoctorBehavior()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L79"}, {"id": "entity_rate_rate_getcliniccleanliness", "label": ".getClinicCleanliness()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L80"}, {"id": "entity_rate_rate_getdoctorexpertise", "label": ".getDoctorExpertise()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L81"}, {"id": "entity_rate_rate_setdimensions", "label": ".setDimensions()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L84"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L84"}, {"id": "entity_rate_rate_overallpercent", "label": ".overallPercent()", "file_type": "code", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L97"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_rate_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_rate_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_rate_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_rate_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_rate_php", "target": "entity_rate_rate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_rate_rate", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L32", "weight": 1.0, "context": "field"}, {"source": "entity_rate_rate", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L36", "weight": 1.0, "context": "field"}, {"source": "entity_rate_rate", "target": "entity_rate_rate_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_rate_rate_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_rate_rate_construct", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L72", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L74", "weight": 1.0}, {"source": "entity_rate_rate_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L74", "weight": 1.0, "context": "return_type"}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_rate_rate_getdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L75", "weight": 1.0, "context": "return_type"}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getwaitingtimeatclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getaccuracyofdiagnosis", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getdoctorbehavior", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getcliniccleanliness", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_getdoctorexpertise", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_rate_rate", "target": "entity_rate_rate_setdimensions", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_rate_rate_setdimensions", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L84", "weight": 1.0, "context": "return_type"}, {"source": "entity_rate_rate", "target": "entity_rate_rate_overallpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_rate_rate_construct", "target": "entity_rate_rate_setdimensions", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Rate.php", "source_location": "L69", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_rate_rate_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L64", "receiver": null}, {"caller_nid": "entity_rate_rate_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L64", "receiver": null}, {"caller_nid": "entity_rate_rate_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L67", "receiver": null}, {"caller_nid": "entity_rate_rate_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L68", "receiver": null}, {"caller_nid": "entity_rate_rate_setdimensions", "callee": "$clamp", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L87", "receiver": null}, {"caller_nid": "entity_rate_rate_setdimensions", "callee": "$clamp", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L88", "receiver": null}, {"caller_nid": "entity_rate_rate_setdimensions", "callee": "$clamp", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L89", "receiver": null}, {"caller_nid": "entity_rate_rate_setdimensions", "callee": "$clamp", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L90", "receiver": null}, {"caller_nid": "entity_rate_rate_setdimensions", "callee": "$clamp", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L91", "receiver": null}, {"caller_nid": "entity_rate_rate_setdimensions", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php", "source_location": "L92", "receiver": null}]}