Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 line
34 KiB
JSON
1 line
34 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "label": "ClaimsByPatientTest.php", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L1"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest", "label": "ClaimsByPatientTest", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L22"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L24"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L25"}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L26"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_setup", "label": ".setUp()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L28"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "label": ".invoiceWithClaims()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L44"}, {"id": "invoice", "label": "Invoice", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L44"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "label": ".testAggregatesOneRowPerPatientWithConsistentShares()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L79"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "label": ".testServiceTotalIsNotDoubleCountedWhenAnInvoiceHasTwoClaims()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L95"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", "label": ".testOverallStatusIsMixedWhenClaimsDisagree()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L112"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", "label": ".testStatusFilterNarrowsTheAggregation()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L121"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "label": ".testDetailListsClaimsWithCoverageAndTimeline()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L130"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "label": ".testDetailRefusesARecordOfAnotherTenant()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L145"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "label": ".testSubmitStoresTheTrackingNumberAndLogsTheTransition()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L157"}, {"id": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "label": ".testRejectWithoutAReasonIsRefused()", "file_type": "code", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L176"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "claim", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "claimitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "invoice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "invoiceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "sharebreakdown", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "patientrecord", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_billing_claimsbypatienttest_php", "target": "billing_claimsbypatienttest_claimsbypatienttest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L22", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L22", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L24", "weight": 1.0, "context": "field"}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L28", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L44", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L44", "weight": 1.0, "context": "return_type"}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L79", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L95", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L112", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L121", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L130", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L145", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L157", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest", "target": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L176", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L81", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L98", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L114", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L123", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L132", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L159", "weight": 1.0}, {"source": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L178", "weight": 1.0}], "raw_calls": [{"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L32", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_setup", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "setPatientRecordId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L49", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L49", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "addItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "recalculateTotals", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L52", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L53", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L54", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L55", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "addItem", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "submit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L65", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "approve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L68", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "pay", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L71", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L74", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L83", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L84", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L84", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L85", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L106", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L116", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L118", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L127", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L141", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L142", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L147", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L149", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L150", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L163", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L171", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L172", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", "callee": "end", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L179", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L179", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L182", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L184", "receiver": null}, {"caller_nid": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php", "source_location": "L184", "receiver": null}]} |