- 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.
1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "label": "SessionService.php", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L1"}, {"id": "entity_sessionservice_sessionservice", "label": "SessionService", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L11"}, {"id": "patientsession", "label": "PatientSession", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L23"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L27"}, {"id": "clinicstaff", "label": "ClinicStaff", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L31"}, {"id": "entity_sessionservice_sessionservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L44"}, {"id": "entity_sessionservice_sessionservice_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L55"}, {"id": "entity_sessionservice_sessionservice_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L56"}, {"id": "entity_sessionservice_sessionservice_getsession", "label": ".getSession()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L57"}, {"id": "entity_sessionservice_sessionservice_getserviceitem", "label": ".getServiceItem()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L58"}, {"id": "entity_sessionservice_sessionservice_getstaff", "label": ".getStaff()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L59"}, {"id": "entity_sessionservice_sessionservice_getpricerials", "label": ".getPriceRials()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L60"}, {"id": "entity_sessionservice_sessionservice_getquantity", "label": ".getQuantity()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L61"}, {"id": "entity_sessionservice_sessionservice_getlinetotalrials", "label": ".getLineTotalRials()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L62"}, {"id": "entity_sessionservice_sessionservice_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L63"}, {"id": "entity_sessionservice_sessionservice_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L65"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "target": "sessionservicerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "target": "clinicstaff", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionservice_php", "target": "entity_sessionservice_sessionservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L11", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "entity_sessionservice_sessionservice", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L27", "weight": 1.0, "context": "field"}, {"source": "entity_sessionservice_sessionservice", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L44", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_construct", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_sessionservice_sessionservice_construct", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_sessionservice_sessionservice_construct", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_getsession", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L57", "weight": 1.0, "context": "return_type"}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getserviceitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_getserviceitem", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L58", "weight": 1.0, "context": "return_type"}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getstaff", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_getstaff", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L59", "weight": 1.0, "context": "return_type"}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getpricerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getquantity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getlinetotalrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice", "target": "entity_sessionservice_sessionservice_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_construct", "target": "entity_sessionservice_sessionservice_getpricerials", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L50", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_toarray", "target": "entity_sessionservice_sessionservice_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_sessionservice_sessionservice_toarray", "target": "entity_sessionservice_sessionservice_getlinetotalrials", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionService.php", "source_location": "L75", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_sessionservice_sessionservice_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php", "source_location": "L46", "receiver": null}, {"caller_nid": "entity_sessionservice_sessionservice_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php", "source_location": "L46", "receiver": null}, {"caller_nid": "entity_sessionservice_sessionservice_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php", "source_location": "L52", "receiver": null}, {"caller_nid": "entity_sessionservice_sessionservice_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php", "source_location": "L70", "receiver": null}]} |