- 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.
1 line
8.2 KiB
JSON
1 line
8.2 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientcall_php", "label": "PatientCall.php", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L1"}, {"id": "entity_patientcall_patientcall", "label": "PatientCall", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L11"}, {"id": "tenantownedtrait", "label": "TenantOwnedTrait", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L27"}, {"id": "entity_patientcall_patientcall_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L54"}, {"id": "entity_patientcall_patientcall_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L65"}, {"id": "entity_patientcall_patientcall_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L66"}, {"id": "entity_patientcall_patientcall_getrecord", "label": ".getRecord()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L67"}, {"id": "entity_patientcall_patientcall_setsummary", "label": ".setSummary()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L69"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L69"}, {"id": "entity_patientcall_patientcall_setpersonnel", "label": ".setPersonnel()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L70"}, {"id": "entity_patientcall_patientcall_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L72"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientcall_php", "target": "patientcallrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientcall_php", "target": "tenantownedtrait", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientcall_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientcall_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientcall_php", "target": "entity_patientcall_patientcall", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L11", "weight": 1.0}, {"source": "entity_patientcall_patientcall", "target": "tenantownedtrait", "relation": "mixes_in", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L17", "weight": 1.0}, {"source": "entity_patientcall_patientcall", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L27", "weight": 1.0, "context": "field"}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_patientcall_patientcall_construct", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_getrecord", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L67", "weight": 1.0}, {"source": "entity_patientcall_patientcall_getrecord", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L67", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_setsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_patientcall_patientcall_setsummary", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L69", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_setpersonnel", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_patientcall_patientcall_setpersonnel", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L70", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientcall_patientcall", "target": "entity_patientcall_patientcall_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientCall.php", "source_location": "L72", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_patientcall_patientcall_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L56", "receiver": null}, {"caller_nid": "entity_patientcall_patientcall_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L56", "receiver": null}, {"caller_nid": "entity_patientcall_patientcall_construct", "callee": "assignTenantPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L58", "receiver": null}, {"caller_nid": "entity_patientcall_patientcall_construct", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L58", "receiver": null}, {"caller_nid": "entity_patientcall_patientcall_construct", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L58", "receiver": null}, {"caller_nid": "entity_patientcall_patientcall_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L61", "receiver": null}, {"caller_nid": "entity_patientcall_patientcall_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php", "source_location": "L62", "receiver": null}]} |