Files
clinicpro/graphify-out/cache/ast/v0.8.44/ceeb805e0c7b31667951aecd83fb906444470d2156682dd0161acdfa854bea0f.json
T
hamed 8a69ed8d91 Add AST JSON representation for DoctorSecretary entity
- Created a new JSON file containing the abstract syntax tree (AST) for the DoctorSecretary.php entity.
- Included nodes representing the class, its methods, and properties with their respective source locations.
- Established edges to illustrate relationships such as imports, references, and method calls within the entity.
2026-07-23 16:37:12 +03:30

1 line
123 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "label": "InsuranceController.php", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L1"}, {"id": "controller_insurancecontroller_insurancecontroller", "label": "InsuranceController", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L32"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_insurancecontroller_insurancecontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L35"}, {"id": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "label": ".resolveTargetEntity()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L59"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L59"}, {"id": "controller_insurancecontroller_insurancecontroller_resolveentity", "label": ".resolveEntity()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L89"}, {"id": "controller_insurancecontroller_insurancecontroller_list", "label": ".list()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L96"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L96"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L96"}, {"id": "controller_insurancecontroller_insurancecontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L111"}, {"id": "controller_insurancecontroller_insurancecontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L136"}, {"id": "controller_insurancecontroller_insurancecontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L158"}, {"id": "controller_insurancecontroller_insurancecontroller_adminlist", "label": ".adminList()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L171"}, {"id": "controller_insurancecontroller_insurancecontroller_uploadlogo", "label": ".uploadLogo()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L205"}, {"id": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "label": ".getInsurancePricing()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L253"}, {"id": "controller_insurancecontroller_insurancecontroller_pricingpayload", "label": ".pricingPayload()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L269"}, {"id": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "label": ".saveInsurancePricing()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L303"}, {"id": "controller_insurancecontroller_insurancecontroller_upsertpricing", "label": ".upsertPricing()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L358"}, {"id": "entityinsurancepricing", "label": "EntityInsurancePricing", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L358"}, {"id": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "label": ".listTenantInsurances()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L373"}, {"id": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "label": ".activateTenantInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L404"}, {"id": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "label": ".updateTenantInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L440"}, {"id": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "label": ".deactivateTenantInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L486"}, {"id": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "label": ".listServiceCoverage()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L506"}, {"id": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "label": ".setServiceCoverage()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L537"}, {"id": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "label": ".addDoctorInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L583"}, {"id": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "label": ".showDoctorInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L624"}, {"id": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "label": ".updateDoctorInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L641"}, {"id": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "label": ".deleteDoctorInsurance()", "file_type": "code", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L664"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "serviceitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "doctorinsurance", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "entityinsurancepricing", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "insurance", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "insurancetype", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "tenantinsurance", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "doctorinsurancerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "entityinsurancepricingrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "insurancerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "tenantinsurancerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "tenantservicecoveragerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "tenantinsuranceservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "secretaryaccesschecker", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "filevalidatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L27", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L28", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L29", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L30", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_controller_insurancecontroller_php", "target": "controller_insurancecontroller_insurancecontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L32", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L33", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L35", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L59", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_resolveentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L89", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_resolveentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L89", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L96", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_list", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L96", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_list", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L96", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L111", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L111", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L136", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L136", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L136", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L158", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L158", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_adminlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L171", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_adminlist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L171", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_adminlist", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L171", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_uploadlogo", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L205", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_uploadlogo", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L205", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_uploadlogo", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L205", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L253", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L253", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L253", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L253", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_pricingpayload", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L269", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L303", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L303", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L303", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L303", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_upsertpricing", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L358", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_upsertpricing", "target": "entityinsurancepricing", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L358", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L373", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L373", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L373", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L373", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L404", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L404", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L404", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L404", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L440", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L440", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L440", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L440", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L486", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L486", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L486", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L486", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L506", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L506", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L506", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L506", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L537", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L537", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L537", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L537", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L583", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L583", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L583", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L583", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L624", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L624", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L624", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L641", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L641", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L641", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L641", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller", "target": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L664", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L664", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L664", "weight": 1.0, "context": "return_type"}, {"source": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "target": "controller_insurancecontroller_insurancecontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L62", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "target": "entityinsurancepricing", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L72", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L258", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "target": "controller_insurancecontroller_insurancecontroller_pricingpayload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L266", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L310", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "target": "controller_insurancecontroller_insurancecontroller_upsertpricing", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L334", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "target": "controller_insurancecontroller_insurancecontroller_pricingpayload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L355", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L378", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L411", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L447", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L491", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L511", "weight": 1.0}, {"source": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "target": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Controller/InsuranceController.php", "source_location": "L544", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L66", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L68", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L71", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L71", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L71", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L71", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L72", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L75", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "can", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L76", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L77", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolvetargetentity", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L81", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolveentity", "callee": "toLegacyTuple", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_resolveentity", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L99", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_list", "callee": "InsuranceType", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L102", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_list", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_list", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_list", "callee": "findActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_list", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L116", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "InsuranceType", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L123", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L125", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L129", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "setLogoUrl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L129", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L130", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L130", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L132", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L133", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L133", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L142", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L147", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "InsuranceType", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "setType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "setLogoUrl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_delete", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L167", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L168", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L175", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L176", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L180", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L188", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L188", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L191", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L191", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L197", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L198", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adminlist", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L198", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L211", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L216", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "sys_get_temp_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L219", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L219", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "file_put_contents", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "sanitizeFilename", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "detectMimeType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L224", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "is_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "mkdir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L231", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "rename", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "setLogoUrl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L235", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L236", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L238", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L240", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L240", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L243", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "file_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "unlink", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L247", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_uploadlogo", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L247", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L257", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L258", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L263", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_getinsurancepricing", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L271", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "isFreeVisit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getPatientShareRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L278", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "isRequireVisitPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L279", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getInsuranceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getPatientShareRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L285", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L287", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L288", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L289", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_pricingpayload", "callee": "findActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L292", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L307", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L308", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L308", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L315", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "findOneForInsurance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L318", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L320", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L324", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L329", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L332", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L332", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "setRequireVisitPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L334", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L339", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L343", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "findOneForInsurance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L344", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L346", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L353", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L353", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_saveinsurancepricing", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L355", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_upsertpricing", "callee": "findOneForInsurance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L360", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_upsertpricing", "callee": "setPatientShareRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L364", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_upsertpricing", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L377", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L378", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L383", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "findLatestByTenant", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L386", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "findActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L389", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L390", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L390", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L390", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L393", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L394", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "getInsuranceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "getKind", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "getInsuranceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listtenantinsurances", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L401", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L408", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L409", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L409", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L416", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L419", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L421", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "activate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L424", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L430", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L432", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L433", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L434", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L437", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_activatetenantinsurance", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L437", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L444", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L445", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L445", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L452", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L453", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L453", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L454", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L457", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setCoveragePercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L458", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L460", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setFranchiseRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L461", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L463", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setAnnualCeilingRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L464", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setKind", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L467", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L469", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setEffectiveFrom", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L470", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L472", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setEffectiveTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L473", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L477", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L478", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L481", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L483", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatetenantinsurance", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L483", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L490", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L491", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L496", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L498", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "deactivate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L501", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deactivatetenantinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L503", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L510", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L516", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "findByContract", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L521", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L521", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "getServiceItemId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "findUuidsByIds", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L526", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L528", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L529", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "getServiceItemId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L530", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_listservicecoverage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L534", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L541", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L542", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L542", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L549", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L550", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L550", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L551", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L554", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L555", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L556", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L556", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L559", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getSection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L562", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L563", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L563", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L564", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L567", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L574", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L575", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_setservicecoverage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L578", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L587", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L588", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L588", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L593", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L596", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L598", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L602", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L605", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L607", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L610", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L612", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L616", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "setPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L617", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L620", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L621", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_adddoctorinsurance", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L621", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L628", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L629", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L631", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L635", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L638", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_showdoctorinsurance", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L638", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L645", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L646", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L648", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L651", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L651", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L651", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L651", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L651", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L652", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L655", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L655", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L656", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "setPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L657", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L660", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L661", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_updatedoctorinsurance", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L661", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L668", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L669", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L671", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L675", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L678", "receiver": null}, {"caller_nid": "controller_insurancecontroller_insurancecontroller_deletedoctorinsurance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php", "source_location": "L679", "receiver": null}]}