Files
clinicpro/graphify-out/cache/ast/v0.8.44/019a0940a2f1046899592dd11c3a189203ee6c8e8e7814fac5523fbb05394e7f.json
T

1 line
97 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": "L36"}, {"id": "service_patientservice_patientservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L38"}, {"id": "service_patientservice_patientservice_logsessionchange", "label": ".logSessionChange()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L63"}, {"id": "patientsession", "label": "PatientSession", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L63"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L63"}, {"id": "service_patientservice_patientservice_servicessummary", "label": ".servicesSummary()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L73"}, {"id": "service_patientservice_patientservice_consumablessummary", "label": ".consumablesSummary()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L82"}, {"id": "service_patientservice_patientservice_calculatefinalprice", "label": ".calculateFinalPrice()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L104"}, {"id": "servicecategory", "label": "ServiceCategory", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L104"}, {"id": "service_patientservice_patientservice_contractpercent", "label": ".contractPercent()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L157"}, {"id": "service_patientservice_patientservice_autocreateonappointmentconfirm", "label": ".autoCreateOnAppointmentConfirm()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L174"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L174"}, {"id": "service_patientservice_patientservice_autocreateforentity", "label": ".autoCreateForEntity()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L186"}, {"id": "service_patientservice_patientservice_createsession", "label": ".createSession()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L274"}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L274"}, {"id": "service_patientservice_patientservice_updatesessionservices", "label": ".updateSessionServices()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L387"}, {"id": "service_patientservice_patientservice_updatepayment", "label": ".updatePayment()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L492"}, {"id": "sessionpayment", "label": "SessionPayment", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L492"}, {"id": "service_patientservice_patientservice_deletepayment", "label": ".deletePayment()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L531"}, {"id": "service_patientservice_patientservice_recomputesettlement", "label": ".recomputeSettlement()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L546"}, {"id": "service_patientservice_patientservice_applydiscount", "label": ".applyDiscount()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L567"}, {"id": "service_patientservice_patientservice_applydiscountrule", "label": ".applyDiscountRule()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L610"}, {"id": "discountrule", "label": "DiscountRule", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L610"}, {"id": "service_patientservice_patientservice_persistdiscount", "label": ".persistDiscount()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L621"}, {"id": "service_patientservice_patientservice_addsessionpayment", "label": ".addSessionPayment()", "file_type": "code", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L641"}], "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": "appointmentinsuranceservice", "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": "userrepository", "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": "billingcalculator", "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": "money", "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": "serviceitemrepository", "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": "clinicrepository", "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": "servicecategory", "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": "entityinsurancepricingrepository", "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": "tenantinsuranceservice", "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": "inventoryitemrepository", "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": "inventorypackagerepository", "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": "doctoraddressrepository", "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": "user", "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": "patientrecord", "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": "patientsession", "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": "sessionconsumable", "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": "sessionpayment", "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": "sessionservice", "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": "patientrecordrepository", "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": "patientsessionrepository", "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": "sessionconsumablerepository", "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": "sessionpaymentrepository", "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": "sessionservicerepository", "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": "walletservice", "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": "errorcodes", "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": "appexception", "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": "clinicstaffrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L32", "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": "L33", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_service_patientservice_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L34", "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": "L36", "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": "L38", "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": "L63", "weight": 1.0}, {"source": "service_patientservice_patientservice_logsessionchange", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L63", "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": "L63", "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": "L73", "weight": 1.0}, {"source": "service_patientservice_patientservice_servicessummary", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L73", "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": "L82", "weight": 1.0}, {"source": "service_patientservice_patientservice_consumablessummary", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L82", "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": "L104", "weight": 1.0}, {"source": "service_patientservice_patientservice_calculatefinalprice", "target": "servicecategory", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L104", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_contractpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L157", "weight": 1.0}, {"source": "service_patientservice_patientservice_contractpercent", "target": "servicecategory", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L157", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_autocreateonappointmentconfirm", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L174", "weight": 1.0}, {"source": "service_patientservice_patientservice_autocreateonappointmentconfirm", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L174", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_autocreateonappointmentconfirm", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L174", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_autocreateforentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L186", "weight": 1.0}, {"source": "service_patientservice_patientservice_autocreateforentity", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L186", "weight": 1.0, "context": "parameter_type"}, {"source": "service_patientservice_patientservice_autocreateforentity", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L186", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice", "target": "service_patientservice_patientservice_createsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L274", "weight": 1.0}, {"source": "service_patientservice_patientservice_createsession", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L274", "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": "L274", "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": "L387", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L387", "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": "L387", "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": "L387", "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": "L492", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatepayment", "target": "sessionpayment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L492", "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": "L492", "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": "L492", "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": "L531", "weight": 1.0}, {"source": "service_patientservice_patientservice_deletepayment", "target": "sessionpayment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L531", "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": "L531", "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": "L546", "weight": 1.0}, {"source": "service_patientservice_patientservice_recomputesettlement", "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", "target": "service_patientservice_patientservice_applydiscount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L567", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscount", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L567", "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": "L567", "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": "L567", "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": "L610", "weight": 1.0}, {"source": "service_patientservice_patientservice_applydiscountrule", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L610", "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": "L610", "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": "L610", "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": "L610", "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": "L621", "weight": 1.0}, {"source": "service_patientservice_patientservice_persistdiscount", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L621", "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": "L621", "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": "L641", "weight": 1.0}, {"source": "service_patientservice_patientservice_addsessionpayment", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L641", "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": "L641", "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": "L641", "weight": 1.0, "context": "return_type"}, {"source": "service_patientservice_patientservice_calculatefinalprice", "target": "servicecategory", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Patient/Service/PatientService.php", "source_location": "L113", "weight": 1.0}, {"source": "service_patientservice_patientservice_contractpercent", "target": "servicecategory", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Patient/Service/PatientService.php", "source_location": "L164", "weight": 1.0}, {"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": "L182", "weight": 1.0}, {"source": "service_patientservice_patientservice_autocreateforentity", "target": "service_patientservice_patientservice_contractpercent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L241", "weight": 1.0}, {"source": "service_patientservice_patientservice_autocreateforentity", "target": "service_patientservice_patientservice_calculatefinalprice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L244", "weight": 1.0}, {"source": "service_patientservice_patientservice_createsession", "target": "servicecategory", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L293", "weight": 1.0}, {"source": "service_patientservice_patientservice_createsession", "target": "service_patientservice_patientservice_contractpercent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L296", "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": "L324", "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": "L391", "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": "L392", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "servicecategory", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L401", "weight": 1.0}, {"source": "service_patientservice_patientservice_updatesessionservices", "target": "service_patientservice_patientservice_contractpercent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Service/PatientService.php", "source_location": "L446", "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": "L449", "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": "L469", "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": "L481", "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": "L512", "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": "L521", "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": "L522", "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": "L541", "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": "L542", "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": "L574", "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": "L601", "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": "L616", "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": "L632", "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": "L650", "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": "L692", "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": "L66", "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": "L66", "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": "L67", "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": "L68", "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": "L69", "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": "L75", "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": "L76", "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": "L76", "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": "L77", "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": "L77", "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": "L79", "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": "L84", "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": "L85", "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": "L85", "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": "L86", "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": "L86", "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": "L88", "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": "L119", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_calculatefinalprice", "callee": "coverageRule", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L121", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_calculatefinalprice", "callee": "coverageRule", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L122", "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": "L133", "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": "L135", "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": "L136", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_contractpercent", "callee": "coverageRule", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L163", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateonappointmentconfirm", "callee": "getClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L176", "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": "L179", "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": "L180", "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": "L180", "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": "L188", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "info", "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_autocreateforentity", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L194", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "findByAppointmentAndEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L200", "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": "L205", "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": "L207", "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": "L210", "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": "L216", "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": "L216", "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": "L219", "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": "L220", "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": "L222", "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": "L227", "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": "L230", "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": "L233", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "effectiveCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L237", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "setInsuranceServiceCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L238", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "setInsuranceBaseId", "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_autocreateforentity", "callee": "getInsuranceBaseId", "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_autocreateforentity", "callee": "setBaseInsuranceDiscountPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L240", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getInsuranceBaseId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L241", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "array_map", "is_member_call": false, "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_autocreateforentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L247", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getServiceItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L247", "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": "L247", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "getInsuranceBaseId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L252", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_autocreateforentity", "callee": "applyShares", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L257", "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": "L264", "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": "L267", "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": "L268", "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": "L280", "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": "setInsuranceBaseId", "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_createsession", "callee": "isset", "is_member_call": false, "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_createsession", "callee": "setInsuranceSupplementaryId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L292", "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": "L292", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "setInsuranceServiceCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L293", "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": "L294", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "getInsuranceServiceCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L295", "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": "L296", "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": "L296", "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": "L297", "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": "L297", "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": "L298", "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": "L299", "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": "L302", "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": "L303", "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": "L307", "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": "L308", "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": "L309", "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": "L309", "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": "L310", "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": "L317", "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": "L320", "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": "L320", "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": "L325", "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": "L329", "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": "L330", "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": "L334", "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": "L341", "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": "L342", "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": "L342", "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": "L347", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_createsession", "callee": "applyShares", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L351", "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": "L358", "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": "L363", "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": "L364", "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": "L369", "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": "L373", "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": "L373", "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": "L376", "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": "L377", "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": "L390", "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": "L393", "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": "L394", "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": "L398", "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": "L398", "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": "L399", "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": "L399", "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": "L400", "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": "L400", "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": "L401", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "setInsuranceServiceCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L401", "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": "L402", "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": "L402", "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": "L403", "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": "L403", "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": "L404", "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": "L404", "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": "L405", "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": "L405", "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": "L408", "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": "L409", "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": "L409", "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": "L410", "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": "L411", "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": "L411", "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": "L414", "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": "L416", "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": "L416", "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": "L419", "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": "L420", "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": "L425", "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": "L426", "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": "L426", "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": "L427", "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": "L428", "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": "L428", "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": "L431", "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": "L432", "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": "L432", "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": "L435", "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": "L436", "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": "L441", "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": "L442", "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": "L442", "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": "L442", "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": "L443", "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": "L443", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "getInsuranceServiceCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L445", "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": "L446", "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": "L446", "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": "L447", "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": "L447", "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": "L450", "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": "L454", "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": "L455", "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": "L458", "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": "L459", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatesessionservices", "callee": "applyShares", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L460", "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": "L466", "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": "L473", "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": "L476", "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": "L477", "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": "L494", "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": "L495", "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": "L499", "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": "L500", "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": "L505", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_updatepayment", "callee": "getPayableRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L506", "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": "L510", "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": "L512", "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": "L515", "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": "L517", "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": "L518", "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": "L518", "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": "L519", "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": "L533", "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": "L534", "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": "L537", "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": "L538", "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": "L538", "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": "L539", "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": "L548", "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": "L548", "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": "L549", "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": "L550", "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": "L552", "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": "L553", "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": "L553", "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": "L556", "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": "L557", "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": "L559", "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": "L570", "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": "L571", "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": "L572", "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": "L579", "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": "L583", "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": "L597", "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": "L612", "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": "L616", "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": "L616", "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": "L616", "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": "L616", "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": "L623", "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": "L624", "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": "L625", "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": "L625", "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": "L627", "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": "L628", "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": "L628", "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": "L630", "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": "L650", "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": "L657", "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": "L663", "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": "L663", "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": "L663", "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": "L664", "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": "L665", "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": "L665", "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": "L667", "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": "L668", "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": "L669", "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": "L669", "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": "L674", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "setReference", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L679", "receiver": null}, {"caller_nid": "service_patientservice_patientservice_addsessionpayment", "callee": "setPaymentMethodUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php", "source_location": "L679", "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": "L679", "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": "L679", "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": "L680", "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": "L683", "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": "L684", "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": "L686", "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": "L687", "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": "L688", "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": "L688", "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": "L690", "receiver": null}]}