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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "label": "PatientSession.php", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L1"}, {"id": "entity_patientsession_patientsession", "label": "PatientSession", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L12"}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L24"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L28"}, {"id": "collection", "label": "Collection", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L65"}, {"id": "entity_patientsession_patientsession_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L68"}, {"id": "entity_patientsession_patientsession_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L78"}, {"id": "entity_patientsession_patientsession_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L79"}, {"id": "entity_patientsession_patientsession_getrecord", "label": ".getRecord()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L80"}, {"id": "entity_patientsession_patientsession_getappointment", "label": ".getAppointment()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L81"}, {"id": "entity_patientsession_patientsession_getinsurancebaseid", "label": ".getInsuranceBaseId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L82"}, {"id": "entity_patientsession_patientsession_getinsurancesupplementaryid", "label": ".getInsuranceSupplementaryId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L83"}, {"id": "entity_patientsession_patientsession_getservices", "label": ".getServices()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L84"}, {"id": "entity_patientsession_patientsession_addservice", "label": ".addService()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L86"}, {"id": "sessionservice", "label": "SessionService", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L86"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L86"}, {"id": "entity_patientsession_patientsession_getvisitpricerials", "label": ".getVisitPriceRials()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L93"}, {"id": "entity_patientsession_patientsession_getbaseinsurancediscountpercent", "label": ".getBaseInsuranceDiscountPercent()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L94"}, {"id": "entity_patientsession_patientsession_getsupplementarydiscountpercent", "label": ".getSupplementaryDiscountPercent()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L95"}, {"id": "entity_patientsession_patientsession_getservicestotalrials", "label": ".getServicesTotalRials()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L96"}, {"id": "entity_patientsession_patientsession_getfinalpricerials", "label": ".getFinalPriceRials()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L97"}, {"id": "entity_patientsession_patientsession_getpaymentmethod", "label": ".getPaymentMethod()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L98"}, {"id": "entity_patientsession_patientsession_getnotes", "label": ".getNotes()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L99"}, {"id": "entity_patientsession_patientsession_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L100"}, {"id": "entity_patientsession_patientsession_getupdatedat", "label": ".getUpdatedAt()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L101"}, {"id": "entity_patientsession_patientsession_setinsurancebaseid", "label": ".setInsuranceBaseId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L103"}, {"id": "entity_patientsession_patientsession_setinsurancesupplementaryid", "label": ".setInsuranceSupplementaryId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L104"}, {"id": "entity_patientsession_patientsession_setvisitpricerials", "label": ".setVisitPriceRials()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L105"}, {"id": "entity_patientsession_patientsession_setbaseinsurancediscountpercent", "label": ".setBaseInsuranceDiscountPercent()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L106"}, {"id": "entity_patientsession_patientsession_setsupplementarydiscountpercent", "label": ".setSupplementaryDiscountPercent()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L107"}, {"id": "entity_patientsession_patientsession_setservicestotalrials", "label": ".setServicesTotalRials()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L108"}, {"id": "entity_patientsession_patientsession_setfinalpricerials", "label": ".setFinalPriceRials()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L109"}, {"id": "entity_patientsession_patientsession_setpaymentmethod", "label": ".setPaymentMethod()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L110"}, {"id": "entity_patientsession_patientsession_setnotes", "label": ".setNotes()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L111"}, {"id": "entity_patientsession_patientsession_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L113"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "patientsessionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "arraycollection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "collection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientsession_php", "target": "entity_patientsession_patientsession", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L12", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L24", "weight": 1.0, "context": "field"}, {"source": "entity_patientsession_patientsession", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L28", "weight": 1.0, "context": "field"}, {"source": "entity_patientsession_patientsession", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L65", "weight": 1.0, "context": "field"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_patientsession_patientsession_construct", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L68", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientsession_patientsession_construct", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L68", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getrecord", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_patientsession_patientsession_getrecord", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_patientsession_patientsession_getappointment", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L81", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getinsurancebaseid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getinsurancesupplementaryid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getservices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_patientsession_patientsession_getservices", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L84", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_addservice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_patientsession_patientsession_addservice", "target": "sessionservice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L86", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientsession_patientsession_addservice", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L86", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getvisitpricerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getbaseinsurancediscountpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L94", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getsupplementarydiscountpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getservicestotalrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getfinalpricerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getpaymentmethod", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L98", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getnotes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L99", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L100", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_getupdatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setinsurancebaseid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setinsurancebaseid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L103", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setinsurancesupplementaryid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L104", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setinsurancesupplementaryid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L104", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setvisitpricerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L105", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setvisitpricerials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L105", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setbaseinsurancediscountpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L106", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setbaseinsurancediscountpercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L106", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setsupplementarydiscountpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L107", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setsupplementarydiscountpercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L107", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setservicestotalrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L108", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setservicestotalrials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L108", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setfinalpricerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setfinalpricerials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L109", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setpaymentmethod", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setpaymentmethod", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L110", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_setnotes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L111", "weight": 1.0}, {"source": "entity_patientsession_patientsession_setnotes", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L111", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientsession_patientsession", "target": "entity_patientsession_patientsession_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L113", "weight": 1.0}, {"source": "entity_patientsession_patientsession_toarray", "target": "entity_patientsession_patientsession_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L117", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_patientsession_patientsession_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L70", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L70", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L73", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L74", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_addservice", "callee": "contains", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L88", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_addservice", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L89", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setinsurancebaseid", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L103", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setinsurancesupplementaryid", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L104", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setvisitpricerials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L105", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setbaseinsurancediscountpercent", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L106", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setsupplementarydiscountpercent", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L107", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setservicestotalrials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L108", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setfinalpricerials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L109", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setpaymentmethod", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L110", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_setnotes", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L111", "receiver": null}, {"caller_nid": "entity_patientsession_patientsession_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php", "source_location": "L120", "receiver": null}]}