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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "label": "PatientRecord.php", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L1"}, {"id": "entity_patientrecord_patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L12"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L31"}, {"id": "collection", "label": "Collection", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L44"}, {"id": "entity_patientrecord_patientrecord_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L47"}, {"id": "entity_patientrecord_patientrecord_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L59"}, {"id": "entity_patientrecord_patientrecord_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L60"}, {"id": "entity_patientrecord_patientrecord_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L61"}, {"id": "entity_patientrecord_patientrecord_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L62"}, {"id": "entity_patientrecord_patientrecord_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L63"}, {"id": "entity_patientrecord_patientrecord_getcreatedbytype", "label": ".getCreatedByType()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L64"}, {"id": "entity_patientrecord_patientrecord_getcreatedbyid", "label": ".getCreatedById()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L65"}, {"id": "entity_patientrecord_patientrecord_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L66"}, {"id": "entity_patientrecord_patientrecord_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L68"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "patientrecordrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "arraycollection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "collection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientrecord_php", "target": "entity_patientrecord_patientrecord", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L12", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "entity_patientrecord_patientrecord", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L44", "weight": 1.0, "context": "field"}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L47", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getentitytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getentityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L63", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getcreatedbytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getcreatedbyid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord", "target": "entity_patientrecord_patientrecord_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_patientrecord_patientrecord_toarray", "target": "entity_patientrecord_patientrecord_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L74", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_patientrecord_patientrecord_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php", "source_location": "L49", "receiver": null}, {"caller_nid": "entity_patientrecord_patientrecord_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php", "source_location": "L49", "receiver": null}, {"caller_nid": "entity_patientrecord_patientrecord_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php", "source_location": "L55", "receiver": null}, {"caller_nid": "entity_patientrecord_patientrecord_toarray", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php", "source_location": "L75", "receiver": null}, {"caller_nid": "entity_patientrecord_patientrecord_toarray", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php", "source_location": "L76", "receiver": null}, {"caller_nid": "entity_patientrecord_patientrecord_toarray", "callee": "getNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php", "source_location": "L77", "receiver": null}]}