Files
clinicpro/graphify-out/cache/ast/v0.8.44/fb507306fd357770f941cf6604c28e84bfa58ba2af65029f7bf2a0585efdcffd.json
T
hamed 98943ac249 Add AST JSON files for PatientAttachmentRepository, FileUploadService, migration Version20260713114523, and PatientAttachment entity
- Created JSON representation for PatientAttachmentRepository with methods and dependencies.
- Added JSON for FileUploadService detailing its methods and imported classes.
- Introduced JSON for migration Version20260713114523, including its methods and schema references.
- Generated JSON for PatientAttachment entity, outlining its properties and methods.
2026-07-13 15:20:17 +03:30

1 line
6.0 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientattachment_php", "label": "PatientAttachment.php", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L1"}, {"id": "entity_patientattachment_patientattachment", "label": "PatientAttachment", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L10"}, {"id": "patientrecord", "label": "PatientRecord", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L23"}, {"id": "entity_patientattachment_patientattachment_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L42"}, {"id": "entity_patientattachment_patientattachment_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L53"}, {"id": "entity_patientattachment_patientattachment_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L54"}, {"id": "entity_patientattachment_patientattachment_getrecord", "label": ".getRecord()", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L55"}, {"id": "entity_patientattachment_patientattachment_geturl", "label": ".getUrl()", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L56"}, {"id": "entity_patientattachment_patientattachment_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L58"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientattachment_php", "target": "patientattachmentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientattachment_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientattachment_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_entity_patientattachment_php", "target": "entity_patientattachment_patientattachment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_patientattachment_patientattachment", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "entity_patientattachment_patientattachment", "target": "entity_patientattachment_patientattachment_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L42", "weight": 1.0}, {"source": "entity_patientattachment_patientattachment_construct", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L42", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_patientattachment_patientattachment", "target": "entity_patientattachment_patientattachment_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_patientattachment_patientattachment", "target": "entity_patientattachment_patientattachment_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_patientattachment_patientattachment", "target": "entity_patientattachment_patientattachment_getrecord", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_patientattachment_patientattachment_getrecord", "target": "patientrecord", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L55", "weight": 1.0, "context": "return_type"}, {"source": "entity_patientattachment_patientattachment", "target": "entity_patientattachment_patientattachment_geturl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_patientattachment_patientattachment", "target": "entity_patientattachment_patientattachment_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Entity/PatientAttachment.php", "source_location": "L58", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_patientattachment_patientattachment_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientAttachment.php", "source_location": "L44", "receiver": null}, {"caller_nid": "entity_patientattachment_patientattachment_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientAttachment.php", "source_location": "L44", "receiver": null}, {"caller_nid": "entity_patientattachment_patientattachment_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientAttachment.php", "source_location": "L50", "receiver": null}]}