- Created JSON representation for VisitPriceRequirementResolver.php, including nodes and edges for methods and imports. - Added AST cache for migrations/Version20260717093000.php, detailing methods and their relationships. - Introduced AST cache for DiscountRuleRepository.php, capturing methods, imports, and their interactions.
1 line
86 KiB
JSON
1 line
86 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "label": "PatientService.php", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L1"}, {"id": "service_patientservice_patientservice", "label": "PatientService", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L33"}, {"id": "service_patientservice_patientservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L35"}, {"id": "service_patientservice_patientservice_logsessionchange", "label": ".logSessionChange()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L58"}, {"id": "patientsession", "label": "PatientSession", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L58"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L58"}, {"id": "service_patientservice_patientservice_servicessummary", "label": ".servicesSummary()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L68"}, {"id": "service_patientservice_patientservice_consumablessummary", "label": ".consumablesSummary()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L77"}, {"id": "service_patientservice_patientservice_calculatefinalprice", "label": ".calculateFinalPrice()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L93"}, {"id": "service_patientservice_patientservice_autocreateonappointmentconfirm", "label": ".autoCreateOnAppointmentConfirm()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L125"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L125"}, {"id": "service_patientservice_patientservice_autocreateforentity", "label": ".autoCreateForEntity()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L150"}, {"id": "service_patientservice_patientservice_createsession", "label": ".createSession()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L195"}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L195"}, {"id": "service_patientservice_patientservice_updatesessionservices", "label": ".updateSessionServices()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L301"}, {"id": "service_patientservice_patientservice_updatepayment", "label": ".updatePayment()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L396"}, {"id": "sessionpayment", "label": "SessionPayment", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L396"}, {"id": "service_patientservice_patientservice_deletepayment", "label": ".deletePayment()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L436"}, {"id": "service_patientservice_patientservice_recomputesettlement", "label": ".recomputeSettlement()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L451"}, {"id": "service_patientservice_patientservice_applydiscount", "label": ".applyDiscount()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L472"}, {"id": "service_patientservice_patientservice_applydiscountrule", "label": ".applyDiscountRule()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515"}, {"id": "discountrule", "label": "DiscountRule", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515"}, {"id": "service_patientservice_patientservice_persistdiscount", "label": ".persistDiscount()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L526"}, {"id": "service_patientservice_patientservice_addsessionpayment", "label": ".addSessionPayment()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L546"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "billingcalculator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "money", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "serviceitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "entityinsurancepricingrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "tenantinsuranceservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "inventoryitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "inventorypackagerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "doctoraddressrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "patientrecord", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "patientsession", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "sessionconsumable", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "sessionpayment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "sessionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "patientrecordrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "patientsessionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "sessionconsumablerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "sessionpaymentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "sessionservicerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "walletservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L27", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L28", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L29", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "clinicstaffrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L30", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "subscriptionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L31", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "service_patientservice_patientservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L33", "weight": 1.0}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L35", "weight": 1.0}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_logsessionchange", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L58", "weight": 1.0}, {"source": "service_patientservice_patientservice_logsessionchange", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L58", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_logsessionchange", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L58", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_servicessummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L68", "weight": 1.0}, {"source": "service_patientservice_patientservice_servicessummary", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L68", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_consumablessummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L77", "weight": 1.0}, {"source": "service_patientservice_patientservice_consumablessummary", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L77", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_calculatefinalprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L93", "weight": 1.0}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_autocreateonappointmentconfirm", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L125", "weight": 1.0}, {"source": "service_patientservice_patientservice_autocreateonappointmentconfirm", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L125", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_autocreateforentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L150", "weight": 1.0}, {"source": "service_patientservice_patientservice_autocreateforentity", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L150", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_createsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L195", "weight": 1.0}, {"source": "service_patientservice_patientservice_createsession", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L195", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_createsession", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L195", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_updatesessionservices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L301", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L301", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L301", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L301", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_updatepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L396", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatepayment", "target": "sessionpayment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L396", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_updatepayment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L396", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_updatepayment", "target": "sessionpayment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L396", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_deletepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L436", "weight": 1.0}, {"source": "service_patientservice_patientservice_deletepayment", "target": "sessionpayment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L436", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_deletepayment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L436", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_recomputesettlement", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L451", "weight": 1.0}, {"source": "service_patientservice_patientservice_recomputesettlement", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L451", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_applydiscount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L472", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscount", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L472", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_applydiscount", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L472", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_applydiscount", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L472", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_applydiscountrule", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscountrule", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_applydiscountrule", "target": "discountrule", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_applydiscountrule", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_applydiscountrule", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L515", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_persistdiscount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L526", "weight": 1.0}, {"source": "service_patientservice_patientservice_persistdiscount", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L526", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_persistdiscount", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L526", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_addsessionpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L546", "weight": 1.0}, {"source": "service_patientservice_patientservice_addsessionpayment", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L546", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_addsessionpayment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L546", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_addsessionpayment", "target": "sessionpayment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L546", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice_autocreateonappointmentconfirm", "target": "service_patientservice_patientservice_autocreateforentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L130", "weight": 1.0}, {"source": "service_patientservice_patientservice_createsession", "target": "service_patientservice_patientservice_calculatefinalprice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L243", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "service_patientservice_patientservice_servicessummary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L305", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "service_patientservice_patientservice_consumablessummary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L306", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "service_patientservice_patientservice_calculatefinalprice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L358", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "service_patientservice_patientservice_recomputesettlement", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L373", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "service_patientservice_patientservice_logsessionchange", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L385", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatepayment", "target": "sessionpayment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Patient/Service/PatientService.php", "source_location": "L417", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatepayment", "target": "service_patientservice_patientservice_recomputesettlement", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L426", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatepayment", "target": "service_patientservice_patientservice_logsessionchange", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L427", "weight": 1.0}, {"source": "service_patientservice_patientservice_deletepayment", "target": "service_patientservice_patientservice_recomputesettlement", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L446", "weight": 1.0}, {"source": "service_patientservice_patientservice_deletepayment", "target": "service_patientservice_patientservice_logsessionchange", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L447", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscount", "target": "service_patientservice_patientservice_logsessionchange", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L479", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscount", "target": "service_patientservice_patientservice_persistdiscount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L506", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscountrule", "target": "service_patientservice_patientservice_persistdiscount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L521", "weight": 1.0}, {"source": "service_patientservice_patientservice_persistdiscount", "target": "service_patientservice_patientservice_logsessionchange", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L537", "weight": 1.0}, {"source": "service_patientservice_patientservice_addsessionpayment", "target": "sessionpayment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Patient/Service/PatientService.php", "source_location": "L553", "weight": 1.0}, {"source": "service_patientservice_patientservice_addsessionpayment", "target": "service_patientservice_patientservice_logsessionchange", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L593", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_patientservice_patientservice_logsessionchange", "callee": "setActor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L61", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_logsessionchange", "callee": "resolveActorName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L61", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_logsessionchange", "callee": "setValues", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L62", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_logsessionchange", "callee": "setNote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L63", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_logsessionchange", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L64", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_servicessummary", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L70", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_servicessummary", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L71", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_servicessummary", "callee": "getQuantity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L71", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_servicessummary", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L72", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_servicessummary", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L72", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_servicessummary", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L74", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_consumablessummary", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L79", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_consumablessummary", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L80", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_consumablessummary", "callee": "getQuantity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L80", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_consumablessummary", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L81", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_consumablessummary", "callee": "getConsumables", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L81", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_consumablessummary", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L83", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_calculatefinalprice", "callee": "coverageRuleForService", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L112", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_calculatefinalprice", "callee": "coverageRuleForService", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L113", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_calculatefinalprice", "callee": "calculateItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L114", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L127", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "getAddressId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L134", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L136", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L139", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L140", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L141", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "hasFeature", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L152", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L156", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "findByEntityAndUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L158", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L161", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "setSessionAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L167", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L167", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L170", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "findOneForInsurance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L171", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "setVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L173", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getServiceItems", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L178", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getLineTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L181", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "setServicesTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L184", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "setFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L185", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L187", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L190", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "addService", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L191", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "findOneForInsurance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L201", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L208", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setInsuranceBaseId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L212", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L212", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setInsuranceSupplementaryId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L213", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L213", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L214", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setBaseInsuranceDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L215", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setSupplementaryDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L216", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L217", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setNotes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L218", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L221", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setSessionAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L222", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L226", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L227", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L228", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L228", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setInventoryPackage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L229", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L236", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L239", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L239", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L244", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getBaseInsuranceDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L245", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getSupplementaryDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L246", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getInsuranceBaseId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L250", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getInsuranceSupplementaryId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L251", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setServicesTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L254", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L261", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L262", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L262", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L267", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L270", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L272", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L277", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "addConsumable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L278", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L283", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L287", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L287", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L290", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "addService", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L291", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L304", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getServicesTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L307", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L308", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L312", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L312", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L313", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setInsuranceBaseId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L313", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L314", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setInsuranceSupplementaryId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L314", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L315", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setBaseInsuranceDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L315", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L316", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setSupplementaryDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L316", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L317", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setNotes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L317", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L318", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setSessionAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L318", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L321", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L322", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L322", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L323", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "removeElement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L324", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L324", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L327", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L329", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L329", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L332", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "addService", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L333", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L338", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L339", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getConsumables", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L339", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L340", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "removeElement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L341", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getConsumables", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L341", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L344", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L345", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L345", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L348", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "addConsumable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L349", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L354", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getServiceItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getLineTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L356", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L356", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L359", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getBaseInsuranceDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L360", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getSupplementaryDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L361", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getInsuranceBaseId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L365", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getInsuranceSupplementaryId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L366", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setServicesTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L368", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L369", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getConsumablesTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L369", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L370", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L377", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getServicesTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L380", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L381", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getSession", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L398", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L399", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L403", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L404", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getPaidTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L409", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L410", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getDiscountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L410", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L415", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L417", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "setMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L420", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "setAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L422", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L423", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "setPaidAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L423", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L424", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_deletepayment", "callee": "getSession", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L438", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_deletepayment", "callee": "getMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L439", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_deletepayment", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L442", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_deletepayment", "callee": "removeElement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L443", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_deletepayment", "callee": "getPayments", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L443", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_deletepayment", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L444", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "getRemainingRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L453", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "getPaidTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L453", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "getPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L454", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "setPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L455", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "getPaidAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L457", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "setPaidAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L458", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L458", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "setPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L461", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "setPaidAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L462", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_recomputesettlement", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L464", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscount", "callee": "getDiscountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L475", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscount", "callee": "setDiscount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L476", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscount", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L477", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscount", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L484", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscount", "callee": "getFinalPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L488", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscount", "callee": "getPaidTotalRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L502", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscountrule", "callee": "computeForRule", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L517", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscountrule", "callee": "getDiscountType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L521", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscountrule", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L521", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscountrule", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L521", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_applydiscountrule", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L521", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "getDiscountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L528", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "setDiscount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L529", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "getRemainingRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L530", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "getPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L530", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "setPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L532", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "setPaidAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L533", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L533", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_persistdiscount", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L535", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L553", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "getRemainingRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L560", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L566", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L566", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L566", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L567", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L568", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L568", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L570", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "withdraw", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L571", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L572", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "getRecord", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L572", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L577", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "setCreatedByName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L582", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "setCreatedBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L582", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "resolveActorName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L583", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L584", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "addPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L585", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "getRemainingRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L587", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "setPaymentMethod", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L588", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "setPaidAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L589", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L589", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L591", "receiver": null}]} |