Files
clinicpro/graphify-out/cache/ast/v0.8.44/03e0d519c6bb3426f616512a98b6690cd064410f15330b438e617aa30375938c.json
T
hamed f2ecaf201a Add JSON files for task 14 events utilization documentation
- Created new JSON file for database.md with nodes and edges representing the structure and relationships within the document.
- Created new JSON file for architecture.md with nodes and edges detailing the architecture of the task 14 events utilization.
2026-07-30 12:16:27 +03:30

1 line
13 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "label": "TenantServiceCoverage.php", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L1"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage", "label": "TenantServiceCoverage", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L9"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L45"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L53"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L54"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_gettenantinsuranceid", "label": ".getTenantInsuranceId()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L55"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getserviceitemid", "label": ".getServiceItemId()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L56"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_iscovered", "label": ".isCovered()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L57"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getcoveragepercent", "label": ".getCoveragePercent()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L58"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getfranchisepercent", "label": ".getFranchisePercent()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L59"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_getceilingrials", "label": ".getCeilingRials()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L60"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "label": ".setCovered()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "label": ".setCoveragePercent()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setfranchisepercent", "label": ".setFranchisePercent()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "label": ".setCeilingRials()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L65"}, {"id": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L67"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "tenantservicecoveragerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_tenantservicecoverage_php", "target": "entity_tenantservicecoverage_tenantservicecoverage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L45", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_gettenantinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getserviceitemid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_iscovered", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getcoveragepercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getfranchisepercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_getceilingrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setfranchisepercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setfranchisepercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L65", "weight": 1.0, "context": "return_type"}, {"source": "entity_tenantservicecoverage_tenantservicecoverage", "target": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L67", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "target": "entity_tenantservicecoverage_tenantservicecoverage_getcoveragepercent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L74", "weight": 1.0}, {"source": "entity_tenantservicecoverage_tenantservicecoverage_toarray", "target": "entity_tenantservicecoverage_tenantservicecoverage_getfranchisepercent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L75", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L50", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setcovered", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L62", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setcoveragepercent", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L63", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setfranchisepercent", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L64", "receiver": null}, {"caller_nid": "entity_tenantservicecoverage_tenantservicecoverage_setceilingrials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php", "source_location": "L65", "receiver": null}]}