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.
This commit is contained in:
hamed
2026-07-13 15:20:17 +03:30
parent 537bb8c7b3
commit 98943ac249
12 changed files with 2485 additions and 1136 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713114523_php", "label": "Version20260713114523.php", "file_type": "code", "source_file": "migrations/Version20260713114523.php", "source_location": "L1"}, {"id": "migrations_version20260713114523_version20260713114523", "label": "Version20260713114523", "file_type": "code", "source_file": "migrations/Version20260713114523.php", "source_location": "L13"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260713114523_version20260713114523_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260713114523.php", "source_location": "L15"}, {"id": "migrations_version20260713114523_version20260713114523_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260713114523.php", "source_location": "L20"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260713114523.php", "source_location": "L20"}, {"id": "migrations_version20260713114523_version20260713114523_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260713114523.php", "source_location": "L27"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713114523_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713114523_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260713114523_php", "target": "migrations_version20260713114523_version20260713114523", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260713114523_version20260713114523", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260713114523_version20260713114523", "target": "migrations_version20260713114523_version20260713114523_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L15", "weight": 1.0}, {"source": "migrations_version20260713114523_version20260713114523", "target": "migrations_version20260713114523_version20260713114523_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L20", "weight": 1.0}, {"source": "migrations_version20260713114523_version20260713114523_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L20", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260713114523_version20260713114523", "target": "migrations_version20260713114523_version20260713114523_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L27", "weight": 1.0}, {"source": "migrations_version20260713114523_version20260713114523_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260713114523.php", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "migrations_version20260713114523_version20260713114523_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713114523.php", "source_location": "L23", "receiver": null}, {"caller_nid": "migrations_version20260713114523_version20260713114523_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713114523.php", "source_location": "L24", "receiver": null}, {"caller_nid": "migrations_version20260713114523_version20260713114523_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713114523.php", "source_location": "L30", "receiver": null}, {"caller_nid": "migrations_version20260713114523_version20260713114523_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713114523.php", "source_location": "L31", "receiver": null}]}
File diff suppressed because one or more lines are too long