Files
clinicpro/graphify-out/cache/ast/v0.8.44/7f02a4853ed7aeefdc3f831487e67d756d9c9c6f71b7b972aa52f6b245e36b94.json
T
2026-07-16 14:21:02 +03:30

1 line
10 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionconsumable_php", "label": "SessionConsumable.php", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L1"}, {"id": "entity_sessionconsumable_sessionconsumable", "label": "SessionConsumable", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L14"}, {"id": "patientsession", "label": "PatientSession", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L26"}, {"id": "inventoryitem", "label": "InventoryItem", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L30"}, {"id": "entity_sessionconsumable_sessionconsumable_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L43"}, {"id": "entity_sessionconsumable_sessionconsumable_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L53"}, {"id": "entity_sessionconsumable_sessionconsumable_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L54"}, {"id": "entity_sessionconsumable_sessionconsumable_getsession", "label": ".getSession()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L55"}, {"id": "entity_sessionconsumable_sessionconsumable_getitem", "label": ".getItem()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L56"}, {"id": "entity_sessionconsumable_sessionconsumable_getpricerials", "label": ".getPriceRials()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L57"}, {"id": "entity_sessionconsumable_sessionconsumable_getquantity", "label": ".getQuantity()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L58"}, {"id": "entity_sessionconsumable_sessionconsumable_getlinetotalrials", "label": ".getLineTotalRials()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L59"}, {"id": "entity_sessionconsumable_sessionconsumable_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L60"}, {"id": "entity_sessionconsumable_sessionconsumable_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L62"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionconsumable_php", "target": "inventoryitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionconsumable_php", "target": "sessionconsumablerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionconsumable_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionconsumable_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_sessionconsumable_php", "target": "entity_sessionconsumable_sessionconsumable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L14", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L30", "weight": 1.0, "context": "field"}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L43", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable_construct", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_sessionconsumable_sessionconsumable_construct", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable_getsession", "target": "patientsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L55", "weight": 1.0, "context": "return_type"}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable_getitem", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L56", "weight": 1.0, "context": "return_type"}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getpricerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getquantity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L58", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getlinetotalrials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable", "target": "entity_sessionconsumable_sessionconsumable_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable_toarray", "target": "entity_sessionconsumable_sessionconsumable_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_sessionconsumable_sessionconsumable_toarray", "target": "entity_sessionconsumable_sessionconsumable_getlinetotalrials", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/SessionConsumable.php", "source_location": "L71", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_sessionconsumable_sessionconsumable_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php", "source_location": "L45", "receiver": null}, {"caller_nid": "entity_sessionconsumable_sessionconsumable_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php", "source_location": "L45", "receiver": null}, {"caller_nid": "entity_sessionconsumable_sessionconsumable_construct", "callee": "getPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php", "source_location": "L48", "receiver": null}, {"caller_nid": "entity_sessionconsumable_sessionconsumable_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php", "source_location": "L50", "receiver": null}, {"caller_nid": "entity_sessionconsumable_sessionconsumable_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php", "source_location": "L67", "receiver": null}, {"caller_nid": "entity_sessionconsumable_sessionconsumable_toarray", "callee": "getUnit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php", "source_location": "L68", "receiver": null}]}