Files
clinicpro/graphify-out/cache/ast/v0.8.44/822735aad0a3d8ea927b5c50c65b907438424cd01701ea1905302918f615b5da.json
T

1 line
42 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "label": "InvoiceRepository.php", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L1"}, {"id": "repository_invoicerepository_invoicerepository", "label": "InvoiceRepository", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L15"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_invoicerepository_invoicerepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L17"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L17"}, {"id": "repository_invoicerepository_invoicerepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L22"}, {"id": "invoice", "label": "Invoice", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L22"}, {"id": "repository_invoicerepository_invoicerepository_findbysession", "label": ".findBySession()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L27"}, {"id": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "label": ".findFinalizedInsuredWithoutClaims()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L38"}, {"id": "repository_invoicerepository_invoicerepository_tenantinvoices", "label": ".tenantInvoices()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L62"}, {"id": "repository_invoicerepository_invoicerepository_paidsumdql", "label": ".paidSumDql()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L95"}, {"id": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "label": ".paymentsForInvoices()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L112"}, {"id": "repository_invoicerepository_invoicerepository_counttenantinvoices", "label": ".countTenantInvoices()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L156"}, {"id": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "label": ".tenantInvoiceSummary()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L171"}, {"id": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "label": ".patientInvoiceSummary()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L182"}, {"id": "repository_invoicerepository_invoicerepository_summarize", "label": ".summarize()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L200"}, {"id": "querybuilder", "label": "QueryBuilder", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L200"}, {"id": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "label": ".tenantInvoicesQuery()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L232"}, {"id": "repository_invoicerepository_invoicerepository_invoicesforpatient", "label": ".invoicesForPatient()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L276"}, {"id": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "label": ".patientInvoicesQuery()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L286"}, {"id": "repository_invoicerepository_invoicerepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L299"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "invoice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "invoicepaymentstatus", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "patientrecord", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "sessionpayment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "userprofile", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "join", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "querybuilder", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "repository_invoicerepository_invoicerepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_findbyuuid", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_findbysession", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L27", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_findbysession", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L27", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L38", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_tenantinvoices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L62", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_paidsumdql", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L95", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L112", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_counttenantinvoices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L156", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L171", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L182", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_summarize", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L200", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_summarize", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L200", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L232", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L232", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_invoicesforpatient", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L276", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L286", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L286", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L299", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_save", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L299", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoicerepository_invoicerepository_construct", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L19", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L48", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoices", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_counttenantinvoices", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L158", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "target": "repository_invoicerepository_invoicerepository_summarize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L173", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L173", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "target": "repository_invoicerepository_invoicerepository_summarize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L184", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "target": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L184", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L245", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_invoicesforpatient", "target": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L278", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L296", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_invoicerepository_invoicerepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findbysession", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findfinalizedinsuredwithoutclaims", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L77", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "InvoicePaymentStatus", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L85", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paidsumdql", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L97", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getPatientSessionId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L116", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L118", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L133", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_counttenantinvoices", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L158", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_counttenantinvoices", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L158", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_counttenantinvoices", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L158", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L202", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L202", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L202", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L204", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L206", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L206", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L228", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L234", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L247", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L251", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L252", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L252", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L255", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L255", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L259", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L259", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L259", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L260", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L260", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L262", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L263", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L265", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L265", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L265", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L278", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L278", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L278", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L278", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L278", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L301", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L301", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L303", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L303", "receiver": null}]}