From 44b89d7addbacceb0d229985dfe3ede6e3ade5e7 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Sun, 19 Jul 2026 08:24:05 +0330 Subject: [PATCH] Add AST JSON representation for migration Version20260719044321 This commit introduces a new JSON file that contains the abstract syntax tree (AST) representation for the migration file Version20260719044321.php. The AST includes nodes for the migration class, its methods, and their relationships, as well as raw calls made within the migration. This structure aids in understanding the code's architecture and dependencies. --- graphify-out/.graphify_labels.json | 3 +- ...7f5828aa6600d6c6d300b7f1125a86507a3f8.json | 1 + ...938f9966b8b07fef295ff6b30236449fb1af9.json | 1 + ...f38f14dda1c7f11695a3137de5ee9f819508a.json | 1 + ...5367f5ebc7496ba5d2a00a619f5d06d2be083.json | 1 + ...e9026a0aa7bbaaad4974d47e8c1fdbd3a3273.json | 1 + ...ed1b91ba7408f956772b3c6677643929fb72f.json | 1 + graphify-out/cache/stat-index.json | 2 +- graphify-out/graph.json | 6918 ++++++++++------- graphify-out/manifest.json | 38 +- 10 files changed, 3977 insertions(+), 2990 deletions(-) create mode 100644 graphify-out/cache/ast/v0.8.44/30156ac73865c1055e5e6d187177f5828aa6600d6c6d300b7f1125a86507a3f8.json create mode 100644 graphify-out/cache/ast/v0.8.44/43b71aed6a3105b72febf2675b3938f9966b8b07fef295ff6b30236449fb1af9.json create mode 100644 graphify-out/cache/ast/v0.8.44/71e99f5aa62b02671765b4a76aaf38f14dda1c7f11695a3137de5ee9f819508a.json create mode 100644 graphify-out/cache/ast/v0.8.44/a8a3063dd274b73ccaf114ed1135367f5ebc7496ba5d2a00a619f5d06d2be083.json create mode 100644 graphify-out/cache/ast/v0.8.44/ba6258f8fb2808fe3fe1b1a831be9026a0aa7bbaaad4974d47e8c1fdbd3a3273.json create mode 100644 graphify-out/cache/ast/v0.8.44/fb293a89a70b87678f2d8dc3af7ed1b91ba7408f956772b3c6677643929fb72f.json diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index fb104fe4..4cf03e79 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -982,5 +982,6 @@ "980": "Community 980", "981": "Community 981", "982": "Community 982", - "983": "Community 983" + "983": "Community 983", + "984": "Community 984" } diff --git a/graphify-out/cache/ast/v0.8.44/30156ac73865c1055e5e6d187177f5828aa6600d6c6d300b7f1125a86507a3f8.json b/graphify-out/cache/ast/v0.8.44/30156ac73865c1055e5e6d187177f5828aa6600d6c6d300b7f1125a86507a3f8.json new file mode 100644 index 00000000..25ae8bd8 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/30156ac73865c1055e5e6d187177f5828aa6600d6c6d300b7f1125a86507a3f8.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "label": "BlogRepository.php", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L1"}, {"id": "repository_blogrepository_blogrepository", "label": "BlogRepository", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_blogrepository_blogrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11"}, {"id": "repository_blogrepository_blogrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13"}, {"id": "blog", "label": "Blog", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13"}, {"id": "repository_blogrepository_blogrepository_findbyslug", "label": ".findBySlug()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L14"}, {"id": "repository_blogrepository_blogrepository_findpublished", "label": ".findPublished()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L17"}, {"id": "repository_blogrepository_blogrepository_countpublished", "label": ".countPublished()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L34"}, {"id": "repository_blogrepository_blogrepository_applycityfilter", "label": ".applyCityFilter()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L52"}, {"id": "querybuilder", "label": "QueryBuilder", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L52"}, {"id": "repository_blogrepository_blogrepository_applytagfilter", "label": ".applyTagFilter()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L62"}, {"id": "repository_blogrepository_blogrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L72"}, {"id": "repository_blogrepository_blogrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L73"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "blog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_repository_blogrepository_php", "target": "repository_blogrepository_blogrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findbyuuid", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13", "weight": 1.0, "context": "return_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_findbyslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findbyslug", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L14", "weight": 1.0, "context": "return_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_findpublished", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_countpublished", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L34", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_applycityfilter", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L52", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_applycityfilter", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_applytagfilter", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L62", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_applytagfilter", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L72", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_save", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L72", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository", "target": "repository_blogrepository_blogrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L73", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_remove", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L73", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_blogrepository_blogrepository_construct", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findpublished", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L23", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findpublished", "target": "repository_blogrepository_blogrepository_applytagfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L28", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_findpublished", "target": "repository_blogrepository_blogrepository_applycityfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L29", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_countpublished", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L39", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_countpublished", "target": "repository_blogrepository_blogrepository_applytagfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L41", "weight": 1.0}, {"source": "repository_blogrepository_blogrepository_countpublished", "target": "repository_blogrepository_blogrepository_applycityfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L42", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_blogrepository_blogrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L11", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findbyslug", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "addSelect", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_findpublished", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L36", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L36", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L36", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L36", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L44", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_countpublished", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L44", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applycityfilter", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applycityfilter", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applytagfilter", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L68", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applytagfilter", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L68", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_applytagfilter", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_blogrepository_blogrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php", "source_location": "L73", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/43b71aed6a3105b72febf2675b3938f9966b8b07fef295ff6b30236449fb1af9.json b/graphify-out/cache/ast/v0.8.44/43b71aed6a3105b72febf2675b3938f9966b8b07fef295ff6b30236449fb1af9.json new file mode 100644 index 00000000..19d3760f --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/43b71aed6a3105b72febf2675b3938f9966b8b07fef295ff6b30236449fb1af9.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "label": "BlogController.php", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L1"}, {"id": "controller_blogcontroller_blogcontroller", "label": "BlogController", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L19"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_blogcontroller_blogcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L22"}, {"id": "controller_blogcontroller_blogcontroller_resolvecity", "label": ".resolveCity()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L35"}, {"id": "city", "label": "City", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L35"}, {"id": "controller_blogcontroller_blogcontroller_list", "label": ".list()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L51"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L51"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L51"}, {"id": "controller_blogcontroller_blogcontroller_detail", "label": ".detail()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L106"}, {"id": "controller_blogcontroller_blogcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L151"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L151"}, {"id": "controller_blogcontroller_blogcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L242"}, {"id": "controller_blogcontroller_blogcontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L313"}, {"id": "controller_blogcontroller_blogcontroller_uploadimage", "label": ".uploadImage()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L362"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "blog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "blogrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "cityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "filevalidatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_controller_blogcontroller_php", "target": "controller_blogcontroller_blogcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L19", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L20", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L22", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_resolvecity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L35", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_resolvecity", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L35", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L51", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_list", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_blogcontroller_blogcontroller_list", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L51", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_detail", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L106", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_detail", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L106", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L151", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L151", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_blogcontroller_blogcontroller_create", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L151", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_blogcontroller_blogcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L151", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L242", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L242", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_blogcontroller_blogcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L242", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L313", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L313", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_uploadimage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L362", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_uploadimage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L362", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_blogcontroller_blogcontroller_uploadimage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L362", "weight": 1.0, "context": "return_type"}, {"source": "controller_blogcontroller_blogcontroller_create", "target": "controller_blogcontroller_blogcontroller_resolvecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L230", "weight": 1.0}, {"source": "controller_blogcontroller_blogcontroller_update", "target": "controller_blogcontroller_blogcontroller_resolvecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Controller/BlogController.php", "source_location": "L306", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_blogcontroller_blogcontroller_resolvecity", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L41", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L92", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L94", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L97", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "toListArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "findPublished", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L99", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "countPublished", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_list", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_detail", "callee": "findBySlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L141", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_detail", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L141", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_detail", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L142", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_detail", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_detail", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_detail", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L217", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L221", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "setSummary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "setTags", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "setImageUrl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "setCity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "findBySlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "getSlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "setSlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "getSlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "substr", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L237", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L239", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L239", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L293", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L295", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L299", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setTitle", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L299", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setBody", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L301", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setSummary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L301", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L302", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setTags", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L302", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L303", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L303", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setImageUrl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L306", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "setCity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L306", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L308", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L310", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L310", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_delete", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L351", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L353", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L356", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L357", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L424", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L425", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L428", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "validateUploadedFile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L432", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L434", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "getErrorCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L434", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L434", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "getHttpStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L434", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "is_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L438", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "mkdir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L438", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L440", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "move", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L441", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L446", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L447", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "setImagePath", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "setImageUrl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_blogcontroller_blogcontroller_uploadimage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php", "source_location": "L454", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/71e99f5aa62b02671765b4a76aaf38f14dda1c7f11695a3137de5ee9f819508a.json b/graphify-out/cache/ast/v0.8.44/71e99f5aa62b02671765b4a76aaf38f14dda1c7f11695a3137de5ee9f819508a.json new file mode 100644 index 00000000..0a8848b9 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/71e99f5aa62b02671765b4a76aaf38f14dda1c7f11695a3137de5ee9f819508a.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "label": "Blog.php", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L1"}, {"id": "entity_blog_blog", "label": "Blog", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L11"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L47"}, {"id": "city", "label": "City", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L54"}, {"id": "entity_blog_blog_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L70"}, {"id": "entity_blog_blog_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L81"}, {"id": "entity_blog_blog_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L82"}, {"id": "entity_blog_blog_gettitle", "label": ".getTitle()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L83"}, {"id": "entity_blog_blog_getslug", "label": ".getSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84"}, {"id": "entity_blog_blog_getbody", "label": ".getBody()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L85"}, {"id": "entity_blog_blog_getsummary", "label": ".getSummary()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L86"}, {"id": "entity_blog_blog_getimageurl", "label": ".getImageUrl()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L87"}, {"id": "entity_blog_blog_getimagepath", "label": ".getImagePath()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L88"}, {"id": "entity_blog_blog_getauthor", "label": ".getAuthor()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89"}, {"id": "entity_blog_blog_gettags", "label": ".getTags()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L90"}, {"id": "entity_blog_blog_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L91"}, {"id": "entity_blog_blog_getcity", "label": ".getCity()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L92"}, {"id": "entity_blog_blog_settitle", "label": ".setTitle()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L94"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L94"}, {"id": "entity_blog_blog_setslug", "label": ".setSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L95"}, {"id": "entity_blog_blog_setbody", "label": ".setBody()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L96"}, {"id": "entity_blog_blog_setsummary", "label": ".setSummary()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L97"}, {"id": "entity_blog_blog_setimageurl", "label": ".setImageUrl()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L98"}, {"id": "entity_blog_blog_setimagepath", "label": ".setImagePath()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L99"}, {"id": "entity_blog_blog_settags", "label": ".setTags()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L100"}, {"id": "entity_blog_blog_setstatus", "label": ".setStatus()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L101"}, {"id": "entity_blog_blog_setcity", "label": ".setCity()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103"}, {"id": "entity_blog_blog_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L105"}, {"id": "entity_blog_blog_generateslug", "label": ".generateSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L107"}, {"id": "entity_blog_blog_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L115"}, {"id": "entity_blog_blog_citytoarray", "label": ".cityToArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L134"}, {"id": "entity_blog_blog_authortoarray", "label": ".authorToArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L146"}, {"id": "entity_blog_blog_tolistarray", "label": ".toListArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L163"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "blogrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "entity_blog_blog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L11", "weight": 1.0}, {"source": "entity_blog_blog", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L47", "weight": 1.0, "context": "field"}, {"source": "entity_blog_blog", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L54", "weight": 1.0, "context": "field"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_blog_blog_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_gettitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getimageurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L87", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getimagepath", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getauthor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_blog_blog_getauthor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_gettags", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L90", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L91", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getcity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L92", "weight": 1.0}, {"source": "entity_blog_blog_getcity", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L92", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_settitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L94", "weight": 1.0}, {"source": "entity_blog_blog_settitle", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L94", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_blog_blog_setslug", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L95", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_blog_blog_setbody", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L96", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_blog_blog_setsummary", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L97", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setimageurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L98", "weight": 1.0}, {"source": "entity_blog_blog_setimageurl", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L98", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setimagepath", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L99", "weight": 1.0}, {"source": "entity_blog_blog_setimagepath", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L99", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_settags", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L100", "weight": 1.0}, {"source": "entity_blog_blog_settags", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L100", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_blog_blog_setstatus", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L101", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setcity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_blog_blog_setcity", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_blog_blog_setcity", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L105", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_generateslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L107", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L115", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_citytoarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L134", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_authortoarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L146", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_tolistarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L163", "weight": 1.0}, {"source": "entity_blog_blog_construct", "target": "entity_blog_blog_generateslug", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_blog_blog_settitle", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L94", "weight": 1.0}, {"source": "entity_blog_blog_setslug", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_blog_blog_setbody", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_blog_blog_setsummary", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_blog_blog_setimageurl", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L98", "weight": 1.0}, {"source": "entity_blog_blog_setimagepath", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L99", "weight": 1.0}, {"source": "entity_blog_blog_settags", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L100", "weight": 1.0}, {"source": "entity_blog_blog_setstatus", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_blog_blog_setcity", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_blog_blog_toarray", "target": "entity_blog_blog_authortoarray", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L126", "weight": 1.0}, {"source": "entity_blog_blog_toarray", "target": "entity_blog_blog_citytoarray", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L127", "weight": 1.0}, {"source": "entity_blog_blog_citytoarray", "target": "entity_blog_blog_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L141", "weight": 1.0}, {"source": "entity_blog_blog_authortoarray", "target": "entity_blog_blog_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L155", "weight": 1.0}, {"source": "entity_blog_blog_tolistarray", "target": "entity_blog_blog_citytoarray", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L173", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_blog_blog_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_blog_blog_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_blog_blog_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L77", "receiver": null}, {"caller_nid": "entity_blog_blog_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L78", "receiver": null}, {"caller_nid": "entity_blog_blog_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L105", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "mb_strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L109", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L109", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L110", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L111", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "substr", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L112", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "str_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L112", "receiver": null}, {"caller_nid": "entity_blog_blog_citytoarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L142", "receiver": null}, {"caller_nid": "entity_blog_blog_authortoarray", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L156", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/a8a3063dd274b73ccaf114ed1135367f5ebc7496ba5d2a00a619f5d06d2be083.json b/graphify-out/cache/ast/v0.8.44/a8a3063dd274b73ccaf114ed1135367f5ebc7496ba5d2a00a619f5d06d2be083.json new file mode 100644 index 00000000..f197f451 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/a8a3063dd274b73ccaf114ed1135367f5ebc7496ba5d2a00a619f5d06d2be083.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_blog_md", "label": "blog.md", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L1"}, {"id": "api_blog_blog_api", "label": "Blog API", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L1"}, {"id": "api_blog_get_api_v1_blogs", "label": "GET `/api/v1/blogs`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L7"}, {"id": "api_blog_query_parameters", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L13"}, {"id": "api_blog_response_200", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L21"}, {"id": "api_blog_\u0641\u06cc\u0644\u062f_city_\u0634\u0647\u0631_\u067e\u0633\u062a", "label": "\u0641\u06cc\u0644\u062f `city` \u2014 \u0634\u0647\u0631 \u067e\u0633\u062a", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L48"}, {"id": "api_blog_get_api_v1_blog_slug", "label": "GET `/api/v1/blog/{slug}`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L65"}, {"id": "api_blog_path_parameters", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L71"}, {"id": "api_blog_response_200_76", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L76"}, {"id": "api_blog_errors", "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L96"}, {"id": "api_blog_post_api_v1_blog", "label": "POST `/api/v1/blog`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L103"}, {"id": "api_blog_request_body_application_json", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L109"}, {"id": "api_blog_response_201", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L131"}, {"id": "api_blog_errors_156", "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L156"}, {"id": "api_blog_patch_api_v1_blog_uuid", "label": "PATCH `/api/v1/blog/{uuid}`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L165"}, {"id": "api_blog_path_parameters_171", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L171"}, {"id": "api_blog_request_body_application_json_176", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L176"}, {"id": "api_blog_response_200_192", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L192"}, {"id": "api_blog_errors_195", "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L195"}, {"id": "api_blog_delete_api_v1_blog_uuid", "label": "DELETE `/api/v1/blog/{uuid}`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L205"}, {"id": "api_blog_response_200_211", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L211"}, {"id": "api_blog_errors_216", "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L216"}, {"id": "api_blog_post_file_upload_clinic_pro_blog_field_image", "label": "POST `/file/upload/clinic_pro/blog/field_image`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L225"}, {"id": "api_blog_request", "label": "Request", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L231"}, {"id": "api_blog_response_200_239", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L239"}, {"id": "api_blog_errors_253", "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", "source_location": "L253"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_blog_md", "target": "api_blog_blog_api", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L1", "weight": 1.0}, {"source": "api_blog_blog_api", "target": "api_blog_get_api_v1_blogs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L7", "weight": 1.0}, {"source": "api_blog_get_api_v1_blogs", "target": "api_blog_query_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L13", "weight": 1.0}, {"source": "api_blog_get_api_v1_blogs", "target": "api_blog_response_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L21", "weight": 1.0}, {"source": "api_blog_get_api_v1_blogs", "target": "api_blog_\u0641\u06cc\u0644\u062f_city_\u0634\u0647\u0631_\u067e\u0633\u062a", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L48", "weight": 1.0}, {"source": "api_blog_blog_api", "target": "api_blog_get_api_v1_blog_slug", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L65", "weight": 1.0}, {"source": "api_blog_get_api_v1_blog_slug", "target": "api_blog_path_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L71", "weight": 1.0}, {"source": "api_blog_get_api_v1_blog_slug", "target": "api_blog_response_200_76", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L76", "weight": 1.0}, {"source": "api_blog_get_api_v1_blog_slug", "target": "api_blog_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L96", "weight": 1.0}, {"source": "api_blog_blog_api", "target": "api_blog_post_api_v1_blog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L103", "weight": 1.0}, {"source": "api_blog_post_api_v1_blog", "target": "api_blog_request_body_application_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L109", "weight": 1.0}, {"source": "api_blog_post_api_v1_blog", "target": "api_blog_response_201", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L131", "weight": 1.0}, {"source": "api_blog_post_api_v1_blog", "target": "api_blog_errors_156", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L156", "weight": 1.0}, {"source": "api_blog_blog_api", "target": "api_blog_patch_api_v1_blog_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L165", "weight": 1.0}, {"source": "api_blog_patch_api_v1_blog_uuid", "target": "api_blog_path_parameters_171", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L171", "weight": 1.0}, {"source": "api_blog_patch_api_v1_blog_uuid", "target": "api_blog_request_body_application_json_176", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L176", "weight": 1.0}, {"source": "api_blog_patch_api_v1_blog_uuid", "target": "api_blog_response_200_192", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L192", "weight": 1.0}, {"source": "api_blog_patch_api_v1_blog_uuid", "target": "api_blog_errors_195", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L195", "weight": 1.0}, {"source": "api_blog_blog_api", "target": "api_blog_delete_api_v1_blog_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L205", "weight": 1.0}, {"source": "api_blog_delete_api_v1_blog_uuid", "target": "api_blog_response_200_211", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L211", "weight": 1.0}, {"source": "api_blog_delete_api_v1_blog_uuid", "target": "api_blog_errors_216", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L216", "weight": 1.0}, {"source": "api_blog_blog_api", "target": "api_blog_post_file_upload_clinic_pro_blog_field_image", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L225", "weight": 1.0}, {"source": "api_blog_post_file_upload_clinic_pro_blog_field_image", "target": "api_blog_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L231", "weight": 1.0}, {"source": "api_blog_post_file_upload_clinic_pro_blog_field_image", "target": "api_blog_response_200_239", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L239", "weight": 1.0}, {"source": "api_blog_post_file_upload_clinic_pro_blog_field_image", "target": "api_blog_errors_253", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", "source_location": "L253", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/ba6258f8fb2808fe3fe1b1a831be9026a0aa7bbaaad4974d47e8c1fdbd3a3273.json b/graphify-out/cache/ast/v0.8.44/ba6258f8fb2808fe3fe1b1a831be9026a0aa7bbaaad4974d47e8c1fdbd3a3273.json new file mode 100644 index 00000000..dd2dca03 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/ba6258f8fb2808fe3fe1b1a831be9026a0aa7bbaaad4974d47e8c1fdbd3a3273.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_blog_blogcityscopetest_php", "label": "BlogCityScopeTest.php", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L1"}, {"id": "blog_blogcityscopetest_blogcityscopetest", "label": "BlogCityScopeTest", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L15"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "blog_blogcityscopetest_blogcityscopetest_makecity", "label": ".makeCity()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L17"}, {"id": "city", "label": "City", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L17"}, {"id": "blog_blogcityscopetest_blogcityscopetest_makepost", "label": ".makePost()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L27"}, {"id": "blog", "label": "Blog", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L27"}, {"id": "blog_blogcityscopetest_blogcityscopetest_listby", "label": ".listBy()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L37"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "label": ".testCityScopedListReturnsCityPostsPlusNationwide()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L51"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "label": ".testUnscopedListReturnsEveryPublishedPost()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L69"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "label": ".testCityAppearsInListAndDetailPayload()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L84"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "label": ".testAdminCanCreatePostWithAndWithoutCity()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L111"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "label": ".testAdminCanMovePostBetweenCityAndNationwide()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L133"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "label": ".testPatchWithoutCityIdLeavesCityUntouched()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L153"}, {"id": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "label": ".testUnknownCityIdIsRejected()", "file_type": "code", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L167"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_blog_blogcityscopetest_php", "target": "blog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_blog_blogcityscopetest_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_blog_blogcityscopetest_php", "target": "province", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_blog_blogcityscopetest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_blog_blogcityscopetest_php", "target": "blog_blogcityscopetest_blogcityscopetest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L15", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L15", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L17", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_makecity", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L17", "weight": 1.0, "context": "return_type"}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_makepost", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L27", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_makepost", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}, {"source": "blog_blogcityscopetest_blogcityscopetest_makepost", "target": "blog", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L27", "weight": 1.0, "context": "return_type"}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_listby", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L37", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L51", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L69", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L84", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L111", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L133", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L153", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest", "target": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L167", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_makepost", "target": "blog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L30", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L53", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "target": "blog_blogcityscopetest_blogcityscopetest_makepost", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L57", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "target": "blog_blogcityscopetest_blogcityscopetest_listby", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L62", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L71", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "target": "blog_blogcityscopetest_blogcityscopetest_makepost", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L74", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "target": "blog_blogcityscopetest_blogcityscopetest_listby", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L78", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L86", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "target": "blog_blogcityscopetest_blogcityscopetest_makepost", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L89", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "target": "blog_blogcityscopetest_blogcityscopetest_listby", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L93", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L114", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L136", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "target": "blog_blogcityscopetest_blogcityscopetest_makepost", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L137", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "target": "blog_blogcityscopetest_blogcityscopetest_makecity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L156", "weight": 1.0}, {"source": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "target": "blog_blogcityscopetest_blogcityscopetest_makepost", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Blog/BlogCityScopeTest.php", "source_location": "L157", "weight": 1.0}], "raw_calls": [{"caller_nid": "blog_blogcityscopetest_blogcityscopetest_makecity", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L20", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_makecity", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L22", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_makepost", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_makepost", "callee": "setCity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_makepost", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_makepost", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_listby", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_listby", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_listby", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_listby", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_listby", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_listby", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L55", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L55", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "assertArrayHasKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L64", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "assertArrayHasKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L65", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", "callee": "assertArrayNotHasKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L76", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "callee": "assertArrayHasKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L80", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", "callee": "assertArrayHasKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getSlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getSlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L106", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L106", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L108", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L118", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L118", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L120", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L122", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L122", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L130", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L141", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L143", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L143", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L146", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L146", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L149", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L149", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L150", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L157", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L157", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L158", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L163", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L163", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L164", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L169", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L170", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L172", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L177", "receiver": null}, {"caller_nid": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php", "source_location": "L177", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/fb293a89a70b87678f2d8dc3af7ed1b91ba7408f956772b3c6677643929fb72f.json b/graphify-out/cache/ast/v0.8.44/fb293a89a70b87678f2d8dc3af7ed1b91ba7408f956772b3c6677643929fb72f.json new file mode 100644 index 00000000..5d9d6f6d --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/fb293a89a70b87678f2d8dc3af7ed1b91ba7408f956772b3c6677643929fb72f.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "label": "Version20260719044321.php", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L1"}, {"id": "migrations_version20260719044321_version20260719044321", "label": "Version20260719044321", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L22"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260719044321_version20260719044321_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L24"}, {"id": "migrations_version20260719044321_version20260719044321_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L29"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L29"}, {"id": "migrations_version20260719044321_version20260719044321_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260719044321.php", "source_location": "L36"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260719044321_php", "target": "migrations_version20260719044321_version20260719044321", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L22", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L22", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321", "target": "migrations_version20260719044321_version20260719044321_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L24", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321", "target": "migrations_version20260719044321_version20260719044321_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L29", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L29", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260719044321_version20260719044321", "target": "migrations_version20260719044321_version20260719044321_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L36", "weight": 1.0}, {"source": "migrations_version20260719044321_version20260719044321_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260719044321.php", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "migrations_version20260719044321_version20260719044321_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L31", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L32", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L33", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L38", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L39", "receiver": null}, {"caller_nid": "migrations_version20260719044321_version20260719044321_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php", "source_location": "L40", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json index 75ba121a..522546c1 100644 --- a/graphify-out/cache/stat-index.json +++ b/graphify-out/cache/stat-index.json @@ -1 +1 @@ -{"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/assets/controllers.json":{"size":198,"mtime_ns":1781030172830093265,"hash":"c2038f4c739d4a1620199394a2ccfdd5c91ef846a0f81048388ffa7b65df091b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/composer.json":{"size":3212,"mtime_ns":1784148411577937425,"hash":"393e85588cca62b4e3c702a303c4ac8e3488fe00378c4fc0d6a21dae8dc2fb36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bundles.php":{"size":991,"mtime_ns":1781030790602666616,"hash":"ffc97986a2386074ed8eb1b4b9dcbca2ffa7cc6b3600a6c37e3112d6be39e0f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/preload.php":{"size":184,"mtime_ns":1781009656090972900,"hash":"718612fb509259556db6202d93b5f3b1bd85a6be6d523cdc6fb1d81b569ce256"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/reference.php":{"size":105233,"mtime_ns":1782645766235591855,"hash":"a2030203ccca39bf435675e884e805a2bc3db13ddfded1d346ac649bab6deeab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php":{"size":4062,"mtime_ns":1781168063674077630,"hash":"35e828a0495a0a4aaa7539781076edff3b0af2e88562ea0ae1299cfc17fa91b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/city.json":{"size":48958,"mtime_ns":1760953552261818528,"hash":"4c321bdc22df2c9e02e37cb3c1a44d792710e94c53f0131f14e88f0ba60cfbf5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/doctor_services.json":{"size":42359,"mtime_ns":1781085019042251229,"hash":"086809f01c4c6e77ab1161688bd03d60ff524735d0d7655cb0daa55bbb53875a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/import.php":{"size":5488,"mtime_ns":1781089058225002885,"hash":"7f22b1eef5dacde90d1f87178f5b446df06562e86331f2b1fef0672da6d33fb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed.php":{"size":27683,"mtime_ns":1781090517391813278,"hash":"9f68801870c368286543040b482a6a8e9773a82506565226d705c0b410873025"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_finish.php":{"size":10806,"mtime_ns":1781091340487318516,"hash":"f36f97df126491fcfdc438f289489a189bbc58b7fa5dc61e48a40edefb77c623"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_full.php":{"size":42270,"mtime_ns":1781091251098443866,"hash":"da652ff8b7513cab398dc4f7d6dcc92399ef0507410f466a72929684aee6abc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/specialties.json":{"size":16189,"mtime_ns":1781084374016184330,"hash":"de4ba8a0ed9fe595a89be7b4113ae37bddd5dcc5e59766f4cdf7ec34cfd44dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/state.json":{"size":1708,"mtime_ns":1760953552262399793,"hash":"3678b80abe63c2c45d0ef5f5cfd63cb46f5bcff7cb6f73fb3c8d188ce24d0242"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609130407.php":{"size":1154,"mtime_ns":1781010250896191835,"hash":"d9130e4e0fcecbfc302da5ef3184d0665ef9844067e63673b091dc6b09e5c432"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php":{"size":8945,"mtime_ns":1781010908745260477,"hash":"d8db037c64d216c9d6e3018caab7c9a4966abfe31e41794f43728ac0bd3c11bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131553.php":{"size":1477,"mtime_ns":1781010960853107810,"hash":"1b3c9ad833965008985bcf3f6a1894e400bc58bb0a8de2b6bc159c31ecdcca5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132009.php":{"size":1986,"mtime_ns":1781011210879944205,"hash":"95e296cf289224cc43748507a9496f493d0e25b829a9e3d8bb8567f6f022d378"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132708.php":{"size":5572,"mtime_ns":1781011630935659766,"hash":"d3211b9b4b08ad40b543052498b4ad7adeb034ffbabc4a83f761807df8e2fe9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133121.php":{"size":4855,"mtime_ns":1781011890870506406,"hash":"fc65641b70ce6d9bb2409aeecccb580333685ba71bcdddb72ea185fc9b717e9b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133334.php":{"size":1529,"mtime_ns":1781012020936148882,"hash":"d2753baf2902d723dba6ef2928c65627dbc4f006c5493a45182b450fb4598fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133546.php":{"size":1688,"mtime_ns":1781012150911850095,"hash":"98b56edc2e31c609f70d82d1e697c6598f3c65c4120d4e77510d19c0030e9d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134112.php":{"size":2830,"mtime_ns":1781012480955463648,"hash":"ffb5700205e312f10728cd20f9638450cd2195df9627b5b51f92690526214845"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134741.php":{"size":1789,"mtime_ns":1781012870832220674,"hash":"eb2a55b4f50f4fd58288452b71dfb5e190958cb8c775354dc9c9f99c929dfff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135126.php":{"size":1922,"mtime_ns":1781013090876422882,"hash":"a736efea5774baa48ac87522442943580e9ce47cab3479e1033e71fc6131eae5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135514.php":{"size":1449,"mtime_ns":1781013320954994440,"hash":"e3901078cc23a4e9ba6a7b748e32fc1a04f888c8d5680da5100b26a56dcd0559"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135704.php":{"size":2558,"mtime_ns":1781013430957508206,"hash":"6ce6851d5331c07c1f13c94f475a7f6823551927ff0b7ccfa8fddec146e69fcc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135923.php":{"size":3457,"mtime_ns":1781013570869080544,"hash":"b7a581c53e463fa8bfb6a7ccdd65d75c2146aa3b8190852a84a15ad2c8d3bf3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140223.php":{"size":1590,"mtime_ns":1781013750963170886,"hash":"c0c011d8f3040d2b81dff1ec667f2d650567eb141271ff4d368ed66fdfef9342"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140423.php":{"size":1535,"mtime_ns":1781013870906972885,"hash":"0fb344e74f64622b3ea3f4a29e8b6412f35ec60ee46cd25abd5ea3e0abc8c299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610062539.php":{"size":826,"mtime_ns":1781072744933894396,"hash":"c9a4bfd06b4bdb00f74c6a5973acbea2b86b4c8ab64c8d28c730dcdda5bc0e88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610092558.php":{"size":780,"mtime_ns":1781083564938987613,"hash":"7b3ae1ae82625519d5c7986d542c84dc5c37949ac4f3a8c356191dc480b7cc0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610103401.php":{"size":20904,"mtime_ns":1781087803230706453,"hash":"f54443ba8ee1b2d436f3e2bdafcdb026b5b3c8dae9941623fb401792aa68bb85"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110039.php":{"size":817,"mtime_ns":1781089244896521926,"hash":"a68634b6818f1b331bc2232ff9429792f11a7090ef18315754dbb5feec3981b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110921.php":{"size":1611,"mtime_ns":1781089784421230793,"hash":"2f112d7fbfee7d1a0ec047535854cfb1bf8088099d4f5219e23f9458380f90ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610111254.php":{"size":1109,"mtime_ns":1781089984946035862,"hash":"2c68d5ebfef56abee588aa5abb74a571918a0ed04eec7be7ea8039d9a12046ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610113711.php":{"size":1499,"mtime_ns":1781091448606693864,"hash":"4cd9c0910a49718627e7ea3c5f6f448e6508e609c70d643e160a6c740937d13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610140853.php":{"size":5927,"mtime_ns":1782583543657239761,"hash":"02683252b3c23dc3005af00fc6a42cbc360a306c799a88ee722cf1560ba22da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610175105.php":{"size":767,"mtime_ns":1781113873591904402,"hash":"49ffb1ef4d630a180b47d4b1f42da6c3ddf8283dc93bc192c16060cc093b5b82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610183655.php":{"size":2273,"mtime_ns":1781116623586431980,"hash":"e1573ba5f962b956314e7e17a8adf8fc3683dc6065c34490b60a25636d7fe4a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611075829.php":{"size":3004,"mtime_ns":1782626301195816873,"hash":"b3ba50cb2690810d8fb010f0ede4cf92906376908208bf0093512752d72fed76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611083424.php":{"size":881,"mtime_ns":1781166873770630956,"hash":"38e49fefb94b0029f3a10ac5aa846f341e47fb69686ad6d23c4b324de4b5e218"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611084046.php":{"size":1410,"mtime_ns":1781167246413147688,"hash":"ace825e63afb52cfc794f24547a03563c501cb951545c1a8fe50e2f198e11572"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612081739.php":{"size":1185,"mtime_ns":1781252261521732569,"hash":"abfc51c67c959f525711c661c21872e6a831079510241c197b86175623bc217b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612132848.php":{"size":1667,"mtime_ns":1781258338612526059,"hash":"c3d155690c12d3c3243190dcc759adf44cdf6a727b3b2563ba50caa78fd2a3cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181134.php":{"size":1715,"mtime_ns":1781516938570601065,"hash":"4febd40d1e647abbd00413dbb51dc59d5f73d15a6d54d7668d08861f2e6c2d99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181629.php":{"size":3515,"mtime_ns":1781516938570859523,"hash":"c8a4a0b22f709c3ad72760ab89c787f44260064e9d3222449292133d85b27862"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181657.php":{"size":4760,"mtime_ns":1781516938571506442,"hash":"3f5f75cf96210cabb9a36a61036acb7bea5fd01466b367725995b9fd52bedb2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182549.php":{"size":2122,"mtime_ns":1781516938571645400,"hash":"1fc5633381813d3939e8513eb233bfd9c24797537a8348bc83e1f29c2b41e311"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182950.php":{"size":2545,"mtime_ns":1781516938571764692,"hash":"fd126b1e4e09b2f3433242d40992cb2a829d80a357faa87bf922d86bbf514c2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614183527.php":{"size":4022,"mtime_ns":1781516938571888567,"hash":"98a07ace9623c623dddcecb1bf1d4189d8efe1692ba261779b1f9661ac07ff25"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615060415.php":{"size":851,"mtime_ns":1781516938572128193,"hash":"0231ff42cfb43dd4cb4ecfaff3e4f1d285d30fdd87a120fccc6046fac3d1e040"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615061938.php":{"size":981,"mtime_ns":1781516938572427735,"hash":"1ac836b1d7089a2dd47756eb7ba0e65801105e2dda52aee3f5df981daa57db88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615074107.php":{"size":1712,"mtime_ns":1781516938573278653,"hash":"f16f0d0bcf5a4646bcaf98725563639c8ff8b4f2a6d8cf9b8f6a0e7bfbe4c39d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615142236.php":{"size":1117,"mtime_ns":1781535498215147916,"hash":"27e62ea86a4f3aa8539bd976213f57efbd6eb36b8aa4798fe52f2274571941c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615203529.php":{"size":1746,"mtime_ns":1781557035803907615,"hash":"b735a483f4db548f9613dd6d5efc8489f1a14559737b39f5fa9ec395f6ad21c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619062912.php":{"size":772,"mtime_ns":1781850555276849213,"hash":"7803c7d2fe66171063a19937794a6630d34dff563450bbcead5fa6051866ca2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619121047.php":{"size":780,"mtime_ns":1781871054836536786,"hash":"5b96978f092d4e81b6b9ca61e2a5d5a53e51f1b9b8bf6be43f38cc462371a252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619170105.php":{"size":1000,"mtime_ns":1781888467242271818,"hash":"24b56c5edca5c601b008f28dc8b642de32dceeeb408ec38cd5e3f7c40c3ce4f3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621084558.php":{"size":774,"mtime_ns":1782031565107938146,"hash":"1a88683010bc9f3571111e2c63fceda2062724f08e0c93a8519405d4ed8bf33c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621094624.php":{"size":774,"mtime_ns":1782035186037116338,"hash":"846706a2c43ed5b3354ff1ebc8d0eb9d9c7dcaca94802f6b8ae4d4653eb54fc9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622160119.php":{"size":779,"mtime_ns":1782144086923054995,"hash":"d1a46bd2a54a9e9f55a692342bbd1bc49add55e4c29368fef1c0fd6d4f8a9292"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622163152.php":{"size":1377,"mtime_ns":1782214545724072190,"hash":"64ff3985f32d0d18646d441f0edd99be402305cbff68d66519dcb196e17e42bd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622171538.php":{"size":1410,"mtime_ns":1782214545724191815,"hash":"42c0bfb273a488f98079a84f3331c2000ec0018e5c1a748a4f76481853fca168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622173707.php":{"size":1491,"mtime_ns":1782214545724314524,"hash":"e7ca8699e56c8ce50350006668b7958af1be4663f36620a12ce34dc1fecea6e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622181251.php":{"size":1171,"mtime_ns":1782214545724441066,"hash":"9a5233ddd9873b485bfcf9b9009619a42cec5bc0a4516d98a387b42a249aa0c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622184409.php":{"size":2212,"mtime_ns":1782214545724627733,"hash":"caa199786e4c7016e4232e653b063278fe809536f4eb2b42305e3bd30beef290"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622185948.php":{"size":2005,"mtime_ns":1782214545724826651,"hash":"7048fe9c1439b52f85abf3186cf4eec913eb873e8ac6ae1154712adccc327b83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623115721.php":{"size":779,"mtime_ns":1782215846636875546,"hash":"4c8e43a5be46030c087a8679b9b84e8cf58b4174e9228f94fa02dd0d3f2e5990"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623173907.php":{"size":779,"mtime_ns":1782253591740927223,"hash":"237d660c556b7f37176854a98f02cd114fafab9405f9ae4945a8a75941928f8d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624030339.php":{"size":916,"mtime_ns":1782270223182271448,"hash":"a97dc816b64080ab3aabd67347c2161faff7090629810a6db13c051991edd8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624092459.php":{"size":2059,"mtime_ns":1782293101374459999,"hash":"44b5621ce383ac7cb1cea47d7006f3c2b0b47bba8d49f59c78a0df4f737f8482"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624093738.php":{"size":1266,"mtime_ns":1782293867202071491,"hash":"dedb9cb5586cb39f3d35af323fab3e41ff8e63ca961cdb98b8a7beabd113c8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624123236.php":{"size":809,"mtime_ns":1782304359030218634,"hash":"acb3129833c4f6b1ec99f90496e23400de1df0624f1dbbba5077a20500a38548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625135132.php":{"size":780,"mtime_ns":1782395498606655159,"hash":"a1c3aafeaa1761bfaff51ae0c523a2781cf359fca511e7aa8bd294b70011a9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625150304.php":{"size":1990,"mtime_ns":1782399813900039403,"hash":"87f84613f1b928abd28cf7502c4572ebf7599d0c47d3c97497a5d74b9fb2c983"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/package.json":{"size":2380,"mtime_ns":1783666097006385238,"hash":"c2185822b43db5ca6a54b83767776d61b6602130d3d66920219a7ee30faeeeaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/index.php":{"size":206,"mtime_ns":1781009656089267135,"hash":"6609137ba6c6187032cdfd84e9d39097732d861414157cacbdeb77b2b271ac8b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/manifest.json":{"size":576,"mtime_ns":1783834695996821520,"hash":"1130497fbb811e1276a5a6dab84ffadca039cbb54ba52ed42a1c4c8f8a3a1dc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_realistic_data.php":{"size":24320,"mtime_ns":1781519949285784202,"hash":"2ad075c6d333a42f3ac51adb0e1d8b444f64f3b5a01bc87f53d9522cb272ce68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_test_data.php":{"size":13557,"mtime_ns":1781169644756523490,"hash":"d5bbc3b4a96e7abf610d9cd63da61dac6b73bdd97b5672eb4ec191bbec2255e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/skills-lock.json":{"size":267,"mtime_ns":1782232921467371596,"hash":"4b889910ed363cee9dbd7da20e9c0748ddf40dd483ed92b5e581ebedb506f179"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php":{"size":123471,"mtime_ns":1784391828178507548,"hash":"46c093e1df07b12277ddbdf881bede2bf990aa07205b924609bd7ac411b25f01"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminController.php":{"size":490,"mtime_ns":1781030416417456388,"hash":"7d18322ef916885ae0181a7b9dde07ab07d08bc49cbf72669f50e5268ffeef62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php":{"size":920,"mtime_ns":1781551622411049671,"hash":"3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php":{"size":54415,"mtime_ns":1784395606898364079,"hash":"6545702405d902c82a825c06d64fe258f0836c84ed36ea719a3e97dad1c40047"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentSettingsController.php":{"size":24648,"mtime_ns":1784368245352713983,"hash":"44f402a1f38c52dbd2fd2f9e882dd98603c4b1620f1f6f858887f12a77bac23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php":{"size":28067,"mtime_ns":1784395606899342826,"hash":"61498d1552b5e52ad6d96d09670ff27bfb5d9026aa2573879bebc3691a0e6987"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php":{"size":19275,"mtime_ns":1784395606899706991,"hash":"0d5da756aaa37c8941f0c32e1a345b579380ffa5b8a1677e787796e931445b3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/DateOverride.php":{"size":4076,"mtime_ns":1784368304066031774,"hash":"7c4df822d6413758197cacdde3c7cf0670c89140e8b4bc1cd129c9a5072df17a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php":{"size":4004,"mtime_ns":1784368245353066068,"hash":"2e8df4fa6cbfd03b6ba54758ca1afe43a9cc7a81cf96884d56e1e40409128dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php":{"size":6797,"mtime_ns":1784368709514704449,"hash":"3c08f308986a80a6f4c5ea5d6361d1c2c7bdc61e1951557b0ebff8a8c002bc1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Message/ExpireAppointmentsMessage.php":{"size":85,"mtime_ns":1781551622411423796,"hash":"094a07b7c7552dd1c2812e066ae7e9cde6dc6bc9ca4ef07e11b82f8feec45fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/MessageHandler/ExpireAppointmentsHandler.php":{"size":504,"mtime_ns":1781551622411619546,"hash":"8981c0048e84b26121eb8e2a6e1f9913a7d61d958a48bc4bee113df6c0c77a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php":{"size":13067,"mtime_ns":1784395606900064615,"hash":"6c8f78a5c20deff9e6a4d7c6d2202b59b5025b52a444a00118d9dfd759a18067"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php":{"size":1953,"mtime_ns":1784368245353825905,"hash":"b726efa5d948e6fe5f57e0abb66d4d12435a88761683a49a71cac756fb1b2bb1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/HolidayRepository.php":{"size":2902,"mtime_ns":1784368245354030905,"hash":"50882b37d96efe947a09e5bf7019b7da776e2a2f1bb7052ad11c20a0cabb2ee3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/SlotTakenException.php":{"size":101,"mtime_ns":1781535498216404171,"hash":"e6ca84966b94b947c7df53646b8a0c5b1a5f5564d144e2b0e00b7756c97d718a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/WeeklyScheduleRepository.php":{"size":2693,"mtime_ns":1784377418592187543,"hash":"0da990afc2cf9fbd3d3cb110c4f3cd5bb2984ec8a2d9e2f108c840da5cd98f3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php":{"size":1834,"mtime_ns":1782728407190939073,"hash":"0e08a53cd50f1fa75c2998ce2d39400cf116f1e7d5632015fefd589ca730e771"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/SlotCalculatorService.php":{"size":20166,"mtime_ns":1784372137519311290,"hash":"a7e34f68ac192ee5bcea0225de742b1cefd4b09747b85db7387ac1e914f10fe5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/AuthController.php":{"size":39080,"mtime_ns":1784354506092337626,"hash":"99e0dc972554e1699a0a779df32e2820db433d36863b5cd64598831b7d90d2ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/NotificationMobileController.php":{"size":7242,"mtime_ns":1783237168983222014,"hash":"e87024acef4e93a1bddbdd8545b41f9130635d605b1a327ab4ac11661585b71e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php":{"size":7923,"mtime_ns":1783666097012409392,"hash":"51e53996bd81dece6745b657f1728dd6e02e1dcafe6171f84761e9624dcd0f60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/MobileVerificationOtp.php":{"size":1930,"mtime_ns":1781167196281533241,"hash":"511faa2e0698158b312aa66c5b7d54539963056b011200b3a7b86a65651e56b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/PreRegistration.php":{"size":3061,"mtime_ns":1781252232305967808,"hash":"74a388c7ebafa889c4428ba1538ac46ed8f1f5c6ef5a34975016f85a128c5f40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php":{"size":5628,"mtime_ns":1784020073277289965,"hash":"3f982706cb5c42f23d7791e2e3c338d0b2406c533a84879997bfcc8ba673953c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/UserActiveContext.php":{"size":1160,"mtime_ns":1782652951356493481,"hash":"1c60c30e2800176bb2dde9730607d081f2fa1a05f8f6ee6e917ad256bcfa73cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/PreRegistrationRepository.php":{"size":842,"mtime_ns":1781252241014651656,"hash":"050d7fae8134856aeccfff39607f5cfb44e8b923e13d0235411a577b78a6f96d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserActiveContextRepository.php":{"size":952,"mtime_ns":1781164699567301035,"hash":"22c3a507b65fe3f858806b1d7bed15411be794586278ddae7ac5ebe09782bbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserRepository.php":{"size":1023,"mtime_ns":1784128250264014150,"hash":"748b70a06bf6833d94e5168e4ebc06ad7faf0dff67f5f099f595f10cf4f59137"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php":{"size":5168,"mtime_ns":1783788126862679898,"hash":"06cc16b691e8051198421fddf881bdcc116597b6842b2d5cea2faa34c87bce58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/OtpService.php":{"size":3747,"mtime_ns":1783236682997204096,"hash":"ac8f9cfa6d67decc1ff89d2ed61e9eb2ad2034214c015aa072acbbb66be05e97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/TokenService.php":{"size":2166,"mtime_ns":1782036558107915300,"hash":"3b749587b4c8ffc2d0fcf9a266ab32aff75b1681af31e6797d8046dd3ee36713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmissionResult.php":{"size":509,"mtime_ns":1782214545726213864,"hash":"5391e205be5e00bf0cdd088d6f9b52427e30e3a5d29d2c0ae39753b15b67fac8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmitterInterface.php":{"size":461,"mtime_ns":1782214545726346198,"hash":"9286f1fdb68765c4512fa8aa302156a4fc54df7af3fb5d5d1e2d59c24111c3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Controller/BillingController.php":{"size":23294,"mtime_ns":1784405041885526711,"hash":"099f1fc84764ebeef6c4e291d8c399b3c3becd63c2def8a902de3cdbee3c3e94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Claim.php":{"size":8175,"mtime_ns":1784405041886001122,"hash":"bc503311606d44479e0ab073b01cdcfb79094fa621a51b9f865c0b7dbe133f3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimItem.php":{"size":1646,"mtime_ns":1782214545726889450,"hash":"0e3bb1ebc45d4c045ef0e6fe09170976c315d7da410efd79bdcc53189e9dab49"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Invoice.php":{"size":6151,"mtime_ns":1784040827575244056,"hash":"04c18d948ffb1009e77714037424ca69e3271e00b64aaec81a53e59f0fdcdc51"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/InvoiceItem.php":{"size":3521,"mtime_ns":1784040827575392846,"hash":"ccb2552fa1ab07a77654cfb09a306d3a2ea0849ade5ba0aac38a0fcaa9a3ac57"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimItemRepository.php":{"size":895,"mtime_ns":1782214545727554077,"hash":"9f606952d141e1db9f444ec80bba343c34a5c39f905f72c53c76d7cc7dc58f89"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimRepository.php":{"size":15529,"mtime_ns":1784405041886419909,"hash":"5297e69349ca7676e582674fd7b33f3399222d745ab17b5773829bf0ae373790"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php":{"size":2056,"mtime_ns":1782262433593751772,"hash":"6a2e18c9de2434f67ce2250dc17ec50a29f207b95ca2fc6e2a9c7d338a67a67e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php":{"size":5726,"mtime_ns":1784042599040572555,"hash":"0eebc85645eeff587f737918452ccfce6c533e3b75fea7550897180711470ea7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/BillingCalculator.php":{"size":1975,"mtime_ns":1782214545728144705,"hash":"9751645f561446a0d0f6a618cbbeae012f7f2274c5c1fbb4379220b995070f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ClaimService.php":{"size":5584,"mtime_ns":1784405041886768030,"hash":"5e1f5e6dcabeb652ec1c109f5519f18780d0e9543d08b974f9dda4cd5bcf4b5e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/InvoiceService.php":{"size":6374,"mtime_ns":1784200065667723378,"hash":"928b9537fd12d4583a63863f89c5efbfeef06ee836687f4463a32a1df0185c16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ManualClaimSubmitter.php":{"size":771,"mtime_ns":1782214545728543539,"hash":"11064e4cf0182849f67012ead852a3b45c2d8b66693e9680bfabf4094c3b9d40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/Money.php":{"size":775,"mtime_ns":1782214545728705873,"hash":"97c8de0bcd950f7b29c8f8fb87d33f4cb79bd0b17e531592c80fa5fb5c0e6de8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/ShareBreakdown.php":{"size":599,"mtime_ns":1782214545728844457,"hash":"98b4c746ff1d241697d227cd21bf6a8b010cea93dbf0a219f89910456c511ac1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php":{"size":17742,"mtime_ns":1782050215484280688,"hash":"4bc5e62060b6e27970972698933b7e9b6f63a4eba44cac9fd08cabb6d5c355f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php":{"size":5562,"mtime_ns":1782650883613744390,"hash":"5e6a312d48b1efacb7e4c14b87a658d1ad64bf0d3aefa5bdb2008011cb3b175b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php":{"size":2133,"mtime_ns":1782049659479434537,"hash":"a15b4c1c26d71f5cd0b0d4e3c913702999a475ae13abd7d8eb29ab20e033adee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryController.php":{"size":1776,"mtime_ns":1782728407194246845,"hash":"1be28d02d6f241500cc7a55f1a597962d80b5f72c814c9308fd6811029aef714"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php":{"size":35641,"mtime_ns":1784435643524508598,"hash":"376a1a688b002406dd9b4943092514cbe54c90fde8f967055ccfae13978cfd63"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/Clinic.php":{"size":12311,"mtime_ns":1782728407194604639,"hash":"d192f3609f782986a1c36a6236066c503364b8d1bb7312c928e7c9ff1a2f5d80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php":{"size":4814,"mtime_ns":1783569345779687854,"hash":"dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationController.php":{"size":10229,"mtime_ns":1784352697917225127,"hash":"75e2b319c5a6f66f8a96a75b51ab0b60d2307208b7036ea5ef3fc35a4a688e58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Entity/ClinicDoctorInvitation.php":{"size":5432,"mtime_ns":1783748111777541475,"hash":"d7e3a199244ab8d4259e6fd0124f6b5ef16d6f594ce3e5d46a0a2c4cb8093cfd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Repository/ClinicDoctorInvitationRepository.php":{"size":2563,"mtime_ns":1784391828183387141,"hash":"434fe816bd7de55c3089d6a4a497ab8c7bd4c6f6366a821fb240ccee6248a312"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Service/ClinicInvitationService.php":{"size":9141,"mtime_ns":1784352741799101220,"hash":"b599e77450d15f5fe56b52e1c1eeb0cbce93cc62cc1bf21ceb102be380957cec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Controller/ClinicServiceController.php":{"size":23802,"mtime_ns":1784402578675639095,"hash":"8f047fadf04f1749038611ca45b91110dd6d83d258f3de54228bbb81021fae3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItem.php":{"size":10177,"mtime_ns":1784402578676134051,"hash":"fed12c340f720f6c7c2a3d9fbb0dddaba619f66a2d3a14e40489e8ee52087d7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php":{"size":3168,"mtime_ns":1784020073279441712,"hash":"539dfedecc0ba508760e11725bcce82f435390106bc6c04512bed3fdedc6133d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/Tariff.php":{"size":2497,"mtime_ns":1782214545729589627,"hash":"77a5e0dca59cd5587ab614a2bedd46a0de3485d620a6125f4804db7b688115f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php":{"size":5074,"mtime_ns":1784370847561334130,"hash":"2cb24cdc51ea4ccc4280c09a8059243cc6a54a04d3c2e61e91439f018aa880ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceSectionRepository.php":{"size":1274,"mtime_ns":1781516938575822117,"hash":"6e87ff4062b59b4870ac32891b6fd40ab36ed939b3a67959c600a63a0375b299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/TariffRepository.php":{"size":1312,"mtime_ns":1782214545729721752,"hash":"fece09188f0d746cc7fdc518fb8d63488c77314d629940d1c0969b6f28fc7b38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/TariffService.php":{"size":1653,"mtime_ns":1782214545729910003,"hash":"13d77eda5f22d43badf639d0127bc7252b3adfe6c72657c33423ad5a04f345b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Controller/SiteConfigController.php":{"size":3919,"mtime_ns":1783670899286432658,"hash":"abfb7e174b8d2d916580c0cda8c87eaab76ca76d20f014cfc54a0d133c64c866"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/SiteConfig.php":{"size":1026,"mtime_ns":1782650883609343293,"hash":"694f1f497f5a3a1095f2949eacd68694eb7e8d6536abcd1bb61e7d788abed158"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/TaxRateHistory.php":{"size":1836,"mtime_ns":1782650883608855500,"hash":"1b50a1ed1a3d72be73df9bce2bcb010e2b90888bc7daa0a312ede4d181327631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php":{"size":2334,"mtime_ns":1782929759660596058,"hash":"5ea072c77a0f25c8ccdd23616656fce0b88b93408c6cd461d98e9b18a6fa85b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/TaxRateHistoryRepository.php":{"size":591,"mtime_ns":1782293892020820040,"hash":"1161721d41f057cd7c7d820b405a526cf644ade3da6a44a93e63ce9a364a9ca3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Dashboard/Controller/DashboardController.php":{"size":31134,"mtime_ns":1784398241920259061,"hash":"68016961f83c415046edf876216941075d5070acc73f9ef2ade61933c0c66215"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php":{"size":40082,"mtime_ns":1784435643524720097,"hash":"d769c8d0fe25c407d46a97430b152a907a60c8e3e428df9338d31ed24b99d5fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/Doctor.php":{"size":22843,"mtime_ns":1784435643524912763,"hash":"cb741137a955b63766b42dcdd78a3c0823f329cec74e9baf68098b9356a401a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorAddress.php":{"size":5470,"mtime_ns":1782650883611537550,"hash":"f42a0409b492abf55f1ed704e65e2273b1a9b7424abf0d2bd9c9507ea9345747"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorAddressRepository.php":{"size":3914,"mtime_ns":1784368245356810875,"hash":"1b8e01c1c4f786f7f03c807572b5eeb70792fa3dcc7342ac6afad08d64a855de"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php":{"size":11821,"mtime_ns":1784435643525451886,"hash":"b3293d0ebaf9a8342230fa4999337a9bd4f32206c797975aed079729fe5175a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Controller/DoctorServiceController.php":{"size":5592,"mtime_ns":1782844356167570792,"hash":"4e16c69d4c1e7d4b295ed6840c0b6010e03e8c0c7411102cb63c1295dacc8538"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Entity/DoctorService.php":{"size":2831,"mtime_ns":1781085550562230229,"hash":"6d7d545954a787dfcf52e2f9b8ccae47a1af55c21a43d3c60ca8c59dbade506e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Repository/DoctorServiceRepository.php":{"size":1274,"mtime_ns":1781085558665462494,"hash":"79eb3168176aa86043e1613fa832e0a94b683ab7cd5a7553222d88ef9198f4c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php":{"size":29933,"mtime_ns":1784402578676626966,"hash":"fc985cfae45579f2d567cd6d77a9c91b8a1e47e057cd00de405bb6b1dc90cc4b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php":{"size":1960,"mtime_ns":1782728407197029697,"hash":"3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php":{"size":3003,"mtime_ns":1784206123364350151,"hash":"e0b58d59197adf124c0ea46f10da8d6032f4908d4010f7a1374b5dbb16c2a991"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php":{"size":2270,"mtime_ns":1781085569269281268,"hash":"bb5c7b593458bca73e6d767909d845c59371d50aefc54d6819b53b036d16d8a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantInsurance.php":{"size":5359,"mtime_ns":1784108859098333968,"hash":"17950e1bfe3b4f1a0905dd8778aa6f15f990cbe65b3b13392b994d28c39e6023"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php":{"size":3432,"mtime_ns":1782214545730644047,"hash":"fd098f4aef57bc0988ca8d17760b0009d2742666fd62fc0ff2ce07fc6b0dab1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Enum/InsuranceType.php":{"size":351,"mtime_ns":1781085440519759893,"hash":"30ae4d15da752fad6f6fdf214fc764732f372af51c1361fcdd23ccf7cb66d41c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/DoctorInsuranceRepository.php":{"size":848,"mtime_ns":1781011984448803782,"hash":"61e05cda6d846d53a56fe1bc16a932bd7ee1fcc43f8ad9cdc4f8eda7635a2bb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/EntityInsurancePricingRepository.php":{"size":1404,"mtime_ns":1782214545730775964,"hash":"623b73aedc8f41f9f0ac7d374725808c1c72012956628e15ebde5681f7034dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/InsuranceRepository.php":{"size":1220,"mtime_ns":1781085576476951957,"hash":"dc63f462de508c5f6d1fd51b08ebd887c5f79528d5183fc7a792e6cb579e26ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantInsuranceRepository.php":{"size":3380,"mtime_ns":1784108859098527762,"hash":"7c95b2e21ab3e08d4c156d7772d4ebcf3b9502d1b6fd6595296e782fd1994430"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantServiceCoverageRepository.php":{"size":1797,"mtime_ns":1784362777400568964,"hash":"2f0687a13f8e3f6fe25ce288791868e4a700f9f2f7fe530a9b41e61593b3833a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceService.php":{"size":7572,"mtime_ns":1784362777400885379,"hash":"e2e787b483874877427c27a0c0ca5554e11f4d6874789e7e14c2065810465f60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/ValueObject/CoverageRule.php":{"size":381,"mtime_ns":1782214545731415633,"hash":"3ce989704beb3ff9aa60cad8460e69a1ef5a411ff0024b7d5541df502f4cbf2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php":{"size":992,"mtime_ns":1782743240249498742,"hash":"3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Controller/LocationController.php":{"size":10774,"mtime_ns":1783499628812467561,"hash":"9cf15db59545af81148153a4d9c816748ba267bbbb58f9bec2e00d1853c15e8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/City.php":{"size":6500,"mtime_ns":1783499619365257750,"hash":"f128c29e22de67f0aad93bbee2a111d976f71344f5a3e55614b477bc86d3192b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/Province.php":{"size":1688,"mtime_ns":1781085458710667014,"hash":"3353fa978b6558c945031d0c09a3dc24706f592287978236072c53c3cc13d033"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php":{"size":1312,"mtime_ns":1783569345780697355,"hash":"bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php":{"size":1071,"mtime_ns":1781085486117016673,"hash":"4572085d4a4e79a86a1c2cfcc89b5cd6268ddeb466878a16db71f60216a6c148"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Controller/PatientController.php":{"size":60612,"mtime_ns":1784395606900666863,"hash":"5a5c7d05f2b1d2a639313bfa1ac151361ab88dd4a97b049f69b1573d37880976"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php":{"size":4812,"mtime_ns":1784020073282569477,"hash":"1241c582e953448a5d3335b4a61c1c0b183b1c908e75927b11e7f578295fd3b5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php":{"size":17519,"mtime_ns":1784402578677003756,"hash":"8fb25f048c98aefa90d3a7afd49b69f410e56c8177d4e76850078a16c421288a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php":{"size":3069,"mtime_ns":1782253591741414931,"hash":"d7326f5115c044fe75744a4c6ac0e2d0efca2b4a93e57984483f1c859ffba1c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientRecordRepository.php":{"size":8544,"mtime_ns":1784395606900953946,"hash":"3a925bd9fa847e280d1473ff786a2b8cc8ee789b6e489323a581a8a991d91c61"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientSessionRepository.php":{"size":5389,"mtime_ns":1784380925357448535,"hash":"f7d2e0950754908f6ddbf64d0589401151583f510eb480d8de567ca201797739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionServiceRepository.php":{"size":787,"mtime_ns":1784288263642636319,"hash":"499e93f053ff91de16bde776c66d4b36d2523e31f43388247d67c12c1c32a19f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php":{"size":32348,"mtime_ns":1784402578677302130,"hash":"b174144c3001ca0d88a3653525262238f7c7442d612db271cb025aec7687fb45"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Controller/PaymentController.php":{"size":31102,"mtime_ns":1783059694944318453,"hash":"06f9abb6001a7bf771e905db060daf3e5b6e80f67b4e2521ec377a8a59ca8be2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/Payment.php":{"size":5779,"mtime_ns":1782995955189532682,"hash":"f26e537b012e10faaac23f291ccc341345bb2512c3c4496c4bffea3308086eba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php":{"size":18056,"mtime_ns":1783747255645554752,"hash":"49fbd65792c12c2b7f97b6dc2f15ac4884fd508d0cb943787e74ba909c9d3def"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MockGateway.php":{"size":1863,"mtime_ns":1783010796437333621,"hash":"67b67fd5299c1e912359d94dce4c88d5742e2ee324d699fd12333e1a225bcf7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentGatewayInterface.php":{"size":948,"mtime_ns":1783010796437841370,"hash":"fb3512aff2ebfdbe34c6d5eab4e67dfd5c90fa6dbbf0cec8bd23eac0c2e51734"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentInitResult.php":{"size":663,"mtime_ns":1782981352831261065,"hash":"e474570a753b56888f8fa5458cf7eeafcf7e4ff390429a5f6612bada28f9b401"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentVerifyResult.php":{"size":368,"mtime_ns":1781591920508677099,"hash":"88f08d81dc92ac75d2f0628c60f3fb78b039b9184039592047cc92c58d0db068"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php":{"size":4481,"mtime_ns":1783010796438445827,"hash":"46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentRepository.php":{"size":3863,"mtime_ns":1782993112274771320,"hash":"f8e7f5bb986225beb28c2d175a78cb1c2dafdc8b99a60779bc1e04834ad1dff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/CircuitBreakerService.php":{"size":1228,"mtime_ns":1781012993246621609,"hash":"4e04548bbb1ae6b6c17a4206408f3050ad341da5ddcc74d4b1af376b50580911"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Controller/RatingController.php":{"size":22783,"mtime_ns":1783666764412828074,"hash":"64462e603b4569268e25d7f6a989f1b4d9b598a7613405a5d5d0165df2b477fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php":{"size":4881,"mtime_ns":1782650883605327864,"hash":"c43aa389121312d1fe2ba9639e3a6a0ba5fc21f78d0784adb723c26e3afbc0fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php":{"size":2153,"mtime_ns":1782650883604545320,"hash":"7a7937df6b8df47196e035544c1ec78a11847a0a1688114bdb5265adde8d32c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php":{"size":4359,"mtime_ns":1782650883604952613,"hash":"bb8b2b8ccda54b99bd5ab0bd937dc29d4ac840195e3f89fcfc286b5429b2b863"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php":{"size":3785,"mtime_ns":1782728407199666132,"hash":"57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/LikeRepository.php":{"size":1619,"mtime_ns":1781557035805931490,"hash":"9c2c1575ce7f26c9d2139ab8301fd887658e295f66b4f164b48d050bd43a411a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/RateRepository.php":{"size":2052,"mtime_ns":1781557035806516573,"hash":"5e2c5765f0d67648d72fde8992e1969822df630577e503f9a086dc01960e3f90"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php":{"size":41262,"mtime_ns":1783236899056081118,"hash":"73475defd275c9aa8be88f4111486749fce766f658313b0d6fd2a98f7996ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php":{"size":25500,"mtime_ns":1783569345781024938,"hash":"196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php":{"size":8158,"mtime_ns":1783569345781218772,"hash":"33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php":{"size":2152,"mtime_ns":1783571718895425847,"hash":"a0c1810c03b7a780ba1b14a631b11e0081767fc3e017e57d4b34b62274340b0e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/JalaliDateService.php":{"size":4368,"mtime_ns":1782384877403158726,"hash":"8a1282441580b6b46896c1c52a6ff284279e0e3610da60c638bfce1067450fb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Schedule.php":{"size":1037,"mtime_ns":1782929801207590724,"hash":"e1ed1b5ef5b6100bcb8a1e0d3e361ce40a2721501cdb5f14aa6fba8739654eee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Controller/SecretaryController.php":{"size":15641,"mtime_ns":1784313763766886021,"hash":"73c93eefeb713ec45c6529633d1b08b774a37952759aa7e85051d819c38e04a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Entity/DoctorSecretary.php":{"size":6177,"mtime_ns":1784313404793436533,"hash":"cdd27f29ad34c1d774ebe271aa707cea44af3cbf8030b33bc1556e13051a95e0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Repository/DoctorSecretaryRepository.php":{"size":6584,"mtime_ns":1784314137365098923,"hash":"6169015b6dca3115690559d52628ec527ca857a0f3e6228854e9b58bebcc85ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Security/SecretaryPermissionChecker.php":{"size":724,"mtime_ns":1781012108901602268,"hash":"42ddb598442c2c167950e1a33eeceb551384377427749d0ee3b6a61f152e64bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Controller/SettlementController.php":{"size":23112,"mtime_ns":1782728407201510186,"hash":"b6f3ad0ae1b555833b87edf0398a96200295160b1c6a57c26e3f751274892c9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/FinancialBreakdown.php":{"size":5470,"mtime_ns":1782728407201776813,"hash":"a0c5e8cc2f0a3597518275c45fe403a188bbfe210fa75da65eee3ebeef594963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/Settlement.php":{"size":4252,"mtime_ns":1782650883606160908,"hash":"36b84f9a63c52cdf4150c0848c4a3fd28a0c7a1aba6bda3f147c3dd9da2f969c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php":{"size":5358,"mtime_ns":1784191157429811508,"hash":"b266207dfb158b6ceb263f939658d9aa5e94401ce85f51ff859866378e65bb14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/FinancialBreakdownRepository.php":{"size":779,"mtime_ns":1782293142660794730,"hash":"ae9fa6ec3678bedb9574a38678795af169ff793fe2e660d9413fe05ba1523041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/SettlementRepository.php":{"size":2270,"mtime_ns":1782728407202173607,"hash":"9c617a929f6ed0595a371ee05d2e9d19d204ed3eb80bd0df9fe9de71fbf76e2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php":{"size":974,"mtime_ns":1782728407202497901,"hash":"12fdfe848f6eb143b87b09645122480b33a778bdf2d9179fd9d45c27540a23a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php":{"size":5754,"mtime_ns":1783569345781547980,"hash":"2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Constant/ErrorCodes.php":{"size":10834,"mtime_ns":1784196064223266582,"hash":"c5681ac3c43caea58c031974638bf3807a7d6e14eb62dfa85d4bc68ff9bce5e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/BaseController.php":{"size":2124,"mtime_ns":1784435643525624051,"hash":"46aab68aea7b3c8bb74242194b9d4c8f76474413e94f7c199c85fb6bf85a8ce4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HealthController.php":{"size":1190,"mtime_ns":1781009995463320374,"hash":"124d5bfe7f63a910acd5ddab19c0ecb83c9d9005786fcd6606e597e7f6b6050b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php":{"size":594,"mtime_ns":1783669189781435180,"hash":"5ffa2cd3fcf314ecaae34fa9f8dd7a2db4a3dfe7b8d5250f16eb0a7f2eb6e652"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Doctrine/JsonContains.php":{"size":1061,"mtime_ns":1782050362337187655,"hash":"bc76253c31cf5a3bb23264736171549281989a4d9915b05a303647324d5aa4e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/ExceptionSubscriber.php":{"size":6528,"mtime_ns":1783747430565936030,"hash":"1bf9e2fdbbdeb39ef79ec789eef2feed93ab43b4d38d6fb654f99f51ca8f6956"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/SecurityHeadersSubscriber.php":{"size":2575,"mtime_ns":1783010796440870365,"hash":"7562c1a0460eb6831ccd6e2ff396ed01256672933fc480a9454dfd202efd0d55"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php":{"size":637,"mtime_ns":1781009868466892123,"hash":"7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Message/SendSmsMessage.php":{"size":235,"mtime_ns":1781010000546687126,"hash":"daff508176e43de48738f7d7b86a97f047329c0c3a9896602933c7aa130ff739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/ApiIrService.php":{"size":5616,"mtime_ns":1783788126872255404,"hash":"845cfe4823c1811705100b4f725eae2f651416f4217810bfcab77953aeff737c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileValidatorService.php":{"size":2743,"mtime_ns":1781946812332075105,"hash":"4c26e4f47f2793bbef582d233a1f08e96e91274448209159653ec0d95a3b8b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/InputValidator.php":{"size":1811,"mtime_ns":1782290232599858088,"hash":"3d610effa54b8c5afa1c206c0dd46ed3ead6b84215d54b39e6789c498c01427d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Command/SeedSmsMessageTemplatesCommand.php":{"size":1917,"mtime_ns":1783237401025294121,"hash":"04f1982a5c4317dd15ee55dfcbc7c0182f86fbce90766e5a3366fe4f19378c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsController.php":{"size":21883,"mtime_ns":1783422449654674455,"hash":"b15e9b15dedddb501f30a18e46b3c7052cdf5778006913d86f34279e6159ab21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsMessageController.php":{"size":4630,"mtime_ns":1783237134183460253,"hash":"2869945324e63ed664748e1770ce7065d91428cbd313843814ac4256cd8b2fe8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php":{"size":11400,"mtime_ns":1782998941568914993,"hash":"af47e04758a2a47c3122a567c79aaf3a2638c5c09e2d21308a91b966b1cfe8aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsLog.php":{"size":3702,"mtime_ns":1783455929824117615,"hash":"937dcaa8618c78e6ac393fe1f6ef06bfa398cc5c392fb469be504d05bd8384ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsMessageTemplate.php":{"size":7545,"mtime_ns":1783239399682426157,"hash":"40fcf700f49544484e460b779e7cd1105a0aac40cf36a805aa69f61f0223d12f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsSettings.php":{"size":5136,"mtime_ns":1782109802341264005,"hash":"751faac90d0b9d9320a8315e7b0765dc39d94089c96a65bacb4a59d84bc442c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php":{"size":4085,"mtime_ns":1782650883608045581,"hash":"9c1ebef6b3ee3a4724e94af555854df18a8d5f2bba6f524781a94478123be0dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php":{"size":1749,"mtime_ns":1781516938580571044,"hash":"af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php":{"size":2423,"mtime_ns":1781516938580684919,"hash":"5272a1b08bc5d6f28d5d845e9201780a4804fce789175b7be82001a4102f09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Message/SendSmsMessage.php":{"size":495,"mtime_ns":1781871113880839659,"hash":"e37f791352f7f9ab7ededa626d6c3d53fa7675ae4e9cd65f499d5b0f0d8a356f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/KavehNegarProvider.php":{"size":4634,"mtime_ns":1783491549884796725,"hash":"05cafa28a8b14f38d40e13f7139dcac2c2b3a4f87fbf07199bdad5dfd0805733"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/RanginehProvider.php":{"size":2234,"mtime_ns":1782749977746062400,"hash":"e2910a9314c0a63d60a4d5df210a421d12149e64db2550cb58bf021bb84f19c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/SmsProviderInterface.php":{"size":361,"mtime_ns":1781013608175277472,"hash":"225781d93f9a713aa0a979f12efff07f7805972e287cc1fe11371367bfcc4e43"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsLogRepository.php":{"size":502,"mtime_ns":1781013670673270702,"hash":"66b4158b7f47661bd573f21e65c35e20e22ecbb830736f07091857004868eeb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsMessageTemplateRepository.php":{"size":752,"mtime_ns":1781888405897787839,"hash":"a6b1523de3a122f8c6dd8e442929ae821b0cc88dab224899c0a8cf100b6247a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsSettingsRepository.php":{"size":729,"mtime_ns":1781516938580977169,"hash":"c2df1e6cc37ef5422312c0eac75fdea0d42de8e6eb822faa96e7bc5e423be9cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsTemplateRepository.php":{"size":789,"mtime_ns":1781013662226415873,"hash":"8da60c0de8613863b8928cb46c6bd846cff26539f158be4a68115ff3a6c68684"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletRepository.php":{"size":911,"mtime_ns":1781516938581096086,"hash":"01a35794369da341601324499da53378a75ab8592d14a32b72d564b44137177d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php":{"size":1325,"mtime_ns":1781516938581213795,"hash":"68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SendSmsHandler.php":{"size":372,"mtime_ns":1781013692820181847,"hash":"f644961f4a1538c1d315e1d6000fcae2d4466975c054685003dc616186614172"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsService.php":{"size":4396,"mtime_ns":1783455940747216997,"hash":"22349e84d7bcc71d5c70a286e38f703b30448a5caa66ba9714b8bb805a37f0a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsTextResolver.php":{"size":990,"mtime_ns":1781888419028487399,"hash":"c83ed15618515fd7301a8fd03a409f17232d3d03e917fcda93bf1f72fc70b963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php":{"size":1830,"mtime_ns":1781516938581332837,"hash":"72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Controller/SpecialtyController.php":{"size":6336,"mtime_ns":1782844333713927668,"hash":"84c72c8da1f6fc901ef1b8c75accdfed1fb314c943d3b81a1d031c26f79aacf9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php":{"size":2698,"mtime_ns":1781085518712241650,"hash":"683f2375f3d9528dd02e9cbfe7bd344ff51208aff0ef02dfed3d576c3460a1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Repository/SpecialtyRepository.php":{"size":2293,"mtime_ns":1781636247076888517,"hash":"9b991dc48c3a9c42baad98f553ee0fa395c4b596f65e84230420929f3e32e6c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Controller/StaffController.php":{"size":5842,"mtime_ns":1781522583734490612,"hash":"8b6ad6acaf1a93214344464c7dcc3b9792720118a1c0963340f639a87de43264"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php":{"size":4240,"mtime_ns":1781516938581704629,"hash":"95c3df6b577ad88a80af1bec2e17b48c6d7b9f35b1a8f75490d0a1bfbc940fee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php":{"size":1179,"mtime_ns":1781516938581849755,"hash":"d83ac7466427c09ca77b63924a66dd5710c8ecc9ba3b6dbdeecc4648940a711b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Controller/SubscriptionController.php":{"size":11864,"mtime_ns":1783235518955936576,"hash":"34f7415b9246e4c6bc25a43e9138ca0ac585d5cc664c0b78fe351c6239937a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/ClinicSubscription.php":{"size":4057,"mtime_ns":1782728407203534324,"hash":"a21caf7417e2a32180b91b4fe18ac8245f2b0aeb8887104b2739771151a37350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPeriod.php":{"size":3806,"mtime_ns":1782728407203839326,"hash":"0121bf60210628bcbb1cbe89419eddfd71b29c65debdbd3dbce51e2d2632c75b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPlan.php":{"size":3881,"mtime_ns":1783233488170274281,"hash":"707633e0b704ec71df2c5a0d4dc21304aece2e79e95bf4fba01ee0431d5963a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/ClinicSubscriptionRepository.php":{"size":2126,"mtime_ns":1783010796441510739,"hash":"181ff34438c057f8cf22ecb7fa36577841e11a22a389e97e2378d690653be005"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPeriodRepository.php":{"size":954,"mtime_ns":1781516938582865590,"hash":"726666fe5f74b8a9927376e82af264b70b209a4e86d164061eb7a9b1d9440942"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPlanRepository.php":{"size":1280,"mtime_ns":1783234723504837640,"hash":"bf1ff4007b9e8aa2bd0442a5a2bf4f5194828006cf8e3fba99817cdad2dff3c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Service/SubscriptionService.php":{"size":4710,"mtime_ns":1783235508735444591,"hash":"1dd4e13de8685bfb17844898217673ce9dca5e6e8c878296567a8de5a599f1a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php":{"size":4239,"mtime_ns":1782844396159141068,"hash":"f4aa363cf77d90bfca146bffb70b496661bd3e4822fc2502a6bd390c84b15bc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/Tag.php":{"size":1775,"mtime_ns":1781085585665970564,"hash":"cd3edf2f90d5bdd70487b38e085a751cb578a9cb2395086bbe2964e5dbd1996d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php":{"size":967,"mtime_ns":1781085592043241382,"hash":"283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Controller/UserProfileController.php":{"size":12912,"mtime_ns":1782289553079211479,"hash":"9d2e310f94dcbde48859dea9872428189b32d7f415af52e6aa5eb523c446fed7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php":{"size":11388,"mtime_ns":1784020073286894805,"hash":"33a91b7d062bf8e0a5ec143546e8bf5d66972b7de54e166ffe5bc21ec81435b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Repository/UserProfileRepository.php":{"size":2215,"mtime_ns":1784182999233184937,"hash":"1707b33d5fe90984020bb6c1eb7d650e8817dd046ed9356c9555c1e6b9fcb9b3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/BillingCalculatorTest.php":{"size":3007,"mtime_ns":1782214545731907969,"hash":"85b469b70480541f73092cf1593029c76fb703bdaf77f71327a0f25ecffd7924"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/bootstrap.php":{"size":248,"mtime_ns":1781009800080637813,"hash":"57ff9294703e34a685f28cd3c0e46ab54a5dd3f4fe3356c224e3aed0958269d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tsconfig.json":{"size":423,"mtime_ns":1782729422588693047,"hash":"53fac6b4a0917eecde4dc3efc021cceca3d48600d9cfb58a3d4c946135751c66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-pwa.md":{"size":9407,"mtime_ns":1781343171405896374,"hash":"f6294cbb97d2ca4465b4f185c394daabb11f6ddacc29c2d471decb04da8c7265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-kit-redesign.md":{"size":10577,"mtime_ns":1782232921465705417,"hash":"24c6ca8b5c2e6f9b9783d446829be9cd4ffe5c6b550e0754d2d4521555382892"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-user-detail-show-profile.md":{"size":9288,"mtime_ns":1781549990210378142,"hash":"629f80e928f666143a4f251067bb31a4f866773e509f34b6c2d623580424e3aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-detail-enrich.md":{"size":4876,"mtime_ns":1781636247075313849,"hash":"a846f9cb4c0d643d7488873cd7a27a15adf39c8b1a206a371efdd0bedb472612"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-lock-patient-confirm.md":{"size":16770,"mtime_ns":1781535498213998370,"hash":"0a79349da76f2fe2c50e76e3add06522ea796a255722386426e7b7edf988637e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-day-of-week.md":{"size":15777,"mtime_ns":1781192992528836012,"hash":"73bc57098ab8816c91d042649840e5d34f5d00f096aa88b4bd3d5b9501b749b4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-redesign.md":{"size":24082,"mtime_ns":1781173659296708465,"hash":"fe28753bae9a95b192796f18322282909e707d96f00082b8d1ce655b47d2aa2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/build-homepage.md":{"size":4205,"mtime_ns":1781248910704293609,"hash":"4dda73a4d2f91de3fa5b641c559cf509ba8b87ec4621bf2e8eeedea3f9927412"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-detail-fixes.md":{"size":3514,"mtime_ns":1781286844618120218,"hash":"2cecd1fb0904f3aff92545007b33eb4bf970efd7b03cff7c53e6ca73dd2ef9e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-deactivate.md":{"size":15114,"mtime_ns":1781257376721043348,"hash":"6b36b95516cd5fafc100a500b72fc98d68992d8cb07c02160a09f827e2fb58e9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-social-media-field.md":{"size":5746,"mtime_ns":1782034582969356341,"hash":"01a6fc5a55d6357607e36837cd39a6ed646f4097fd4ba944ababf826cd1f0ff4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-view-doctor-profile.md":{"size":6746,"mtime_ns":1781361314655405808,"hash":"b7d523d90f08ea239fa8b03eae601cf68353be6f45c0192762cabfef28c55e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-patient-without-signup.md":{"size":5271,"mtime_ns":1782145462624789979,"hash":"5bf24921d4002ea348e38c87cc81bc08ef8e169924787c3c719bac9d3e62d4a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-phase2-tasks.md":{"size":24506,"mtime_ns":1781516938546554807,"hash":"f3d49625dfa644a00f6cd5a582e52d63bfefbd2db875f25164774a71cf345ecd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-booking-window-and-month-availability.md":{"size":12511,"mtime_ns":1781535414057585490,"hash":"505938967d29a4e337e18cb22f2a299f97e5e452e05c9b94a9e409c86107f23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-clinic-address-access.md":{"size":10705,"mtime_ns":1781362104619727130,"hash":"657c686420a8a45159812178f8a65dbc317591779844dc26b3921c536f92de8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-profile-page.md":{"size":8799,"mtime_ns":1781175765248517513,"hash":"f1078372d9fc8eaa9196ec9840ce187d86a27b723a1c218cf872cc4e4ede5d3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-social-media-field.md":{"size":6783,"mtime_ns":1782031213435560461,"hash":"072cbab44fe86ab89e7a46724b8631528acdd63ae0c3aee2526ab408e1c021d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-access-scoping-doctor-clinic-representation.md":{"size":14171,"mtime_ns":1781863132633307507,"hash":"8ad2e8c5d53e8f34d69e1b4fd6ce71775720cee430130043803bc44f903341e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-auth-token-hardening.md":{"size":12680,"mtime_ns":1781946301827134938,"hash":"a52ecdd96fda0f396864de78704f6c53efb9982debb51f4ea1a4494007f925cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-bugs-and-features.md":{"size":20820,"mtime_ns":1781516938546940516,"hash":"c45843d9ef701e2b73f7cd161083ffe23d315d81b68382ed4f9f45feb642c6dd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-filter-by-address-location.md":{"size":6683,"mtime_ns":1781674935483152098,"hash":"b5aa923fc81b1ab79f29f7f02401dcfc56b88ce6bbcf0c5e015200000d7ae6d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-patient-auto-add.md":{"size":4991,"mtime_ns":1782145525259778908,"hash":"9dcfac3aba7cdb8101c97017973a1bf7e4217f0d8df94b9dcbd1bda10192263b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-city-via-clinic.md":{"size":5124,"mtime_ns":1782040974660614329,"hash":"a3571d2085a8c4aa6cdc7094b964fbf54281b482a064cbf368f623dc5fda26c4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-schedule-fields.md":{"size":10822,"mtime_ns":1781523041417094452,"hash":"7ceaad108bd7bcec35b9271f73308586072e8fe12be63b1dc754e5ec902bfa1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-search-performance.md":{"size":13253,"mtime_ns":1782046573636729825,"hash":"febfb8452181a0ee429a6c1383b489ca071afe45ffb617b9343e9a406ca02d0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-guest-doctor-clinic-context-access.md":{"size":9535,"mtime_ns":1781890240620846065,"hash":"dbcabb830aa0a81fc529eb14feeec65afdd979ac4eb7ce31c80eeb22b2166166"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-invitation-accept.md":{"size":4399,"mtime_ns":1781360063617429536,"hash":"2bc99d1a7460fdf5be3711a0add4de54d4ab78a0fc16079680d4da58e4615997"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-profile-in-clinic-context.md":{"size":8367,"mtime_ns":1781365327185378947,"hash":"f063eae11f94b2132d84b0a8472bac1d4d404a2bfbfacb049f0c583f9c586219"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-side-mobile-nationalcode-validation.md":{"size":8677,"mtime_ns":1781945049606053409,"hash":"32049409986f11fd29d302dc3e1036cab7172ae9033c3901e0622e8171fda14a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-switch-context-role.md":{"size":7032,"mtime_ns":1781363356184798552,"hash":"74cb88449b93fd682e3ac81a322e1d405d54e111e172758e5b10ca80437e1a3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-backend.md":{"size":23991,"mtime_ns":1781516938547317892,"hash":"ba39a2e1ccfbc1a98662ecc71225aa32583a410df8e238dad15de69a62fdb521"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-frontend.md":{"size":28042,"mtime_ns":1781520442021329832,"hash":"4faf26a0b91c83a3c183e3ed929d5d2dc92e7624549af170165bbf2faa9eec2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pages-subscription-gating.md":{"size":8256,"mtime_ns":1782258337653428004,"hash":"3755a25eb7694c8c1587bfad9e02166c438ab4bd361268126cfe0f3ee553bbb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-and-selects-cleanup.md":{"size":7612,"mtime_ns":1782253591735960479,"hash":"00ca797277e9520885bf056e719721e9d72d97c4000fbd9f8bcd69980a5bd69d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-visit-pricing.md":{"size":6483,"mtime_ns":1782214545719956341,"hash":"4197cd316ec7560bb084840cd96f82df6d524916d4a4ec4a0f71108c2cdbec6e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/location-clinic-address.md":{"size":15649,"mtime_ns":1781257855652300954,"hash":"c147a47466d89f4591d1efff242e3ec90e1b979463cc2d2ce5f65bd55002b770"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mark-past-slots-unavailable.md":{"size":7754,"mtime_ns":1781535427967339672,"hash":"51d4e6c59bbcf69395fb0d0a1420f5c47f5c3ea5bf77e95b3180fef5e2081fed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/multi-role-dashboard.md":{"size":47174,"mtime_ns":1781164462782884121,"hash":"bdbb8f8d4f66f36005c2c7e87f123d905c49048dba266e475c775b73d438b434"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/my-payments-list-endpoint.md":{"size":6964,"mtime_ns":1781539108766134646,"hash":"5c6b5a4fff2796f32393914512d82d2cf18fe1a2bb5c70f7087c6152451e2ce9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/national-code-unique-profile.md":{"size":9589,"mtime_ns":1782270001832720420,"hash":"4bac96e773838ee4ef912cca328f84ce957deb6c594c1a00016b305380c93112"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/new-visit-modal-ux.md":{"size":5602,"mtime_ns":1782145407253133698,"hash":"5ec3558c752110146df788f8f2f85025c4ff17876ace24f8de0b2208013a622b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/patient-record-profile-binding.md":{"size":5004,"mtime_ns":1782145573523412851,"hash":"5195bc67dec077d35f5220df58a5c2ffbb62fd44c881cc9e51d8aa53a08d065b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-test-mode-ui.md":{"size":7973,"mtime_ns":1781516938547896351,"hash":"a37f514022aea65c1e8d35c8855c087e0913c650a642cabdd39f9690577d8cd1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-unified-status-canceled-and-managed-hosts.md":{"size":11866,"mtime_ns":1781591920505562932,"hash":"32799eaded7c02d109b78be529dc0ecc8b7fc0b500326573428a365e21869b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/pre-registration.md":{"size":12415,"mtime_ns":1781252082262696147,"hash":"b1857341551ffad0b98d9d867f3caeeb8924c5b903099e9f2823620efa8eecc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/profile-birthday-jalali-persist.md":{"size":4796,"mtime_ns":1781597628367003291,"hash":"e90db79d423bcbe97680ffed422228037e2843e8169bb1188237f7f6b6babbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-bug-audit.md":{"size":10008,"mtime_ns":1781892497314247088,"hash":"63ca9f918e24b1c15839c13744045e0b8aac212279b5b4fbfa5ae619b7709804"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-multidimensional-and-rich-comments.md":{"size":12831,"mtime_ns":1781557035802767573,"hash":"332d9f393aee67c403841f184f3e6c069edaeb4459b4ee328a9310055f937cef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-require-recent-confirmed-appointment.md":{"size":9517,"mtime_ns":1781557035802942698,"hash":"305ff640dad68d7e842a5825bbf7a8f4cdb02b145eed8b782c1151db3305632e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-admin-panel-access.md":{"size":16498,"mtime_ns":1781857058512546863,"hash":"72c1500ed688169cfd796adcf9554b63994849119943dba5d5a70883eb5a8dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-commission-tax-engine.md":{"size":21994,"mtime_ns":1782292728412115840,"hash":"ca8cb1567b8434a59f5717a4b33c6ea142e69f4d1010df15010081905b556669"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-domain-guard-dashboard-settlement.md":{"size":16314,"mtime_ns":1782304099038050829,"hash":"be8842b5ac2c5a57277b047c4c6ac3f828ae302dc6a94569e8f46760564b90d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-identity-iban-verification.md":{"size":17082,"mtime_ns":1782399022752193648,"hash":"59271ef71e8e71f9f1bb9dcde1aea41565a2dbef6ed9aa8d35b1e7202c685f38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/schedule-cancel-expired-appointments.md":{"size":8800,"mtime_ns":1781551622406496621,"hash":"43d63ab1fbae2e6e2d5192d922a09293b1abbadddfe98819e39671dc00e04a99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-context-scope.md":{"size":14283,"mtime_ns":1781520442021272248,"hash":"e684ae83cc15db840406769e15852b219ceff63405fe6064bde19263b2fccfdc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-realistic-data.md":{"size":14531,"mtime_ns":1781519566626148059,"hash":"6b2eea6f45404e64d2b8b3998a117e8bada7517c880339af1fc4ff72cd0409d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-coverage.md":{"size":4046,"mtime_ns":1782214545720279342,"hash":"3ff0f0f6b3a99f5facadc19ce455b27c8cea3020038a1b40bdebda4fdbaf84f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-per-insurer-coverage.md":{"size":14249,"mtime_ns":1782259799527430466,"hash":"295cae74decafadb2379fac86ac7ac1f420042d715f798d5024b03362560363d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-log-tags.md":{"size":15685,"mtime_ns":1781870909734605934,"hash":"abe301d83cba0655c353e32c6f55a9bf20dc808d033c9f5d1e40f8fa9ad5bd62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-login.md":{"size":9252,"mtime_ns":1781255737102412820,"hash":"af6300f99ef2e66cad5abf34a421e4c3f2d34995535a907f82aa86cfe4c29b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/specialty-doctor-counts.md":{"size":6533,"mtime_ns":1781636247075492016,"hash":"32a97260ea56f3bd9529a034cbb791df59ce29ca60d9966a24d469cb743fee41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/subscription-gate-ui.md":{"size":17009,"mtime_ns":1781520442075008039,"hash":"81757bb902f7ddb74f51b2aa43612d9c73fbe20abebbc2f046a6014498f9b58f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sync-user-realname-from-profile.md":{"size":6614,"mtime_ns":1781594222051658800,"hash":"b9ee6559e409596b698b855fe4ff283fac5a062a218b4aea42a3b09d14a8fd0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-darkmode-polish.md":{"size":9534,"mtime_ns":1781520979984254456,"hash":"9f195ed3dccbf8df6079d978142aac339fa50d0b949526fc1b7b832af151da1a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-ux-pages-redesign.md":{"size":18980,"mtime_ns":1781520442021457666,"hash":"2dce360a15f48c97610df47e5e6fbeea313e39fdc152e0d55bf687ec17784e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/user-profile-resolve-by-user-uuid.md":{"size":9637,"mtime_ns":1781537870411647855,"hash":"880cbf5c1bbd64937f4a197a91cdedf9c742bb3910ab2104cfb6c59e8cc7ba0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/prompt-writer/SKILL.md":{"size":5151,"mtime_ns":1781361052504791267,"hash":"abe2c711bf0a283fe50a70e5180d0ed7c7e10f7b699ceb50b4701485cf7b74bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/run-prompt/SKILL.md":{"size":9443,"mtime_ns":1781176103482888341,"hash":"bc8c63ca2411b0ed4242f54f4a998590698d1cc62ef9b2661a84668ed1e80689"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/CLAUDE.md":{"size":13209,"mtime_ns":1784020073136158616,"hash":"06be5c173956469a2d503db136584d2d3a2f6beccbbfce1bdf50d39b78ba9854"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/TEST_USERS.md":{"size":4101,"mtime_ns":1781520709654384302,"hash":"ae97e1e0de7fdd1d8dccf030c996f155262259cbd648b71d4834436f90827910"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/Architecture_Audit.md":{"size":33583,"mtime_ns":1780948937761931658,"hash":"e79771047616dbb7a604687b92ffcd47f09dc19a112fa51174cc2738a0e5c49b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ClinicPro_Manual_v2.md":{"size":228782,"mtime_ns":1780944864742215753,"hash":"86c808b50dd3da1c5107e4b6a3a03190f30c643643ad6de4c89b2045f803baee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/prd.md":{"size":28619,"mtime_ns":1781520442203119936,"hash":"a1691fe2f87737cd12253bac3bfda2f8feeaabc15a159a8dce6482eea7fd6e8e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/pre_prd.md":{"size":5454,"mtime_ns":1781516938560096835,"hash":"4736bcde5ba8e7c73405d0e7c31b6e2651b65d475e4cb9a924ae152b799bc4f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/ui-design-spec.md":{"size":20687,"mtime_ns":1781024129379257560,"hash":"60176b60869538ed763bfd4b0d02c138481811e62482b73c41693ea5393e8460"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/user-flow.md":{"size":16280,"mtime_ns":1781022482742007613,"hash":"aad348887a0347a4d348eb228959ef9e44099e2c4e60959d0dc06d976ebe7e16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/README.md":{"size":5684,"mtime_ns":1784435727320256706,"hash":"7607fbb514fecdb32d05bb2c49cabf6681ee4b70ad93d15865fe1f72fc265923"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/admin.md":{"size":43909,"mtime_ns":1784207590189818650,"hash":"b065e4a06ac07d0d027968a26d268affc7f1bcc8c40379a7bad83c2e1870cd83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment-settings.md":{"size":22911,"mtime_ns":1784368633101301474,"hash":"86dda2cdd6e2dcded7570e8ffdc3149a84295466038c88081e17db2beed63bf4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment.md":{"size":51584,"mtime_ns":1784394991609318812,"hash":"db4a407c62e27c39f58d409b0cc49af328f4e8457276f9ca35ee3d6511c4ea3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/auth.md":{"size":22783,"mtime_ns":1784354927529270634,"hash":"7331cb24f3718477afe95fe1b38bbc0b47ea9bfd7418a309108e2fd8718c0147"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/billing.md":{"size":20780,"mtime_ns":1784405144010923009,"hash":"92fbeeef41e5b9e4408d590c8dd9e103671cc78a5d5f8c2c34442ff9be3dd937"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/blog.md":{"size":5522,"mtime_ns":1782050526553302749,"hash":"fc22dc80387b6c8f477854a19dfe01e496b90b688020325f1df589e0ae5cab8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-invitation.md":{"size":14038,"mtime_ns":1784353188073634535,"hash":"77ec4a12695d0cd477abca3d7831dae5b33311001d984c84c5b02e4c2e6dcc68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-services.md":{"size":14086,"mtime_ns":1784402578673294398,"hash":"582590cc5c58827007fae6fc4bbd00321ef1e9189adb9c7c7de2124c61675565"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic.md":{"size":19961,"mtime_ns":1784435752018273407,"hash":"4d097609c02a71ca711fb1cfcbbf021f116a5e86e09772d936f386cbdcc18bed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/dashboard.md":{"size":10928,"mtime_ns":1784398313163676587,"hash":"db472511646ea4d720d38e76e272cec47e5ab3a80fc38dacee3184abf895f168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-service.md":{"size":3542,"mtime_ns":1782844893680414173,"hash":"e89e263e5bbc843f579006c3b353fe521d9366fc228515e8a5e596321c8c0c42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor.md":{"size":19185,"mtime_ns":1784435697344322816,"hash":"d42c7f2f8e4d671c9da05beb380d8140832cdab3048d1d7d792aaa7e8b425713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/insurance.md":{"size":18813,"mtime_ns":1784405167378219903,"hash":"6acd64aa5d7fda4d69b0533f8c0f144b385d605bfcb2d53f23a7d826beb66a28"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/location.md":{"size":6110,"mtime_ns":1783499999991507683,"hash":"b115b424de4b74d226eb0519d0285a2c6397f9d8e1afdbc4de3b8d9776e00bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/patient.md":{"size":48583,"mtime_ns":1784402578674532850,"hash":"88d709d4a62190045deccdac6908bd9540a8721565fe7b6808c0a5152caba70a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment.md":{"size":31708,"mtime_ns":1783569345777886644,"hash":"e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/rating.md":{"size":11090,"mtime_ns":1783666791928124714,"hash":"61914c5f9d29060ba157369cf8e82392cc6b094df3f3a1423904c2988b19def9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/representation.md":{"size":23969,"mtime_ns":1783569345778079977,"hash":"fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/secretary.md":{"size":18318,"mtime_ns":1784359389287358111,"hash":"eb8378c19cc4274143abe7ac5f9c0993e59250f27ca298a6655b257447ee6eb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/settlement.md":{"size":9976,"mtime_ns":1782728407112458962,"hash":"ad88d08fd6960cb9bfd932b91def2ad395a50c391f7692e9ec30fa4dab681722"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/sms.md":{"size":21855,"mtime_ns":1783491664293447366,"hash":"c21a4fe093a52c6f4b73e50259282f2f50f30831b19250ab6308d66ce4e2d7b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/specialty.md":{"size":4869,"mtime_ns":1782844893680226216,"hash":"8f43fadb8c8754ab788dc183df3538096cfffc5d7a542fde683d8fffee10fafb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/staff.md":{"size":3093,"mtime_ns":1781516938562286131,"hash":"b3690ab9cdd530eb6a0180f96f08a258ccae0c77d31416e80f49a92974eac730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/subscription.md":{"size":6894,"mtime_ns":1783235773210706870,"hash":"1d6915cccf364cf13b21f3258d454831c311fb1bf1c0c88a295cf5694fff1889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/tag.md":{"size":4695,"mtime_ns":1784030906726576155,"hash":"74e0e234fcb997866040a3a7567c8ae551a2de9503068cb163ac470e3a8ff7c1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/user-profile.md":{"size":7549,"mtime_ns":1782289592597934192,"hash":"5d269afd10ce9174f3ac63fb4fdcf1cb7272564925db2d3f5f7e75df50c42925"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/architecture/insurance-billing-system.md":{"size":22566,"mtime_ns":1782214545723920606,"hash":"afec1678fc22a9caa8f39eb9fac3f934751dcd6a315ac1441f1378193b88ba0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/architecture.md":{"size":4831,"mtime_ns":1781516938563423092,"hash":"589134d822642da7433ffa06823f4e2c79ad74e3feb135df95e581377b01ffd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/database.md":{"size":2045,"mtime_ns":1781516938563622759,"hash":"580ede75d18ef6d8117ef56ab233775e5143bc25de4716cfaf53464bdaeac599"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/task.md":{"size":2775,"mtime_ns":1781516938564295343,"hash":"b55eb66cf597d5665d57d79f268a2fc106da8a8e01c18d7f8da2327da6dc7927"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/user_flow.md":{"size":3553,"mtime_ns":1781516938564465635,"hash":"c5436837b9320d6cb9e5f50e7e6b7aeaaa8bdb8dc9a68fa4b5f4b22fdd58002a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/architecture.md":{"size":6182,"mtime_ns":1781516938564667844,"hash":"97af6c2e032264f5dd128efc6ec07a4c1c23664f325cba46bc7dca9da57b9578"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/database.md":{"size":4694,"mtime_ns":1781516938564824594,"hash":"3b798be28cfff874d1b09b25429767e7c928e7c0fd9a9db2a9685f429b299299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/task.md":{"size":5322,"mtime_ns":1781516938564985928,"hash":"46d7f8870c6b9f46071a717d0235dceffd7d25508ca4f69886e5062c8b37d0e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/user_flow.md":{"size":5889,"mtime_ns":1781516938565157637,"hash":"d11628bbcd90efc0d3d09961a2ed62fe3707c3f5b60bbbfcc615da3b7180acd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/architecture.md":{"size":2393,"mtime_ns":1781516938565327637,"hash":"d036ecddd7c889f68aac644919fb9255189de2f82cd62e3933b860bc348d34a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/database.md":{"size":1646,"mtime_ns":1781516938565469596,"hash":"bb7eaeece88f414ea6253e95b2acbbdbbf74396c5e51b213301593f2aa5d409c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/task.md":{"size":6288,"mtime_ns":1781520442208567994,"hash":"f18a2edba4a0b75fef8e08e155a4cf100b8a98e463acf88d31d506c195f5b27b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/user_flow.md":{"size":3821,"mtime_ns":1781520442059890701,"hash":"72aca8c6bba58695e7e1b63a3aa709d1068753beb31b981c648564fb822e4fec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/architecture.md":{"size":3719,"mtime_ns":1781516938565894180,"hash":"c2c7361b57f654925f2801d0820f78bbbb97dfbd07c808b4ec304f7938139151"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/database.md":{"size":2673,"mtime_ns":1781516938566026680,"hash":"de17f21b92fb807651d65288c8539699aad5597b8e541e47c9bce4dd0f97b696"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/task.md":{"size":2931,"mtime_ns":1781516938566167056,"hash":"87038a0b3a2f872944d232bcf66eb5fab7676f00a9d29319c082a4b576a1fc40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/user_flow.md":{"size":4046,"mtime_ns":1781516938566343181,"hash":"4bce3394d64f2c1d3441cd2c3ad717670d1c91817b9015db00aa9ae4eead4f66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/architecture.md":{"size":5145,"mtime_ns":1781516938566580015,"hash":"14afd5263c7d520a89f36bbba8c8a1884f88df74d09afe4caf7464025ee25063"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/database.md":{"size":3803,"mtime_ns":1781516938567109641,"hash":"2a952887767f9f9811df0c99a9bc2ba9986defd5ea1caf3ed11080ce11c61f1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/task.md":{"size":3454,"mtime_ns":1781516938567288849,"hash":"5badde1225cf74657f886825aaaae8582c1c627570f655ae9f631144bc75d7a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/user_flow.md":{"size":4630,"mtime_ns":1781516938567444933,"hash":"8e4bcbd2fd0a486d4942df7ced8131738816487d2c16f0a05730d4c190a10296"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/architecture.md":{"size":6622,"mtime_ns":1781516938567688975,"hash":"138a7655a0efa500b4a9a8f829bebbdff35803cb3abfd3da7f4d4f362d7b63c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/database.md":{"size":5463,"mtime_ns":1781516938567863767,"hash":"1dceb66c7a12a35660145fdf3bf0bbe4d5b8275f5b45bf86cbba4cf80f64675a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/task.md":{"size":4809,"mtime_ns":1781516938568156268,"hash":"1222b425e9e9856e291b8fb39c28348287dbafcf7b0a30531c5bab8642d2cb17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/user_flow.md":{"size":6283,"mtime_ns":1781516938568370060,"hash":"e28725b4fd619e8e105951b570c0066efb23fd6f378c1939bbe5cfcdad47b2d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/architecture.md":{"size":3095,"mtime_ns":1781516938569635604,"hash":"6494802db54a411d47ce102df7a5584c1e7db3482aad69df967bf1ca71c5ba58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/database.md":{"size":1971,"mtime_ns":1781516938569893480,"hash":"ec0826918bb413f88d2d989f514b0c75a8cb932d11476d2c6e46908ce87968e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/task.md":{"size":2630,"mtime_ns":1781516938570195856,"hash":"19bc98b5866f489ff0cafdb3533f2698de3546aef26ad438d16beb2d7218c859"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/user_flow.md":{"size":5110,"mtime_ns":1781516938570362314,"hash":"3572f80a2a4741eeaa91c80e9c362bd8ff452c14c4d1f052efad6467db72ce60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/bug-report-2026-06-20.md":{"size":6123,"mtime_ns":1781932195178136627,"hash":"12f46177c25b3354d11d67086bea1387dfc7c630aa26c3ae766c680f2843640e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/security-audit.md":{"size":17685,"mtime_ns":1781029533522601843,"hash":"a4ff28a805763f65454696132ecea7011101bc37b1b6517222f1c75daf450ab1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/README.md":{"size":3380,"mtime_ns":1780914526335796118,"hash":"defeedb0410731f689fba5e8e2c6f3e35b8bf9e5e284dad43313a1184b58b1ae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/architecture.md":{"size":4379,"mtime_ns":1780948878189677238,"hash":"01cbb020665bc50a95519b010c5cb4bdcda727e5e3b11144854ea69380bba84d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/database.md":{"size":2777,"mtime_ns":1780913653761675119,"hash":"6ad045e9dcec53f77822e126640dacb6bd22ac3baee94373331ba46567bf37f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/implementation_notes.md":{"size":11109,"mtime_ns":1781000268522993445,"hash":"7fcefe550ef23683ee4ed703af2881fb5c985930b4d1a3ab7c93a74ef491bdae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/task.md":{"size":15372,"mtime_ns":1780948866192116618,"hash":"311edd5597e787245e16d25b061f5faccd468d3d7a63ebb05bb04e26b3c7218e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/architecture.md":{"size":2897,"mtime_ns":1780913716805987120,"hash":"ee14b45989f69598f9862c975c097e7c3cb720c2bb06967b9787307e7acfe361"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/database.md":{"size":4381,"mtime_ns":1780945850080810308,"hash":"d1ce5e67b210864664df658d7de16fc479948f90164e90c89f53c33ee6de069a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/implementation_notes.md":{"size":4894,"mtime_ns":1780945075278630018,"hash":"8074b8f1bfe41c918b96cb9ab1c78937bf5986feb3ebe9db3c3ca7af88d7dc2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/task.md":{"size":14847,"mtime_ns":1781000259106649518,"hash":"500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/user_flow.md":{"size":2706,"mtime_ns":1780915019246111035,"hash":"03ed965fb14b51c065108f4eeca9672f20e8090195fcc442de5c5c60c950ec10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/architecture.md":{"size":2719,"mtime_ns":1780913810512596011,"hash":"1a83b9b76c0687098bffc9471e7fb2c51a97be4939347bd11990d55fc290fbe9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/database.md":{"size":4620,"mtime_ns":1780945096397670031,"hash":"8d639d843c5d51531781080fa6179168662a5cbd22af7ea828e770823d374c00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/implementation_notes.md":{"size":2408,"mtime_ns":1780913848138283491,"hash":"5a60299e3ce86373b2ae7c2e0efdc5fb85b753123cc45bb09e0c9d671d396811"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/task.md":{"size":2503,"mtime_ns":1780913798113112926,"hash":"f00a38d5a28420b3a8fda800286352a56f0f98b190ec67e57e1d971debae3bef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/architecture.md":{"size":1757,"mtime_ns":1780913877006618619,"hash":"e63b0d01ec3714992eefec62777ee965be7af2a59d55a9e72cf87effac0f4a8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/database.md":{"size":2332,"mtime_ns":1780917970043029189,"hash":"ae2d7fd401bce729cba77a040a613a7f8fe0e9b20e8d4a31eaa970451296a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/implementation_notes.md":{"size":4727,"mtime_ns":1780945968298846841,"hash":"92f49568f1ecb690bef8287e9455ef0b2ed56d897309ea6b8a580fa667f8a5f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/task.md":{"size":1962,"mtime_ns":1780913865638451815,"hash":"2884592d17fcc3363768f899a4371d0ff2f25bc05bf4ab378647224aac695fc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/architecture.md":{"size":6624,"mtime_ns":1780915477914900899,"hash":"180c8f1b3163d1c97e3add7912571278ce7d53477095695010024be863743ee8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/database.md":{"size":7593,"mtime_ns":1780917946898365021,"hash":"00d19e027d60b4461e43310d6445f95fab85d7b6ba26ba946e44ea001556b0d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/implementation_notes.md":{"size":2375,"mtime_ns":1780913973933789015,"hash":"1fa793e81dd07304171c11a760104acd6802dbeec00363618f5d4c1e651668ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/task.md":{"size":6294,"mtime_ns":1780946040236355543,"hash":"042d405bfc9f389c3f4031533534485742dabdcfe86b4d753c0cc052a755f1f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/architecture.md":{"size":1851,"mtime_ns":1780913996728031516,"hash":"6cb465ec4509143b1ff168e629400684e18542a7c1f616f5885f1c4f8be7876f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/database.md":{"size":3657,"mtime_ns":1780926795107362628,"hash":"6ae9c1c5e9c833a0781878a60323428b3388dc46dfdb5620d649371d98c03f36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/implementation_notes.md":{"size":1042,"mtime_ns":1780914015153456807,"hash":"5bb3da0cf9daf5a64f1316e32f20d5a24d70ae5a639bc0d4b62a2667a6742b19"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/task.md":{"size":5429,"mtime_ns":1780946101876308203,"hash":"709ac2fb057f4d470a55c5e47dc0bbda7f38f6a336622fd93be0e334019ee066"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/architecture.md":{"size":1985,"mtime_ns":1780914070674333692,"hash":"b6839bd6197cc3e53162104e0ccddcb4c0dad2d268815ce71e50591dd58dcaea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/database.md":{"size":3623,"mtime_ns":1780917987390393019,"hash":"6a1ac2b1feeec574386ab34b5176b6c069ee3582e7152757e4693e18440d0365"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/implementation_notes.md":{"size":1244,"mtime_ns":1780914095217341542,"hash":"fa7fd9bc9193bd89ed8e6438a3538bb8ba6aac5dbc8859735887b8a2a876956a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/task.md":{"size":1912,"mtime_ns":1780914058797929168,"hash":"4a40fbf276a9595d6be7409e5b8ec3ce0963f7cff1ae1acdbbd8e2a8962f0f76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/architecture.md":{"size":3399,"mtime_ns":1780914129817089915,"hash":"b75f451ea0018239fff4ace9a06e486880409d0015582b1aa5f843b4ff14d9ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/database.md":{"size":4225,"mtime_ns":1780915919108824849,"hash":"07a565453b405723fef58584dc058518729c7d27e873492d8a3cea7e7de0d690"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/implementation_notes.md":{"size":3094,"mtime_ns":1780945173910875440,"hash":"c75e7608c3765170173b475dc5b2b224c663e6c116cecadf38107efdc86d6878"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/task.md":{"size":2582,"mtime_ns":1780914114135141253,"hash":"48422a947301ff86b51f11c3168ec190bfa7f9dcc10821abd5ce5b9a460979ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/user_flow.md":{"size":2191,"mtime_ns":1780914171627644777,"hash":"07b7bc5971ab5201243c5bdf67eb2d111629753dd697034c85e92c96d1008809"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/architecture.md":{"size":1996,"mtime_ns":1780914199549617529,"hash":"289adc397ac626b52b89755bfe8648fab0d7afbbdca30005de728b7697b9a214"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/database.md":{"size":3717,"mtime_ns":1780915937514717817,"hash":"88321d5b96f7d4a6b8e1704430500c45915eb2e259eef363d95f26de72109092"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/implementation_notes.md":{"size":4621,"mtime_ns":1780915380116156578,"hash":"a83b0c475c907a8d8a30ed2d0ca711db33f60fb1e61c202b76bc4731a5bf8243"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/task.md":{"size":8716,"mtime_ns":1780948491117865920,"hash":"da3cd77c8f2c7ad9129a69ccf1f8dc2317dc91a1dd956cf2f042b65361be6395"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/user_flow.md":{"size":1550,"mtime_ns":1780914238340850115,"hash":"9f5dce77e5f9988bba7dfcc621622610a49a42e0b065b884bab56b56661cd84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/architecture.md":{"size":1127,"mtime_ns":1780914261808559537,"hash":"375e8ddd7ec2c6078760759c4501a4cfbfa68fafd7835fb01fb77ec9e63edae3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/database.md":{"size":1786,"mtime_ns":1780945194993545294,"hash":"d839d386d4403610f52b0415868efd6ee3555dc5b209d13ec923975ec4bb799f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/implementation_notes.md":{"size":682,"mtime_ns":1780914277970139742,"hash":"9f0f9dc9c02d7e8672e66bf856526f7b0ed7956b926665bf807466cb5be8ae97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/task.md":{"size":1020,"mtime_ns":1780914250465105891,"hash":"6dd946fad62474b45da1077a795263188685817d871a6fe6a7a48686e24d6193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/architecture.md":{"size":2188,"mtime_ns":1780914305970064998,"hash":"5fdcb2df78dd410d0c2d434203efb1e7a932ef9e9a17270a252584779e59f6cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/database.md":{"size":3810,"mtime_ns":1780915977159314990,"hash":"2fdfac8ae3f0fc238d5398ffcc770d33470901fe1d371043f2762ca15a0c6e50"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/implementation_notes.md":{"size":5724,"mtime_ns":1780946157194396377,"hash":"df382ed8eb807a193bfc884447401cd87c9a678f6ecb95a0a246468cc9311851"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/task.md":{"size":3935,"mtime_ns":1780946250306428313,"hash":"fa4fc2ef76c08670eae962ffd0a3836d7cce4469bc5f407cebff751c025e5c7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/architecture.md":{"size":974,"mtime_ns":1780914349899858832,"hash":"a0adb45cf9f78498055809006e340318b4ca21e6f8627ecbcdcac2205f3f7b29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/database.md":{"size":1630,"mtime_ns":1780926837375006318,"hash":"3d670c92b56d80fa1da6b751fda3b776da46ea368106339d1b80dd6012e01d2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/implementation_notes.md":{"size":596,"mtime_ns":1780914363412821531,"hash":"d49115b6d3c76aec3c3678cc86c6ef5b394e8e63d96e493479bc79db4cd8558c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/task.md":{"size":475,"mtime_ns":1780914338292873383,"hash":"0f032e0490838820a0692ba9c0042dadce5a9558d87083874219c84dcde92742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/architecture.md":{"size":1308,"mtime_ns":1780914379600079656,"hash":"17eba56cf557f9cf9d6300b9946fe25cd348fd937bd20914ba382b1a760112aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/database.md":{"size":1827,"mtime_ns":1780926849934970617,"hash":"46384e53c3b5bd73ef416c647833213a49f5eaefdd7a6c63c4227cf54e5e8aa6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/implementation_notes.md":{"size":849,"mtime_ns":1780914395413759232,"hash":"432b4d0ed90802ae1dd2495e54a2493f60f07ca0ca57a7e68734ff493b2c8031"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/task.md":{"size":9039,"mtime_ns":1781000115337852359,"hash":"322eeb47d17aa1d34573f1daab3e4e6aaaa6c89a6c97bb7be08ea4e10c475f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/architecture.md":{"size":1945,"mtime_ns":1780914418815337658,"hash":"434ff7a1e4e0cb8d175321f3af647ef5276602ed753c9ca9c3c9480a7456d53c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/database.md":{"size":5305,"mtime_ns":1780946202243066788,"hash":"86fdf19600fc6c72961d37e60d2f056f9012b1b26d0fddac2a6d31b15295f105"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/implementation_notes.md":{"size":3038,"mtime_ns":1780915087810785770,"hash":"1fbc6a5462ddb25a89b765941b2c4eebae1b3c2e62cf5dbf48bc48015b79e6ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/task.md":{"size":8918,"mtime_ns":1780948846758672237,"hash":"ae564ca5b8f57b3e399f6996c978ed63e5d2425342b6d9dc6eb0b29c90fa2da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/architecture.md":{"size":1957,"mtime_ns":1780915416796818495,"hash":"9ed187252c771e6fbbbc24009d84f0fe52b4c3f565b16413ffd753c16c1793d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/database.md":{"size":2934,"mtime_ns":1780917918423562169,"hash":"bc18f2996973b821a4c393e627028ca7212b1bb769a7faf122fd0b7f4fc4da10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/implementation_notes.md":{"size":4833,"mtime_ns":1780915404939572215,"hash":"b8c731a6b5e06985b3179372e17bf6b678fd4bccf0f2a488cec7b842ecd56798"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/task.md":{"size":4814,"mtime_ns":1780948110250153184,"hash":"ecf2f1d6b695c256805cea006ad4ea2c64d4419dba5da0e8a862ddcb78c185d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/database.md":{"size":2141,"mtime_ns":1780945235470226049,"hash":"4ef4177ff9c455909dc4d2d64ef4ee2fd8e1d5eaef1bda53fe9fed7923809e1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/implementation_notes.md":{"size":1864,"mtime_ns":1780945250993937969,"hash":"75cfb72ca7fff3f679ed78b75fb7cc251344cba57d46d4926a1ff24c61a18193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/task.md":{"size":14473,"mtime_ns":1781000201191461921,"hash":"b4a1a494a5417c78db3a85dc80fa158db77860e74eee9337fb15a5f5052f829f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/database.md":{"size":3780,"mtime_ns":1780948101369445086,"hash":"8c43bfccc6aafad28eebd86afc5b32f56ca6db3dc081b796567f4c95824df146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/task.md":{"size":4116,"mtime_ns":1780948080182510614,"hash":"33696ec512d7848300e8575d2a387e09a90153045860fed8b8f2c5632b6592f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/entrypoint.sh":{"size":1468,"mtime_ns":1782633219516893494,"hash":"48c33a7c55c256a65ba4c089893e1112aea5b1320c9dc6b46f4eadb865b68ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/frontend-domains.json":{"size":2348,"mtime_ns":1782410142646593892,"hash":"dc12d68e32830d446995ea2a8cf98fe0bc24e15d4b6b0b27dd5b97dc84b06568"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/gen-cors-env.php":{"size":1933,"mtime_ns":1783423497551393748,"hash":"a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/healthcheck.sh":{"size":443,"mtime_ns":1782647901237410548,"hash":"b4d2a6f75f334c832e9a015b4e296f3fb9210f128b2b1b40bfe74abf6e6babc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628133044.php":{"size":1747,"mtime_ns":1782728407177086438,"hash":"5c24097f68a7696b4ae58ba6df68b6ace4f508b1f0ebf3e964fff23661c8ea0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628134241.php":{"size":1159,"mtime_ns":1782728407177374107,"hash":"c31886c1f10dd25296b56fb7ba336f1fc45aa45d6627ab6bdb148f18d49872ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628152738.php":{"size":1873,"mtime_ns":1782728407177652192,"hash":"d7a00a9e505a45fe1056cde539a8cbefcb42f67a0c3755427d77ba12959e0c4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153625.php":{"size":882,"mtime_ns":1782728407177952152,"hash":"b314e4f194586cb9b4037fb48ab8400a307ce428def8108b94616a263e24e238"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153855.php":{"size":1146,"mtime_ns":1782728407179127785,"hash":"1ec80db45af56adf7be93c412e0165c70fb629dde2ccc09b06a3452a66c52c05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628165710.php":{"size":809,"mtime_ns":1782728407179735539,"hash":"cca05740bf26d1540b361283f5a140aeb446bd717250615b7ed040977788dab6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628173151.php":{"size":1639,"mtime_ns":1782728407180333627,"hash":"b8bbe9ad2ce3faae637534db20bfc455e288bc2c5fb3a1b9a10f4a29db2432aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/CreateAdminCommand.php":{"size":2428,"mtime_ns":1782649564990017265,"hash":"2fd1cffeb4d8299abb1a5fda3d9f29a08c882ff6e66781dffbc038ff675906c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceCleanupService.php":{"size":1874,"mtime_ns":1782728407197355450,"hash":"19f366c81466bfebfd37cd2310f8602b243cf5111e51308892e196b7d5a7dc4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php":{"size":2923,"mtime_ns":1782728407205043418,"hash":"6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentExpiryServiceTest.php":{"size":3290,"mtime_ns":1784394719079746939,"hash":"bc6c0233e2514475332282f2571ae348a6eacb5ab327a7f4d0c10b06b661725d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentSettingsListOwnershipTest.php":{"size":1592,"mtime_ns":1782728407205827923,"hash":"1ffb3b0a89f531658a75520df810efc7e18022e106a75d885d92986d62ba74e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingScopeTest.php":{"size":1861,"mtime_ns":1784126410286940001,"hash":"da410ffe6ccd9d80f7a42a5256d856f02aace29739f5e59f08842d4d856d859f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/DateOverrideOwnershipTest.php":{"size":1259,"mtime_ns":1782728407206489928,"hash":"10dfd3691f16464f1d16a317942a53046f5369260a74ce133960d1b1f30218aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ScheduleOwnershipTest.php":{"size":1721,"mtime_ns":1782728407206779055,"hash":"f935dde55aaa34b8c10780019e1c8ee7f5733c602874cc951411737dc9691329"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/SlotUniquenessTest.php":{"size":3840,"mtime_ns":1784129608832057764,"hash":"438ae5b2e0892458bfcc39d17e354c25fd20be3fc9361aee8535f2eb030e82e4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Audit/LowTierFixesTest.php":{"size":1517,"mtime_ns":1784390350596792361,"hash":"6d65ac794b959d7b177dfd5ed9792082e5f79a073b0cda79be8503b689edc907"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/RefreshTokenTest.php":{"size":1924,"mtime_ns":1782728407207460101,"hash":"745716b0c8627a1f72fed9305b2dc70af84c14ed015ff3341bd3c6422ea63c87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/SendCodeMobileRateLimitTest.php":{"size":1421,"mtime_ns":1782728407207651102,"hash":"f069f1c427ffbeb082d3777ae8da34e031e940e4a0c79e5da4e80708345890aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimAmountBoundsTest.php":{"size":1863,"mtime_ns":1782728407207878645,"hash":"0b7551406b5b0c2fe47812614e3edbf359b72ef3c0f16b12466e387c5bdbb041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListNPlusOneTest.php":{"size":1782,"mtime_ns":1782728407208062397,"hash":"dcf666e9d1a149bf85e0ef7869083bceec48bd8ba95958292878d73f7e330467"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListPaginationTest.php":{"size":1215,"mtime_ns":1782728407208282107,"hash":"3d81e096e779dc685eed5920d7fef419ebf2c96e96794ae8d6222daeb0dea7e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDeleteCleanupTest.php":{"size":1598,"mtime_ns":1782728407208527691,"hash":"f9809dce56ba099731d9fbf6e1da781c18acc49a758537002868a7db3efad7b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemStaffOwnershipTest.php":{"size":1464,"mtime_ns":1782728407208738276,"hash":"e8b808423b34ee5471e7d00407f94ed22593e06ed6c4e674f92e972ed0e8718f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Database/UniqueConstraintsTest.php":{"size":2595,"mtime_ns":1782728407208978278,"hash":"aeaae84730fbdecfb8337f25283653d3867d3cf50332e7bea917c946672c97cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/ClinicDoctorListNPlusOneTest.php":{"size":2457,"mtime_ns":1782728407209223988,"hash":"705820b9d1590cf2f642e6ee7391a651536104c92acf39f261e2df71516ed55a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorAddressOwnershipTest.php":{"size":1313,"mtime_ns":1782728407209479490,"hash":"8fde8b4d6db03191fc8d650bf86fa6962956b504013b76a55c4e5ae791e47c38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctrine/RepositoryClassMappingTest.php":{"size":1573,"mtime_ns":1782728407209727575,"hash":"5289139754fae16d85a09fcff134ceef249968876f029c180f36b1c7d53bf5d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/DoctorInsuranceOwnershipTest.php":{"size":1486,"mtime_ns":1782728407209989701,"hash":"9231aaeffd13bf27869e74186679ddd38d1f6ebc9c52d36a8dad9b589bea3ad0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageNPlusOneTest.php":{"size":3714,"mtime_ns":1782728407210225203,"hash":"dd8ffa7d6329453fa49a9403b95a13556ad08dd318c89733a202d9d6c8ecfa4f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceCleanupTest.php":{"size":3021,"mtime_ns":1782728407210448121,"hash":"986643979f19f6a7ee71127782524852eb9eb163b77db793253e95b8df534675"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentCallbackAmountTest.php":{"size":3356,"mtime_ns":1782728407210719081,"hash":"1b32d36a573652e1860ae2ceaf20ead7eee9cef0c204c9d4875ce8926849e278"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentListNPlusOneTest.php":{"size":3794,"mtime_ns":1782728407210931374,"hash":"473c67b119935570a66ab5e75cc36311f04ce314729e75bf44fd337bacbc4535"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentPaginationTest.php":{"size":1836,"mtime_ns":1782728407211216876,"hash":"7d11e7ba342faf3c69e5844c1adab2aa7583b201737d16e0724d9233d00ad1e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/RepresentationCommissionTest.php":{"size":2548,"mtime_ns":1782728407211506878,"hash":"26b9f23b2462b30adea512eeb07f92f4db597a60c0ed3610a4169bd22f7c6c26"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryListNPlusOneTest.php":{"size":1592,"mtime_ns":1782728407211848922,"hash":"bce8c0d2597c3641885ba9322eb03bada116d979e3bd7a0b4c90d5208fdd620c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/FinancialBreakdownIntegrityTest.php":{"size":1173,"mtime_ns":1782728407212105424,"hash":"3e987494345d3a7c1cc90de7b27bfcac7bc45bb54e8fa0a7a3f790bdfa406aaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/SettlementListPaginationTest.php":{"size":957,"mtime_ns":1782728407212820054,"hash":"74501df43886dc66c5fe19f849549a2194644dc948d94856f97d0af17c0d179c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/WalletTransactionsPaginationTest.php":{"size":1087,"mtime_ns":1782728407213026555,"hash":"8df4dfce9a91d73297d88f22e047a4127fee2b00e2fe1bc8f43eed2ff805fae9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/ErrorCodesTest.php":{"size":1547,"mtime_ns":1782728407213280973,"hash":"bf392c01cd7a70c25efe7c4ad59ffdb4579b1216576d58393c3a965524360f0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Smoke/InfraSmokeTest.php":{"size":1444,"mtime_ns":1782728407213624767,"hash":"d8d4a8c5688d7ed7168570bfc39c3cf038e2c43324498dff3239f5668afa0a1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/doctrine_object_manager.php":{"size":479,"mtime_ns":1782728407213800685,"hash":"7a99fb0ab55d30b31cdebe923546775d6372a0aa6e731b409c37fb8f98671f5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-adapt-backend-audit.md":{"size":8798,"mtime_ns":1782728407083687268,"hash":"f7e83133c40658496827e06f6182a995ccaff35018d83b7ee8aa32aba25a03fb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-docker-production-hardening.md":{"size":13443,"mtime_ns":1782647901236299599,"hash":"74228033d085f739ed39f615762ad721c6b3678122d0afc3f988676c4b514589"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-symfony-deploy.md":{"size":18877,"mtime_ns":1782409236333930026,"hash":"a81d0aa4535ae4be51f69d47c5101f7a72415654ded3889e01f1baf98718715a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/full-backend-audit.md":{"size":11545,"mtime_ns":1782728407084760233,"hash":"448fb57a5fdadd9bb3176b1570c0421b6459bbf2a5bd69bd4154246ae0c61285"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/home-landing-copy-and-mobile.md":{"size":12400,"mtime_ns":1783500476952532681,"hash":"761c1d9fe055e628d59a006628f52163f49f6cc3499b6d7480baa67386ae8b88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/split-db-redis-to-coolify-resources.md":{"size":12357,"mtime_ns":1782632977626228125,"hash":"6d87685ede07fb029b01d211fa82bdb7311bde9eb31ee9869992e6c49da5c75f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/DEPLOY.md":{"size":11539,"mtime_ns":1782647901238565498,"hash":"39797d5439fd4fd0fd19ae7a5b033febf0fbf6b58d07fdd1750d3aa2799b9163"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/audit-backlog.md":{"size":19190,"mtime_ns":1782728407113021215,"hash":"63afb7aaff2eb3113700644ab9bbfa07562ccec38cba4c77c0f21cd9acb98706"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy/coolify.md":{"size":10378,"mtime_ns":1782410984792896284,"hash":"f1d06d336c14b8df1530ec41dd80021b40e7113be0895504f9dda70b112a1cdf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/SeoController.php":{"size":1860,"mtime_ns":1782728407203067196,"hash":"df1028d7b1b294928a318cc7c27de5ca99b00d583d81ef6f400494c22380b6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara.json":{"size":638,"mtime_ns":1782743447395127690,"hash":"337416608afe2e6e989bfd903bb5bca1e977e6f8eb5cc02ca05a46bbda53edc4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_build.sh":{"size":559,"mtime_ns":1782735663785720587,"hash":"d9b9232a0f115eb1d752c2b149a5224ea030fd04d3c92ab964d53a6701d5e0a7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_start.sh":{"size":1063,"mtime_ns":1782747838542662883,"hash":"c5d143014bb281d056f6c286cf66faa4894b059584cceeacd150b01648cbde52"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-test-suite.md":{"size":19691,"mtime_ns":1782728407084188354,"hash":"73ad644cede4254811fab6f825750f127edb1b5f08b8bad25b99b85c097a9556"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-docker.md":{"size":14106,"mtime_ns":1782732118990034632,"hash":"1a5f6f8bba054ea974f99dc5c01aeb19ed1cf612c3fd18a700bc03beaded2b5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-php.md":{"size":13353,"mtime_ns":1782735439025822952,"hash":"39f30d7c6d20b1869f5f06b2b532071e94b264f4bddf248c3cf84c62159ed86c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara-php.md":{"size":10664,"mtime_ns":1782736008651392836,"hash":"65c93d7d9e14dd468b75c5c81dee1ae6438d267253e8ad295953d3746d68d250"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara.md":{"size":8919,"mtime_ns":1782732335270881309,"hash":"ade1392f7cf72c544736a765b03140858e45cc5f12a480cd03ba4628af17e84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260629161536.php":{"size":1115,"mtime_ns":1782749766472631367,"hash":"c0e9b10f345c3d894d27267c90618903fab9693fd4be3542a755fbed3787fcba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLog.php":{"size":1707,"mtime_ns":1782749711194459630,"hash":"5b3237552e7ae040e5a3b2a289e8fc0f0518a1df84553665ea214efd36c2321d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLogRepository.php":{"size":1042,"mtime_ns":1782929739410604413,"hash":"1ea5a9d3ace2fce4b476ccb2b0954b06f3d4c364fa9e7aa9d77c25a8a6631d1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/DbLogger.php":{"size":3546,"mtime_ns":1782749810227775663,"hash":"4d5328c774fe4619eb75f9de434173ae4a4b5ca53f7729383399b12c2a222805"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Admin/AdminLogsTest.php":{"size":3156,"mtime_ns":1783664104075507029,"hash":"c7f6f6958ff7097db77960d3d29e72ba9563bcf13fad264ccbd8af92b989dc5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/DbLoggerTest.php":{"size":1768,"mtime_ns":1782749879165982208,"hash":"48db5c733cc7e02a8a226fc4ed552cd5282c91d400dc72b32f3f122c127033bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/project-wide-logging.md":{"size":14450,"mtime_ns":1782749549958444881,"hash":"3970d300cb4b804fed477773b47b653edb7aa3754b8cefd0e3f7d31a49417e6f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php":{"size":3511,"mtime_ns":1782843840412881578,"hash":"721aecace95083433388fa4205e063cb45867b202d5430f44c1b0bbb1faa4465"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Category/CategoryImportTest.php":{"size":5536,"mtime_ns":1783499837163827969,"hash":"d80eb9b3053cccc4a29926832b4839ea7d17ac6fbdcb342dfd251b2130bd1c41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/category-import.md":{"size":5741,"mtime_ns":1783500035987979007,"hash":"48be2043d1b5dfe9b37580383626be174696d5735c51486220080c10b89dd5b5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/cities.json":{"size":51821,"mtime_ns":1783788126579743138,"hash":"2a67625a5833cab42a73284ade2abfde4d08c145e92f8f3a890b36b10fccc730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/doctor_services.json":{"size":46716,"mtime_ns":1782843868777989827,"hash":"3a5610d926bb9581c868449c387e80feef104aec7c9bdc6ed39835e87c287015"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/provinces.json":{"size":4364,"mtime_ns":1782843868770610383,"hash":"c28e9c29f212ac946af73f8122b545bd3761766ebc2c8e0a47567ef6a9fc5197"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/specialties.json":{"size":18764,"mtime_ns":1782843868775505763,"hash":"9bcf8a9b8f83e159a290b14c13b17b485185812c9e53ef62df4e33f84b216e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Command/SeedCategoriesCommand.php":{"size":2775,"mtime_ns":1782843891881834765,"hash":"13a71e6dab76fcb921270b6e2f996145b78e3c09d69b38592612a879707d87dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Service/CategoryImporter.php":{"size":11859,"mtime_ns":1783499652565190714,"hash":"90101a086fb74c753ac6f26202ac1f850a6dda487f46fe489d456458596c6487"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/production-fixes-cors-payment-gateways.md":{"size":15490,"mtime_ns":1782896794174529460,"hash":"4a016b326e836f770e919fd1f5d3bf3f5f70fc4dd7aa9676c198e9b7e63f7b91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-full-system-audit.md":{"size":15299,"mtime_ns":1782894418024832296,"hash":"8cccd87e3d45acefda119c2e63b85e013e60943b2524a9bc2e9b62074c9bb9f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-welcome-sms.md":{"size":8951,"mtime_ns":1782902722286387081,"hash":"05b7b6fbd16251df4d8049e99a7692e0fe3245c4f8ad6f0188e7f0b79fb92f4d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-settings-apikey-env-only.md":{"size":16545,"mtime_ns":1782893768608578413,"hash":"dada8658d0861aa23bbca638f3f832a420d16699a71a02d2dc6358bac834538e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/full-system-audit-report.md":{"size":18928,"mtime_ns":1782896060811421986,"hash":"0053ebf6c21b4a5da087f668332ebdacbceef6a781cd3767155d08647b165b9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Command/PruneLogsCommand.php":{"size":866,"mtime_ns":1782929791849281801,"hash":"e80ac76c51bb7ac78fe69679cbe82454f65f5ba6b35d3b3c3a01260698c35c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/LogPruneService.php":{"size":883,"mtime_ns":1782929784989711179,"hash":"9fe084116ccdb7a551ccae4c8d48626f7370549ae386e31c112cb579d8647ba6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Message/PruneLogsMessage.php":{"size":73,"mtime_ns":1782929786004422877,"hash":"d060dc486c8bcd48d507d001c65b68f4e3b84eb5cdccede2272bcfd2437ca142"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/MessageHandler/PruneLogsHandler.php":{"size":463,"mtime_ns":1782929788291896556,"hash":"20acb36c09cd00f50865c9d8bd04f8234eb0a76285a744e34d5cd2e50e3f4eaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702063537.php":{"size":651,"mtime_ns":1782974183036403270,"hash":"2d3311a9342c690139154fabd01bcf942f32b1533612dbdf7de677ee04dc34db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ios-safari-css-fallbacks.md":{"size":9046,"mtime_ns":1782975691974719871,"hash":"48e210b06690285c3db657ab7a964830ecfc5d826e7624eb0a64df550fdccdca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702115209.php":{"size":962,"mtime_ns":1782993164666143613,"hash":"821f2b858cff251eebc74ac92b4b9263c24dbaffaa34e05b03b2324186bbeb08"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/PaymentLog.php":{"size":2358,"mtime_ns":1783010796435723748,"hash":"14cb8d07e807806c11ce8602cae3bcd05b3d639dd8698c78f262136fced58b37"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/GatewayFactory.php":{"size":3532,"mtime_ns":1783010796436002206,"hash":"587b83007d7a8d0ac0d45c6a3c8108d3e0dde9568168144061e182fa1f7767c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentRefundResult.php":{"size":331,"mtime_ns":1783010796438108203,"hash":"2bc320c00a5049780d14735c7ff72b376159b6535e94c3993ae15d43ad72e548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentLogRepository.php":{"size":577,"mtime_ns":1782993118701194485,"hash":"06bcfbcd017b77e4ad6f855cc6f3184bf863fe3f29641fca8c4a8d4f48bf6be8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php":{"size":20522,"mtime_ns":1784380925357790109,"hash":"ca5943979fc6335484e364613b6b1748f38169c11979cda8f3b21e512404d3a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/MellatGatewayTest.php":{"size":735,"mtime_ns":1782984645104304163,"hash":"94d88c7055fe1be78f52d3dcc56078b62bbad4a24a1d7c5ffad6f86e9d5e2c7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-mobile-responsive.md":{"size":11674,"mtime_ns":1783014366933033009,"hash":"852ccdcc3659967ca4aab8059adec237b69e5fb8416d951b052cdf7eb647f9a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-payment-refund-reversal.md":{"size":15214,"mtime_ns":1783010796431742588,"hash":"e55052916115c1c67bcbd5ee1f39be8454ab3eb77d82902f271f52433da4951d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-appointment-notification-sms.md":{"size":7985,"mtime_ns":1783012880392028526,"hash":"16f20ad212e905030ddb53ae8899b9b185eee3bf094ef7782437156a83808f2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-experience-activity-date.md":{"size":12376,"mtime_ns":1782978755921887105,"hash":"062541c7937a458a5c0aa4245699f9b6c5343cdc7551aebf36af5e3c1ca95b2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-admin-modal-and-calendar.md":{"size":9611,"mtime_ns":1782979774560814821,"hash":"fe83975f003f964e3ae9fc1ac9c0b5354ce8cf02fe51ef3dfaee6b3a766a2452"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctors-list-location-filter.md":{"size":12852,"mtime_ns":1782977589946540539,"hash":"cba39cdd0c017cb66792a6c4707e1cd9f060c8c03e9f7b16878a0ddae96a616d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-production-soap.md":{"size":11655,"mtime_ns":1783010796432002379,"hash":"57bef1c36673ed6135d976b61ae551e590fb757e403fcfce8475ad4950ffabe6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-sandbox-gateway.md":{"size":13487,"mtime_ns":1783010796432293420,"hash":"de2aec27fbadc4dd88f1587822b349985073b32d1c9f09f54642f3d56a21fffa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-flow-architecture.md":{"size":13171,"mtime_ns":1782992901105315211,"hash":"9ae4872e0ca49d602b246c6c04e97dc6476a3fbbc4bf29c43dee8cca84e8307e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-single-flow-consolidation.md":{"size":12823,"mtime_ns":1782994765480242696,"hash":"4e04a45a73afaa8b4a0c80552519e5cd1dbc641f1b9dbe8e2d70bdb974c37111"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-price-and-wallet-settings.md":{"size":9735,"mtime_ns":1782998857276789821,"hash":"cbb79a9bd90c62fcd753606137f8d384a1cdbb47164c4879400c93919dae09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260703085828.php":{"size":867,"mtime_ns":1783069119205310313,"hash":"c627a3c2239ef4caae61a87ac9b189d97886576d9f151b3b64ece5f8e5c5e325"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705070546.php":{"size":1214,"mtime_ns":1783235160126438474,"hash":"4e02d6033fc62b44eddabfdedabfcecea984630a43bf651af2eb3620a617ee9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705072835.php":{"size":2428,"mtime_ns":1783236836060491368,"hash":"5a3681228a5349171fba0c11c024024e75a40d303f6d2695cfa9096a48d8b21c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705081716.php":{"size":2217,"mtime_ns":1783239466992612707,"hash":"053bcd79fc331f32d94a31317b83fbb4925d3ed129e9f974c935e74925186c68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/SmsServiceLookupOnlyTest.php":{"size":5242,"mtime_ns":1783456125443604411,"hash":"e6a7bc771a3d4c785af5c6b7db13dca677e1953b2cfb26e604cb353c2e5a6bd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-pro-promo-video.md":{"size":10920,"mtime_ns":1783245223582403990,"hash":"61af8b73d12e2eeb2acfa40fd359218d83e1a7eb2187a8dbf881c70c761ac9f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/currency-toman-display-admin.md":{"size":8321,"mtime_ns":1783060267941162529,"hash":"90c735ff59081e8af302d91dadf9eed20d877f17154cfc1df58c1852bb82f1a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/expired-appointment-blocks-payment.md":{"size":10679,"mtime_ns":1783059494354544687,"hash":"94824beb21147a04f6d699242d4dd586127ba983fb48d74e73919a2b125b64a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-modal-portal-positioning.md":{"size":8120,"mtime_ns":1783189568446030666,"hash":"8b407ba218adf3d2dd670f58379fe3ad658b0df9b6c5a45cbf6d54323d4449ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-sms-site-name.md":{"size":9080,"mtime_ns":1783070793009698214,"hash":"300c3b5f55738ef62b573163272078d6ac3d5ac0d61393dc9bfbcb75532781f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-via-kavenegar-lookup.md":{"size":10815,"mtime_ns":1783151621410073439,"hash":"116fabb2150ad9157f2a59c6b42ab8af4c4100c6b0bfffa8a48a84db50da6d1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-lookup-only.md":{"size":9841,"mtime_ns":1783421842166664361,"hash":"32a4e3ffaacba3c1a02652cd46380ec298569d36b6938495ff858175e31e9332"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-verify-lookup-templates.md":{"size":17062,"mtime_ns":1783236336652480520,"hash":"d891097629add975bb30ebf1770536544a2df95270359c4fd75471e43be0ff7a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php":{"size":1417,"mtime_ns":1783423339918379070,"hash":"610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php":{"size":2522,"mtime_ns":1783423530411102164,"hash":"6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cors-regex-from-hosts-coolify-safe.md":{"size":10867,"mtime_ns":1783423233682261850,"hash":"f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260707202553.php":{"size":786,"mtime_ns":1783455961508537079,"hash":"bb677fe6041e10d486539f4125654adbad48125481c892c44ded8f61452409ec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/KavehNegarProviderTest.php":{"size":1952,"mtime_ns":1783491609892729695,"hash":"4527c1eeebd79828e19e57ab6b2aa32a144401c40ac10e593f585a00d7e8e9bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-restart-diagnosis-hardening.md":{"size":8796,"mtime_ns":1783497150563049693,"hash":"06e591a50e6b36a2a999a2b3feea53abde66a2edf84f49cebaa7a9da7d0d3cb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-kavenegar-sms-errors.md":{"size":10465,"mtime_ns":1783491468913393002,"hash":"911e63cefac9708e7170a804ded38638a265a94c2b8f8d7381ead7ba35f7c30c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-prod-soap-extension.md":{"size":6219,"mtime_ns":1783490610538563465,"hash":"9dd5ff799a5932287ed13efd8533b8bd3a2a564db90c20584bfa4890fc6fd6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ops-restarts.md":{"size":12951,"mtime_ns":1783528554195114238,"hash":"a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260708083446.php":{"size":766,"mtime_ns":1783499693032278579,"hash":"1df2d053159ae991d2efe948e1cbc5e8f5f4a349f9c61fa850cd0a252f57db23"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/collect-diagnostics.sh":{"size":2232,"mtime_ns":1783528559094529355,"hash":"4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/server-down-oom-diagnosis.md":{"size":9569,"mtime_ns":1783520770245126273,"hash":"c79306d1d395019b2c945cb8bc26443f1d1a311c82adbca67cd6a53ef6021586"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php":{"size":2446,"mtime_ns":1783569345800595414,"hash":"7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php":{"size":2168,"mtime_ns":1783569345800759789,"hash":"987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContext.php":{"size":672,"mtime_ns":1783569345800949456,"hash":"60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php":{"size":2984,"mtime_ns":1783571733722936912,"hash":"2b1328889662faa34649c8cccf7c424668eda9ca86179063773ab8b2ff100d0f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php":{"size":6122,"mtime_ns":1783571798429778759,"hash":"b1532c1bace1c311a535123c1ce71cd6d3970d33c870fd6aea2909d60bd826a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-multi-city-domain-commission.md":{"size":13329,"mtime_ns":1783569345800353081,"hash":"55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Command/SeedDemoDataCommand.php":{"size":42655,"mtime_ns":1783570794260767694,"hash":"0eba4d7c312a02ad5745899831c77d4cf3227353770f79e95f11d99fbc6178a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-demo-data.md":{"size":13515,"mtime_ns":1783570038522232126,"hash":"0d123d7758cafa22feb9cfc8b42976710f2a1234cc684bfb18ca8ed5b65b2865"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Captcha/AltchaService.php":{"size":3428,"mtime_ns":1783670847580379572,"hash":"c2adf04ae3019f5119a6007457028453ba403beca0bbfb162290066286b918db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Captcha/CaptchaController.php":{"size":1946,"mtime_ns":1783671346565965285,"hash":"f9e515ae850f35c611aeac4a11c12e7d421bcd7dea5e4de7cf02fe2761f26a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Captcha/CaptchaGuard.php":{"size":945,"mtime_ns":1783666097114071341,"hash":"0849c4c39bf752e5f94477e82ef9080245cde06f6fc59bac80a5b5a0f0f7eecc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/Captcha/AltchaServiceTest.php":{"size":3976,"mtime_ns":1783670997895296219,"hash":"c9aa6726c3f0a4ad88ab4b4362e92dc7c8ff5edc3e9e638ca5ce752ce98f10e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/Captcha/CaptchaFlowTest.php":{"size":1524,"mtime_ns":1783666097116539419,"hash":"63bfddb2b2dd14542521febeda5cc3584ed8c08eb27e1983dfeb1657154b3f7f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/altcha-captcha-integration.md":{"size":13652,"mtime_ns":1783666097111438097,"hash":"c435895b86893a68c87144f4f70cb4e75f26bfbfc99390769c837c450dfb3a21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/captcha.md":{"size":4499,"mtime_ns":1783671083475236483,"hash":"c5efe6576f91c4e5ac99f40a7e194291c5608cc499d4d0c5808ffa24a13c4833"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260711120000.php":{"size":1954,"mtime_ns":1783747563619912670,"hash":"a3a80739d80f3ec6f14ec0752fef0a8949ed9bc68c6dbc2319c8f7c03d6bc3df"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/SystemOwnerCommand.php":{"size":4572,"mtime_ns":1783788126860887030,"hash":"b1d57632d5457ef2f35dd2795e67392c01372e295862beed0ebae8027935f879"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-error-logs-20260711.md":{"size":13006,"mtime_ns":1783746878999337980,"hash":"5837c54848ea076f11477168837315787273dd07993a0b6b7490e67b18bda279"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/irimc-doctor-import-ownership.md":{"size":25530,"mtime_ns":1783692850449412869,"hash":"e336c0544292e117a0caf6be96ea5aa6b661a5732f812c575ebdbea880e7b742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationWebController.php":{"size":3885,"mtime_ns":1783748162455786021,"hash":"e046c7ece47b7926299df78f70b2f5b16b91c81fe6f6fcdea14c1118c87664cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-invitation-twig-page.md":{"size":16958,"mtime_ns":1783747981254264802,"hash":"09f2b24cf1b2a446fb61047dddf3c1a1ed5489d4ebfb86fb262c1029e308119c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-import.md":{"size":11926,"mtime_ns":1783788126803981246,"hash":"b48b96feda1ea1bbaa538eda76cda011aa1be445bf0e46981a4a8ffb623d55b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260711150000.php":{"size":2107,"mtime_ns":1783788126856291006,"hash":"3acf757cabaaf6f03f19f0280886adbdef3bc873f8f5c31979a70cb87984646e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260711151000.php":{"size":1946,"mtime_ns":1783788126857437960,"hash":"63fc3658c738a551aa698760fa3651a8dd0379c104cddb01ce2e22a53085e1d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Command/BackfillSurrogateRoleCommand.php":{"size":2784,"mtime_ns":1783788126862849481,"hash":"2db1048374fc6c0916385e12acf4bd976d6230661af40e7bce3d1d8e125dc543"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorClaimController.php":{"size":9719,"mtime_ns":1783788126867034090,"hash":"4b0e0251d1b9331ee58fc182d1a51a2e2297a3f5211886432403a8e8535d3a76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorImportController.php":{"size":4257,"mtime_ns":1783788126869554789,"hash":"e1db933b14ab404edb5b5862a4301869c091b70f4f50e38af29d55d1956ddad1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorClaimRequest.php":{"size":4382,"mtime_ns":1783788126870924451,"hash":"d2aac83cae844b48d2461796bd4af8c2bff124fde3f67c3936c44104885c2bb6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorClaimRequestRepository.php":{"size":406,"mtime_ns":1783788126871064533,"hash":"5c7eab10c6736e17eccbecc792fe70dc4da0be7a80172bf3a1589a521258655a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Service/DoctorClaimService.php":{"size":10047,"mtime_ns":1783788126871246866,"hash":"855bb94d9ef0a255a34675bc2903b85fde5cdbefd420582b8d32abc2e9eda222"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Service/DoctorImportResult.php":{"size":274,"mtime_ns":1783788126871382991,"hash":"038be06f3d873ea3546409d85a4bb7ac25dcf88be1b38eb524cbafd55674b3a1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Service/DoctorImportService.php":{"size":9138,"mtime_ns":1783788126872057821,"hash":"269bb582bed09c5a25d6a0d7ce51704d55cbfb2ed9af0936687c2d9140ac8d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Util/PersianText.php":{"size":2937,"mtime_ns":1784358140674984327,"hash":"a8633b7fb2592fd3ba39b1a7c20ec99037e4316910c626f1ee99042488dd3c29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php":{"size":10962,"mtime_ns":1783788126874468146,"hash":"c50066c8bd8a380b1536fe3928bd63f7687b5ba6fe066b54b0ea45f4c44a7422"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorImportTest.php":{"size":10093,"mtime_ns":1783788126875763224,"hash":"f0e6b899b66c586d4b85307a4c180bf2a9400e9628be0cc78bc21f12478d551c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/PersianTextTest.php":{"size":1743,"mtime_ns":1783788126875896307,"hash":"5b9cc4215a15c89facbacc3e796147edcd9915d547d75fddeb9477a3636e0afd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/irimc-import-complete.md":{"size":37407,"mtime_ns":1783788126794995822,"hash":"0a758a07dc85ab8b8efd8e31066b95be74b7bbbd44217cfeb58f0226d2ada045"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-claim.md":{"size":7927,"mtime_ns":1783788126803614998,"hash":"4dfa2a1a2a64648f2fdec17dc619423ea3ae2b5eb36fabbca78cf6b02b044002"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/climed.md":{"size":13939,"mtime_ns":1783753889765190487,"hash":"f465cea10ffa3b87699a78ddbb172e9b305ef3af5ddd1161c12503502f2b3ea4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/crawler.md":{"size":4496,"mtime_ns":1783754133317661143,"hash":"67087730cd4c223d14bf6645e1581b9bbf3510748777fb04c73184295924831a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/\u0627\u06cc\u0645\u067e\u0648\u0631\u062a-\u067e\u0632\u0634\u06a9\u0627\u0646-\u0646\u0638\u0627\u0645-\u067e\u0632\u0634\u06a9\u06cc.md":{"size":8853,"mtime_ns":1783751951896895139,"hash":"0037895218fb8fc10ef713264da551cee07a8a3cc268927aca0d0d3e70003b94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Command/FixIrimcNamesCommand.php":{"size":2536,"mtime_ns":1783788126863794936,"hash":"1f37217049a8ca479d497bb907bafb8f9bcc2e265fb08195460c0f397733a972"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Command/PurgeDoctorsCommand.php":{"size":3944,"mtime_ns":1783788126865009848,"hash":"b7801eae1d8e5515a35c3c99e9d2858204c660975c0e17f35ec38a0d1afcfc5c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-name-and-purge.md":{"size":9117,"mtime_ns":1783788126794149575,"hash":"2cb340da1777982d5574a2b0814759c29b69df1c17c980a29833e9cb256eaf14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-map-claim-captcha-delete.md":{"size":9761,"mtime_ns":1783788126793653077,"hash":"02bf0d9faa621403a1f4e81f2c60384dd1ca334887d5de779e595be0633836ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/unclaimed-doctor-null-rating.md":{"size":5577,"mtime_ns":1783837029909314302,"hash":"366c325fd83994d286ea9befa9cc2488958f6d097063b63ccb6c5b0cd91434b0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713050014.php":{"size":1287,"mtime_ns":1784020073270011083,"hash":"1dafd9587f51afde831b4f8f933f33788b02ebd6402b9c2e0ccb3bcf09f25337"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713050114.php":{"size":793,"mtime_ns":1784020073270292713,"hash":"0488839a9c1bef7f23d16a78d06e3a9893182845b5dc2be1a566d0ab96cc64bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-match-tauri.md":{"size":14137,"mtime_ns":1784020073133498318,"hash":"323feb348ed2c4b07abc8d5c182b3f65ab37c3d5887f3349b404d006ca036f3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-representation-visibility.md":{"size":10326,"mtime_ns":1783847658468426100,"hash":"4b533050c6251bb1419813e1d74f26a857260fddb4f74f887e0781d754609c63"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713074150.php":{"size":1123,"mtime_ns":1784020073270595677,"hash":"1705136661ac86d5b3f9d1825c3ec40db7215cf04c1d3a8ccc3b96ab8d35d80d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientUpdateProfileTest.php":{"size":4811,"mtime_ns":1784020073291050131,"hash":"fbdc9871ccaad83131ba39c6f6d4813a3f27f89c0eed51990e385b910fa52a1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/UserProfileDemographicsTest.php":{"size":2123,"mtime_ns":1784020073291330969,"hash":"0afef57494776651859479f9d0f05259fe33754b8c796d1e51bf495bcde99274"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/figma-to-feature/SKILL.md":{"size":8477,"mtime_ns":1784020073134026827,"hash":"f54aab895e394e5cb5c53b08e75a28bf5dc701ed3b13f4e7ed83c308f990d9b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/figma-to-feature/mapping.md":{"size":6299,"mtime_ns":1784020073134833175,"hash":"95281384553f6827fdab8f089bbfe9c54fea5576d1c75b0eea7eaa03195bcc93"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713093327.php":{"size":1501,"mtime_ns":1784020073270890390,"hash":"bf83e04c6e63ac677ae03bdd5abc48e8acd2c23e1cc42042f499466ac607e87d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemMultiStaffTest.php":{"size":4949,"mtime_ns":1784020073288965343,"hash":"a5966da1ae3e23b1c130feba77de44588d872dfcc6a118c3564d30ad43bdb9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713103729.php":{"size":1121,"mtime_ns":1784020073271212229,"hash":"c067825447330ebfa00f0809eebd94b95a4e493885f5e1bb17438abe8ba85497"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TenantTagController.php":{"size":6196,"mtime_ns":1784030788519353286,"hash":"7b2b6c311db1f731ce87d631f19bc2bc75f56c666d32d1f3088eb231efb18d93"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/TenantTag.php":{"size":2827,"mtime_ns":1784020073285328235,"hash":"3ec2967c09efdccb399b03ef7adceb6c122195a09ffb80abfd9f1cff8096e495"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TenantTagRepository.php":{"size":1217,"mtime_ns":1784020073286468506,"hash":"cefd0120ae56a893d4695526013f9365d42f72d0c1e36d75883b747b964bf85a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php":{"size":2328,"mtime_ns":1784020073288694588,"hash":"2d72496ed38c9c13a03ec9998b991f9269db2710362b0e5f70538732e32ec959"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Tag/TenantTagTest.php":{"size":3400,"mtime_ns":1784030865227026798,"hash":"c56c7af4d9440eea1a57070b486f5bd6ad3c1fe7dbdbb2c08dd2d85d69b44183"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713110856.php":{"size":1678,"mtime_ns":1784020073271503568,"hash":"11a48f7369d6c84eb7655fa1cd16db0ba24992c77fa6b72ea4d68e5c8681cd40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientRecordFieldsTest.php":{"size":1904,"mtime_ns":1784020073290411578,"hash":"a559b8895710eebe0624f4a3e39cdf6a9edb437d791c131e17cf7f2f5e8e5c29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientRecordTagsApiTest.php":{"size":2638,"mtime_ns":1784020073290691541,"hash":"ad99f183206fd0f228bd4f747299e29d3c28dabb61f3befdbe2755cf56ba66c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713114523.php":{"size":1367,"mtime_ns":1784020073271815574,"hash":"e62d82412e753e1ef17764487aa500a1e7791f186f1549f48972e68922899705"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientAttachment.php":{"size":2218,"mtime_ns":1784020073281314038,"hash":"fb507306fd357770f941cf6604c28e84bfa58ba2af65029f7bf2a0585efdcffd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientAttachmentRepository.php":{"size":1229,"mtime_ns":1784020073283143571,"hash":"b338480257c5651b99a43d2a53c6536f8b2406342f99cfca94a01cfc445d7dae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileUploadService.php":{"size":2079,"mtime_ns":1784020073284575722,"hash":"cba11837da9a17efd66f973eecc1f8a516cdacd9a4fea2125f73dce8df4ba251"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientAttachmentTest.php":{"size":2215,"mtime_ns":1784020073289253848,"hash":"a6afbfe1cdcf856b0612fb7342b3345b1f612f8d1126f5bdc9279a6191aecdf3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713115316.php":{"size":1340,"mtime_ns":1784020073272404501,"hash":"1126e1525362163ab110f27c77bc5f26b32cfad0b33c39af7ca0e210b29881ad"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMedicalRecord.php":{"size":2396,"mtime_ns":1784020073281884423,"hash":"6f963a2491ad05bc97b70be939a02108e2f2d76c2494b42c1e48706b8ca32f44"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientMedicalRecordRepository.php":{"size":1258,"mtime_ns":1784020073283628205,"hash":"a0887a7287f25682eeef195c8be1840420d3a30902818817ec2db78d4c88403c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientMedicalRecordTest.php":{"size":2708,"mtime_ns":1784020073289974153,"hash":"6afe0ee35ce8d9550cc40ee30bcf99b96e5440c0a19d2282b620575a04abb860"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713120038.php":{"size":1296,"mtime_ns":1784020073272975512,"hash":"4e8a90c1d94ba90f41a78501eb866b0e17aeab564df0a683d192852fa8de79c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMessage.php":{"size":1848,"mtime_ns":1784020073282253846,"hash":"783903116d8500e4d5cbff74c28330e3b30c3243cd3ac7734c065c09359d4f71"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientMessageRepository.php":{"size":1208,"mtime_ns":1784020073283846250,"hash":"b4038f53e87edee1ee6ad7e60b1dd63a085c20e29a65d64c32631c44c1a748ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientMessageTest.php":{"size":2520,"mtime_ns":1784020073290198574,"hash":"c7a61832acba1307f0080101ed0bcae64e1e9d44efbeceffa2655c4837077e28"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientFinancialsTest.php":{"size":8719,"mtime_ns":1784191477814436346,"hash":"7e1489427eb76beb09aad1664ad7571b9f968fc5628e2e18bec49661925e962b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713122600.php":{"size":1380,"mtime_ns":1784020073273509730,"hash":"08d06337da5f50fa1d1046f194e6b05f3dfb7513a027467b22b3de192fee6741"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php":{"size":2794,"mtime_ns":1784020073281550000,"hash":"7613df451e546e2b8ddaa088d652bfb7b9f38f6e75607fad5b8fbb7eaa92887b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientCallRepository.php":{"size":1477,"mtime_ns":1784020073283380117,"hash":"eb3f4d9cafabaa71bebf8d2d4bbaa603b630d1be2a5f8635dbcadd51ca6aa34d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientCallTest.php":{"size":3807,"mtime_ns":1784020073289493561,"hash":"c892eca51170df994f084a21bb28c0385aa0a48ea57cfe1dce3d219e0666cd5a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713195434.php":{"size":2356,"mtime_ns":1784020073273930987,"hash":"aad6b628041b664e3856264d20bfdbb6893ee5da097fbc0d043254eef0b58304"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentCreateReserveTest.php":{"size":6240,"mtime_ns":1784134947989676996,"hash":"c2791663f4767f233aed12d7c35e4b5904f1f3f7375045e0678fb3a563c7bacd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentUpdateTest.php":{"size":5352,"mtime_ns":1784020073288191745,"hash":"0d49753ac9639c03f202a4950a2164ee33f83156d2fc349a77e29783efc8b517"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentWorkflowFieldsTest.php":{"size":2842,"mtime_ns":1784020073288360540,"hash":"774f6530ac057e1be6513499a110b0bfcd975af8c25fc4c58f4fa029912dbdcd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Dashboard/DashboardTodayAppointmentsTest.php":{"size":4956,"mtime_ns":1784024577415532466,"hash":"7fc1ebbf39ed482931376ac48425c7fb6fd01ffdf8eeec74f7c9219db987990e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/PatientPaymentsTest.php":{"size":8617,"mtime_ns":1784045711642105132,"hash":"d9029b734631c4d81e6b2759886c59ef7ab6d9c3718f3b2d26797c8edb3f91d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientListFilterTest.php":{"size":5578,"mtime_ns":1784044261025173866,"hash":"15131fd8355a0c9b7a1497833e5e5652706466e0b8e2e5a77c10e33619749474"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715075904.php":{"size":2254,"mtime_ns":1784102372908167579,"hash":"f9b4818a32652dba1d99425e30fed0f51ea4ef10c233dfc47205e708f2a1de8a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php":{"size":3866,"mtime_ns":1784102294869737216,"hash":"43a8411b78e47bbb6830f89dbf07fc6046beaf880430448555b4b4e095d3a3d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Entity/BankAccount.php":{"size":3936,"mtime_ns":1784102215849219072,"hash":"95dd82ad9ea0c4008548ed71c4740499192338de04747d5426b06484e551ea2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Entity/Pos.php":{"size":3903,"mtime_ns":1784102228549761667,"hash":"449795e6ee5c7f888aebdc2dd13e31507a3a96f064b92fa41b5ed3beaa4cfdf3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Repository/BankAccountRepository.php":{"size":1049,"mtime_ns":1784102239212093292,"hash":"15e39b8780c113747fc26f9472758b812a91436dcd31ec32b245748b4f0142b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Repository/PosRepository.php":{"size":1001,"mtime_ns":1784102243091422033,"hash":"eef2846dda4bfc7ca7ec07032ed1664e9599716e92e0b2885c1d28c898ac9add"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php":{"size":6897,"mtime_ns":1784102275189340956,"hash":"0e399ca8eb9d3cd17c63924552c1b7b8c8d500bce5be7502ba3e422836193d05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php":{"size":6980,"mtime_ns":1784102446568530629,"hash":"860c1dd7b97146ae288054d52d104d7c35d1f7fa94cbff834099d9afb0cc04f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment-method.md":{"size":3775,"mtime_ns":1784102519741523144,"hash":"fd44b8a202cc33fe59af7a60c2a8cd3c5ab6dac57cfa6f988ce71551f2c66642"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715083856.php":{"size":913,"mtime_ns":1784104762297992936,"hash":"08c0a2d5ed40245e1f61390603d382581a5891407e14f5fd462928872d9770a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryFieldsTest.php":{"size":4166,"mtime_ns":1784105160375579443,"hash":"4cd74954204bf942ca0b682df3a8d6497a1a216b1b04d8cd8711f36b1a6eb844"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715093358.php":{"size":785,"mtime_ns":1784108046291119955,"hash":"2bfe4697ad7afaa26304bc59fb5f6400fbf28a67da94c31e44a30593cecddd3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceContractApiTest.php":{"size":5691,"mtime_ns":1784108347243344332,"hash":"75a4351797ce153cc45c5dae254e398eb1e3672f9186908e1a013ed489458615"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715100324.php":{"size":2646,"mtime_ns":1784110681791900716,"hash":"6fa7bacaafde2157f7ce658c9064808ae32bb3ab74d52f56a87eabef582ee402"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php":{"size":12157,"mtime_ns":1784112902663503563,"hash":"b572f8c34b0a634327652199a6ab3df1f57750b3dc661c883df2aa5bae8b8c9c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php":{"size":6673,"mtime_ns":1784112783463729022,"hash":"49232617b5874572a3236563a8786848ff8ce7fe3abacc6bacf2d3f6fd03be1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryPackage.php":{"size":3021,"mtime_ns":1784110681792406720,"hash":"5deaac3fc80cb04ad1c9481a0bd61e7aadc4fbf2b2167057e6d04b22f436c9b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryPackageItem.php":{"size":1485,"mtime_ns":1784110681792519541,"hash":"9acab222fc3ae3331085ccaf2a76fc43ff79bbd63d195aaa1b6cef08f675db01"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Repository/InventoryItemRepository.php":{"size":2073,"mtime_ns":1784112872719731864,"hash":"3abbd58632f3aa28e768c02a7e03188c3b8babb8ece0b92dc8a888692d3e9440"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Repository/InventoryPackageRepository.php":{"size":2044,"mtime_ns":1784364104361982544,"hash":"b6c894cb2d7d79b8e7cd047a27238be08b219d372ece465064ca2fdeaf5aa20f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Service/InventoryService.php":{"size":3841,"mtime_ns":1784110681792886927,"hash":"c2b3ca70b883483b8f9c4ccee24952f898169c969bee2b4835f1feaac12b64fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Inventory/InventoryApiTest.php":{"size":10933,"mtime_ns":1784113198012527204,"hash":"7af908606d082fe2e485a69ab4aa088ac3deccb2a152943b1152280744763eca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/inventory.md":{"size":5124,"mtime_ns":1784113307690861687,"hash":"76a1a6552e545ed24e3b6ffae64a7be4f9dd3cb141eeb2d3f5e3b0d32c855600"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715105351.php":{"size":827,"mtime_ns":1784112836880854477,"hash":"880614f1b1eb7e91d22c5e50cb370d57a3452b6d44a05c137bd57ffa78344211"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-tabs-redesign.md":{"size":16523,"mtime_ns":1784113788497173592,"hash":"730f5ac5684f8680e29268f0b190492577d0f312e0f47e02157d1f74f877e908"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/inventory-unit-select-and-category.md":{"size":16299,"mtime_ns":1784112505820086759,"hash":"e898fcb1c9b0de594b602d51a8bcc40bbb7ca836cac1592c6937e64dc55e43a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/settings-menu-pixel-perfect.md":{"size":10438,"mtime_ns":1784123549684810309,"hash":"a53585cc377e9d444828d7168acc17f6de36f32787d6fa01968033e7c5d6c2e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientResolver.php":{"size":3052,"mtime_ns":1784128199812877255,"hash":"336dd00db5d5dca9c421d91a6b09d2dbf5aa54aca2ef6c7d007e1b3ca55456db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php":{"size":6218,"mtime_ns":1784128318110949439,"hash":"5c822a4436e575e8b96d5909f6f31a104a9412dd53c2f4d1be121ea87b7b8c60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-book-national-code.md":{"size":12622,"mtime_ns":1784126410303107816,"hash":"0be87bdf2276eb3e7ec48e7e898472c0bb46f5eed8440f0b3b14c9d5c758c0cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bootstrap_tz.php":{"size":524,"mtime_ns":1784148402468942442,"hash":"d714519ec52d0cdd8d861d596a1100d4c6b4d41b7937f84bd55255d68b4b8384"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715192758.php":{"size":787,"mtime_ns":1784143689163436263,"hash":"7f0a8eb21bba7966d3d8129be0003a63279c734ad5b04e23f63c7d3e278ddad9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingModeImmutableTest.php":{"size":2097,"mtime_ns":1784145646813864013,"hash":"db12dbc9e830be61177b5e03eaf339ea708e28df6aa5472815130e4608b2b0e0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingServicesPublicTest.php":{"size":2735,"mtime_ns":1784146170130270218,"hash":"723c963e0d9eda0488ec2ef5f4dd6cb82ee29bd1bd42f446c8fa2aa2eb73b8cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/PatientLookupTest.php":{"size":2765,"mtime_ns":1784128342572115045,"hash":"b8e0ff9d565ec4853065aa349f2498a70cc273f0bc8a15e00dbc7d48ee19e6cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ServiceBasedSlotsTest.php":{"size":4473,"mtime_ns":1784144594027960120,"hash":"8c55dcd6ce9a8613b76bf820e9890ce180b9a1b409d6ed9cbf0a70340478d3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TimezoneTest.php":{"size":788,"mtime_ns":1784148768671401910,"hash":"025398310423c3d6ee3325ddb1380985368e1a06c319acfd245259c613ec27a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-jalali-date-input.md":{"size":9240,"mtime_ns":1784177495427006761,"hash":"66e2d384a3add1524d19d01d60ac67a73d41afc031757329f1d8e79c9b827dd0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-native-select-to-searchableselect.md":{"size":9635,"mtime_ns":1784178196949596807,"hash":"577c147788fd2a227fa8646c09af64408f6ed1d1ca4207d2ed2d0adec23dbd32"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-reserved-slots-shown-free.md":{"size":11807,"mtime_ns":1784129127032556728,"hash":"bc4e6c4528d622bca093462e281b907d9d87b0ccf954b2d339a096d9208d1ac5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-based-booking.md":{"size":20922,"mtime_ns":1784143473635259498,"hash":"3f025bfe7a0ca5086bb5c73cf190b16fdae742e6d434f0dca216924de162d351"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientListNationalCodeTest.php":{"size":2337,"mtime_ns":1784183873157469397,"hash":"120b8a74ce0982d89528ea1093be952daff5d94d5f4b64e93aac4c5cf3a3e52c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716063302.php":{"size":1610,"mtime_ns":1784183593354092295,"hash":"7a6f518ae7fd89f7228a181fc29f64b0f258dd4f1381d627f8412acdec69a030"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentMultiServiceTest.php":{"size":4556,"mtime_ns":1784183796608742525,"hash":"1d99c82dd94bdbc405b4597ae101a1ccb9740f4b212556ce589f1ad03ed34da0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ServiceModeSectionDurationTest.php":{"size":5446,"mtime_ns":1784185551612369878,"hash":"92b918cef5b6b6655992e1ab35a0f7688572e8671116fdcd3d0b27a809921b54"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-service-mode-section-picker.md":{"size":15752,"mtime_ns":1784185194091373655,"hash":"6a63b94297357333372f8ac5f523f8a918a3329ebcf9f82a81b8bacac9ec46d4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientAppointmentsTest.php":{"size":3575,"mtime_ns":1784188667983078220,"hash":"3352d02cbb53a0823e392c870e4f9faeef9ede771e2177c0ff7b2f95a80ab51a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716083939.php":{"size":1496,"mtime_ns":1784191250695023403,"hash":"8369d2a4503fd08fee811d2baa2072eeb19ad806bb6dfc6bc742a792ca6e3374"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/WalletService.php":{"size":5099,"mtime_ns":1784191349291232145,"hash":"f2f1f4f4acccb4e22ba97712ca1220203ad239437e34d5b1d1c40ae91f76d660"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientWalletSessionSettleTest.php":{"size":4304,"mtime_ns":1784191501177515423,"hash":"7c005666fba0c8a510b516e9cd07653c277ff5b94b25e85a06b68dbb4ef3c63d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716091352.php":{"size":1721,"mtime_ns":1784193259244415385,"hash":"3174a3c8eac49e8dd61078dd5a0dd80be4ceefe95b4c153c573c83163bd4b68c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientNote.php":{"size":3296,"mtime_ns":1784193190496728581,"hash":"b3a0339444d24b7e2739559064421ec475e17ac62bfc83fd2dd951811b1d1ce1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientNoteRepository.php":{"size":1310,"mtime_ns":1784193195553261640,"hash":"7c8d56bcf34c6572d4066bdfd8cc839046b4ef95cc654078a9b207c8a0154b5f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientNoteTest.php":{"size":5397,"mtime_ns":1784193439508810837,"hash":"702bf6bc071ff729bab17864e522da0e22a9253bcc1edc737e5b5e9e7f1203c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716094319.php":{"size":2120,"mtime_ns":1784196064239011606,"hash":"15c21f658523ca2e58e0d68075ca9a509266ee457000182d5c0224cc579c5e2d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionPayment.php":{"size":3522,"mtime_ns":1784288290374452076,"hash":"7e2d3bfe3abe247f720c532588cd3012abd342a0d368d384e83134e4b5291508"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionPaymentRepository.php":{"size":858,"mtime_ns":1784288246813509735,"hash":"1abaf14c53a2c69eabe2a1038df9844297d89f38bb62220d6e20de0aa4b33545"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/SessionPaymentTest.php":{"size":11758,"mtime_ns":1784196064239438688,"hash":"8debfa834ee28b9d465a535e3ba44443ed89e74ee2efb03a72bc3b2efc52e764"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716102537.php":{"size":2433,"mtime_ns":1784198971377532028,"hash":"ef50cac4818aac917c6edf30cb457f4074e865a0dfa40e86c46c2f88f4d381f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php":{"size":2838,"mtime_ns":1784198971377760112,"hash":"7f02a4853ed7aeefdc3f831487e67d756d9c9c6f71b7b972aa52f6b245e36b94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionConsumableRepository.php":{"size":814,"mtime_ns":1784288275510846044,"hash":"3df1afe822e4a4729cf13325fe4633185ca616828bbca40462f4f405f48f0cbb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/SessionConsumableTest.php":{"size":8031,"mtime_ns":1784198971379203161,"hash":"3ade165eac192cb2de8151cb58ee241bd88f416b1e8d0ffd659ea855d62c33d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/InvoiceShowSessionTest.php":{"size":6381,"mtime_ns":1784200065683864666,"hash":"512e5c0c1f3412a94abd803c2c796f07c924918407d588a4e7264953d7a1d557"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716124039.php":{"size":740,"mtime_ns":1784205676573234747,"hash":"b8539316cf83b6d044d6513cf07dbc9a19df4488c4c8b56f3a295924850f2350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716130713.php":{"size":675,"mtime_ns":1784207256268712909,"hash":"5f7171fbfe72d6c625fad973596c2ea321b6751d5896403b33d40a9610896900"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717073617.php":{"size":1377,"mtime_ns":1784273813228653862,"hash":"20fb28ff94340929919a5477c1299aa7716381806f15998cbb70b47706c2065d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717081632.php":{"size":1733,"mtime_ns":1784276231744740505,"hash":"7cf2f6735a3763901e0243c5b916f8c6a5523b20b922e71231fe4eebeccd7ea6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717082805.php":{"size":1055,"mtime_ns":1784276907402698936,"hash":"490a7404589def1adf41d06c417e2bd5aed051e46f59506f6faa75f23423f013"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717093000.php":{"size":1040,"mtime_ns":1784270810795111799,"hash":"fce2aeb4ebb1cb70be7bcce188d443ca36371d7cee822dfe006ac2d9cbf334eb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717111223.php":{"size":750,"mtime_ns":1784286763456598040,"hash":"9fa6434c2b32658251cc926105ee01819ba226566e68fdf83fa07672fede5ad5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717113519.php":{"size":1436,"mtime_ns":1784288159259291681,"hash":"e029d8d8b959e640ed2c6bc3257da829b7f30547e9f45de7b644c2044eb9c7c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718055833.php":{"size":2624,"mtime_ns":1784354346621026194,"hash":"12b9f107ed333f7f670fad4fb2f56838465beb791785d7d092994ace6189b680"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718084301.php":{"size":923,"mtime_ns":1784364203916284475,"hash":"3a041dd4b75eb33a058936d865c023bd20add2f786145216610c2ba391d42cad"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718084524.php":{"size":1438,"mtime_ns":1784364344159330006,"hash":"ba5b6d95792dfd8866efb49116a9c065c7b74f9cfc443b4395069abd79347510"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718085747.php":{"size":1531,"mtime_ns":1784365085752510364,"hash":"b22a615a6539de52671e0837a12b9b84a4b11c579061281385078bd876701cea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/AppointmentEvent.php":{"size":2799,"mtime_ns":1784273699639785245,"hash":"3f88f1f1c3dd0ea208319faea61c126d061ca482689fd9ef86e847d899be39a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentEventRepository.php":{"size":1213,"mtime_ns":1784273708663436572,"hash":"1dfd505c680e5be61493831e78808334adcf2eecaa301d230bb5e1c88e9e4a40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicDoctorPermissionController.php":{"size":4167,"mtime_ns":1784354395228905949,"hash":"af636e2f7ff90b169d89907ade164c7cc033ea4f56d4bb687a50f850a87f3f58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/ClinicDoctorPermission.php":{"size":5230,"mtime_ns":1784354290160343021,"hash":"b92214d57a51f77a4c9c8466da071420a478af6a256367bf9d5d3dbefb411b70"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicDoctorPermissionRepository.php":{"size":2691,"mtime_ns":1784354305070452091,"hash":"4fccc8e8a1c86e39d2d8bfc398dd024a4f1813b9d988fe47b20df4d8eaed8e36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Security/ClinicDoctorPermissionChecker.php":{"size":1550,"mtime_ns":1784354366715706595,"hash":"6ab6608e940ab1bf6edd831dc24c51087398ab91d83d06ee353ce2ad2805591f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Command/RepairAcceptedInvitationsCommand.php":{"size":2888,"mtime_ns":1784352733703682719,"hash":"091e9b13d71574fbc831f295731b803e79da3f3cd080f8eee814da9f51e05dc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItemAuditLog.php":{"size":2900,"mtime_ns":1784364233164799427,"hash":"f26598e8900aaafd32131c9a3da4819b7031abe8d60fb1c03e2cbefa7785e240"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItemConsumable.php":{"size":2302,"mtime_ns":1784364989454055373,"hash":"af43db280c61651e2f7e341fd946aa5b460f6ed31543635c3439ad3ff3a0dbfe"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php":{"size":1253,"mtime_ns":1784364283463068078,"hash":"892fd7a1e10ac5346b6b2af4dd3f153b0b6300c093ef504642c1c65b4613a2d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/ServiceItemAuditService.php":{"size":4035,"mtime_ns":1784365056572360838,"hash":"be9dcae3b23c27b4b72d1f90af5d6a2bc589552c14d5018525b8b21c04599f28"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Controller/DiscountController.php":{"size":8791,"mtime_ns":1784279175546721826,"hash":"81de6037232cc48f57b32f37c25f94e13e85124b0c90dde55f3553c212bcbeff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Entity/DiscountRule.php":{"size":8510,"mtime_ns":1784276842070288472,"hash":"8067d527ea65c5978c8a5fbba918a4503cccd1f41b2e606e49089cfecede76ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Repository/DiscountRuleRepository.php":{"size":2016,"mtime_ns":1784279164722819229,"hash":"feaa8df153a8ca99746c1d48ff342dddbc616a59c3ed278584abb0470a55b3d9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Service/DiscountEngine.php":{"size":6438,"mtime_ns":1784276860950440196,"hash":"42305fb720725d3260c7c55d33fe7545a4cb5acc20dd8d80ce320c57e748db3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/VisitPriceRequirementResolver.php":{"size":1361,"mtime_ns":1784207119597791420,"hash":"fa4e6a4e4e26ad4a42137635050c5b32a27f5467676787ba0d9fcd91030b0f14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionAuditLog.php":{"size":3171,"mtime_ns":1784288092116610600,"hash":"2209db02afc172d955b9724ce5c89d6713fdec66781ae3749495c0327dbf0187"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php":{"size":1241,"mtime_ns":1784288103254298128,"hash":"8fc635eceee7b920349350392560321306424ff1fbfe478684b53f61d84ebc82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Service/SecretaryService.php":{"size":8465,"mtime_ns":1784359389287547698,"hash":"96842b6fdc3133ef36b63792d16e5d9ac2aff01d17c7bb8987d16da455132feb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/NumericFieldNormalizerSubscriber.php":{"size":3346,"mtime_ns":1784358158890842821,"hash":"aef2465e37318c14a871ee3cfaeda009b692c73d50ab6d2eb29a0c745504598e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ClinicOwnerScheduleAccessTest.php":{"size":10943,"mtime_ns":1784368410660799298,"hash":"91f8e99202347b3533d42f22b2c37ec09f312985f4328f6088c3e24ec8aedb6c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Clinic/ClinicDoctorPermissionTest.php":{"size":7188,"mtime_ns":1784354787301823351,"hash":"f559da83541a9ddc72ceaa2fc6eaefd68f20fbb62075fc28a85850c32573fffb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Clinic/DetachDoctorPermissionTest.php":{"size":2533,"mtime_ns":1784311653704857905,"hash":"a595027fede0c831682f36662b1efccc46bb2929926d38c3bc741bebb607b50f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicInvitation/ClinicInvitationFlowTest.php":{"size":7323,"mtime_ns":1784353089466764815,"hash":"0255f868b4cd60795dd2cb32b7b6a6698943a20d2d9920ad603b01eb95184783"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDetailApiTest.php":{"size":3216,"mtime_ns":1784363061828997997,"hash":"70e959b1cc3719befebfb2af0ae0e54721c75b82966ddf93247f7220f6fccd45"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemPackageAndAuditTest.php":{"size":14274,"mtime_ns":1784365130273455434,"hash":"e8f75def6c740b2b3748ea39e2119c554ea3449100ff618e1cd33bfd451a8d58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/RequireVisitPriceTest.php":{"size":10577,"mtime_ns":1784270427547476947,"hash":"45e138aa25cbc3d1501efece2c4e919aac98b58d0a12893c398fcc219bf64db4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageSyncsItemFlagTest.php":{"size":4211,"mtime_ns":1784362690388891092,"hash":"50237b4cdbea417d161549269fd40f7b5e9cb00f05a92f847ac43961b19a6705"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/ClinicSharedSecretaryTest.php":{"size":6140,"mtime_ns":1784359389287763618,"hash":"03c3f9aa1c64bd6bbba127f4a02f65da171e55e6b15c07a23af92dc1a85fbcae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryAppointmentScopeTest.php":{"size":3125,"mtime_ns":1784314100365452799,"hash":"67b46a8bceee4a3b4a87c0617d9331ddc0a03b1d8d2e086b6bc3f8f80c406891"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/NumericFieldNormalizerTest.php":{"size":3686,"mtime_ns":1784358226364670957,"hash":"15ce10182f453079f1075f40ba1b7a5ca72601ae023153d17718ebc3d9463156"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-settings-move-schedule-and-cancel-log.md":{"size":20087,"mtime_ns":1784272792702110053,"hash":"b975add2327cef471e23748af72fe1a2d9c62cc5ab7c756a7f90b2ec093b8842"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-appointment-settings-tabs.md":{"size":15821,"mtime_ns":1784354195959901051,"hash":"0277155ad40de76e75ef2c6e58bb9551068f3e1807f2ddf7e3c5b49e51a9d298"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-permissions.md":{"size":16439,"mtime_ns":1784354079512088646,"hash":"2c6b9e729768d822732e72c92acfbe80fe17ae3ddfd90442b78e6d433724556b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-shared-secretary-multi-doctor.md":{"size":13704,"mtime_ns":1784313247409654899,"hash":"0c6c5f818643fffd2c590ecf1cdd6e1f1edb8317d8732c956d8e79e3e4541bf7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/discount-rules-engine.md":{"size":12482,"mtime_ns":1784275373724385982,"hash":"b12b584d2a41c756aeabba4ce2405fdfedf745384e25edc07411bb61b47800f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-doctor-invitation-flow.md":{"size":17917,"mtime_ns":1784352319597156657,"hash":"1226d9a50068bae526694dae8135048198e4fbd808b00e588499303abd822343"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/normalize-persian-digits.md":{"size":18860,"mtime_ns":1784356880132809893,"hash":"1662e1ae1d9c43120456303e6142f380fedc02c6bb7589cc51c73526535803f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/require-visit-price-setting.md":{"size":15645,"mtime_ns":1784205411456037592,"hash":"f8560132c1d60293ed4ccd5ede71f9aecf03b6f9c626449dbe780fba1b3b199a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-management-refinements.md":{"size":19700,"mtime_ns":1784361623454047558,"hash":"0fe40d7a515356384b488e815491ce171a9f11a5ad6c1dd4f4e34dcb18944d23"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/session-autofill-on-appointment-confirm.md":{"size":9705,"mtime_ns":1784275280782919300,"hash":"7275b604c0101530ea38900738aba5785c81577bc5d1cc734e63e12a6bba66cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/session-edit-payment-crud-audit-log.md":{"size":12418,"mtime_ns":1784287971774589583,"hash":"899e456c1fd354ce8376bcdde8e3d96c97ae84715479c617f41466222d42eb1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/session-payment-currency-and-service-archive.md":{"size":12499,"mtime_ns":1784280278898100966,"hash":"9f4183c31c662d9db4fd494f06ae41849c67b91d8624bf6eae1b2abda97fbe5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/settings-clinic-doctors-tab.md":{"size":17445,"mtime_ns":1784311344027762376,"hash":"1035ad52b2ca56a561e449829864324697a56cc3827ea6e2ac9dbff5de8db6ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/discount.md":{"size":4248,"mtime_ns":1784277111879925485,"hash":"7b8805b2669ceb518e6682c3c6f931fe1e862eaec62dd1bda80cffad0447efef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718092903.php":{"size":4302,"mtime_ns":1784368320630657950,"hash":"3b636dca4fe190cbcd877907e2f2f6cfb944b65912864c4cfab997283690e0a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/AssignScheduleClinicCommand.php":{"size":4476,"mtime_ns":1784368709512463474,"hash":"ec7bab8f0530c9b696b501f91e30e71d48e094a62f6abd704b60026b5fea30f0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Context/EntityContext.php":{"size":1663,"mtime_ns":1784368245376106325,"hash":"6449c07499891e30d805028b351cf8612ec19c5f2078fe8733ad19ffca318dcf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Context/EntityContextResolver.php":{"size":4812,"mtime_ns":1784368245376299825,"hash":"05326fa6e75c84b2cd63fd2ee8efad2f1404c433aefc0a6c3348b59efb8d58b9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ServiceModeContextTest.php":{"size":5300,"mtime_ns":1784368474600013193,"hash":"481b376fa81b9fb35846ad76bc2d3884d5438d1c61025b3b4f7f9a9e9280c13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Dashboard/InvitedDoctorDashboardScopeTest.php":{"size":3236,"mtime_ns":1784368440540116308,"hash":"c176047a6e3ddca1f54fad9b965437bbc36d39b2aa705cf5480f69bcfc9ed422"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/context-separation-clinic-vs-doctor-booking.md":{"size":31140,"mtime_ns":1784368245375706073,"hash":"2cfae15318b4a142ed0efed9a394373ecdca3b657b0a0866bda665afba9db07e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingLocationsScanTest.php":{"size":4694,"mtime_ns":1784370882552779067,"hash":"711e4bb322f878f629acd7191012e6598b5dce7f18ad9ecbf3ddf5cc2eed6f42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/AuditScheduleLocationsCommand.php":{"size":4238,"mtime_ns":1784372491777530926,"hash":"a4b9cea3689d095a60d18e2014ddd1eec4a31965310e84e12406bce743de9516"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/BookingContextResolver.php":{"size":1248,"mtime_ns":1784372388999413570,"hash":"e5eb46e27cf7c7d5be166a003eb298c5f31136819813064e98a82189083b0e00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingLocationValidityTest.php":{"size":7807,"mtime_ns":1784372663352239561,"hash":"3a8b40ca9b1ad90224b478c7260006ac34b7294b9511490afbf40aac6816a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-booking-context-slots-and-phantom-locations.md":{"size":17100,"mtime_ns":1784371454781832084,"hash":"f03236eb9a3118fc02be7d9af4800f3df17422e521856b2a3827c919a3e978c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718132000.php":{"size":1930,"mtime_ns":1784380350645283890,"hash":"ab15e18ac128a59f0bf9c5ecd5ff7f6ece8baaa3c47570f7f33a789eb0c9ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718184932.php":{"size":1657,"mtime_ns":1784400606848428567,"hash":"a4475dd18b307ba6d443e4fc32dde13fb25edd6ee1dca9c8cc7eae1c9eb25c81"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718193940.php":{"size":2423,"mtime_ns":1784403639701358312,"hash":"aba79304eff02a0c6484596d5eb1d653ea658bba4709a5c3580e818de41cd455"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/BackfillAppointmentSessionsCommand.php":{"size":4664,"mtime_ns":1784380724012164369,"hash":"df48823fcc1b35610492a6c6a6305de3e6d113f29bca276c709adcada214a6b0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/NormalizeScheduleFormatCommand.php":{"size":3893,"mtime_ns":1784378390854113113,"hash":"83523fea937e35feaa92dd703f163397384a5706dfdf444a0a41bac30cb8378b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Security/AppointmentAccessChecker.php":{"size":5774,"mtime_ns":1784392968973517444,"hash":"0ccab42b6302a559b5587de26948bdde57dbd87ae75ee2e8bd11349b7c82f581"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentConfirmationService.php":{"size":4359,"mtime_ns":1784395606900333156,"hash":"12c074c47af8925c071b23122e7e488ad5bce9a0b38e117719f3395cf65e4443"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimStatusLog.php":{"size":3033,"mtime_ns":1784403349738442663,"hash":"6d589c4cd308c333755c2122a74240b5bcd6cb66fc97366ea0e14534d0fb6252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimStatusLogRepository.php":{"size":1429,"mtime_ns":1784403366630846564,"hash":"0473e639793b5200406adb3313df004279fa79b81367a75bb5b0cdaabbd3db42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Security/PatientRecordScope.php":{"size":2142,"mtime_ns":1784395363508063384,"hash":"1cd3785d4fec46b31d93f1b99cbfc0f5de567f1827cd3b46d91c411351565645"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Security/PatientRecordScopeResolver.php":{"size":4681,"mtime_ns":1784395377154392639,"hash":"b90575a38f7d39d3af891b53b971f1da1d828ef1978886dd7bebae771f8a2ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentConfirmFlowTest.php":{"size":12630,"mtime_ns":1784394835550613528,"hash":"8d43d29193aefb0eba0f04290c2ef32fb726cd1d89745e43949d7500b9943f68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ClinicAppointmentAccessTest.php":{"size":13542,"mtime_ns":1784393343677945391,"hash":"da1fe5677f4637619eed150f1dc52478f785db84de89d708d5fbb695b8dc9e5b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php":{"size":7578,"mtime_ns":1784404856798743027,"hash":"67984d6b1b275196055b19d6ec1827fdde5f9122a911ee1f5144bddc52b63254"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Dashboard/DashboardChartPeriodTest.php":{"size":5134,"mtime_ns":1784398241948524353,"hash":"1c45e667edc5ea609372919ba85b787153f96d417f39d02eb2c97e763f82afb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorBookingStateAggregationTest.php":{"size":4537,"mtime_ns":1784378496722008554,"hash":"45dadd0f0319a860e8e00e0d1965f7b17eb761fff1ba31c151c782f3f99e7354"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorListLocationTest.php":{"size":7517,"mtime_ns":1784435551549551950,"hash":"ddaefc228f1f4f99764d1b366364da0b2c6846d1be6eb277748bcb62f45f4358"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/AutoCreateSessionOnConfirmTest.php":{"size":5447,"mtime_ns":1784380792799767632,"hash":"5584785ef3085c1ed28a7979fd71ad490585f0febc536db69b6c8f5f82be4a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/ClinicRecordAccessTest.php":{"size":11382,"mtime_ns":1784395744635170521,"hash":"4841a3f0eb512a5a86c142182dd0943e8d0b4c0d527e97fdb3e8535d1eb31e39"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/SessionInsuranceShareTest.php":{"size":6332,"mtime_ns":1784401293060325476,"hash":"f15bbb2e277d2ef4d4a19e151c2e8f222c165313e87b7da528d84ce3a676778c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/AppointmentPaidConfirmFilesSessionTest.php":{"size":3937,"mtime_ns":1784380862606387277,"hash":"50cec6869ddfb20ee6c6eb6968b904f18269f26c998cb71413e4242c4c6dc5c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-confirm-flow.md":{"size":11177,"mtime_ns":1784392584583345331,"hash":"98206e14d1aeb5e21af846daba8472a2472698743270975356253ac5d7985889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/auto-create-record-and-session-on-confirm.md":{"size":22138,"mtime_ns":1784380187355495615,"hash":"d9f36ead6721655fd6dc9b75153d30b28764777f8716f926d75b08d560978209"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/blog-city-field.md":{"size":7094,"mtime_ns":1784434712498702254,"hash":"623a4538e6cb2c6adcd0a289ffd7bd1602feb79b4c72b4cf06319f4bcc0e7a17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/claims-dashboard-redesign.md":{"size":12325,"mtime_ns":1784399947808112374,"hash":"0059090ebf61bafeeb3f088304884d7069ea3157fdc19ccbece74e64024038e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cleanup-polluted-doctor-clinic-records.md":{"size":5475,"mtime_ns":1784434766567363585,"hash":"73c98ce6e26d39cc6caac682b18e855b0866a7fd098c393e882a09c2a1179e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-appointment-operations-fix.md":{"size":10338,"mtime_ns":1784392504803792253,"hash":"7c81c1f2065972f7cd01b7ffb28a17da258878eca3ac10019d83431736fc3bfc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-record-access.md":{"size":8353,"mtime_ns":1784392645113552064,"hash":"025d8cde0a28ee53dc39b5b838ef22dfaf4c4bc9e4227c4d8401f09821c60870"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctors-list-city-and-limit.md":{"size":6712,"mtime_ns":1784434654531400832,"hash":"bbf02dcb0910b275649cc42cbe8147ef6aca0cbaec15db62e9c90201081030ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-public-booking-state-and-admin-context-slots.md":{"size":14413,"mtime_ns":1784377150977664898,"hash":"d64d720870767396a3c872b4f35928974338721c2deeb4ae8ba2e1126627fd18"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-shared-calculation.md":{"size":14662,"mtime_ns":1784399857937008573,"hash":"4d44e2b476a7ce73cff0ab439a78101f6c1b4304957df556c24126b211328af8"}} \ No newline at end of file +{"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/assets/controllers.json":{"size":198,"mtime_ns":1781030172830093265,"hash":"c2038f4c739d4a1620199394a2ccfdd5c91ef846a0f81048388ffa7b65df091b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/composer.json":{"size":3212,"mtime_ns":1784148411577937425,"hash":"393e85588cca62b4e3c702a303c4ac8e3488fe00378c4fc0d6a21dae8dc2fb36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bundles.php":{"size":991,"mtime_ns":1781030790602666616,"hash":"ffc97986a2386074ed8eb1b4b9dcbca2ffa7cc6b3600a6c37e3112d6be39e0f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/preload.php":{"size":184,"mtime_ns":1781009656090972900,"hash":"718612fb509259556db6202d93b5f3b1bd85a6be6d523cdc6fb1d81b569ce256"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/reference.php":{"size":105233,"mtime_ns":1782645766235591855,"hash":"a2030203ccca39bf435675e884e805a2bc3db13ddfded1d346ac649bab6deeab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php":{"size":4062,"mtime_ns":1781168063674077630,"hash":"35e828a0495a0a4aaa7539781076edff3b0af2e88562ea0ae1299cfc17fa91b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/city.json":{"size":48958,"mtime_ns":1760953552261818528,"hash":"4c321bdc22df2c9e02e37cb3c1a44d792710e94c53f0131f14e88f0ba60cfbf5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/doctor_services.json":{"size":42359,"mtime_ns":1781085019042251229,"hash":"086809f01c4c6e77ab1161688bd03d60ff524735d0d7655cb0daa55bbb53875a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/import.php":{"size":5488,"mtime_ns":1781089058225002885,"hash":"7f22b1eef5dacde90d1f87178f5b446df06562e86331f2b1fef0672da6d33fb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed.php":{"size":27683,"mtime_ns":1781090517391813278,"hash":"9f68801870c368286543040b482a6a8e9773a82506565226d705c0b410873025"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_finish.php":{"size":10806,"mtime_ns":1781091340487318516,"hash":"f36f97df126491fcfdc438f289489a189bbc58b7fa5dc61e48a40edefb77c623"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_full.php":{"size":42270,"mtime_ns":1781091251098443866,"hash":"da652ff8b7513cab398dc4f7d6dcc92399ef0507410f466a72929684aee6abc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/specialties.json":{"size":16189,"mtime_ns":1781084374016184330,"hash":"de4ba8a0ed9fe595a89be7b4113ae37bddd5dcc5e59766f4cdf7ec34cfd44dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/state.json":{"size":1708,"mtime_ns":1760953552262399793,"hash":"3678b80abe63c2c45d0ef5f5cfd63cb46f5bcff7cb6f73fb3c8d188ce24d0242"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609130407.php":{"size":1154,"mtime_ns":1781010250896191835,"hash":"d9130e4e0fcecbfc302da5ef3184d0665ef9844067e63673b091dc6b09e5c432"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php":{"size":8945,"mtime_ns":1781010908745260477,"hash":"d8db037c64d216c9d6e3018caab7c9a4966abfe31e41794f43728ac0bd3c11bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131553.php":{"size":1477,"mtime_ns":1781010960853107810,"hash":"1b3c9ad833965008985bcf3f6a1894e400bc58bb0a8de2b6bc159c31ecdcca5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132009.php":{"size":1986,"mtime_ns":1781011210879944205,"hash":"95e296cf289224cc43748507a9496f493d0e25b829a9e3d8bb8567f6f022d378"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132708.php":{"size":5572,"mtime_ns":1781011630935659766,"hash":"d3211b9b4b08ad40b543052498b4ad7adeb034ffbabc4a83f761807df8e2fe9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133121.php":{"size":4855,"mtime_ns":1781011890870506406,"hash":"fc65641b70ce6d9bb2409aeecccb580333685ba71bcdddb72ea185fc9b717e9b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133334.php":{"size":1529,"mtime_ns":1781012020936148882,"hash":"d2753baf2902d723dba6ef2928c65627dbc4f006c5493a45182b450fb4598fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133546.php":{"size":1688,"mtime_ns":1781012150911850095,"hash":"98b56edc2e31c609f70d82d1e697c6598f3c65c4120d4e77510d19c0030e9d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134112.php":{"size":2830,"mtime_ns":1781012480955463648,"hash":"ffb5700205e312f10728cd20f9638450cd2195df9627b5b51f92690526214845"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134741.php":{"size":1789,"mtime_ns":1781012870832220674,"hash":"eb2a55b4f50f4fd58288452b71dfb5e190958cb8c775354dc9c9f99c929dfff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135126.php":{"size":1922,"mtime_ns":1781013090876422882,"hash":"a736efea5774baa48ac87522442943580e9ce47cab3479e1033e71fc6131eae5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135514.php":{"size":1449,"mtime_ns":1781013320954994440,"hash":"e3901078cc23a4e9ba6a7b748e32fc1a04f888c8d5680da5100b26a56dcd0559"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135704.php":{"size":2558,"mtime_ns":1781013430957508206,"hash":"6ce6851d5331c07c1f13c94f475a7f6823551927ff0b7ccfa8fddec146e69fcc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135923.php":{"size":3457,"mtime_ns":1781013570869080544,"hash":"b7a581c53e463fa8bfb6a7ccdd65d75c2146aa3b8190852a84a15ad2c8d3bf3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140223.php":{"size":1590,"mtime_ns":1781013750963170886,"hash":"c0c011d8f3040d2b81dff1ec667f2d650567eb141271ff4d368ed66fdfef9342"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140423.php":{"size":1535,"mtime_ns":1781013870906972885,"hash":"0fb344e74f64622b3ea3f4a29e8b6412f35ec60ee46cd25abd5ea3e0abc8c299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610062539.php":{"size":826,"mtime_ns":1781072744933894396,"hash":"c9a4bfd06b4bdb00f74c6a5973acbea2b86b4c8ab64c8d28c730dcdda5bc0e88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610092558.php":{"size":780,"mtime_ns":1781083564938987613,"hash":"7b3ae1ae82625519d5c7986d542c84dc5c37949ac4f3a8c356191dc480b7cc0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610103401.php":{"size":20904,"mtime_ns":1781087803230706453,"hash":"f54443ba8ee1b2d436f3e2bdafcdb026b5b3c8dae9941623fb401792aa68bb85"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110039.php":{"size":817,"mtime_ns":1781089244896521926,"hash":"a68634b6818f1b331bc2232ff9429792f11a7090ef18315754dbb5feec3981b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110921.php":{"size":1611,"mtime_ns":1781089784421230793,"hash":"2f112d7fbfee7d1a0ec047535854cfb1bf8088099d4f5219e23f9458380f90ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610111254.php":{"size":1109,"mtime_ns":1781089984946035862,"hash":"2c68d5ebfef56abee588aa5abb74a571918a0ed04eec7be7ea8039d9a12046ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610113711.php":{"size":1499,"mtime_ns":1781091448606693864,"hash":"4cd9c0910a49718627e7ea3c5f6f448e6508e609c70d643e160a6c740937d13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610140853.php":{"size":5927,"mtime_ns":1782583543657239761,"hash":"02683252b3c23dc3005af00fc6a42cbc360a306c799a88ee722cf1560ba22da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610175105.php":{"size":767,"mtime_ns":1781113873591904402,"hash":"49ffb1ef4d630a180b47d4b1f42da6c3ddf8283dc93bc192c16060cc093b5b82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610183655.php":{"size":2273,"mtime_ns":1781116623586431980,"hash":"e1573ba5f962b956314e7e17a8adf8fc3683dc6065c34490b60a25636d7fe4a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611075829.php":{"size":3004,"mtime_ns":1782626301195816873,"hash":"b3ba50cb2690810d8fb010f0ede4cf92906376908208bf0093512752d72fed76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611083424.php":{"size":881,"mtime_ns":1781166873770630956,"hash":"38e49fefb94b0029f3a10ac5aa846f341e47fb69686ad6d23c4b324de4b5e218"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611084046.php":{"size":1410,"mtime_ns":1781167246413147688,"hash":"ace825e63afb52cfc794f24547a03563c501cb951545c1a8fe50e2f198e11572"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612081739.php":{"size":1185,"mtime_ns":1781252261521732569,"hash":"abfc51c67c959f525711c661c21872e6a831079510241c197b86175623bc217b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612132848.php":{"size":1667,"mtime_ns":1781258338612526059,"hash":"c3d155690c12d3c3243190dcc759adf44cdf6a727b3b2563ba50caa78fd2a3cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181134.php":{"size":1715,"mtime_ns":1781516938570601065,"hash":"4febd40d1e647abbd00413dbb51dc59d5f73d15a6d54d7668d08861f2e6c2d99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181629.php":{"size":3515,"mtime_ns":1781516938570859523,"hash":"c8a4a0b22f709c3ad72760ab89c787f44260064e9d3222449292133d85b27862"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181657.php":{"size":4760,"mtime_ns":1781516938571506442,"hash":"3f5f75cf96210cabb9a36a61036acb7bea5fd01466b367725995b9fd52bedb2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182549.php":{"size":2122,"mtime_ns":1781516938571645400,"hash":"1fc5633381813d3939e8513eb233bfd9c24797537a8348bc83e1f29c2b41e311"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182950.php":{"size":2545,"mtime_ns":1781516938571764692,"hash":"fd126b1e4e09b2f3433242d40992cb2a829d80a357faa87bf922d86bbf514c2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614183527.php":{"size":4022,"mtime_ns":1781516938571888567,"hash":"98a07ace9623c623dddcecb1bf1d4189d8efe1692ba261779b1f9661ac07ff25"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615060415.php":{"size":851,"mtime_ns":1781516938572128193,"hash":"0231ff42cfb43dd4cb4ecfaff3e4f1d285d30fdd87a120fccc6046fac3d1e040"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615061938.php":{"size":981,"mtime_ns":1781516938572427735,"hash":"1ac836b1d7089a2dd47756eb7ba0e65801105e2dda52aee3f5df981daa57db88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615074107.php":{"size":1712,"mtime_ns":1781516938573278653,"hash":"f16f0d0bcf5a4646bcaf98725563639c8ff8b4f2a6d8cf9b8f6a0e7bfbe4c39d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615142236.php":{"size":1117,"mtime_ns":1781535498215147916,"hash":"27e62ea86a4f3aa8539bd976213f57efbd6eb36b8aa4798fe52f2274571941c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615203529.php":{"size":1746,"mtime_ns":1781557035803907615,"hash":"b735a483f4db548f9613dd6d5efc8489f1a14559737b39f5fa9ec395f6ad21c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619062912.php":{"size":772,"mtime_ns":1781850555276849213,"hash":"7803c7d2fe66171063a19937794a6630d34dff563450bbcead5fa6051866ca2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619121047.php":{"size":780,"mtime_ns":1781871054836536786,"hash":"5b96978f092d4e81b6b9ca61e2a5d5a53e51f1b9b8bf6be43f38cc462371a252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619170105.php":{"size":1000,"mtime_ns":1781888467242271818,"hash":"24b56c5edca5c601b008f28dc8b642de32dceeeb408ec38cd5e3f7c40c3ce4f3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621084558.php":{"size":774,"mtime_ns":1782031565107938146,"hash":"1a88683010bc9f3571111e2c63fceda2062724f08e0c93a8519405d4ed8bf33c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621094624.php":{"size":774,"mtime_ns":1782035186037116338,"hash":"846706a2c43ed5b3354ff1ebc8d0eb9d9c7dcaca94802f6b8ae4d4653eb54fc9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622160119.php":{"size":779,"mtime_ns":1782144086923054995,"hash":"d1a46bd2a54a9e9f55a692342bbd1bc49add55e4c29368fef1c0fd6d4f8a9292"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622163152.php":{"size":1377,"mtime_ns":1782214545724072190,"hash":"64ff3985f32d0d18646d441f0edd99be402305cbff68d66519dcb196e17e42bd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622171538.php":{"size":1410,"mtime_ns":1782214545724191815,"hash":"42c0bfb273a488f98079a84f3331c2000ec0018e5c1a748a4f76481853fca168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622173707.php":{"size":1491,"mtime_ns":1782214545724314524,"hash":"e7ca8699e56c8ce50350006668b7958af1be4663f36620a12ce34dc1fecea6e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622181251.php":{"size":1171,"mtime_ns":1782214545724441066,"hash":"9a5233ddd9873b485bfcf9b9009619a42cec5bc0a4516d98a387b42a249aa0c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622184409.php":{"size":2212,"mtime_ns":1782214545724627733,"hash":"caa199786e4c7016e4232e653b063278fe809536f4eb2b42305e3bd30beef290"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622185948.php":{"size":2005,"mtime_ns":1782214545724826651,"hash":"7048fe9c1439b52f85abf3186cf4eec913eb873e8ac6ae1154712adccc327b83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623115721.php":{"size":779,"mtime_ns":1782215846636875546,"hash":"4c8e43a5be46030c087a8679b9b84e8cf58b4174e9228f94fa02dd0d3f2e5990"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623173907.php":{"size":779,"mtime_ns":1782253591740927223,"hash":"237d660c556b7f37176854a98f02cd114fafab9405f9ae4945a8a75941928f8d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624030339.php":{"size":916,"mtime_ns":1782270223182271448,"hash":"a97dc816b64080ab3aabd67347c2161faff7090629810a6db13c051991edd8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624092459.php":{"size":2059,"mtime_ns":1782293101374459999,"hash":"44b5621ce383ac7cb1cea47d7006f3c2b0b47bba8d49f59c78a0df4f737f8482"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624093738.php":{"size":1266,"mtime_ns":1782293867202071491,"hash":"dedb9cb5586cb39f3d35af323fab3e41ff8e63ca961cdb98b8a7beabd113c8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624123236.php":{"size":809,"mtime_ns":1782304359030218634,"hash":"acb3129833c4f6b1ec99f90496e23400de1df0624f1dbbba5077a20500a38548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625135132.php":{"size":780,"mtime_ns":1782395498606655159,"hash":"a1c3aafeaa1761bfaff51ae0c523a2781cf359fca511e7aa8bd294b70011a9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625150304.php":{"size":1990,"mtime_ns":1782399813900039403,"hash":"87f84613f1b928abd28cf7502c4572ebf7599d0c47d3c97497a5d74b9fb2c983"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/package.json":{"size":2380,"mtime_ns":1783666097006385238,"hash":"c2185822b43db5ca6a54b83767776d61b6602130d3d66920219a7ee30faeeeaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/index.php":{"size":206,"mtime_ns":1781009656089267135,"hash":"6609137ba6c6187032cdfd84e9d39097732d861414157cacbdeb77b2b271ac8b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/manifest.json":{"size":576,"mtime_ns":1783834695996821520,"hash":"1130497fbb811e1276a5a6dab84ffadca039cbb54ba52ed42a1c4c8f8a3a1dc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_realistic_data.php":{"size":24320,"mtime_ns":1781519949285784202,"hash":"2ad075c6d333a42f3ac51adb0e1d8b444f64f3b5a01bc87f53d9522cb272ce68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_test_data.php":{"size":13557,"mtime_ns":1781169644756523490,"hash":"d5bbc3b4a96e7abf610d9cd63da61dac6b73bdd97b5672eb4ec191bbec2255e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/skills-lock.json":{"size":267,"mtime_ns":1782232921467371596,"hash":"4b889910ed363cee9dbd7da20e9c0748ddf40dd483ed92b5e581ebedb506f179"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php":{"size":123471,"mtime_ns":1784391828178507548,"hash":"46c093e1df07b12277ddbdf881bede2bf990aa07205b924609bd7ac411b25f01"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminController.php":{"size":490,"mtime_ns":1781030416417456388,"hash":"7d18322ef916885ae0181a7b9dde07ab07d08bc49cbf72669f50e5268ffeef62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php":{"size":920,"mtime_ns":1781551622411049671,"hash":"3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php":{"size":54415,"mtime_ns":1784395606898364079,"hash":"6545702405d902c82a825c06d64fe258f0836c84ed36ea719a3e97dad1c40047"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentSettingsController.php":{"size":24648,"mtime_ns":1784368245352713983,"hash":"44f402a1f38c52dbd2fd2f9e882dd98603c4b1620f1f6f858887f12a77bac23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php":{"size":28067,"mtime_ns":1784395606899342826,"hash":"61498d1552b5e52ad6d96d09670ff27bfb5d9026aa2573879bebc3691a0e6987"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php":{"size":19275,"mtime_ns":1784395606899706991,"hash":"0d5da756aaa37c8941f0c32e1a345b579380ffa5b8a1677e787796e931445b3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/DateOverride.php":{"size":4076,"mtime_ns":1784368304066031774,"hash":"7c4df822d6413758197cacdde3c7cf0670c89140e8b4bc1cd129c9a5072df17a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php":{"size":4004,"mtime_ns":1784368245353066068,"hash":"2e8df4fa6cbfd03b6ba54758ca1afe43a9cc7a81cf96884d56e1e40409128dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php":{"size":6797,"mtime_ns":1784368709514704449,"hash":"3c08f308986a80a6f4c5ea5d6361d1c2c7bdc61e1951557b0ebff8a8c002bc1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Message/ExpireAppointmentsMessage.php":{"size":85,"mtime_ns":1781551622411423796,"hash":"094a07b7c7552dd1c2812e066ae7e9cde6dc6bc9ca4ef07e11b82f8feec45fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/MessageHandler/ExpireAppointmentsHandler.php":{"size":504,"mtime_ns":1781551622411619546,"hash":"8981c0048e84b26121eb8e2a6e1f9913a7d61d958a48bc4bee113df6c0c77a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php":{"size":13067,"mtime_ns":1784395606900064615,"hash":"6c8f78a5c20deff9e6a4d7c6d2202b59b5025b52a444a00118d9dfd759a18067"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php":{"size":1953,"mtime_ns":1784368245353825905,"hash":"b726efa5d948e6fe5f57e0abb66d4d12435a88761683a49a71cac756fb1b2bb1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/HolidayRepository.php":{"size":2902,"mtime_ns":1784368245354030905,"hash":"50882b37d96efe947a09e5bf7019b7da776e2a2f1bb7052ad11c20a0cabb2ee3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/SlotTakenException.php":{"size":101,"mtime_ns":1781535498216404171,"hash":"e6ca84966b94b947c7df53646b8a0c5b1a5f5564d144e2b0e00b7756c97d718a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/WeeklyScheduleRepository.php":{"size":2693,"mtime_ns":1784377418592187543,"hash":"0da990afc2cf9fbd3d3cb110c4f3cd5bb2984ec8a2d9e2f108c840da5cd98f3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php":{"size":1834,"mtime_ns":1782728407190939073,"hash":"0e08a53cd50f1fa75c2998ce2d39400cf116f1e7d5632015fefd589ca730e771"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/SlotCalculatorService.php":{"size":20166,"mtime_ns":1784372137519311290,"hash":"a7e34f68ac192ee5bcea0225de742b1cefd4b09747b85db7387ac1e914f10fe5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/AuthController.php":{"size":39080,"mtime_ns":1784354506092337626,"hash":"99e0dc972554e1699a0a779df32e2820db433d36863b5cd64598831b7d90d2ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/NotificationMobileController.php":{"size":7242,"mtime_ns":1783237168983222014,"hash":"e87024acef4e93a1bddbdd8545b41f9130635d605b1a327ab4ac11661585b71e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php":{"size":7923,"mtime_ns":1783666097012409392,"hash":"51e53996bd81dece6745b657f1728dd6e02e1dcafe6171f84761e9624dcd0f60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/MobileVerificationOtp.php":{"size":1930,"mtime_ns":1781167196281533241,"hash":"511faa2e0698158b312aa66c5b7d54539963056b011200b3a7b86a65651e56b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/PreRegistration.php":{"size":3061,"mtime_ns":1781252232305967808,"hash":"74a388c7ebafa889c4428ba1538ac46ed8f1f5c6ef5a34975016f85a128c5f40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php":{"size":5628,"mtime_ns":1784020073277289965,"hash":"3f982706cb5c42f23d7791e2e3c338d0b2406c533a84879997bfcc8ba673953c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/UserActiveContext.php":{"size":1160,"mtime_ns":1782652951356493481,"hash":"1c60c30e2800176bb2dde9730607d081f2fa1a05f8f6ee6e917ad256bcfa73cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/PreRegistrationRepository.php":{"size":842,"mtime_ns":1781252241014651656,"hash":"050d7fae8134856aeccfff39607f5cfb44e8b923e13d0235411a577b78a6f96d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserActiveContextRepository.php":{"size":952,"mtime_ns":1781164699567301035,"hash":"22c3a507b65fe3f858806b1d7bed15411be794586278ddae7ac5ebe09782bbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserRepository.php":{"size":1023,"mtime_ns":1784128250264014150,"hash":"748b70a06bf6833d94e5168e4ebc06ad7faf0dff67f5f099f595f10cf4f59137"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php":{"size":5168,"mtime_ns":1783788126862679898,"hash":"06cc16b691e8051198421fddf881bdcc116597b6842b2d5cea2faa34c87bce58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/OtpService.php":{"size":3747,"mtime_ns":1783236682997204096,"hash":"ac8f9cfa6d67decc1ff89d2ed61e9eb2ad2034214c015aa072acbbb66be05e97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/TokenService.php":{"size":2166,"mtime_ns":1782036558107915300,"hash":"3b749587b4c8ffc2d0fcf9a266ab32aff75b1681af31e6797d8046dd3ee36713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmissionResult.php":{"size":509,"mtime_ns":1782214545726213864,"hash":"5391e205be5e00bf0cdd088d6f9b52427e30e3a5d29d2c0ae39753b15b67fac8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmitterInterface.php":{"size":461,"mtime_ns":1782214545726346198,"hash":"9286f1fdb68765c4512fa8aa302156a4fc54df7af3fb5d5d1e2d59c24111c3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Controller/BillingController.php":{"size":23294,"mtime_ns":1784405041885526711,"hash":"099f1fc84764ebeef6c4e291d8c399b3c3becd63c2def8a902de3cdbee3c3e94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Claim.php":{"size":8175,"mtime_ns":1784405041886001122,"hash":"bc503311606d44479e0ab073b01cdcfb79094fa621a51b9f865c0b7dbe133f3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimItem.php":{"size":1646,"mtime_ns":1782214545726889450,"hash":"0e3bb1ebc45d4c045ef0e6fe09170976c315d7da410efd79bdcc53189e9dab49"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Invoice.php":{"size":6151,"mtime_ns":1784040827575244056,"hash":"04c18d948ffb1009e77714037424ca69e3271e00b64aaec81a53e59f0fdcdc51"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/InvoiceItem.php":{"size":3521,"mtime_ns":1784040827575392846,"hash":"ccb2552fa1ab07a77654cfb09a306d3a2ea0849ade5ba0aac38a0fcaa9a3ac57"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimItemRepository.php":{"size":895,"mtime_ns":1782214545727554077,"hash":"9f606952d141e1db9f444ec80bba343c34a5c39f905f72c53c76d7cc7dc58f89"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimRepository.php":{"size":15529,"mtime_ns":1784405041886419909,"hash":"5297e69349ca7676e582674fd7b33f3399222d745ab17b5773829bf0ae373790"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php":{"size":2056,"mtime_ns":1782262433593751772,"hash":"6a2e18c9de2434f67ce2250dc17ec50a29f207b95ca2fc6e2a9c7d338a67a67e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php":{"size":5726,"mtime_ns":1784042599040572555,"hash":"0eebc85645eeff587f737918452ccfce6c533e3b75fea7550897180711470ea7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/BillingCalculator.php":{"size":1975,"mtime_ns":1782214545728144705,"hash":"9751645f561446a0d0f6a618cbbeae012f7f2274c5c1fbb4379220b995070f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ClaimService.php":{"size":5584,"mtime_ns":1784405041886768030,"hash":"5e1f5e6dcabeb652ec1c109f5519f18780d0e9543d08b974f9dda4cd5bcf4b5e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/InvoiceService.php":{"size":6374,"mtime_ns":1784200065667723378,"hash":"928b9537fd12d4583a63863f89c5efbfeef06ee836687f4463a32a1df0185c16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ManualClaimSubmitter.php":{"size":771,"mtime_ns":1782214545728543539,"hash":"11064e4cf0182849f67012ead852a3b45c2d8b66693e9680bfabf4094c3b9d40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/Money.php":{"size":775,"mtime_ns":1782214545728705873,"hash":"97c8de0bcd950f7b29c8f8fb87d33f4cb79bd0b17e531592c80fa5fb5c0e6de8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/ShareBreakdown.php":{"size":599,"mtime_ns":1782214545728844457,"hash":"98b4c746ff1d241697d227cd21bf6a8b010cea93dbf0a219f89910456c511ac1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php":{"size":19941,"mtime_ns":1784436358159994406,"hash":"43b71aed6a3105b72febf2675b3938f9966b8b07fef295ff6b30236449fb1af9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php":{"size":6946,"mtime_ns":1784436137968617375,"hash":"71e99f5aa62b02671765b4a76aaf38f14dda1c7f11695a3137de5ee9f819508a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php":{"size":3029,"mtime_ns":1784436286691818527,"hash":"30156ac73865c1055e5e6d187177f5828aa6600d6c6d300b7f1125a86507a3f8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryController.php":{"size":1776,"mtime_ns":1782728407194246845,"hash":"1be28d02d6f241500cc7a55f1a597962d80b5f72c814c9308fd6811029aef714"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php":{"size":35641,"mtime_ns":1784435643524508598,"hash":"376a1a688b002406dd9b4943092514cbe54c90fde8f967055ccfae13978cfd63"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/Clinic.php":{"size":12311,"mtime_ns":1782728407194604639,"hash":"d192f3609f782986a1c36a6236066c503364b8d1bb7312c928e7c9ff1a2f5d80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php":{"size":4814,"mtime_ns":1783569345779687854,"hash":"dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationController.php":{"size":10229,"mtime_ns":1784352697917225127,"hash":"75e2b319c5a6f66f8a96a75b51ab0b60d2307208b7036ea5ef3fc35a4a688e58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Entity/ClinicDoctorInvitation.php":{"size":5432,"mtime_ns":1783748111777541475,"hash":"d7e3a199244ab8d4259e6fd0124f6b5ef16d6f594ce3e5d46a0a2c4cb8093cfd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Repository/ClinicDoctorInvitationRepository.php":{"size":2563,"mtime_ns":1784391828183387141,"hash":"434fe816bd7de55c3089d6a4a497ab8c7bd4c6f6366a821fb240ccee6248a312"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Service/ClinicInvitationService.php":{"size":9141,"mtime_ns":1784352741799101220,"hash":"b599e77450d15f5fe56b52e1c1eeb0cbce93cc62cc1bf21ceb102be380957cec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Controller/ClinicServiceController.php":{"size":23802,"mtime_ns":1784402578675639095,"hash":"8f047fadf04f1749038611ca45b91110dd6d83d258f3de54228bbb81021fae3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItem.php":{"size":10177,"mtime_ns":1784402578676134051,"hash":"fed12c340f720f6c7c2a3d9fbb0dddaba619f66a2d3a14e40489e8ee52087d7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php":{"size":3168,"mtime_ns":1784020073279441712,"hash":"539dfedecc0ba508760e11725bcce82f435390106bc6c04512bed3fdedc6133d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/Tariff.php":{"size":2497,"mtime_ns":1782214545729589627,"hash":"77a5e0dca59cd5587ab614a2bedd46a0de3485d620a6125f4804db7b688115f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php":{"size":5074,"mtime_ns":1784370847561334130,"hash":"2cb24cdc51ea4ccc4280c09a8059243cc6a54a04d3c2e61e91439f018aa880ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceSectionRepository.php":{"size":1274,"mtime_ns":1781516938575822117,"hash":"6e87ff4062b59b4870ac32891b6fd40ab36ed939b3a67959c600a63a0375b299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/TariffRepository.php":{"size":1312,"mtime_ns":1782214545729721752,"hash":"fece09188f0d746cc7fdc518fb8d63488c77314d629940d1c0969b6f28fc7b38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/TariffService.php":{"size":1653,"mtime_ns":1782214545729910003,"hash":"13d77eda5f22d43badf639d0127bc7252b3adfe6c72657c33423ad5a04f345b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Controller/SiteConfigController.php":{"size":3919,"mtime_ns":1783670899286432658,"hash":"abfb7e174b8d2d916580c0cda8c87eaab76ca76d20f014cfc54a0d133c64c866"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/SiteConfig.php":{"size":1026,"mtime_ns":1782650883609343293,"hash":"694f1f497f5a3a1095f2949eacd68694eb7e8d6536abcd1bb61e7d788abed158"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/TaxRateHistory.php":{"size":1836,"mtime_ns":1782650883608855500,"hash":"1b50a1ed1a3d72be73df9bce2bcb010e2b90888bc7daa0a312ede4d181327631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php":{"size":2334,"mtime_ns":1782929759660596058,"hash":"5ea072c77a0f25c8ccdd23616656fce0b88b93408c6cd461d98e9b18a6fa85b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/TaxRateHistoryRepository.php":{"size":591,"mtime_ns":1782293892020820040,"hash":"1161721d41f057cd7c7d820b405a526cf644ade3da6a44a93e63ce9a364a9ca3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Dashboard/Controller/DashboardController.php":{"size":31134,"mtime_ns":1784398241920259061,"hash":"68016961f83c415046edf876216941075d5070acc73f9ef2ade61933c0c66215"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php":{"size":40082,"mtime_ns":1784435643524720097,"hash":"d769c8d0fe25c407d46a97430b152a907a60c8e3e428df9338d31ed24b99d5fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/Doctor.php":{"size":22843,"mtime_ns":1784435643524912763,"hash":"cb741137a955b63766b42dcdd78a3c0823f329cec74e9baf68098b9356a401a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorAddress.php":{"size":5470,"mtime_ns":1782650883611537550,"hash":"f42a0409b492abf55f1ed704e65e2273b1a9b7424abf0d2bd9c9507ea9345747"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorAddressRepository.php":{"size":3914,"mtime_ns":1784368245356810875,"hash":"1b8e01c1c4f786f7f03c807572b5eeb70792fa3dcc7342ac6afad08d64a855de"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php":{"size":11821,"mtime_ns":1784435643525451886,"hash":"b3293d0ebaf9a8342230fa4999337a9bd4f32206c797975aed079729fe5175a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Controller/DoctorServiceController.php":{"size":5592,"mtime_ns":1782844356167570792,"hash":"4e16c69d4c1e7d4b295ed6840c0b6010e03e8c0c7411102cb63c1295dacc8538"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Entity/DoctorService.php":{"size":2831,"mtime_ns":1781085550562230229,"hash":"6d7d545954a787dfcf52e2f9b8ccae47a1af55c21a43d3c60ca8c59dbade506e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Repository/DoctorServiceRepository.php":{"size":1274,"mtime_ns":1781085558665462494,"hash":"79eb3168176aa86043e1613fa832e0a94b683ab7cd5a7553222d88ef9198f4c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php":{"size":29933,"mtime_ns":1784402578676626966,"hash":"fc985cfae45579f2d567cd6d77a9c91b8a1e47e057cd00de405bb6b1dc90cc4b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php":{"size":1960,"mtime_ns":1782728407197029697,"hash":"3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php":{"size":3003,"mtime_ns":1784206123364350151,"hash":"e0b58d59197adf124c0ea46f10da8d6032f4908d4010f7a1374b5dbb16c2a991"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php":{"size":2270,"mtime_ns":1781085569269281268,"hash":"bb5c7b593458bca73e6d767909d845c59371d50aefc54d6819b53b036d16d8a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantInsurance.php":{"size":5359,"mtime_ns":1784108859098333968,"hash":"17950e1bfe3b4f1a0905dd8778aa6f15f990cbe65b3b13392b994d28c39e6023"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php":{"size":3432,"mtime_ns":1782214545730644047,"hash":"fd098f4aef57bc0988ca8d17760b0009d2742666fd62fc0ff2ce07fc6b0dab1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Enum/InsuranceType.php":{"size":351,"mtime_ns":1781085440519759893,"hash":"30ae4d15da752fad6f6fdf214fc764732f372af51c1361fcdd23ccf7cb66d41c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/DoctorInsuranceRepository.php":{"size":848,"mtime_ns":1781011984448803782,"hash":"61e05cda6d846d53a56fe1bc16a932bd7ee1fcc43f8ad9cdc4f8eda7635a2bb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/EntityInsurancePricingRepository.php":{"size":1404,"mtime_ns":1782214545730775964,"hash":"623b73aedc8f41f9f0ac7d374725808c1c72012956628e15ebde5681f7034dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/InsuranceRepository.php":{"size":1220,"mtime_ns":1781085576476951957,"hash":"dc63f462de508c5f6d1fd51b08ebd887c5f79528d5183fc7a792e6cb579e26ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantInsuranceRepository.php":{"size":3380,"mtime_ns":1784108859098527762,"hash":"7c95b2e21ab3e08d4c156d7772d4ebcf3b9502d1b6fd6595296e782fd1994430"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantServiceCoverageRepository.php":{"size":1797,"mtime_ns":1784362777400568964,"hash":"2f0687a13f8e3f6fe25ce288791868e4a700f9f2f7fe530a9b41e61593b3833a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceService.php":{"size":7572,"mtime_ns":1784362777400885379,"hash":"e2e787b483874877427c27a0c0ca5554e11f4d6874789e7e14c2065810465f60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/ValueObject/CoverageRule.php":{"size":381,"mtime_ns":1782214545731415633,"hash":"3ce989704beb3ff9aa60cad8460e69a1ef5a411ff0024b7d5541df502f4cbf2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php":{"size":992,"mtime_ns":1782743240249498742,"hash":"3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Controller/LocationController.php":{"size":10774,"mtime_ns":1783499628812467561,"hash":"9cf15db59545af81148153a4d9c816748ba267bbbb58f9bec2e00d1853c15e8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/City.php":{"size":6500,"mtime_ns":1783499619365257750,"hash":"f128c29e22de67f0aad93bbee2a111d976f71344f5a3e55614b477bc86d3192b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/Province.php":{"size":1688,"mtime_ns":1781085458710667014,"hash":"3353fa978b6558c945031d0c09a3dc24706f592287978236072c53c3cc13d033"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php":{"size":1312,"mtime_ns":1783569345780697355,"hash":"bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php":{"size":1071,"mtime_ns":1781085486117016673,"hash":"4572085d4a4e79a86a1c2cfcc89b5cd6268ddeb466878a16db71f60216a6c148"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Controller/PatientController.php":{"size":60612,"mtime_ns":1784395606900666863,"hash":"5a5c7d05f2b1d2a639313bfa1ac151361ab88dd4a97b049f69b1573d37880976"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php":{"size":4812,"mtime_ns":1784020073282569477,"hash":"1241c582e953448a5d3335b4a61c1c0b183b1c908e75927b11e7f578295fd3b5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php":{"size":17519,"mtime_ns":1784402578677003756,"hash":"8fb25f048c98aefa90d3a7afd49b69f410e56c8177d4e76850078a16c421288a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php":{"size":3069,"mtime_ns":1782253591741414931,"hash":"d7326f5115c044fe75744a4c6ac0e2d0efca2b4a93e57984483f1c859ffba1c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientRecordRepository.php":{"size":8544,"mtime_ns":1784395606900953946,"hash":"3a925bd9fa847e280d1473ff786a2b8cc8ee789b6e489323a581a8a991d91c61"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientSessionRepository.php":{"size":5389,"mtime_ns":1784380925357448535,"hash":"f7d2e0950754908f6ddbf64d0589401151583f510eb480d8de567ca201797739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionServiceRepository.php":{"size":787,"mtime_ns":1784288263642636319,"hash":"499e93f053ff91de16bde776c66d4b36d2523e31f43388247d67c12c1c32a19f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php":{"size":32348,"mtime_ns":1784402578677302130,"hash":"b174144c3001ca0d88a3653525262238f7c7442d612db271cb025aec7687fb45"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Controller/PaymentController.php":{"size":31102,"mtime_ns":1783059694944318453,"hash":"06f9abb6001a7bf771e905db060daf3e5b6e80f67b4e2521ec377a8a59ca8be2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/Payment.php":{"size":5779,"mtime_ns":1782995955189532682,"hash":"f26e537b012e10faaac23f291ccc341345bb2512c3c4496c4bffea3308086eba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php":{"size":18056,"mtime_ns":1783747255645554752,"hash":"49fbd65792c12c2b7f97b6dc2f15ac4884fd508d0cb943787e74ba909c9d3def"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MockGateway.php":{"size":1863,"mtime_ns":1783010796437333621,"hash":"67b67fd5299c1e912359d94dce4c88d5742e2ee324d699fd12333e1a225bcf7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentGatewayInterface.php":{"size":948,"mtime_ns":1783010796437841370,"hash":"fb3512aff2ebfdbe34c6d5eab4e67dfd5c90fa6dbbf0cec8bd23eac0c2e51734"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentInitResult.php":{"size":663,"mtime_ns":1782981352831261065,"hash":"e474570a753b56888f8fa5458cf7eeafcf7e4ff390429a5f6612bada28f9b401"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentVerifyResult.php":{"size":368,"mtime_ns":1781591920508677099,"hash":"88f08d81dc92ac75d2f0628c60f3fb78b039b9184039592047cc92c58d0db068"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php":{"size":4481,"mtime_ns":1783010796438445827,"hash":"46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentRepository.php":{"size":3863,"mtime_ns":1782993112274771320,"hash":"f8e7f5bb986225beb28c2d175a78cb1c2dafdc8b99a60779bc1e04834ad1dff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/CircuitBreakerService.php":{"size":1228,"mtime_ns":1781012993246621609,"hash":"4e04548bbb1ae6b6c17a4206408f3050ad341da5ddcc74d4b1af376b50580911"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Controller/RatingController.php":{"size":22783,"mtime_ns":1783666764412828074,"hash":"64462e603b4569268e25d7f6a989f1b4d9b598a7613405a5d5d0165df2b477fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php":{"size":4881,"mtime_ns":1782650883605327864,"hash":"c43aa389121312d1fe2ba9639e3a6a0ba5fc21f78d0784adb723c26e3afbc0fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php":{"size":2153,"mtime_ns":1782650883604545320,"hash":"7a7937df6b8df47196e035544c1ec78a11847a0a1688114bdb5265adde8d32c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php":{"size":4359,"mtime_ns":1782650883604952613,"hash":"bb8b2b8ccda54b99bd5ab0bd937dc29d4ac840195e3f89fcfc286b5429b2b863"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php":{"size":3785,"mtime_ns":1782728407199666132,"hash":"57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/LikeRepository.php":{"size":1619,"mtime_ns":1781557035805931490,"hash":"9c2c1575ce7f26c9d2139ab8301fd887658e295f66b4f164b48d050bd43a411a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/RateRepository.php":{"size":2052,"mtime_ns":1781557035806516573,"hash":"5e2c5765f0d67648d72fde8992e1969822df630577e503f9a086dc01960e3f90"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php":{"size":41262,"mtime_ns":1783236899056081118,"hash":"73475defd275c9aa8be88f4111486749fce766f658313b0d6fd2a98f7996ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php":{"size":25500,"mtime_ns":1783569345781024938,"hash":"196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php":{"size":8158,"mtime_ns":1783569345781218772,"hash":"33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php":{"size":2152,"mtime_ns":1783571718895425847,"hash":"a0c1810c03b7a780ba1b14a631b11e0081767fc3e017e57d4b34b62274340b0e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/JalaliDateService.php":{"size":4368,"mtime_ns":1782384877403158726,"hash":"8a1282441580b6b46896c1c52a6ff284279e0e3610da60c638bfce1067450fb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Schedule.php":{"size":1037,"mtime_ns":1782929801207590724,"hash":"e1ed1b5ef5b6100bcb8a1e0d3e361ce40a2721501cdb5f14aa6fba8739654eee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Controller/SecretaryController.php":{"size":15641,"mtime_ns":1784313763766886021,"hash":"73c93eefeb713ec45c6529633d1b08b774a37952759aa7e85051d819c38e04a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Entity/DoctorSecretary.php":{"size":6177,"mtime_ns":1784313404793436533,"hash":"cdd27f29ad34c1d774ebe271aa707cea44af3cbf8030b33bc1556e13051a95e0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Repository/DoctorSecretaryRepository.php":{"size":6584,"mtime_ns":1784314137365098923,"hash":"6169015b6dca3115690559d52628ec527ca857a0f3e6228854e9b58bebcc85ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Security/SecretaryPermissionChecker.php":{"size":724,"mtime_ns":1781012108901602268,"hash":"42ddb598442c2c167950e1a33eeceb551384377427749d0ee3b6a61f152e64bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Controller/SettlementController.php":{"size":23112,"mtime_ns":1782728407201510186,"hash":"b6f3ad0ae1b555833b87edf0398a96200295160b1c6a57c26e3f751274892c9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/FinancialBreakdown.php":{"size":5470,"mtime_ns":1782728407201776813,"hash":"a0c5e8cc2f0a3597518275c45fe403a188bbfe210fa75da65eee3ebeef594963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/Settlement.php":{"size":4252,"mtime_ns":1782650883606160908,"hash":"36b84f9a63c52cdf4150c0848c4a3fd28a0c7a1aba6bda3f147c3dd9da2f969c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php":{"size":5358,"mtime_ns":1784191157429811508,"hash":"b266207dfb158b6ceb263f939658d9aa5e94401ce85f51ff859866378e65bb14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/FinancialBreakdownRepository.php":{"size":779,"mtime_ns":1782293142660794730,"hash":"ae9fa6ec3678bedb9574a38678795af169ff793fe2e660d9413fe05ba1523041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/SettlementRepository.php":{"size":2270,"mtime_ns":1782728407202173607,"hash":"9c617a929f6ed0595a371ee05d2e9d19d204ed3eb80bd0df9fe9de71fbf76e2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php":{"size":974,"mtime_ns":1782728407202497901,"hash":"12fdfe848f6eb143b87b09645122480b33a778bdf2d9179fd9d45c27540a23a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php":{"size":5754,"mtime_ns":1783569345781547980,"hash":"2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Constant/ErrorCodes.php":{"size":10834,"mtime_ns":1784196064223266582,"hash":"c5681ac3c43caea58c031974638bf3807a7d6e14eb62dfa85d4bc68ff9bce5e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/BaseController.php":{"size":2124,"mtime_ns":1784435643525624051,"hash":"46aab68aea7b3c8bb74242194b9d4c8f76474413e94f7c199c85fb6bf85a8ce4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HealthController.php":{"size":1190,"mtime_ns":1781009995463320374,"hash":"124d5bfe7f63a910acd5ddab19c0ecb83c9d9005786fcd6606e597e7f6b6050b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php":{"size":594,"mtime_ns":1783669189781435180,"hash":"5ffa2cd3fcf314ecaae34fa9f8dd7a2db4a3dfe7b8d5250f16eb0a7f2eb6e652"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Doctrine/JsonContains.php":{"size":1061,"mtime_ns":1782050362337187655,"hash":"bc76253c31cf5a3bb23264736171549281989a4d9915b05a303647324d5aa4e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/ExceptionSubscriber.php":{"size":6528,"mtime_ns":1783747430565936030,"hash":"1bf9e2fdbbdeb39ef79ec789eef2feed93ab43b4d38d6fb654f99f51ca8f6956"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/SecurityHeadersSubscriber.php":{"size":2575,"mtime_ns":1783010796440870365,"hash":"7562c1a0460eb6831ccd6e2ff396ed01256672933fc480a9454dfd202efd0d55"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php":{"size":637,"mtime_ns":1781009868466892123,"hash":"7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Message/SendSmsMessage.php":{"size":235,"mtime_ns":1781010000546687126,"hash":"daff508176e43de48738f7d7b86a97f047329c0c3a9896602933c7aa130ff739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/ApiIrService.php":{"size":5616,"mtime_ns":1783788126872255404,"hash":"845cfe4823c1811705100b4f725eae2f651416f4217810bfcab77953aeff737c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileValidatorService.php":{"size":2743,"mtime_ns":1781946812332075105,"hash":"4c26e4f47f2793bbef582d233a1f08e96e91274448209159653ec0d95a3b8b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/InputValidator.php":{"size":1811,"mtime_ns":1782290232599858088,"hash":"3d610effa54b8c5afa1c206c0dd46ed3ead6b84215d54b39e6789c498c01427d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Command/SeedSmsMessageTemplatesCommand.php":{"size":1917,"mtime_ns":1783237401025294121,"hash":"04f1982a5c4317dd15ee55dfcbc7c0182f86fbce90766e5a3366fe4f19378c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsController.php":{"size":21883,"mtime_ns":1783422449654674455,"hash":"b15e9b15dedddb501f30a18e46b3c7052cdf5778006913d86f34279e6159ab21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsMessageController.php":{"size":4630,"mtime_ns":1783237134183460253,"hash":"2869945324e63ed664748e1770ce7065d91428cbd313843814ac4256cd8b2fe8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php":{"size":11400,"mtime_ns":1782998941568914993,"hash":"af47e04758a2a47c3122a567c79aaf3a2638c5c09e2d21308a91b966b1cfe8aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsLog.php":{"size":3702,"mtime_ns":1783455929824117615,"hash":"937dcaa8618c78e6ac393fe1f6ef06bfa398cc5c392fb469be504d05bd8384ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsMessageTemplate.php":{"size":7545,"mtime_ns":1783239399682426157,"hash":"40fcf700f49544484e460b779e7cd1105a0aac40cf36a805aa69f61f0223d12f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsSettings.php":{"size":5136,"mtime_ns":1782109802341264005,"hash":"751faac90d0b9d9320a8315e7b0765dc39d94089c96a65bacb4a59d84bc442c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php":{"size":4085,"mtime_ns":1782650883608045581,"hash":"9c1ebef6b3ee3a4724e94af555854df18a8d5f2bba6f524781a94478123be0dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php":{"size":1749,"mtime_ns":1781516938580571044,"hash":"af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php":{"size":2423,"mtime_ns":1781516938580684919,"hash":"5272a1b08bc5d6f28d5d845e9201780a4804fce789175b7be82001a4102f09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Message/SendSmsMessage.php":{"size":495,"mtime_ns":1781871113880839659,"hash":"e37f791352f7f9ab7ededa626d6c3d53fa7675ae4e9cd65f499d5b0f0d8a356f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/KavehNegarProvider.php":{"size":4634,"mtime_ns":1783491549884796725,"hash":"05cafa28a8b14f38d40e13f7139dcac2c2b3a4f87fbf07199bdad5dfd0805733"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/RanginehProvider.php":{"size":2234,"mtime_ns":1782749977746062400,"hash":"e2910a9314c0a63d60a4d5df210a421d12149e64db2550cb58bf021bb84f19c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/SmsProviderInterface.php":{"size":361,"mtime_ns":1781013608175277472,"hash":"225781d93f9a713aa0a979f12efff07f7805972e287cc1fe11371367bfcc4e43"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsLogRepository.php":{"size":502,"mtime_ns":1781013670673270702,"hash":"66b4158b7f47661bd573f21e65c35e20e22ecbb830736f07091857004868eeb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsMessageTemplateRepository.php":{"size":752,"mtime_ns":1781888405897787839,"hash":"a6b1523de3a122f8c6dd8e442929ae821b0cc88dab224899c0a8cf100b6247a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsSettingsRepository.php":{"size":729,"mtime_ns":1781516938580977169,"hash":"c2df1e6cc37ef5422312c0eac75fdea0d42de8e6eb822faa96e7bc5e423be9cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsTemplateRepository.php":{"size":789,"mtime_ns":1781013662226415873,"hash":"8da60c0de8613863b8928cb46c6bd846cff26539f158be4a68115ff3a6c68684"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletRepository.php":{"size":911,"mtime_ns":1781516938581096086,"hash":"01a35794369da341601324499da53378a75ab8592d14a32b72d564b44137177d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php":{"size":1325,"mtime_ns":1781516938581213795,"hash":"68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SendSmsHandler.php":{"size":372,"mtime_ns":1781013692820181847,"hash":"f644961f4a1538c1d315e1d6000fcae2d4466975c054685003dc616186614172"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsService.php":{"size":4396,"mtime_ns":1783455940747216997,"hash":"22349e84d7bcc71d5c70a286e38f703b30448a5caa66ba9714b8bb805a37f0a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsTextResolver.php":{"size":990,"mtime_ns":1781888419028487399,"hash":"c83ed15618515fd7301a8fd03a409f17232d3d03e917fcda93bf1f72fc70b963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php":{"size":1830,"mtime_ns":1781516938581332837,"hash":"72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Controller/SpecialtyController.php":{"size":6336,"mtime_ns":1782844333713927668,"hash":"84c72c8da1f6fc901ef1b8c75accdfed1fb314c943d3b81a1d031c26f79aacf9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php":{"size":2698,"mtime_ns":1781085518712241650,"hash":"683f2375f3d9528dd02e9cbfe7bd344ff51208aff0ef02dfed3d576c3460a1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Repository/SpecialtyRepository.php":{"size":2293,"mtime_ns":1781636247076888517,"hash":"9b991dc48c3a9c42baad98f553ee0fa395c4b596f65e84230420929f3e32e6c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Controller/StaffController.php":{"size":5842,"mtime_ns":1781522583734490612,"hash":"8b6ad6acaf1a93214344464c7dcc3b9792720118a1c0963340f639a87de43264"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php":{"size":4240,"mtime_ns":1781516938581704629,"hash":"95c3df6b577ad88a80af1bec2e17b48c6d7b9f35b1a8f75490d0a1bfbc940fee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php":{"size":1179,"mtime_ns":1781516938581849755,"hash":"d83ac7466427c09ca77b63924a66dd5710c8ecc9ba3b6dbdeecc4648940a711b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Controller/SubscriptionController.php":{"size":11864,"mtime_ns":1783235518955936576,"hash":"34f7415b9246e4c6bc25a43e9138ca0ac585d5cc664c0b78fe351c6239937a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/ClinicSubscription.php":{"size":4057,"mtime_ns":1782728407203534324,"hash":"a21caf7417e2a32180b91b4fe18ac8245f2b0aeb8887104b2739771151a37350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPeriod.php":{"size":3806,"mtime_ns":1782728407203839326,"hash":"0121bf60210628bcbb1cbe89419eddfd71b29c65debdbd3dbce51e2d2632c75b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPlan.php":{"size":3881,"mtime_ns":1783233488170274281,"hash":"707633e0b704ec71df2c5a0d4dc21304aece2e79e95bf4fba01ee0431d5963a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/ClinicSubscriptionRepository.php":{"size":2126,"mtime_ns":1783010796441510739,"hash":"181ff34438c057f8cf22ecb7fa36577841e11a22a389e97e2378d690653be005"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPeriodRepository.php":{"size":954,"mtime_ns":1781516938582865590,"hash":"726666fe5f74b8a9927376e82af264b70b209a4e86d164061eb7a9b1d9440942"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPlanRepository.php":{"size":1280,"mtime_ns":1783234723504837640,"hash":"bf1ff4007b9e8aa2bd0442a5a2bf4f5194828006cf8e3fba99817cdad2dff3c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Service/SubscriptionService.php":{"size":4710,"mtime_ns":1783235508735444591,"hash":"1dd4e13de8685bfb17844898217673ce9dca5e6e8c878296567a8de5a599f1a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php":{"size":4239,"mtime_ns":1782844396159141068,"hash":"f4aa363cf77d90bfca146bffb70b496661bd3e4822fc2502a6bd390c84b15bc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/Tag.php":{"size":1775,"mtime_ns":1781085585665970564,"hash":"cd3edf2f90d5bdd70487b38e085a751cb578a9cb2395086bbe2964e5dbd1996d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php":{"size":967,"mtime_ns":1781085592043241382,"hash":"283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Controller/UserProfileController.php":{"size":12912,"mtime_ns":1782289553079211479,"hash":"9d2e310f94dcbde48859dea9872428189b32d7f415af52e6aa5eb523c446fed7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php":{"size":11388,"mtime_ns":1784020073286894805,"hash":"33a91b7d062bf8e0a5ec143546e8bf5d66972b7de54e166ffe5bc21ec81435b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Repository/UserProfileRepository.php":{"size":2215,"mtime_ns":1784182999233184937,"hash":"1707b33d5fe90984020bb6c1eb7d650e8817dd046ed9356c9555c1e6b9fcb9b3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/BillingCalculatorTest.php":{"size":3007,"mtime_ns":1782214545731907969,"hash":"85b469b70480541f73092cf1593029c76fb703bdaf77f71327a0f25ecffd7924"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/bootstrap.php":{"size":248,"mtime_ns":1781009800080637813,"hash":"57ff9294703e34a685f28cd3c0e46ab54a5dd3f4fe3356c224e3aed0958269d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tsconfig.json":{"size":423,"mtime_ns":1782729422588693047,"hash":"53fac6b4a0917eecde4dc3efc021cceca3d48600d9cfb58a3d4c946135751c66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-pwa.md":{"size":9407,"mtime_ns":1781343171405896374,"hash":"f6294cbb97d2ca4465b4f185c394daabb11f6ddacc29c2d471decb04da8c7265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-kit-redesign.md":{"size":10577,"mtime_ns":1782232921465705417,"hash":"24c6ca8b5c2e6f9b9783d446829be9cd4ffe5c6b550e0754d2d4521555382892"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-user-detail-show-profile.md":{"size":9288,"mtime_ns":1781549990210378142,"hash":"629f80e928f666143a4f251067bb31a4f866773e509f34b6c2d623580424e3aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-detail-enrich.md":{"size":4876,"mtime_ns":1781636247075313849,"hash":"a846f9cb4c0d643d7488873cd7a27a15adf39c8b1a206a371efdd0bedb472612"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-lock-patient-confirm.md":{"size":16770,"mtime_ns":1781535498213998370,"hash":"0a79349da76f2fe2c50e76e3add06522ea796a255722386426e7b7edf988637e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-day-of-week.md":{"size":15777,"mtime_ns":1781192992528836012,"hash":"73bc57098ab8816c91d042649840e5d34f5d00f096aa88b4bd3d5b9501b749b4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-redesign.md":{"size":24082,"mtime_ns":1781173659296708465,"hash":"fe28753bae9a95b192796f18322282909e707d96f00082b8d1ce655b47d2aa2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/build-homepage.md":{"size":4205,"mtime_ns":1781248910704293609,"hash":"4dda73a4d2f91de3fa5b641c559cf509ba8b87ec4621bf2e8eeedea3f9927412"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-detail-fixes.md":{"size":3514,"mtime_ns":1781286844618120218,"hash":"2cecd1fb0904f3aff92545007b33eb4bf970efd7b03cff7c53e6ca73dd2ef9e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-deactivate.md":{"size":15114,"mtime_ns":1781257376721043348,"hash":"6b36b95516cd5fafc100a500b72fc98d68992d8cb07c02160a09f827e2fb58e9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-social-media-field.md":{"size":5746,"mtime_ns":1782034582969356341,"hash":"01a6fc5a55d6357607e36837cd39a6ed646f4097fd4ba944ababf826cd1f0ff4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-view-doctor-profile.md":{"size":6746,"mtime_ns":1781361314655405808,"hash":"b7d523d90f08ea239fa8b03eae601cf68353be6f45c0192762cabfef28c55e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-patient-without-signup.md":{"size":5271,"mtime_ns":1782145462624789979,"hash":"5bf24921d4002ea348e38c87cc81bc08ef8e169924787c3c719bac9d3e62d4a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-phase2-tasks.md":{"size":24506,"mtime_ns":1781516938546554807,"hash":"f3d49625dfa644a00f6cd5a582e52d63bfefbd2db875f25164774a71cf345ecd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-booking-window-and-month-availability.md":{"size":12511,"mtime_ns":1781535414057585490,"hash":"505938967d29a4e337e18cb22f2a299f97e5e452e05c9b94a9e409c86107f23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-clinic-address-access.md":{"size":10705,"mtime_ns":1781362104619727130,"hash":"657c686420a8a45159812178f8a65dbc317591779844dc26b3921c536f92de8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-profile-page.md":{"size":8799,"mtime_ns":1781175765248517513,"hash":"f1078372d9fc8eaa9196ec9840ce187d86a27b723a1c218cf872cc4e4ede5d3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-social-media-field.md":{"size":6783,"mtime_ns":1782031213435560461,"hash":"072cbab44fe86ab89e7a46724b8631528acdd63ae0c3aee2526ab408e1c021d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-access-scoping-doctor-clinic-representation.md":{"size":14171,"mtime_ns":1781863132633307507,"hash":"8ad2e8c5d53e8f34d69e1b4fd6ce71775720cee430130043803bc44f903341e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-auth-token-hardening.md":{"size":12680,"mtime_ns":1781946301827134938,"hash":"a52ecdd96fda0f396864de78704f6c53efb9982debb51f4ea1a4494007f925cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-bugs-and-features.md":{"size":20820,"mtime_ns":1781516938546940516,"hash":"c45843d9ef701e2b73f7cd161083ffe23d315d81b68382ed4f9f45feb642c6dd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-filter-by-address-location.md":{"size":6683,"mtime_ns":1781674935483152098,"hash":"b5aa923fc81b1ab79f29f7f02401dcfc56b88ce6bbcf0c5e015200000d7ae6d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-patient-auto-add.md":{"size":4991,"mtime_ns":1782145525259778908,"hash":"9dcfac3aba7cdb8101c97017973a1bf7e4217f0d8df94b9dcbd1bda10192263b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-city-via-clinic.md":{"size":5124,"mtime_ns":1782040974660614329,"hash":"a3571d2085a8c4aa6cdc7094b964fbf54281b482a064cbf368f623dc5fda26c4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-schedule-fields.md":{"size":10822,"mtime_ns":1781523041417094452,"hash":"7ceaad108bd7bcec35b9271f73308586072e8fe12be63b1dc754e5ec902bfa1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-search-performance.md":{"size":13253,"mtime_ns":1782046573636729825,"hash":"febfb8452181a0ee429a6c1383b489ca071afe45ffb617b9343e9a406ca02d0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-guest-doctor-clinic-context-access.md":{"size":9535,"mtime_ns":1781890240620846065,"hash":"dbcabb830aa0a81fc529eb14feeec65afdd979ac4eb7ce31c80eeb22b2166166"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-invitation-accept.md":{"size":4399,"mtime_ns":1781360063617429536,"hash":"2bc99d1a7460fdf5be3711a0add4de54d4ab78a0fc16079680d4da58e4615997"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-profile-in-clinic-context.md":{"size":8367,"mtime_ns":1781365327185378947,"hash":"f063eae11f94b2132d84b0a8472bac1d4d404a2bfbfacb049f0c583f9c586219"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-side-mobile-nationalcode-validation.md":{"size":8677,"mtime_ns":1781945049606053409,"hash":"32049409986f11fd29d302dc3e1036cab7172ae9033c3901e0622e8171fda14a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-switch-context-role.md":{"size":7032,"mtime_ns":1781363356184798552,"hash":"74cb88449b93fd682e3ac81a322e1d405d54e111e172758e5b10ca80437e1a3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-backend.md":{"size":23991,"mtime_ns":1781516938547317892,"hash":"ba39a2e1ccfbc1a98662ecc71225aa32583a410df8e238dad15de69a62fdb521"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-frontend.md":{"size":28042,"mtime_ns":1781520442021329832,"hash":"4faf26a0b91c83a3c183e3ed929d5d2dc92e7624549af170165bbf2faa9eec2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pages-subscription-gating.md":{"size":8256,"mtime_ns":1782258337653428004,"hash":"3755a25eb7694c8c1587bfad9e02166c438ab4bd361268126cfe0f3ee553bbb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-and-selects-cleanup.md":{"size":7612,"mtime_ns":1782253591735960479,"hash":"00ca797277e9520885bf056e719721e9d72d97c4000fbd9f8bcd69980a5bd69d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-visit-pricing.md":{"size":6483,"mtime_ns":1782214545719956341,"hash":"4197cd316ec7560bb084840cd96f82df6d524916d4a4ec4a0f71108c2cdbec6e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/location-clinic-address.md":{"size":15649,"mtime_ns":1781257855652300954,"hash":"c147a47466d89f4591d1efff242e3ec90e1b979463cc2d2ce5f65bd55002b770"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mark-past-slots-unavailable.md":{"size":7754,"mtime_ns":1781535427967339672,"hash":"51d4e6c59bbcf69395fb0d0a1420f5c47f5c3ea5bf77e95b3180fef5e2081fed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/multi-role-dashboard.md":{"size":47174,"mtime_ns":1781164462782884121,"hash":"bdbb8f8d4f66f36005c2c7e87f123d905c49048dba266e475c775b73d438b434"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/my-payments-list-endpoint.md":{"size":6964,"mtime_ns":1781539108766134646,"hash":"5c6b5a4fff2796f32393914512d82d2cf18fe1a2bb5c70f7087c6152451e2ce9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/national-code-unique-profile.md":{"size":9589,"mtime_ns":1782270001832720420,"hash":"4bac96e773838ee4ef912cca328f84ce957deb6c594c1a00016b305380c93112"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/new-visit-modal-ux.md":{"size":5602,"mtime_ns":1782145407253133698,"hash":"5ec3558c752110146df788f8f2f85025c4ff17876ace24f8de0b2208013a622b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/patient-record-profile-binding.md":{"size":5004,"mtime_ns":1782145573523412851,"hash":"5195bc67dec077d35f5220df58a5c2ffbb62fd44c881cc9e51d8aa53a08d065b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-test-mode-ui.md":{"size":7973,"mtime_ns":1781516938547896351,"hash":"a37f514022aea65c1e8d35c8855c087e0913c650a642cabdd39f9690577d8cd1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-unified-status-canceled-and-managed-hosts.md":{"size":11866,"mtime_ns":1781591920505562932,"hash":"32799eaded7c02d109b78be529dc0ecc8b7fc0b500326573428a365e21869b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/pre-registration.md":{"size":12415,"mtime_ns":1781252082262696147,"hash":"b1857341551ffad0b98d9d867f3caeeb8924c5b903099e9f2823620efa8eecc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/profile-birthday-jalali-persist.md":{"size":4796,"mtime_ns":1781597628367003291,"hash":"e90db79d423bcbe97680ffed422228037e2843e8169bb1188237f7f6b6babbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-bug-audit.md":{"size":10008,"mtime_ns":1781892497314247088,"hash":"63ca9f918e24b1c15839c13744045e0b8aac212279b5b4fbfa5ae619b7709804"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-multidimensional-and-rich-comments.md":{"size":12831,"mtime_ns":1781557035802767573,"hash":"332d9f393aee67c403841f184f3e6c069edaeb4459b4ee328a9310055f937cef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-require-recent-confirmed-appointment.md":{"size":9517,"mtime_ns":1781557035802942698,"hash":"305ff640dad68d7e842a5825bbf7a8f4cdb02b145eed8b782c1151db3305632e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-admin-panel-access.md":{"size":16498,"mtime_ns":1781857058512546863,"hash":"72c1500ed688169cfd796adcf9554b63994849119943dba5d5a70883eb5a8dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-commission-tax-engine.md":{"size":21994,"mtime_ns":1782292728412115840,"hash":"ca8cb1567b8434a59f5717a4b33c6ea142e69f4d1010df15010081905b556669"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-domain-guard-dashboard-settlement.md":{"size":16314,"mtime_ns":1782304099038050829,"hash":"be8842b5ac2c5a57277b047c4c6ac3f828ae302dc6a94569e8f46760564b90d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-identity-iban-verification.md":{"size":17082,"mtime_ns":1782399022752193648,"hash":"59271ef71e8e71f9f1bb9dcde1aea41565a2dbef6ed9aa8d35b1e7202c685f38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/schedule-cancel-expired-appointments.md":{"size":8800,"mtime_ns":1781551622406496621,"hash":"43d63ab1fbae2e6e2d5192d922a09293b1abbadddfe98819e39671dc00e04a99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-context-scope.md":{"size":14283,"mtime_ns":1781520442021272248,"hash":"e684ae83cc15db840406769e15852b219ceff63405fe6064bde19263b2fccfdc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-realistic-data.md":{"size":14531,"mtime_ns":1781519566626148059,"hash":"6b2eea6f45404e64d2b8b3998a117e8bada7517c880339af1fc4ff72cd0409d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-coverage.md":{"size":4046,"mtime_ns":1782214545720279342,"hash":"3ff0f0f6b3a99f5facadc19ce455b27c8cea3020038a1b40bdebda4fdbaf84f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-per-insurer-coverage.md":{"size":14249,"mtime_ns":1782259799527430466,"hash":"295cae74decafadb2379fac86ac7ac1f420042d715f798d5024b03362560363d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-log-tags.md":{"size":15685,"mtime_ns":1781870909734605934,"hash":"abe301d83cba0655c353e32c6f55a9bf20dc808d033c9f5d1e40f8fa9ad5bd62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-login.md":{"size":9252,"mtime_ns":1781255737102412820,"hash":"af6300f99ef2e66cad5abf34a421e4c3f2d34995535a907f82aa86cfe4c29b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/specialty-doctor-counts.md":{"size":6533,"mtime_ns":1781636247075492016,"hash":"32a97260ea56f3bd9529a034cbb791df59ce29ca60d9966a24d469cb743fee41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/subscription-gate-ui.md":{"size":17009,"mtime_ns":1781520442075008039,"hash":"81757bb902f7ddb74f51b2aa43612d9c73fbe20abebbc2f046a6014498f9b58f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sync-user-realname-from-profile.md":{"size":6614,"mtime_ns":1781594222051658800,"hash":"b9ee6559e409596b698b855fe4ff283fac5a062a218b4aea42a3b09d14a8fd0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-darkmode-polish.md":{"size":9534,"mtime_ns":1781520979984254456,"hash":"9f195ed3dccbf8df6079d978142aac339fa50d0b949526fc1b7b832af151da1a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-ux-pages-redesign.md":{"size":18980,"mtime_ns":1781520442021457666,"hash":"2dce360a15f48c97610df47e5e6fbeea313e39fdc152e0d55bf687ec17784e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/user-profile-resolve-by-user-uuid.md":{"size":9637,"mtime_ns":1781537870411647855,"hash":"880cbf5c1bbd64937f4a197a91cdedf9c742bb3910ab2104cfb6c59e8cc7ba0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/prompt-writer/SKILL.md":{"size":5151,"mtime_ns":1781361052504791267,"hash":"abe2c711bf0a283fe50a70e5180d0ed7c7e10f7b699ceb50b4701485cf7b74bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/run-prompt/SKILL.md":{"size":9443,"mtime_ns":1781176103482888341,"hash":"bc8c63ca2411b0ed4242f54f4a998590698d1cc62ef9b2661a84668ed1e80689"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/CLAUDE.md":{"size":13209,"mtime_ns":1784020073136158616,"hash":"06be5c173956469a2d503db136584d2d3a2f6beccbbfce1bdf50d39b78ba9854"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/TEST_USERS.md":{"size":4101,"mtime_ns":1781520709654384302,"hash":"ae97e1e0de7fdd1d8dccf030c996f155262259cbd648b71d4834436f90827910"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/Architecture_Audit.md":{"size":33583,"mtime_ns":1780948937761931658,"hash":"e79771047616dbb7a604687b92ffcd47f09dc19a112fa51174cc2738a0e5c49b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ClinicPro_Manual_v2.md":{"size":228782,"mtime_ns":1780944864742215753,"hash":"86c808b50dd3da1c5107e4b6a3a03190f30c643643ad6de4c89b2045f803baee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/prd.md":{"size":28619,"mtime_ns":1781520442203119936,"hash":"a1691fe2f87737cd12253bac3bfda2f8feeaabc15a159a8dce6482eea7fd6e8e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/pre_prd.md":{"size":5454,"mtime_ns":1781516938560096835,"hash":"4736bcde5ba8e7c73405d0e7c31b6e2651b65d475e4cb9a924ae152b799bc4f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/ui-design-spec.md":{"size":20687,"mtime_ns":1781024129379257560,"hash":"60176b60869538ed763bfd4b0d02c138481811e62482b73c41693ea5393e8460"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/user-flow.md":{"size":16280,"mtime_ns":1781022482742007613,"hash":"aad348887a0347a4d348eb228959ef9e44099e2c4e60959d0dc06d976ebe7e16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/README.md":{"size":5684,"mtime_ns":1784435727320256706,"hash":"7607fbb514fecdb32d05bb2c49cabf6681ee4b70ad93d15865fe1f72fc265923"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/admin.md":{"size":43909,"mtime_ns":1784207590189818650,"hash":"b065e4a06ac07d0d027968a26d268affc7f1bcc8c40379a7bad83c2e1870cd83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment-settings.md":{"size":22911,"mtime_ns":1784368633101301474,"hash":"86dda2cdd6e2dcded7570e8ffdc3149a84295466038c88081e17db2beed63bf4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment.md":{"size":51584,"mtime_ns":1784394991609318812,"hash":"db4a407c62e27c39f58d409b0cc49af328f4e8457276f9ca35ee3d6511c4ea3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/auth.md":{"size":22783,"mtime_ns":1784354927529270634,"hash":"7331cb24f3718477afe95fe1b38bbc0b47ea9bfd7418a309108e2fd8718c0147"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/billing.md":{"size":20780,"mtime_ns":1784405144010923009,"hash":"92fbeeef41e5b9e4408d590c8dd9e103671cc78a5d5f8c2c34442ff9be3dd937"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/blog.md":{"size":7570,"mtime_ns":1784436743522491175,"hash":"a8a3063dd274b73ccaf114ed1135367f5ebc7496ba5d2a00a619f5d06d2be083"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-invitation.md":{"size":14038,"mtime_ns":1784353188073634535,"hash":"77ec4a12695d0cd477abca3d7831dae5b33311001d984c84c5b02e4c2e6dcc68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-services.md":{"size":14086,"mtime_ns":1784402578673294398,"hash":"582590cc5c58827007fae6fc4bbd00321ef1e9189adb9c7c7de2124c61675565"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic.md":{"size":19961,"mtime_ns":1784435752018273407,"hash":"4d097609c02a71ca711fb1cfcbbf021f116a5e86e09772d936f386cbdcc18bed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/dashboard.md":{"size":10928,"mtime_ns":1784398313163676587,"hash":"db472511646ea4d720d38e76e272cec47e5ab3a80fc38dacee3184abf895f168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-service.md":{"size":3542,"mtime_ns":1782844893680414173,"hash":"e89e263e5bbc843f579006c3b353fe521d9366fc228515e8a5e596321c8c0c42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor.md":{"size":19185,"mtime_ns":1784435697344322816,"hash":"d42c7f2f8e4d671c9da05beb380d8140832cdab3048d1d7d792aaa7e8b425713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/insurance.md":{"size":18813,"mtime_ns":1784405167378219903,"hash":"6acd64aa5d7fda4d69b0533f8c0f144b385d605bfcb2d53f23a7d826beb66a28"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/location.md":{"size":6110,"mtime_ns":1783499999991507683,"hash":"b115b424de4b74d226eb0519d0285a2c6397f9d8e1afdbc4de3b8d9776e00bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/patient.md":{"size":48583,"mtime_ns":1784402578674532850,"hash":"88d709d4a62190045deccdac6908bd9540a8721565fe7b6808c0a5152caba70a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment.md":{"size":31708,"mtime_ns":1783569345777886644,"hash":"e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/rating.md":{"size":11090,"mtime_ns":1783666791928124714,"hash":"61914c5f9d29060ba157369cf8e82392cc6b094df3f3a1423904c2988b19def9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/representation.md":{"size":23969,"mtime_ns":1783569345778079977,"hash":"fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/secretary.md":{"size":18318,"mtime_ns":1784359389287358111,"hash":"eb8378c19cc4274143abe7ac5f9c0993e59250f27ca298a6655b257447ee6eb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/settlement.md":{"size":9976,"mtime_ns":1782728407112458962,"hash":"ad88d08fd6960cb9bfd932b91def2ad395a50c391f7692e9ec30fa4dab681722"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/sms.md":{"size":21855,"mtime_ns":1783491664293447366,"hash":"c21a4fe093a52c6f4b73e50259282f2f50f30831b19250ab6308d66ce4e2d7b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/specialty.md":{"size":4869,"mtime_ns":1782844893680226216,"hash":"8f43fadb8c8754ab788dc183df3538096cfffc5d7a542fde683d8fffee10fafb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/staff.md":{"size":3093,"mtime_ns":1781516938562286131,"hash":"b3690ab9cdd530eb6a0180f96f08a258ccae0c77d31416e80f49a92974eac730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/subscription.md":{"size":6894,"mtime_ns":1783235773210706870,"hash":"1d6915cccf364cf13b21f3258d454831c311fb1bf1c0c88a295cf5694fff1889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/tag.md":{"size":4695,"mtime_ns":1784030906726576155,"hash":"74e0e234fcb997866040a3a7567c8ae551a2de9503068cb163ac470e3a8ff7c1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/user-profile.md":{"size":7549,"mtime_ns":1782289592597934192,"hash":"5d269afd10ce9174f3ac63fb4fdcf1cb7272564925db2d3f5f7e75df50c42925"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/architecture/insurance-billing-system.md":{"size":22566,"mtime_ns":1782214545723920606,"hash":"afec1678fc22a9caa8f39eb9fac3f934751dcd6a315ac1441f1378193b88ba0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/architecture.md":{"size":4831,"mtime_ns":1781516938563423092,"hash":"589134d822642da7433ffa06823f4e2c79ad74e3feb135df95e581377b01ffd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/database.md":{"size":2045,"mtime_ns":1781516938563622759,"hash":"580ede75d18ef6d8117ef56ab233775e5143bc25de4716cfaf53464bdaeac599"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/task.md":{"size":2775,"mtime_ns":1781516938564295343,"hash":"b55eb66cf597d5665d57d79f268a2fc106da8a8e01c18d7f8da2327da6dc7927"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/user_flow.md":{"size":3553,"mtime_ns":1781516938564465635,"hash":"c5436837b9320d6cb9e5f50e7e6b7aeaaa8bdb8dc9a68fa4b5f4b22fdd58002a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/architecture.md":{"size":6182,"mtime_ns":1781516938564667844,"hash":"97af6c2e032264f5dd128efc6ec07a4c1c23664f325cba46bc7dca9da57b9578"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/database.md":{"size":4694,"mtime_ns":1781516938564824594,"hash":"3b798be28cfff874d1b09b25429767e7c928e7c0fd9a9db2a9685f429b299299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/task.md":{"size":5322,"mtime_ns":1781516938564985928,"hash":"46d7f8870c6b9f46071a717d0235dceffd7d25508ca4f69886e5062c8b37d0e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/user_flow.md":{"size":5889,"mtime_ns":1781516938565157637,"hash":"d11628bbcd90efc0d3d09961a2ed62fe3707c3f5b60bbbfcc615da3b7180acd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/architecture.md":{"size":2393,"mtime_ns":1781516938565327637,"hash":"d036ecddd7c889f68aac644919fb9255189de2f82cd62e3933b860bc348d34a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/database.md":{"size":1646,"mtime_ns":1781516938565469596,"hash":"bb7eaeece88f414ea6253e95b2acbbdbbf74396c5e51b213301593f2aa5d409c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/task.md":{"size":6288,"mtime_ns":1781520442208567994,"hash":"f18a2edba4a0b75fef8e08e155a4cf100b8a98e463acf88d31d506c195f5b27b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/user_flow.md":{"size":3821,"mtime_ns":1781520442059890701,"hash":"72aca8c6bba58695e7e1b63a3aa709d1068753beb31b981c648564fb822e4fec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/architecture.md":{"size":3719,"mtime_ns":1781516938565894180,"hash":"c2c7361b57f654925f2801d0820f78bbbb97dfbd07c808b4ec304f7938139151"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/database.md":{"size":2673,"mtime_ns":1781516938566026680,"hash":"de17f21b92fb807651d65288c8539699aad5597b8e541e47c9bce4dd0f97b696"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/task.md":{"size":2931,"mtime_ns":1781516938566167056,"hash":"87038a0b3a2f872944d232bcf66eb5fab7676f00a9d29319c082a4b576a1fc40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/user_flow.md":{"size":4046,"mtime_ns":1781516938566343181,"hash":"4bce3394d64f2c1d3441cd2c3ad717670d1c91817b9015db00aa9ae4eead4f66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/architecture.md":{"size":5145,"mtime_ns":1781516938566580015,"hash":"14afd5263c7d520a89f36bbba8c8a1884f88df74d09afe4caf7464025ee25063"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/database.md":{"size":3803,"mtime_ns":1781516938567109641,"hash":"2a952887767f9f9811df0c99a9bc2ba9986defd5ea1caf3ed11080ce11c61f1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/task.md":{"size":3454,"mtime_ns":1781516938567288849,"hash":"5badde1225cf74657f886825aaaae8582c1c627570f655ae9f631144bc75d7a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/user_flow.md":{"size":4630,"mtime_ns":1781516938567444933,"hash":"8e4bcbd2fd0a486d4942df7ced8131738816487d2c16f0a05730d4c190a10296"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/architecture.md":{"size":6622,"mtime_ns":1781516938567688975,"hash":"138a7655a0efa500b4a9a8f829bebbdff35803cb3abfd3da7f4d4f362d7b63c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/database.md":{"size":5463,"mtime_ns":1781516938567863767,"hash":"1dceb66c7a12a35660145fdf3bf0bbe4d5b8275f5b45bf86cbba4cf80f64675a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/task.md":{"size":4809,"mtime_ns":1781516938568156268,"hash":"1222b425e9e9856e291b8fb39c28348287dbafcf7b0a30531c5bab8642d2cb17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/user_flow.md":{"size":6283,"mtime_ns":1781516938568370060,"hash":"e28725b4fd619e8e105951b570c0066efb23fd6f378c1939bbe5cfcdad47b2d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/architecture.md":{"size":3095,"mtime_ns":1781516938569635604,"hash":"6494802db54a411d47ce102df7a5584c1e7db3482aad69df967bf1ca71c5ba58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/database.md":{"size":1971,"mtime_ns":1781516938569893480,"hash":"ec0826918bb413f88d2d989f514b0c75a8cb932d11476d2c6e46908ce87968e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/task.md":{"size":2630,"mtime_ns":1781516938570195856,"hash":"19bc98b5866f489ff0cafdb3533f2698de3546aef26ad438d16beb2d7218c859"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/user_flow.md":{"size":5110,"mtime_ns":1781516938570362314,"hash":"3572f80a2a4741eeaa91c80e9c362bd8ff452c14c4d1f052efad6467db72ce60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/bug-report-2026-06-20.md":{"size":6123,"mtime_ns":1781932195178136627,"hash":"12f46177c25b3354d11d67086bea1387dfc7c630aa26c3ae766c680f2843640e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/security-audit.md":{"size":17685,"mtime_ns":1781029533522601843,"hash":"a4ff28a805763f65454696132ecea7011101bc37b1b6517222f1c75daf450ab1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/README.md":{"size":3380,"mtime_ns":1780914526335796118,"hash":"defeedb0410731f689fba5e8e2c6f3e35b8bf9e5e284dad43313a1184b58b1ae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/architecture.md":{"size":4379,"mtime_ns":1780948878189677238,"hash":"01cbb020665bc50a95519b010c5cb4bdcda727e5e3b11144854ea69380bba84d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/database.md":{"size":2777,"mtime_ns":1780913653761675119,"hash":"6ad045e9dcec53f77822e126640dacb6bd22ac3baee94373331ba46567bf37f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/implementation_notes.md":{"size":11109,"mtime_ns":1781000268522993445,"hash":"7fcefe550ef23683ee4ed703af2881fb5c985930b4d1a3ab7c93a74ef491bdae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/task.md":{"size":15372,"mtime_ns":1780948866192116618,"hash":"311edd5597e787245e16d25b061f5faccd468d3d7a63ebb05bb04e26b3c7218e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/architecture.md":{"size":2897,"mtime_ns":1780913716805987120,"hash":"ee14b45989f69598f9862c975c097e7c3cb720c2bb06967b9787307e7acfe361"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/database.md":{"size":4381,"mtime_ns":1780945850080810308,"hash":"d1ce5e67b210864664df658d7de16fc479948f90164e90c89f53c33ee6de069a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/implementation_notes.md":{"size":4894,"mtime_ns":1780945075278630018,"hash":"8074b8f1bfe41c918b96cb9ab1c78937bf5986feb3ebe9db3c3ca7af88d7dc2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/task.md":{"size":14847,"mtime_ns":1781000259106649518,"hash":"500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/user_flow.md":{"size":2706,"mtime_ns":1780915019246111035,"hash":"03ed965fb14b51c065108f4eeca9672f20e8090195fcc442de5c5c60c950ec10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/architecture.md":{"size":2719,"mtime_ns":1780913810512596011,"hash":"1a83b9b76c0687098bffc9471e7fb2c51a97be4939347bd11990d55fc290fbe9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/database.md":{"size":4620,"mtime_ns":1780945096397670031,"hash":"8d639d843c5d51531781080fa6179168662a5cbd22af7ea828e770823d374c00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/implementation_notes.md":{"size":2408,"mtime_ns":1780913848138283491,"hash":"5a60299e3ce86373b2ae7c2e0efdc5fb85b753123cc45bb09e0c9d671d396811"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/task.md":{"size":2503,"mtime_ns":1780913798113112926,"hash":"f00a38d5a28420b3a8fda800286352a56f0f98b190ec67e57e1d971debae3bef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/architecture.md":{"size":1757,"mtime_ns":1780913877006618619,"hash":"e63b0d01ec3714992eefec62777ee965be7af2a59d55a9e72cf87effac0f4a8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/database.md":{"size":2332,"mtime_ns":1780917970043029189,"hash":"ae2d7fd401bce729cba77a040a613a7f8fe0e9b20e8d4a31eaa970451296a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/implementation_notes.md":{"size":4727,"mtime_ns":1780945968298846841,"hash":"92f49568f1ecb690bef8287e9455ef0b2ed56d897309ea6b8a580fa667f8a5f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/task.md":{"size":1962,"mtime_ns":1780913865638451815,"hash":"2884592d17fcc3363768f899a4371d0ff2f25bc05bf4ab378647224aac695fc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/architecture.md":{"size":6624,"mtime_ns":1780915477914900899,"hash":"180c8f1b3163d1c97e3add7912571278ce7d53477095695010024be863743ee8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/database.md":{"size":7593,"mtime_ns":1780917946898365021,"hash":"00d19e027d60b4461e43310d6445f95fab85d7b6ba26ba946e44ea001556b0d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/implementation_notes.md":{"size":2375,"mtime_ns":1780913973933789015,"hash":"1fa793e81dd07304171c11a760104acd6802dbeec00363618f5d4c1e651668ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/task.md":{"size":6294,"mtime_ns":1780946040236355543,"hash":"042d405bfc9f389c3f4031533534485742dabdcfe86b4d753c0cc052a755f1f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/architecture.md":{"size":1851,"mtime_ns":1780913996728031516,"hash":"6cb465ec4509143b1ff168e629400684e18542a7c1f616f5885f1c4f8be7876f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/database.md":{"size":3657,"mtime_ns":1780926795107362628,"hash":"6ae9c1c5e9c833a0781878a60323428b3388dc46dfdb5620d649371d98c03f36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/implementation_notes.md":{"size":1042,"mtime_ns":1780914015153456807,"hash":"5bb3da0cf9daf5a64f1316e32f20d5a24d70ae5a639bc0d4b62a2667a6742b19"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/task.md":{"size":5429,"mtime_ns":1780946101876308203,"hash":"709ac2fb057f4d470a55c5e47dc0bbda7f38f6a336622fd93be0e334019ee066"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/architecture.md":{"size":1985,"mtime_ns":1780914070674333692,"hash":"b6839bd6197cc3e53162104e0ccddcb4c0dad2d268815ce71e50591dd58dcaea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/database.md":{"size":3623,"mtime_ns":1780917987390393019,"hash":"6a1ac2b1feeec574386ab34b5176b6c069ee3582e7152757e4693e18440d0365"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/implementation_notes.md":{"size":1244,"mtime_ns":1780914095217341542,"hash":"fa7fd9bc9193bd89ed8e6438a3538bb8ba6aac5dbc8859735887b8a2a876956a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/task.md":{"size":1912,"mtime_ns":1780914058797929168,"hash":"4a40fbf276a9595d6be7409e5b8ec3ce0963f7cff1ae1acdbbd8e2a8962f0f76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/architecture.md":{"size":3399,"mtime_ns":1780914129817089915,"hash":"b75f451ea0018239fff4ace9a06e486880409d0015582b1aa5f843b4ff14d9ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/database.md":{"size":4225,"mtime_ns":1780915919108824849,"hash":"07a565453b405723fef58584dc058518729c7d27e873492d8a3cea7e7de0d690"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/implementation_notes.md":{"size":3094,"mtime_ns":1780945173910875440,"hash":"c75e7608c3765170173b475dc5b2b224c663e6c116cecadf38107efdc86d6878"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/task.md":{"size":2582,"mtime_ns":1780914114135141253,"hash":"48422a947301ff86b51f11c3168ec190bfa7f9dcc10821abd5ce5b9a460979ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/user_flow.md":{"size":2191,"mtime_ns":1780914171627644777,"hash":"07b7bc5971ab5201243c5bdf67eb2d111629753dd697034c85e92c96d1008809"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/architecture.md":{"size":1996,"mtime_ns":1780914199549617529,"hash":"289adc397ac626b52b89755bfe8648fab0d7afbbdca30005de728b7697b9a214"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/database.md":{"size":3717,"mtime_ns":1780915937514717817,"hash":"88321d5b96f7d4a6b8e1704430500c45915eb2e259eef363d95f26de72109092"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/implementation_notes.md":{"size":4621,"mtime_ns":1780915380116156578,"hash":"a83b0c475c907a8d8a30ed2d0ca711db33f60fb1e61c202b76bc4731a5bf8243"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/task.md":{"size":8716,"mtime_ns":1780948491117865920,"hash":"da3cd77c8f2c7ad9129a69ccf1f8dc2317dc91a1dd956cf2f042b65361be6395"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/user_flow.md":{"size":1550,"mtime_ns":1780914238340850115,"hash":"9f5dce77e5f9988bba7dfcc621622610a49a42e0b065b884bab56b56661cd84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/architecture.md":{"size":1127,"mtime_ns":1780914261808559537,"hash":"375e8ddd7ec2c6078760759c4501a4cfbfa68fafd7835fb01fb77ec9e63edae3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/database.md":{"size":1786,"mtime_ns":1780945194993545294,"hash":"d839d386d4403610f52b0415868efd6ee3555dc5b209d13ec923975ec4bb799f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/implementation_notes.md":{"size":682,"mtime_ns":1780914277970139742,"hash":"9f0f9dc9c02d7e8672e66bf856526f7b0ed7956b926665bf807466cb5be8ae97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/task.md":{"size":1020,"mtime_ns":1780914250465105891,"hash":"6dd946fad62474b45da1077a795263188685817d871a6fe6a7a48686e24d6193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/architecture.md":{"size":2188,"mtime_ns":1780914305970064998,"hash":"5fdcb2df78dd410d0c2d434203efb1e7a932ef9e9a17270a252584779e59f6cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/database.md":{"size":3810,"mtime_ns":1780915977159314990,"hash":"2fdfac8ae3f0fc238d5398ffcc770d33470901fe1d371043f2762ca15a0c6e50"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/implementation_notes.md":{"size":5724,"mtime_ns":1780946157194396377,"hash":"df382ed8eb807a193bfc884447401cd87c9a678f6ecb95a0a246468cc9311851"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/task.md":{"size":3935,"mtime_ns":1780946250306428313,"hash":"fa4fc2ef76c08670eae962ffd0a3836d7cce4469bc5f407cebff751c025e5c7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/architecture.md":{"size":974,"mtime_ns":1780914349899858832,"hash":"a0adb45cf9f78498055809006e340318b4ca21e6f8627ecbcdcac2205f3f7b29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/database.md":{"size":1630,"mtime_ns":1780926837375006318,"hash":"3d670c92b56d80fa1da6b751fda3b776da46ea368106339d1b80dd6012e01d2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/implementation_notes.md":{"size":596,"mtime_ns":1780914363412821531,"hash":"d49115b6d3c76aec3c3678cc86c6ef5b394e8e63d96e493479bc79db4cd8558c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/task.md":{"size":475,"mtime_ns":1780914338292873383,"hash":"0f032e0490838820a0692ba9c0042dadce5a9558d87083874219c84dcde92742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/architecture.md":{"size":1308,"mtime_ns":1780914379600079656,"hash":"17eba56cf557f9cf9d6300b9946fe25cd348fd937bd20914ba382b1a760112aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/database.md":{"size":1827,"mtime_ns":1780926849934970617,"hash":"46384e53c3b5bd73ef416c647833213a49f5eaefdd7a6c63c4227cf54e5e8aa6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/implementation_notes.md":{"size":849,"mtime_ns":1780914395413759232,"hash":"432b4d0ed90802ae1dd2495e54a2493f60f07ca0ca57a7e68734ff493b2c8031"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/task.md":{"size":9039,"mtime_ns":1781000115337852359,"hash":"322eeb47d17aa1d34573f1daab3e4e6aaaa6c89a6c97bb7be08ea4e10c475f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/architecture.md":{"size":1945,"mtime_ns":1780914418815337658,"hash":"434ff7a1e4e0cb8d175321f3af647ef5276602ed753c9ca9c3c9480a7456d53c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/database.md":{"size":5305,"mtime_ns":1780946202243066788,"hash":"86fdf19600fc6c72961d37e60d2f056f9012b1b26d0fddac2a6d31b15295f105"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/implementation_notes.md":{"size":3038,"mtime_ns":1780915087810785770,"hash":"1fbc6a5462ddb25a89b765941b2c4eebae1b3c2e62cf5dbf48bc48015b79e6ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/task.md":{"size":8918,"mtime_ns":1780948846758672237,"hash":"ae564ca5b8f57b3e399f6996c978ed63e5d2425342b6d9dc6eb0b29c90fa2da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/architecture.md":{"size":1957,"mtime_ns":1780915416796818495,"hash":"9ed187252c771e6fbbbc24009d84f0fe52b4c3f565b16413ffd753c16c1793d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/database.md":{"size":2934,"mtime_ns":1780917918423562169,"hash":"bc18f2996973b821a4c393e627028ca7212b1bb769a7faf122fd0b7f4fc4da10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/implementation_notes.md":{"size":4833,"mtime_ns":1780915404939572215,"hash":"b8c731a6b5e06985b3179372e17bf6b678fd4bccf0f2a488cec7b842ecd56798"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/task.md":{"size":4814,"mtime_ns":1780948110250153184,"hash":"ecf2f1d6b695c256805cea006ad4ea2c64d4419dba5da0e8a862ddcb78c185d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/database.md":{"size":2141,"mtime_ns":1780945235470226049,"hash":"4ef4177ff9c455909dc4d2d64ef4ee2fd8e1d5eaef1bda53fe9fed7923809e1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/implementation_notes.md":{"size":1864,"mtime_ns":1780945250993937969,"hash":"75cfb72ca7fff3f679ed78b75fb7cc251344cba57d46d4926a1ff24c61a18193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/task.md":{"size":14473,"mtime_ns":1781000201191461921,"hash":"b4a1a494a5417c78db3a85dc80fa158db77860e74eee9337fb15a5f5052f829f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/database.md":{"size":3780,"mtime_ns":1780948101369445086,"hash":"8c43bfccc6aafad28eebd86afc5b32f56ca6db3dc081b796567f4c95824df146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/task.md":{"size":4116,"mtime_ns":1780948080182510614,"hash":"33696ec512d7848300e8575d2a387e09a90153045860fed8b8f2c5632b6592f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/entrypoint.sh":{"size":1468,"mtime_ns":1782633219516893494,"hash":"48c33a7c55c256a65ba4c089893e1112aea5b1320c9dc6b46f4eadb865b68ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/frontend-domains.json":{"size":2348,"mtime_ns":1782410142646593892,"hash":"dc12d68e32830d446995ea2a8cf98fe0bc24e15d4b6b0b27dd5b97dc84b06568"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/gen-cors-env.php":{"size":1933,"mtime_ns":1783423497551393748,"hash":"a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/healthcheck.sh":{"size":443,"mtime_ns":1782647901237410548,"hash":"b4d2a6f75f334c832e9a015b4e296f3fb9210f128b2b1b40bfe74abf6e6babc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628133044.php":{"size":1747,"mtime_ns":1782728407177086438,"hash":"5c24097f68a7696b4ae58ba6df68b6ace4f508b1f0ebf3e964fff23661c8ea0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628134241.php":{"size":1159,"mtime_ns":1782728407177374107,"hash":"c31886c1f10dd25296b56fb7ba336f1fc45aa45d6627ab6bdb148f18d49872ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628152738.php":{"size":1873,"mtime_ns":1782728407177652192,"hash":"d7a00a9e505a45fe1056cde539a8cbefcb42f67a0c3755427d77ba12959e0c4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153625.php":{"size":882,"mtime_ns":1782728407177952152,"hash":"b314e4f194586cb9b4037fb48ab8400a307ce428def8108b94616a263e24e238"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153855.php":{"size":1146,"mtime_ns":1782728407179127785,"hash":"1ec80db45af56adf7be93c412e0165c70fb629dde2ccc09b06a3452a66c52c05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628165710.php":{"size":809,"mtime_ns":1782728407179735539,"hash":"cca05740bf26d1540b361283f5a140aeb446bd717250615b7ed040977788dab6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628173151.php":{"size":1639,"mtime_ns":1782728407180333627,"hash":"b8bbe9ad2ce3faae637534db20bfc455e288bc2c5fb3a1b9a10f4a29db2432aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/CreateAdminCommand.php":{"size":2428,"mtime_ns":1782649564990017265,"hash":"2fd1cffeb4d8299abb1a5fda3d9f29a08c882ff6e66781dffbc038ff675906c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceCleanupService.php":{"size":1874,"mtime_ns":1782728407197355450,"hash":"19f366c81466bfebfd37cd2310f8602b243cf5111e51308892e196b7d5a7dc4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php":{"size":2923,"mtime_ns":1782728407205043418,"hash":"6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentExpiryServiceTest.php":{"size":3290,"mtime_ns":1784394719079746939,"hash":"bc6c0233e2514475332282f2571ae348a6eacb5ab327a7f4d0c10b06b661725d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentSettingsListOwnershipTest.php":{"size":1592,"mtime_ns":1782728407205827923,"hash":"1ffb3b0a89f531658a75520df810efc7e18022e106a75d885d92986d62ba74e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingScopeTest.php":{"size":1861,"mtime_ns":1784126410286940001,"hash":"da410ffe6ccd9d80f7a42a5256d856f02aace29739f5e59f08842d4d856d859f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/DateOverrideOwnershipTest.php":{"size":1259,"mtime_ns":1782728407206489928,"hash":"10dfd3691f16464f1d16a317942a53046f5369260a74ce133960d1b1f30218aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ScheduleOwnershipTest.php":{"size":1721,"mtime_ns":1782728407206779055,"hash":"f935dde55aaa34b8c10780019e1c8ee7f5733c602874cc951411737dc9691329"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/SlotUniquenessTest.php":{"size":3840,"mtime_ns":1784129608832057764,"hash":"438ae5b2e0892458bfcc39d17e354c25fd20be3fc9361aee8535f2eb030e82e4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Audit/LowTierFixesTest.php":{"size":1517,"mtime_ns":1784390350596792361,"hash":"6d65ac794b959d7b177dfd5ed9792082e5f79a073b0cda79be8503b689edc907"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/RefreshTokenTest.php":{"size":1924,"mtime_ns":1782728407207460101,"hash":"745716b0c8627a1f72fed9305b2dc70af84c14ed015ff3341bd3c6422ea63c87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/SendCodeMobileRateLimitTest.php":{"size":1421,"mtime_ns":1782728407207651102,"hash":"f069f1c427ffbeb082d3777ae8da34e031e940e4a0c79e5da4e80708345890aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimAmountBoundsTest.php":{"size":1863,"mtime_ns":1782728407207878645,"hash":"0b7551406b5b0c2fe47812614e3edbf359b72ef3c0f16b12466e387c5bdbb041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListNPlusOneTest.php":{"size":1782,"mtime_ns":1782728407208062397,"hash":"dcf666e9d1a149bf85e0ef7869083bceec48bd8ba95958292878d73f7e330467"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListPaginationTest.php":{"size":1215,"mtime_ns":1782728407208282107,"hash":"3d81e096e779dc685eed5920d7fef419ebf2c96e96794ae8d6222daeb0dea7e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDeleteCleanupTest.php":{"size":1598,"mtime_ns":1782728407208527691,"hash":"f9809dce56ba099731d9fbf6e1da781c18acc49a758537002868a7db3efad7b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemStaffOwnershipTest.php":{"size":1464,"mtime_ns":1782728407208738276,"hash":"e8b808423b34ee5471e7d00407f94ed22593e06ed6c4e674f92e972ed0e8718f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Database/UniqueConstraintsTest.php":{"size":2595,"mtime_ns":1782728407208978278,"hash":"aeaae84730fbdecfb8337f25283653d3867d3cf50332e7bea917c946672c97cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/ClinicDoctorListNPlusOneTest.php":{"size":2457,"mtime_ns":1782728407209223988,"hash":"705820b9d1590cf2f642e6ee7391a651536104c92acf39f261e2df71516ed55a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorAddressOwnershipTest.php":{"size":1313,"mtime_ns":1782728407209479490,"hash":"8fde8b4d6db03191fc8d650bf86fa6962956b504013b76a55c4e5ae791e47c38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctrine/RepositoryClassMappingTest.php":{"size":1573,"mtime_ns":1782728407209727575,"hash":"5289139754fae16d85a09fcff134ceef249968876f029c180f36b1c7d53bf5d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/DoctorInsuranceOwnershipTest.php":{"size":1486,"mtime_ns":1782728407209989701,"hash":"9231aaeffd13bf27869e74186679ddd38d1f6ebc9c52d36a8dad9b589bea3ad0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageNPlusOneTest.php":{"size":3714,"mtime_ns":1782728407210225203,"hash":"dd8ffa7d6329453fa49a9403b95a13556ad08dd318c89733a202d9d6c8ecfa4f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceCleanupTest.php":{"size":3021,"mtime_ns":1782728407210448121,"hash":"986643979f19f6a7ee71127782524852eb9eb163b77db793253e95b8df534675"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentCallbackAmountTest.php":{"size":3356,"mtime_ns":1782728407210719081,"hash":"1b32d36a573652e1860ae2ceaf20ead7eee9cef0c204c9d4875ce8926849e278"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentListNPlusOneTest.php":{"size":3794,"mtime_ns":1782728407210931374,"hash":"473c67b119935570a66ab5e75cc36311f04ce314729e75bf44fd337bacbc4535"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentPaginationTest.php":{"size":1836,"mtime_ns":1782728407211216876,"hash":"7d11e7ba342faf3c69e5844c1adab2aa7583b201737d16e0724d9233d00ad1e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/RepresentationCommissionTest.php":{"size":2548,"mtime_ns":1782728407211506878,"hash":"26b9f23b2462b30adea512eeb07f92f4db597a60c0ed3610a4169bd22f7c6c26"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryListNPlusOneTest.php":{"size":1592,"mtime_ns":1782728407211848922,"hash":"bce8c0d2597c3641885ba9322eb03bada116d979e3bd7a0b4c90d5208fdd620c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/FinancialBreakdownIntegrityTest.php":{"size":1173,"mtime_ns":1782728407212105424,"hash":"3e987494345d3a7c1cc90de7b27bfcac7bc45bb54e8fa0a7a3f790bdfa406aaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/SettlementListPaginationTest.php":{"size":957,"mtime_ns":1782728407212820054,"hash":"74501df43886dc66c5fe19f849549a2194644dc948d94856f97d0af17c0d179c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/WalletTransactionsPaginationTest.php":{"size":1087,"mtime_ns":1782728407213026555,"hash":"8df4dfce9a91d73297d88f22e047a4127fee2b00e2fe1bc8f43eed2ff805fae9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/ErrorCodesTest.php":{"size":1547,"mtime_ns":1782728407213280973,"hash":"bf392c01cd7a70c25efe7c4ad59ffdb4579b1216576d58393c3a965524360f0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Smoke/InfraSmokeTest.php":{"size":1444,"mtime_ns":1782728407213624767,"hash":"d8d4a8c5688d7ed7168570bfc39c3cf038e2c43324498dff3239f5668afa0a1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/doctrine_object_manager.php":{"size":479,"mtime_ns":1782728407213800685,"hash":"7a99fb0ab55d30b31cdebe923546775d6372a0aa6e731b409c37fb8f98671f5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-adapt-backend-audit.md":{"size":8798,"mtime_ns":1782728407083687268,"hash":"f7e83133c40658496827e06f6182a995ccaff35018d83b7ee8aa32aba25a03fb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-docker-production-hardening.md":{"size":13443,"mtime_ns":1782647901236299599,"hash":"74228033d085f739ed39f615762ad721c6b3678122d0afc3f988676c4b514589"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-symfony-deploy.md":{"size":18877,"mtime_ns":1782409236333930026,"hash":"a81d0aa4535ae4be51f69d47c5101f7a72415654ded3889e01f1baf98718715a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/full-backend-audit.md":{"size":11545,"mtime_ns":1782728407084760233,"hash":"448fb57a5fdadd9bb3176b1570c0421b6459bbf2a5bd69bd4154246ae0c61285"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/home-landing-copy-and-mobile.md":{"size":12400,"mtime_ns":1783500476952532681,"hash":"761c1d9fe055e628d59a006628f52163f49f6cc3499b6d7480baa67386ae8b88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/split-db-redis-to-coolify-resources.md":{"size":12357,"mtime_ns":1782632977626228125,"hash":"6d87685ede07fb029b01d211fa82bdb7311bde9eb31ee9869992e6c49da5c75f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/DEPLOY.md":{"size":11539,"mtime_ns":1782647901238565498,"hash":"39797d5439fd4fd0fd19ae7a5b033febf0fbf6b58d07fdd1750d3aa2799b9163"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/audit-backlog.md":{"size":19190,"mtime_ns":1782728407113021215,"hash":"63afb7aaff2eb3113700644ab9bbfa07562ccec38cba4c77c0f21cd9acb98706"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy/coolify.md":{"size":10378,"mtime_ns":1782410984792896284,"hash":"f1d06d336c14b8df1530ec41dd80021b40e7113be0895504f9dda70b112a1cdf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/SeoController.php":{"size":1860,"mtime_ns":1782728407203067196,"hash":"df1028d7b1b294928a318cc7c27de5ca99b00d583d81ef6f400494c22380b6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara.json":{"size":638,"mtime_ns":1782743447395127690,"hash":"337416608afe2e6e989bfd903bb5bca1e977e6f8eb5cc02ca05a46bbda53edc4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_build.sh":{"size":559,"mtime_ns":1782735663785720587,"hash":"d9b9232a0f115eb1d752c2b149a5224ea030fd04d3c92ab964d53a6701d5e0a7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_start.sh":{"size":1063,"mtime_ns":1782747838542662883,"hash":"c5d143014bb281d056f6c286cf66faa4894b059584cceeacd150b01648cbde52"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-test-suite.md":{"size":19691,"mtime_ns":1782728407084188354,"hash":"73ad644cede4254811fab6f825750f127edb1b5f08b8bad25b99b85c097a9556"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-docker.md":{"size":14106,"mtime_ns":1782732118990034632,"hash":"1a5f6f8bba054ea974f99dc5c01aeb19ed1cf612c3fd18a700bc03beaded2b5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-php.md":{"size":13353,"mtime_ns":1782735439025822952,"hash":"39f30d7c6d20b1869f5f06b2b532071e94b264f4bddf248c3cf84c62159ed86c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara-php.md":{"size":10664,"mtime_ns":1782736008651392836,"hash":"65c93d7d9e14dd468b75c5c81dee1ae6438d267253e8ad295953d3746d68d250"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara.md":{"size":8919,"mtime_ns":1782732335270881309,"hash":"ade1392f7cf72c544736a765b03140858e45cc5f12a480cd03ba4628af17e84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260629161536.php":{"size":1115,"mtime_ns":1782749766472631367,"hash":"c0e9b10f345c3d894d27267c90618903fab9693fd4be3542a755fbed3787fcba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLog.php":{"size":1707,"mtime_ns":1782749711194459630,"hash":"5b3237552e7ae040e5a3b2a289e8fc0f0518a1df84553665ea214efd36c2321d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLogRepository.php":{"size":1042,"mtime_ns":1782929739410604413,"hash":"1ea5a9d3ace2fce4b476ccb2b0954b06f3d4c364fa9e7aa9d77c25a8a6631d1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/DbLogger.php":{"size":3546,"mtime_ns":1782749810227775663,"hash":"4d5328c774fe4619eb75f9de434173ae4a4b5ca53f7729383399b12c2a222805"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Admin/AdminLogsTest.php":{"size":3156,"mtime_ns":1783664104075507029,"hash":"c7f6f6958ff7097db77960d3d29e72ba9563bcf13fad264ccbd8af92b989dc5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/DbLoggerTest.php":{"size":1768,"mtime_ns":1782749879165982208,"hash":"48db5c733cc7e02a8a226fc4ed552cd5282c91d400dc72b32f3f122c127033bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/project-wide-logging.md":{"size":14450,"mtime_ns":1782749549958444881,"hash":"3970d300cb4b804fed477773b47b653edb7aa3754b8cefd0e3f7d31a49417e6f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php":{"size":3511,"mtime_ns":1782843840412881578,"hash":"721aecace95083433388fa4205e063cb45867b202d5430f44c1b0bbb1faa4465"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Category/CategoryImportTest.php":{"size":5536,"mtime_ns":1783499837163827969,"hash":"d80eb9b3053cccc4a29926832b4839ea7d17ac6fbdcb342dfd251b2130bd1c41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/category-import.md":{"size":5741,"mtime_ns":1783500035987979007,"hash":"48be2043d1b5dfe9b37580383626be174696d5735c51486220080c10b89dd5b5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/cities.json":{"size":51821,"mtime_ns":1783788126579743138,"hash":"2a67625a5833cab42a73284ade2abfde4d08c145e92f8f3a890b36b10fccc730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/doctor_services.json":{"size":46716,"mtime_ns":1782843868777989827,"hash":"3a5610d926bb9581c868449c387e80feef104aec7c9bdc6ed39835e87c287015"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/provinces.json":{"size":4364,"mtime_ns":1782843868770610383,"hash":"c28e9c29f212ac946af73f8122b545bd3761766ebc2c8e0a47567ef6a9fc5197"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/specialties.json":{"size":18764,"mtime_ns":1782843868775505763,"hash":"9bcf8a9b8f83e159a290b14c13b17b485185812c9e53ef62df4e33f84b216e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Command/SeedCategoriesCommand.php":{"size":2775,"mtime_ns":1782843891881834765,"hash":"13a71e6dab76fcb921270b6e2f996145b78e3c09d69b38592612a879707d87dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Service/CategoryImporter.php":{"size":11859,"mtime_ns":1783499652565190714,"hash":"90101a086fb74c753ac6f26202ac1f850a6dda487f46fe489d456458596c6487"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/production-fixes-cors-payment-gateways.md":{"size":15490,"mtime_ns":1782896794174529460,"hash":"4a016b326e836f770e919fd1f5d3bf3f5f70fc4dd7aa9676c198e9b7e63f7b91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-full-system-audit.md":{"size":15299,"mtime_ns":1782894418024832296,"hash":"8cccd87e3d45acefda119c2e63b85e013e60943b2524a9bc2e9b62074c9bb9f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-welcome-sms.md":{"size":8951,"mtime_ns":1782902722286387081,"hash":"05b7b6fbd16251df4d8049e99a7692e0fe3245c4f8ad6f0188e7f0b79fb92f4d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-settings-apikey-env-only.md":{"size":16545,"mtime_ns":1782893768608578413,"hash":"dada8658d0861aa23bbca638f3f832a420d16699a71a02d2dc6358bac834538e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/full-system-audit-report.md":{"size":18928,"mtime_ns":1782896060811421986,"hash":"0053ebf6c21b4a5da087f668332ebdacbceef6a781cd3767155d08647b165b9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Command/PruneLogsCommand.php":{"size":866,"mtime_ns":1782929791849281801,"hash":"e80ac76c51bb7ac78fe69679cbe82454f65f5ba6b35d3b3c3a01260698c35c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/LogPruneService.php":{"size":883,"mtime_ns":1782929784989711179,"hash":"9fe084116ccdb7a551ccae4c8d48626f7370549ae386e31c112cb579d8647ba6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Message/PruneLogsMessage.php":{"size":73,"mtime_ns":1782929786004422877,"hash":"d060dc486c8bcd48d507d001c65b68f4e3b84eb5cdccede2272bcfd2437ca142"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/MessageHandler/PruneLogsHandler.php":{"size":463,"mtime_ns":1782929788291896556,"hash":"20acb36c09cd00f50865c9d8bd04f8234eb0a76285a744e34d5cd2e50e3f4eaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702063537.php":{"size":651,"mtime_ns":1782974183036403270,"hash":"2d3311a9342c690139154fabd01bcf942f32b1533612dbdf7de677ee04dc34db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ios-safari-css-fallbacks.md":{"size":9046,"mtime_ns":1782975691974719871,"hash":"48e210b06690285c3db657ab7a964830ecfc5d826e7624eb0a64df550fdccdca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702115209.php":{"size":962,"mtime_ns":1782993164666143613,"hash":"821f2b858cff251eebc74ac92b4b9263c24dbaffaa34e05b03b2324186bbeb08"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/PaymentLog.php":{"size":2358,"mtime_ns":1783010796435723748,"hash":"14cb8d07e807806c11ce8602cae3bcd05b3d639dd8698c78f262136fced58b37"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/GatewayFactory.php":{"size":3532,"mtime_ns":1783010796436002206,"hash":"587b83007d7a8d0ac0d45c6a3c8108d3e0dde9568168144061e182fa1f7767c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentRefundResult.php":{"size":331,"mtime_ns":1783010796438108203,"hash":"2bc320c00a5049780d14735c7ff72b376159b6535e94c3993ae15d43ad72e548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentLogRepository.php":{"size":577,"mtime_ns":1782993118701194485,"hash":"06bcfbcd017b77e4ad6f855cc6f3184bf863fe3f29641fca8c4a8d4f48bf6be8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php":{"size":20522,"mtime_ns":1784380925357790109,"hash":"ca5943979fc6335484e364613b6b1748f38169c11979cda8f3b21e512404d3a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/MellatGatewayTest.php":{"size":735,"mtime_ns":1782984645104304163,"hash":"94d88c7055fe1be78f52d3dcc56078b62bbad4a24a1d7c5ffad6f86e9d5e2c7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-mobile-responsive.md":{"size":11674,"mtime_ns":1783014366933033009,"hash":"852ccdcc3659967ca4aab8059adec237b69e5fb8416d951b052cdf7eb647f9a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-payment-refund-reversal.md":{"size":15214,"mtime_ns":1783010796431742588,"hash":"e55052916115c1c67bcbd5ee1f39be8454ab3eb77d82902f271f52433da4951d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-appointment-notification-sms.md":{"size":7985,"mtime_ns":1783012880392028526,"hash":"16f20ad212e905030ddb53ae8899b9b185eee3bf094ef7782437156a83808f2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-experience-activity-date.md":{"size":12376,"mtime_ns":1782978755921887105,"hash":"062541c7937a458a5c0aa4245699f9b6c5343cdc7551aebf36af5e3c1ca95b2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-admin-modal-and-calendar.md":{"size":9611,"mtime_ns":1782979774560814821,"hash":"fe83975f003f964e3ae9fc1ac9c0b5354ce8cf02fe51ef3dfaee6b3a766a2452"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctors-list-location-filter.md":{"size":12852,"mtime_ns":1782977589946540539,"hash":"cba39cdd0c017cb66792a6c4707e1cd9f060c8c03e9f7b16878a0ddae96a616d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-production-soap.md":{"size":11655,"mtime_ns":1783010796432002379,"hash":"57bef1c36673ed6135d976b61ae551e590fb757e403fcfce8475ad4950ffabe6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-sandbox-gateway.md":{"size":13487,"mtime_ns":1783010796432293420,"hash":"de2aec27fbadc4dd88f1587822b349985073b32d1c9f09f54642f3d56a21fffa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-flow-architecture.md":{"size":13171,"mtime_ns":1782992901105315211,"hash":"9ae4872e0ca49d602b246c6c04e97dc6476a3fbbc4bf29c43dee8cca84e8307e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-single-flow-consolidation.md":{"size":12823,"mtime_ns":1782994765480242696,"hash":"4e04a45a73afaa8b4a0c80552519e5cd1dbc641f1b9dbe8e2d70bdb974c37111"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-price-and-wallet-settings.md":{"size":9735,"mtime_ns":1782998857276789821,"hash":"cbb79a9bd90c62fcd753606137f8d384a1cdbb47164c4879400c93919dae09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260703085828.php":{"size":867,"mtime_ns":1783069119205310313,"hash":"c627a3c2239ef4caae61a87ac9b189d97886576d9f151b3b64ece5f8e5c5e325"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705070546.php":{"size":1214,"mtime_ns":1783235160126438474,"hash":"4e02d6033fc62b44eddabfdedabfcecea984630a43bf651af2eb3620a617ee9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705072835.php":{"size":2428,"mtime_ns":1783236836060491368,"hash":"5a3681228a5349171fba0c11c024024e75a40d303f6d2695cfa9096a48d8b21c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705081716.php":{"size":2217,"mtime_ns":1783239466992612707,"hash":"053bcd79fc331f32d94a31317b83fbb4925d3ed129e9f974c935e74925186c68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/SmsServiceLookupOnlyTest.php":{"size":5242,"mtime_ns":1783456125443604411,"hash":"e6a7bc771a3d4c785af5c6b7db13dca677e1953b2cfb26e604cb353c2e5a6bd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-pro-promo-video.md":{"size":10920,"mtime_ns":1783245223582403990,"hash":"61af8b73d12e2eeb2acfa40fd359218d83e1a7eb2187a8dbf881c70c761ac9f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/currency-toman-display-admin.md":{"size":8321,"mtime_ns":1783060267941162529,"hash":"90c735ff59081e8af302d91dadf9eed20d877f17154cfc1df58c1852bb82f1a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/expired-appointment-blocks-payment.md":{"size":10679,"mtime_ns":1783059494354544687,"hash":"94824beb21147a04f6d699242d4dd586127ba983fb48d74e73919a2b125b64a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-modal-portal-positioning.md":{"size":8120,"mtime_ns":1783189568446030666,"hash":"8b407ba218adf3d2dd670f58379fe3ad658b0df9b6c5a45cbf6d54323d4449ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-sms-site-name.md":{"size":9080,"mtime_ns":1783070793009698214,"hash":"300c3b5f55738ef62b573163272078d6ac3d5ac0d61393dc9bfbcb75532781f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-via-kavenegar-lookup.md":{"size":10815,"mtime_ns":1783151621410073439,"hash":"116fabb2150ad9157f2a59c6b42ab8af4c4100c6b0bfffa8a48a84db50da6d1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-lookup-only.md":{"size":9841,"mtime_ns":1783421842166664361,"hash":"32a4e3ffaacba3c1a02652cd46380ec298569d36b6938495ff858175e31e9332"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-verify-lookup-templates.md":{"size":17062,"mtime_ns":1783236336652480520,"hash":"d891097629add975bb30ebf1770536544a2df95270359c4fd75471e43be0ff7a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php":{"size":1417,"mtime_ns":1783423339918379070,"hash":"610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php":{"size":2522,"mtime_ns":1783423530411102164,"hash":"6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cors-regex-from-hosts-coolify-safe.md":{"size":10867,"mtime_ns":1783423233682261850,"hash":"f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260707202553.php":{"size":786,"mtime_ns":1783455961508537079,"hash":"bb677fe6041e10d486539f4125654adbad48125481c892c44ded8f61452409ec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/KavehNegarProviderTest.php":{"size":1952,"mtime_ns":1783491609892729695,"hash":"4527c1eeebd79828e19e57ab6b2aa32a144401c40ac10e593f585a00d7e8e9bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-restart-diagnosis-hardening.md":{"size":8796,"mtime_ns":1783497150563049693,"hash":"06e591a50e6b36a2a999a2b3feea53abde66a2edf84f49cebaa7a9da7d0d3cb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-kavenegar-sms-errors.md":{"size":10465,"mtime_ns":1783491468913393002,"hash":"911e63cefac9708e7170a804ded38638a265a94c2b8f8d7381ead7ba35f7c30c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-prod-soap-extension.md":{"size":6219,"mtime_ns":1783490610538563465,"hash":"9dd5ff799a5932287ed13efd8533b8bd3a2a564db90c20584bfa4890fc6fd6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ops-restarts.md":{"size":12951,"mtime_ns":1783528554195114238,"hash":"a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260708083446.php":{"size":766,"mtime_ns":1783499693032278579,"hash":"1df2d053159ae991d2efe948e1cbc5e8f5f4a349f9c61fa850cd0a252f57db23"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/collect-diagnostics.sh":{"size":2232,"mtime_ns":1783528559094529355,"hash":"4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/server-down-oom-diagnosis.md":{"size":9569,"mtime_ns":1783520770245126273,"hash":"c79306d1d395019b2c945cb8bc26443f1d1a311c82adbca67cd6a53ef6021586"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php":{"size":2446,"mtime_ns":1783569345800595414,"hash":"7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php":{"size":2168,"mtime_ns":1783569345800759789,"hash":"987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContext.php":{"size":672,"mtime_ns":1783569345800949456,"hash":"60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php":{"size":2984,"mtime_ns":1783571733722936912,"hash":"2b1328889662faa34649c8cccf7c424668eda9ca86179063773ab8b2ff100d0f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php":{"size":6122,"mtime_ns":1783571798429778759,"hash":"b1532c1bace1c311a535123c1ce71cd6d3970d33c870fd6aea2909d60bd826a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-multi-city-domain-commission.md":{"size":13329,"mtime_ns":1783569345800353081,"hash":"55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Command/SeedDemoDataCommand.php":{"size":42655,"mtime_ns":1783570794260767694,"hash":"0eba4d7c312a02ad5745899831c77d4cf3227353770f79e95f11d99fbc6178a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-demo-data.md":{"size":13515,"mtime_ns":1783570038522232126,"hash":"0d123d7758cafa22feb9cfc8b42976710f2a1234cc684bfb18ca8ed5b65b2865"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Captcha/AltchaService.php":{"size":3428,"mtime_ns":1783670847580379572,"hash":"c2adf04ae3019f5119a6007457028453ba403beca0bbfb162290066286b918db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Captcha/CaptchaController.php":{"size":1946,"mtime_ns":1783671346565965285,"hash":"f9e515ae850f35c611aeac4a11c12e7d421bcd7dea5e4de7cf02fe2761f26a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Captcha/CaptchaGuard.php":{"size":945,"mtime_ns":1783666097114071341,"hash":"0849c4c39bf752e5f94477e82ef9080245cde06f6fc59bac80a5b5a0f0f7eecc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/Captcha/AltchaServiceTest.php":{"size":3976,"mtime_ns":1783670997895296219,"hash":"c9aa6726c3f0a4ad88ab4b4362e92dc7c8ff5edc3e9e638ca5ce752ce98f10e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/Captcha/CaptchaFlowTest.php":{"size":1524,"mtime_ns":1783666097116539419,"hash":"63bfddb2b2dd14542521febeda5cc3584ed8c08eb27e1983dfeb1657154b3f7f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/altcha-captcha-integration.md":{"size":13652,"mtime_ns":1783666097111438097,"hash":"c435895b86893a68c87144f4f70cb4e75f26bfbfc99390769c837c450dfb3a21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/captcha.md":{"size":4499,"mtime_ns":1783671083475236483,"hash":"c5efe6576f91c4e5ac99f40a7e194291c5608cc499d4d0c5808ffa24a13c4833"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260711120000.php":{"size":1954,"mtime_ns":1783747563619912670,"hash":"a3a80739d80f3ec6f14ec0752fef0a8949ed9bc68c6dbc2319c8f7c03d6bc3df"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/SystemOwnerCommand.php":{"size":4572,"mtime_ns":1783788126860887030,"hash":"b1d57632d5457ef2f35dd2795e67392c01372e295862beed0ebae8027935f879"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-error-logs-20260711.md":{"size":13006,"mtime_ns":1783746878999337980,"hash":"5837c54848ea076f11477168837315787273dd07993a0b6b7490e67b18bda279"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/irimc-doctor-import-ownership.md":{"size":25530,"mtime_ns":1783692850449412869,"hash":"e336c0544292e117a0caf6be96ea5aa6b661a5732f812c575ebdbea880e7b742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationWebController.php":{"size":3885,"mtime_ns":1783748162455786021,"hash":"e046c7ece47b7926299df78f70b2f5b16b91c81fe6f6fcdea14c1118c87664cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-invitation-twig-page.md":{"size":16958,"mtime_ns":1783747981254264802,"hash":"09f2b24cf1b2a446fb61047dddf3c1a1ed5489d4ebfb86fb262c1029e308119c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-import.md":{"size":11926,"mtime_ns":1783788126803981246,"hash":"b48b96feda1ea1bbaa538eda76cda011aa1be445bf0e46981a4a8ffb623d55b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260711150000.php":{"size":2107,"mtime_ns":1783788126856291006,"hash":"3acf757cabaaf6f03f19f0280886adbdef3bc873f8f5c31979a70cb87984646e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260711151000.php":{"size":1946,"mtime_ns":1783788126857437960,"hash":"63fc3658c738a551aa698760fa3651a8dd0379c104cddb01ce2e22a53085e1d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Command/BackfillSurrogateRoleCommand.php":{"size":2784,"mtime_ns":1783788126862849481,"hash":"2db1048374fc6c0916385e12acf4bd976d6230661af40e7bce3d1d8e125dc543"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorClaimController.php":{"size":9719,"mtime_ns":1783788126867034090,"hash":"4b0e0251d1b9331ee58fc182d1a51a2e2297a3f5211886432403a8e8535d3a76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorImportController.php":{"size":4257,"mtime_ns":1783788126869554789,"hash":"e1db933b14ab404edb5b5862a4301869c091b70f4f50e38af29d55d1956ddad1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorClaimRequest.php":{"size":4382,"mtime_ns":1783788126870924451,"hash":"d2aac83cae844b48d2461796bd4af8c2bff124fde3f67c3936c44104885c2bb6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorClaimRequestRepository.php":{"size":406,"mtime_ns":1783788126871064533,"hash":"5c7eab10c6736e17eccbecc792fe70dc4da0be7a80172bf3a1589a521258655a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Service/DoctorClaimService.php":{"size":10047,"mtime_ns":1783788126871246866,"hash":"855bb94d9ef0a255a34675bc2903b85fde5cdbefd420582b8d32abc2e9eda222"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Service/DoctorImportResult.php":{"size":274,"mtime_ns":1783788126871382991,"hash":"038be06f3d873ea3546409d85a4bb7ac25dcf88be1b38eb524cbafd55674b3a1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Service/DoctorImportService.php":{"size":9138,"mtime_ns":1783788126872057821,"hash":"269bb582bed09c5a25d6a0d7ce51704d55cbfb2ed9af0936687c2d9140ac8d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Util/PersianText.php":{"size":2937,"mtime_ns":1784358140674984327,"hash":"a8633b7fb2592fd3ba39b1a7c20ec99037e4316910c626f1ee99042488dd3c29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php":{"size":10962,"mtime_ns":1783788126874468146,"hash":"c50066c8bd8a380b1536fe3928bd63f7687b5ba6fe066b54b0ea45f4c44a7422"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorImportTest.php":{"size":10093,"mtime_ns":1783788126875763224,"hash":"f0e6b899b66c586d4b85307a4c180bf2a9400e9628be0cc78bc21f12478d551c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/PersianTextTest.php":{"size":1743,"mtime_ns":1783788126875896307,"hash":"5b9cc4215a15c89facbacc3e796147edcd9915d547d75fddeb9477a3636e0afd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/irimc-import-complete.md":{"size":37407,"mtime_ns":1783788126794995822,"hash":"0a758a07dc85ab8b8efd8e31066b95be74b7bbbd44217cfeb58f0226d2ada045"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-claim.md":{"size":7927,"mtime_ns":1783788126803614998,"hash":"4dfa2a1a2a64648f2fdec17dc619423ea3ae2b5eb36fabbca78cf6b02b044002"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/climed.md":{"size":13939,"mtime_ns":1783753889765190487,"hash":"f465cea10ffa3b87699a78ddbb172e9b305ef3af5ddd1161c12503502f2b3ea4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/crawler.md":{"size":4496,"mtime_ns":1783754133317661143,"hash":"67087730cd4c223d14bf6645e1581b9bbf3510748777fb04c73184295924831a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/scenarios/\u0627\u06cc\u0645\u067e\u0648\u0631\u062a-\u067e\u0632\u0634\u06a9\u0627\u0646-\u0646\u0638\u0627\u0645-\u067e\u0632\u0634\u06a9\u06cc.md":{"size":8853,"mtime_ns":1783751951896895139,"hash":"0037895218fb8fc10ef713264da551cee07a8a3cc268927aca0d0d3e70003b94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Command/FixIrimcNamesCommand.php":{"size":2536,"mtime_ns":1783788126863794936,"hash":"1f37217049a8ca479d497bb907bafb8f9bcc2e265fb08195460c0f397733a972"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Command/PurgeDoctorsCommand.php":{"size":3944,"mtime_ns":1783788126865009848,"hash":"b7801eae1d8e5515a35c3c99e9d2858204c660975c0e17f35ec38a0d1afcfc5c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-name-and-purge.md":{"size":9117,"mtime_ns":1783788126794149575,"hash":"2cb340da1777982d5574a2b0814759c29b69df1c17c980a29833e9cb256eaf14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-map-claim-captcha-delete.md":{"size":9761,"mtime_ns":1783788126793653077,"hash":"02bf0d9faa621403a1f4e81f2c60384dd1ca334887d5de779e595be0633836ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/unclaimed-doctor-null-rating.md":{"size":5577,"mtime_ns":1783837029909314302,"hash":"366c325fd83994d286ea9befa9cc2488958f6d097063b63ccb6c5b0cd91434b0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713050014.php":{"size":1287,"mtime_ns":1784020073270011083,"hash":"1dafd9587f51afde831b4f8f933f33788b02ebd6402b9c2e0ccb3bcf09f25337"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713050114.php":{"size":793,"mtime_ns":1784020073270292713,"hash":"0488839a9c1bef7f23d16a78d06e3a9893182845b5dc2be1a566d0ab96cc64bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-match-tauri.md":{"size":14137,"mtime_ns":1784020073133498318,"hash":"323feb348ed2c4b07abc8d5c182b3f65ab37c3d5887f3349b404d006ca036f3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-representation-visibility.md":{"size":10326,"mtime_ns":1783847658468426100,"hash":"4b533050c6251bb1419813e1d74f26a857260fddb4f74f887e0781d754609c63"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713074150.php":{"size":1123,"mtime_ns":1784020073270595677,"hash":"1705136661ac86d5b3f9d1825c3ec40db7215cf04c1d3a8ccc3b96ab8d35d80d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientUpdateProfileTest.php":{"size":4811,"mtime_ns":1784020073291050131,"hash":"fbdc9871ccaad83131ba39c6f6d4813a3f27f89c0eed51990e385b910fa52a1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/UserProfileDemographicsTest.php":{"size":2123,"mtime_ns":1784020073291330969,"hash":"0afef57494776651859479f9d0f05259fe33754b8c796d1e51bf495bcde99274"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/figma-to-feature/SKILL.md":{"size":8477,"mtime_ns":1784020073134026827,"hash":"f54aab895e394e5cb5c53b08e75a28bf5dc701ed3b13f4e7ed83c308f990d9b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/figma-to-feature/mapping.md":{"size":6299,"mtime_ns":1784020073134833175,"hash":"95281384553f6827fdab8f089bbfe9c54fea5576d1c75b0eea7eaa03195bcc93"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713093327.php":{"size":1501,"mtime_ns":1784020073270890390,"hash":"bf83e04c6e63ac677ae03bdd5abc48e8acd2c23e1cc42042f499466ac607e87d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemMultiStaffTest.php":{"size":4949,"mtime_ns":1784020073288965343,"hash":"a5966da1ae3e23b1c130feba77de44588d872dfcc6a118c3564d30ad43bdb9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713103729.php":{"size":1121,"mtime_ns":1784020073271212229,"hash":"c067825447330ebfa00f0809eebd94b95a4e493885f5e1bb17438abe8ba85497"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TenantTagController.php":{"size":6196,"mtime_ns":1784030788519353286,"hash":"7b2b6c311db1f731ce87d631f19bc2bc75f56c666d32d1f3088eb231efb18d93"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/TenantTag.php":{"size":2827,"mtime_ns":1784020073285328235,"hash":"3ec2967c09efdccb399b03ef7adceb6c122195a09ffb80abfd9f1cff8096e495"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TenantTagRepository.php":{"size":1217,"mtime_ns":1784020073286468506,"hash":"cefd0120ae56a893d4695526013f9365d42f72d0c1e36d75883b747b964bf85a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php":{"size":2328,"mtime_ns":1784020073288694588,"hash":"2d72496ed38c9c13a03ec9998b991f9269db2710362b0e5f70538732e32ec959"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Tag/TenantTagTest.php":{"size":3400,"mtime_ns":1784030865227026798,"hash":"c56c7af4d9440eea1a57070b486f5bd6ad3c1fe7dbdbb2c08dd2d85d69b44183"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713110856.php":{"size":1678,"mtime_ns":1784020073271503568,"hash":"11a48f7369d6c84eb7655fa1cd16db0ba24992c77fa6b72ea4d68e5c8681cd40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientRecordFieldsTest.php":{"size":1904,"mtime_ns":1784020073290411578,"hash":"a559b8895710eebe0624f4a3e39cdf6a9edb437d791c131e17cf7f2f5e8e5c29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientRecordTagsApiTest.php":{"size":2638,"mtime_ns":1784020073290691541,"hash":"ad99f183206fd0f228bd4f747299e29d3c28dabb61f3befdbe2755cf56ba66c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713114523.php":{"size":1367,"mtime_ns":1784020073271815574,"hash":"e62d82412e753e1ef17764487aa500a1e7791f186f1549f48972e68922899705"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientAttachment.php":{"size":2218,"mtime_ns":1784020073281314038,"hash":"fb507306fd357770f941cf6604c28e84bfa58ba2af65029f7bf2a0585efdcffd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientAttachmentRepository.php":{"size":1229,"mtime_ns":1784020073283143571,"hash":"b338480257c5651b99a43d2a53c6536f8b2406342f99cfca94a01cfc445d7dae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileUploadService.php":{"size":2079,"mtime_ns":1784020073284575722,"hash":"cba11837da9a17efd66f973eecc1f8a516cdacd9a4fea2125f73dce8df4ba251"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientAttachmentTest.php":{"size":2215,"mtime_ns":1784020073289253848,"hash":"a6afbfe1cdcf856b0612fb7342b3345b1f612f8d1126f5bdc9279a6191aecdf3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713115316.php":{"size":1340,"mtime_ns":1784020073272404501,"hash":"1126e1525362163ab110f27c77bc5f26b32cfad0b33c39af7ca0e210b29881ad"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMedicalRecord.php":{"size":2396,"mtime_ns":1784020073281884423,"hash":"6f963a2491ad05bc97b70be939a02108e2f2d76c2494b42c1e48706b8ca32f44"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientMedicalRecordRepository.php":{"size":1258,"mtime_ns":1784020073283628205,"hash":"a0887a7287f25682eeef195c8be1840420d3a30902818817ec2db78d4c88403c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientMedicalRecordTest.php":{"size":2708,"mtime_ns":1784020073289974153,"hash":"6afe0ee35ce8d9550cc40ee30bcf99b96e5440c0a19d2282b620575a04abb860"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713120038.php":{"size":1296,"mtime_ns":1784020073272975512,"hash":"4e8a90c1d94ba90f41a78501eb866b0e17aeab564df0a683d192852fa8de79c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientMessage.php":{"size":1848,"mtime_ns":1784020073282253846,"hash":"783903116d8500e4d5cbff74c28330e3b30c3243cd3ac7734c065c09359d4f71"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientMessageRepository.php":{"size":1208,"mtime_ns":1784020073283846250,"hash":"b4038f53e87edee1ee6ad7e60b1dd63a085c20e29a65d64c32631c44c1a748ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientMessageTest.php":{"size":2520,"mtime_ns":1784020073290198574,"hash":"c7a61832acba1307f0080101ed0bcae64e1e9d44efbeceffa2655c4837077e28"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientFinancialsTest.php":{"size":8719,"mtime_ns":1784191477814436346,"hash":"7e1489427eb76beb09aad1664ad7571b9f968fc5628e2e18bec49661925e962b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713122600.php":{"size":1380,"mtime_ns":1784020073273509730,"hash":"08d06337da5f50fa1d1046f194e6b05f3dfb7513a027467b22b3de192fee6741"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientCall.php":{"size":2794,"mtime_ns":1784020073281550000,"hash":"7613df451e546e2b8ddaa088d652bfb7b9f38f6e75607fad5b8fbb7eaa92887b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientCallRepository.php":{"size":1477,"mtime_ns":1784020073283380117,"hash":"eb3f4d9cafabaa71bebf8d2d4bbaa603b630d1be2a5f8635dbcadd51ca6aa34d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientCallTest.php":{"size":3807,"mtime_ns":1784020073289493561,"hash":"c892eca51170df994f084a21bb28c0385aa0a48ea57cfe1dce3d219e0666cd5a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260713195434.php":{"size":2356,"mtime_ns":1784020073273930987,"hash":"aad6b628041b664e3856264d20bfdbb6893ee5da097fbc0d043254eef0b58304"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentCreateReserveTest.php":{"size":6240,"mtime_ns":1784134947989676996,"hash":"c2791663f4767f233aed12d7c35e4b5904f1f3f7375045e0678fb3a563c7bacd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentUpdateTest.php":{"size":5352,"mtime_ns":1784020073288191745,"hash":"0d49753ac9639c03f202a4950a2164ee33f83156d2fc349a77e29783efc8b517"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentWorkflowFieldsTest.php":{"size":2842,"mtime_ns":1784020073288360540,"hash":"774f6530ac057e1be6513499a110b0bfcd975af8c25fc4c58f4fa029912dbdcd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Dashboard/DashboardTodayAppointmentsTest.php":{"size":4956,"mtime_ns":1784024577415532466,"hash":"7fc1ebbf39ed482931376ac48425c7fb6fd01ffdf8eeec74f7c9219db987990e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/PatientPaymentsTest.php":{"size":8617,"mtime_ns":1784045711642105132,"hash":"d9029b734631c4d81e6b2759886c59ef7ab6d9c3718f3b2d26797c8edb3f91d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientListFilterTest.php":{"size":5578,"mtime_ns":1784044261025173866,"hash":"15131fd8355a0c9b7a1497833e5e5652706466e0b8e2e5a77c10e33619749474"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715075904.php":{"size":2254,"mtime_ns":1784102372908167579,"hash":"f9b4818a32652dba1d99425e30fed0f51ea4ef10c233dfc47205e708f2a1de8a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php":{"size":3866,"mtime_ns":1784102294869737216,"hash":"43a8411b78e47bbb6830f89dbf07fc6046beaf880430448555b4b4e095d3a3d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Entity/BankAccount.php":{"size":3936,"mtime_ns":1784102215849219072,"hash":"95dd82ad9ea0c4008548ed71c4740499192338de04747d5426b06484e551ea2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Entity/Pos.php":{"size":3903,"mtime_ns":1784102228549761667,"hash":"449795e6ee5c7f888aebdc2dd13e31507a3a96f064b92fa41b5ed3beaa4cfdf3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Repository/BankAccountRepository.php":{"size":1049,"mtime_ns":1784102239212093292,"hash":"15e39b8780c113747fc26f9472758b812a91436dcd31ec32b245748b4f0142b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Repository/PosRepository.php":{"size":1001,"mtime_ns":1784102243091422033,"hash":"eef2846dda4bfc7ca7ec07032ed1664e9599716e92e0b2885c1d28c898ac9add"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php":{"size":6897,"mtime_ns":1784102275189340956,"hash":"0e399ca8eb9d3cd17c63924552c1b7b8c8d500bce5be7502ba3e422836193d05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php":{"size":6980,"mtime_ns":1784102446568530629,"hash":"860c1dd7b97146ae288054d52d104d7c35d1f7fa94cbff834099d9afb0cc04f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment-method.md":{"size":3775,"mtime_ns":1784102519741523144,"hash":"fd44b8a202cc33fe59af7a60c2a8cd3c5ab6dac57cfa6f988ce71551f2c66642"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715083856.php":{"size":913,"mtime_ns":1784104762297992936,"hash":"08c0a2d5ed40245e1f61390603d382581a5891407e14f5fd462928872d9770a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryFieldsTest.php":{"size":4166,"mtime_ns":1784105160375579443,"hash":"4cd74954204bf942ca0b682df3a8d6497a1a216b1b04d8cd8711f36b1a6eb844"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715093358.php":{"size":785,"mtime_ns":1784108046291119955,"hash":"2bfe4697ad7afaa26304bc59fb5f6400fbf28a67da94c31e44a30593cecddd3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceContractApiTest.php":{"size":5691,"mtime_ns":1784108347243344332,"hash":"75a4351797ce153cc45c5dae254e398eb1e3672f9186908e1a013ed489458615"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715100324.php":{"size":2646,"mtime_ns":1784110681791900716,"hash":"6fa7bacaafde2157f7ce658c9064808ae32bb3ab74d52f56a87eabef582ee402"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php":{"size":12157,"mtime_ns":1784112902663503563,"hash":"b572f8c34b0a634327652199a6ab3df1f57750b3dc661c883df2aa5bae8b8c9c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php":{"size":6673,"mtime_ns":1784112783463729022,"hash":"49232617b5874572a3236563a8786848ff8ce7fe3abacc6bacf2d3f6fd03be1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryPackage.php":{"size":3021,"mtime_ns":1784110681792406720,"hash":"5deaac3fc80cb04ad1c9481a0bd61e7aadc4fbf2b2167057e6d04b22f436c9b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryPackageItem.php":{"size":1485,"mtime_ns":1784110681792519541,"hash":"9acab222fc3ae3331085ccaf2a76fc43ff79bbd63d195aaa1b6cef08f675db01"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Repository/InventoryItemRepository.php":{"size":2073,"mtime_ns":1784112872719731864,"hash":"3abbd58632f3aa28e768c02a7e03188c3b8babb8ece0b92dc8a888692d3e9440"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Repository/InventoryPackageRepository.php":{"size":2044,"mtime_ns":1784364104361982544,"hash":"b6c894cb2d7d79b8e7cd047a27238be08b219d372ece465064ca2fdeaf5aa20f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Service/InventoryService.php":{"size":3841,"mtime_ns":1784110681792886927,"hash":"c2b3ca70b883483b8f9c4ccee24952f898169c969bee2b4835f1feaac12b64fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Inventory/InventoryApiTest.php":{"size":10933,"mtime_ns":1784113198012527204,"hash":"7af908606d082fe2e485a69ab4aa088ac3deccb2a152943b1152280744763eca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/inventory.md":{"size":5124,"mtime_ns":1784113307690861687,"hash":"76a1a6552e545ed24e3b6ffae64a7be4f9dd3cb141eeb2d3f5e3b0d32c855600"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715105351.php":{"size":827,"mtime_ns":1784112836880854477,"hash":"880614f1b1eb7e91d22c5e50cb370d57a3452b6d44a05c137bd57ffa78344211"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-tabs-redesign.md":{"size":16523,"mtime_ns":1784113788497173592,"hash":"730f5ac5684f8680e29268f0b190492577d0f312e0f47e02157d1f74f877e908"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/inventory-unit-select-and-category.md":{"size":16299,"mtime_ns":1784112505820086759,"hash":"e898fcb1c9b0de594b602d51a8bcc40bbb7ca836cac1592c6937e64dc55e43a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/settings-menu-pixel-perfect.md":{"size":10438,"mtime_ns":1784123549684810309,"hash":"a53585cc377e9d444828d7168acc17f6de36f32787d6fa01968033e7c5d6c2e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientResolver.php":{"size":3052,"mtime_ns":1784128199812877255,"hash":"336dd00db5d5dca9c421d91a6b09d2dbf5aa54aca2ef6c7d007e1b3ca55456db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php":{"size":6218,"mtime_ns":1784128318110949439,"hash":"5c822a4436e575e8b96d5909f6f31a104a9412dd53c2f4d1be121ea87b7b8c60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-book-national-code.md":{"size":12622,"mtime_ns":1784126410303107816,"hash":"0be87bdf2276eb3e7ec48e7e898472c0bb46f5eed8440f0b3b14c9d5c758c0cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bootstrap_tz.php":{"size":524,"mtime_ns":1784148402468942442,"hash":"d714519ec52d0cdd8d861d596a1100d4c6b4d41b7937f84bd55255d68b4b8384"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260715192758.php":{"size":787,"mtime_ns":1784143689163436263,"hash":"7f0a8eb21bba7966d3d8129be0003a63279c734ad5b04e23f63c7d3e278ddad9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingModeImmutableTest.php":{"size":2097,"mtime_ns":1784145646813864013,"hash":"db12dbc9e830be61177b5e03eaf339ea708e28df6aa5472815130e4608b2b0e0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingServicesPublicTest.php":{"size":2735,"mtime_ns":1784146170130270218,"hash":"723c963e0d9eda0488ec2ef5f4dd6cb82ee29bd1bd42f446c8fa2aa2eb73b8cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/PatientLookupTest.php":{"size":2765,"mtime_ns":1784128342572115045,"hash":"b8e0ff9d565ec4853065aa349f2498a70cc273f0bc8a15e00dbc7d48ee19e6cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ServiceBasedSlotsTest.php":{"size":4473,"mtime_ns":1784144594027960120,"hash":"8c55dcd6ce9a8613b76bf820e9890ce180b9a1b409d6ed9cbf0a70340478d3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TimezoneTest.php":{"size":788,"mtime_ns":1784148768671401910,"hash":"025398310423c3d6ee3325ddb1380985368e1a06c319acfd245259c613ec27a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-jalali-date-input.md":{"size":9240,"mtime_ns":1784177495427006761,"hash":"66e2d384a3add1524d19d01d60ac67a73d41afc031757329f1d8e79c9b827dd0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-native-select-to-searchableselect.md":{"size":9635,"mtime_ns":1784178196949596807,"hash":"577c147788fd2a227fa8646c09af64408f6ed1d1ca4207d2ed2d0adec23dbd32"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-reserved-slots-shown-free.md":{"size":11807,"mtime_ns":1784129127032556728,"hash":"bc4e6c4528d622bca093462e281b907d9d87b0ccf954b2d339a096d9208d1ac5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-based-booking.md":{"size":20922,"mtime_ns":1784143473635259498,"hash":"3f025bfe7a0ca5086bb5c73cf190b16fdae742e6d434f0dca216924de162d351"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientListNationalCodeTest.php":{"size":2337,"mtime_ns":1784183873157469397,"hash":"120b8a74ce0982d89528ea1093be952daff5d94d5f4b64e93aac4c5cf3a3e52c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716063302.php":{"size":1610,"mtime_ns":1784183593354092295,"hash":"7a6f518ae7fd89f7228a181fc29f64b0f258dd4f1381d627f8412acdec69a030"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentMultiServiceTest.php":{"size":4556,"mtime_ns":1784183796608742525,"hash":"1d99c82dd94bdbc405b4597ae101a1ccb9740f4b212556ce589f1ad03ed34da0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ServiceModeSectionDurationTest.php":{"size":5446,"mtime_ns":1784185551612369878,"hash":"92b918cef5b6b6655992e1ab35a0f7688572e8671116fdcd3d0b27a809921b54"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-service-mode-section-picker.md":{"size":15752,"mtime_ns":1784185194091373655,"hash":"6a63b94297357333372f8ac5f523f8a918a3329ebcf9f82a81b8bacac9ec46d4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientAppointmentsTest.php":{"size":3575,"mtime_ns":1784188667983078220,"hash":"3352d02cbb53a0823e392c870e4f9faeef9ede771e2177c0ff7b2f95a80ab51a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716083939.php":{"size":1496,"mtime_ns":1784191250695023403,"hash":"8369d2a4503fd08fee811d2baa2072eeb19ad806bb6dfc6bc742a792ca6e3374"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/WalletService.php":{"size":5099,"mtime_ns":1784191349291232145,"hash":"f2f1f4f4acccb4e22ba97712ca1220203ad239437e34d5b1d1c40ae91f76d660"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientWalletSessionSettleTest.php":{"size":4304,"mtime_ns":1784191501177515423,"hash":"7c005666fba0c8a510b516e9cd07653c277ff5b94b25e85a06b68dbb4ef3c63d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716091352.php":{"size":1721,"mtime_ns":1784193259244415385,"hash":"3174a3c8eac49e8dd61078dd5a0dd80be4ceefe95b4c153c573c83163bd4b68c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientNote.php":{"size":3296,"mtime_ns":1784193190496728581,"hash":"b3a0339444d24b7e2739559064421ec475e17ac62bfc83fd2dd951811b1d1ce1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientNoteRepository.php":{"size":1310,"mtime_ns":1784193195553261640,"hash":"7c8d56bcf34c6572d4066bdfd8cc839046b4ef95cc654078a9b207c8a0154b5f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/PatientNoteTest.php":{"size":5397,"mtime_ns":1784193439508810837,"hash":"702bf6bc071ff729bab17864e522da0e22a9253bcc1edc737e5b5e9e7f1203c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716094319.php":{"size":2120,"mtime_ns":1784196064239011606,"hash":"15c21f658523ca2e58e0d68075ca9a509266ee457000182d5c0224cc579c5e2d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionPayment.php":{"size":3522,"mtime_ns":1784288290374452076,"hash":"7e2d3bfe3abe247f720c532588cd3012abd342a0d368d384e83134e4b5291508"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionPaymentRepository.php":{"size":858,"mtime_ns":1784288246813509735,"hash":"1abaf14c53a2c69eabe2a1038df9844297d89f38bb62220d6e20de0aa4b33545"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/SessionPaymentTest.php":{"size":11758,"mtime_ns":1784196064239438688,"hash":"8debfa834ee28b9d465a535e3ba44443ed89e74ee2efb03a72bc3b2efc52e764"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716102537.php":{"size":2433,"mtime_ns":1784198971377532028,"hash":"ef50cac4818aac917c6edf30cb457f4074e865a0dfa40e86c46c2f88f4d381f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionConsumable.php":{"size":2838,"mtime_ns":1784198971377760112,"hash":"7f02a4853ed7aeefdc3f831487e67d756d9c9c6f71b7b972aa52f6b245e36b94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionConsumableRepository.php":{"size":814,"mtime_ns":1784288275510846044,"hash":"3df1afe822e4a4729cf13325fe4633185ca616828bbca40462f4f405f48f0cbb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/SessionConsumableTest.php":{"size":8031,"mtime_ns":1784198971379203161,"hash":"3ade165eac192cb2de8151cb58ee241bd88f416b1e8d0ffd659ea855d62c33d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/InvoiceShowSessionTest.php":{"size":6381,"mtime_ns":1784200065683864666,"hash":"512e5c0c1f3412a94abd803c2c796f07c924918407d588a4e7264953d7a1d557"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716124039.php":{"size":740,"mtime_ns":1784205676573234747,"hash":"b8539316cf83b6d044d6513cf07dbc9a19df4488c4c8b56f3a295924850f2350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260716130713.php":{"size":675,"mtime_ns":1784207256268712909,"hash":"5f7171fbfe72d6c625fad973596c2ea321b6751d5896403b33d40a9610896900"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717073617.php":{"size":1377,"mtime_ns":1784273813228653862,"hash":"20fb28ff94340929919a5477c1299aa7716381806f15998cbb70b47706c2065d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717081632.php":{"size":1733,"mtime_ns":1784276231744740505,"hash":"7cf2f6735a3763901e0243c5b916f8c6a5523b20b922e71231fe4eebeccd7ea6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717082805.php":{"size":1055,"mtime_ns":1784276907402698936,"hash":"490a7404589def1adf41d06c417e2bd5aed051e46f59506f6faa75f23423f013"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717093000.php":{"size":1040,"mtime_ns":1784270810795111799,"hash":"fce2aeb4ebb1cb70be7bcce188d443ca36371d7cee822dfe006ac2d9cbf334eb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717111223.php":{"size":750,"mtime_ns":1784286763456598040,"hash":"9fa6434c2b32658251cc926105ee01819ba226566e68fdf83fa07672fede5ad5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260717113519.php":{"size":1436,"mtime_ns":1784288159259291681,"hash":"e029d8d8b959e640ed2c6bc3257da829b7f30547e9f45de7b644c2044eb9c7c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718055833.php":{"size":2624,"mtime_ns":1784354346621026194,"hash":"12b9f107ed333f7f670fad4fb2f56838465beb791785d7d092994ace6189b680"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718084301.php":{"size":923,"mtime_ns":1784364203916284475,"hash":"3a041dd4b75eb33a058936d865c023bd20add2f786145216610c2ba391d42cad"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718084524.php":{"size":1438,"mtime_ns":1784364344159330006,"hash":"ba5b6d95792dfd8866efb49116a9c065c7b74f9cfc443b4395069abd79347510"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718085747.php":{"size":1531,"mtime_ns":1784365085752510364,"hash":"b22a615a6539de52671e0837a12b9b84a4b11c579061281385078bd876701cea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/AppointmentEvent.php":{"size":2799,"mtime_ns":1784273699639785245,"hash":"3f88f1f1c3dd0ea208319faea61c126d061ca482689fd9ef86e847d899be39a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentEventRepository.php":{"size":1213,"mtime_ns":1784273708663436572,"hash":"1dfd505c680e5be61493831e78808334adcf2eecaa301d230bb5e1c88e9e4a40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicDoctorPermissionController.php":{"size":4167,"mtime_ns":1784354395228905949,"hash":"af636e2f7ff90b169d89907ade164c7cc033ea4f56d4bb687a50f850a87f3f58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/ClinicDoctorPermission.php":{"size":5230,"mtime_ns":1784354290160343021,"hash":"b92214d57a51f77a4c9c8466da071420a478af6a256367bf9d5d3dbefb411b70"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicDoctorPermissionRepository.php":{"size":2691,"mtime_ns":1784354305070452091,"hash":"4fccc8e8a1c86e39d2d8bfc398dd024a4f1813b9d988fe47b20df4d8eaed8e36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Security/ClinicDoctorPermissionChecker.php":{"size":1550,"mtime_ns":1784354366715706595,"hash":"6ab6608e940ab1bf6edd831dc24c51087398ab91d83d06ee353ce2ad2805591f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Command/RepairAcceptedInvitationsCommand.php":{"size":2888,"mtime_ns":1784352733703682719,"hash":"091e9b13d71574fbc831f295731b803e79da3f3cd080f8eee814da9f51e05dc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItemAuditLog.php":{"size":2900,"mtime_ns":1784364233164799427,"hash":"f26598e8900aaafd32131c9a3da4819b7031abe8d60fb1c03e2cbefa7785e240"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItemConsumable.php":{"size":2302,"mtime_ns":1784364989454055373,"hash":"af43db280c61651e2f7e341fd946aa5b460f6ed31543635c3439ad3ff3a0dbfe"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php":{"size":1253,"mtime_ns":1784364283463068078,"hash":"892fd7a1e10ac5346b6b2af4dd3f153b0b6300c093ef504642c1c65b4613a2d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/ServiceItemAuditService.php":{"size":4035,"mtime_ns":1784365056572360838,"hash":"be9dcae3b23c27b4b72d1f90af5d6a2bc589552c14d5018525b8b21c04599f28"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Controller/DiscountController.php":{"size":8791,"mtime_ns":1784279175546721826,"hash":"81de6037232cc48f57b32f37c25f94e13e85124b0c90dde55f3553c212bcbeff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Entity/DiscountRule.php":{"size":8510,"mtime_ns":1784276842070288472,"hash":"8067d527ea65c5978c8a5fbba918a4503cccd1f41b2e606e49089cfecede76ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Repository/DiscountRuleRepository.php":{"size":2016,"mtime_ns":1784279164722819229,"hash":"feaa8df153a8ca99746c1d48ff342dddbc616a59c3ed278584abb0470a55b3d9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Discount/Service/DiscountEngine.php":{"size":6438,"mtime_ns":1784276860950440196,"hash":"42305fb720725d3260c7c55d33fe7545a4cb5acc20dd8d80ce320c57e748db3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/VisitPriceRequirementResolver.php":{"size":1361,"mtime_ns":1784207119597791420,"hash":"fa4e6a4e4e26ad4a42137635050c5b32a27f5467676787ba0d9fcd91030b0f14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionAuditLog.php":{"size":3171,"mtime_ns":1784288092116610600,"hash":"2209db02afc172d955b9724ce5c89d6713fdec66781ae3749495c0327dbf0187"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php":{"size":1241,"mtime_ns":1784288103254298128,"hash":"8fc635eceee7b920349350392560321306424ff1fbfe478684b53f61d84ebc82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Service/SecretaryService.php":{"size":8465,"mtime_ns":1784359389287547698,"hash":"96842b6fdc3133ef36b63792d16e5d9ac2aff01d17c7bb8987d16da455132feb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/NumericFieldNormalizerSubscriber.php":{"size":3346,"mtime_ns":1784358158890842821,"hash":"aef2465e37318c14a871ee3cfaeda009b692c73d50ab6d2eb29a0c745504598e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ClinicOwnerScheduleAccessTest.php":{"size":10943,"mtime_ns":1784368410660799298,"hash":"91f8e99202347b3533d42f22b2c37ec09f312985f4328f6088c3e24ec8aedb6c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Clinic/ClinicDoctorPermissionTest.php":{"size":7188,"mtime_ns":1784354787301823351,"hash":"f559da83541a9ddc72ceaa2fc6eaefd68f20fbb62075fc28a85850c32573fffb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Clinic/DetachDoctorPermissionTest.php":{"size":2533,"mtime_ns":1784311653704857905,"hash":"a595027fede0c831682f36662b1efccc46bb2929926d38c3bc741bebb607b50f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicInvitation/ClinicInvitationFlowTest.php":{"size":7323,"mtime_ns":1784353089466764815,"hash":"0255f868b4cd60795dd2cb32b7b6a6698943a20d2d9920ad603b01eb95184783"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDetailApiTest.php":{"size":3216,"mtime_ns":1784363061828997997,"hash":"70e959b1cc3719befebfb2af0ae0e54721c75b82966ddf93247f7220f6fccd45"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemPackageAndAuditTest.php":{"size":14274,"mtime_ns":1784365130273455434,"hash":"e8f75def6c740b2b3748ea39e2119c554ea3449100ff618e1cd33bfd451a8d58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/RequireVisitPriceTest.php":{"size":10577,"mtime_ns":1784270427547476947,"hash":"45e138aa25cbc3d1501efece2c4e919aac98b58d0a12893c398fcc219bf64db4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageSyncsItemFlagTest.php":{"size":4211,"mtime_ns":1784362690388891092,"hash":"50237b4cdbea417d161549269fd40f7b5e9cb00f05a92f847ac43961b19a6705"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/ClinicSharedSecretaryTest.php":{"size":6140,"mtime_ns":1784359389287763618,"hash":"03c3f9aa1c64bd6bbba127f4a02f65da171e55e6b15c07a23af92dc1a85fbcae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryAppointmentScopeTest.php":{"size":3125,"mtime_ns":1784314100365452799,"hash":"67b46a8bceee4a3b4a87c0617d9331ddc0a03b1d8d2e086b6bc3f8f80c406891"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/NumericFieldNormalizerTest.php":{"size":3686,"mtime_ns":1784358226364670957,"hash":"15ce10182f453079f1075f40ba1b7a5ca72601ae023153d17718ebc3d9463156"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-settings-move-schedule-and-cancel-log.md":{"size":20087,"mtime_ns":1784272792702110053,"hash":"b975add2327cef471e23748af72fe1a2d9c62cc5ab7c756a7f90b2ec093b8842"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-appointment-settings-tabs.md":{"size":15821,"mtime_ns":1784354195959901051,"hash":"0277155ad40de76e75ef2c6e58bb9551068f3e1807f2ddf7e3c5b49e51a9d298"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-permissions.md":{"size":16439,"mtime_ns":1784354079512088646,"hash":"2c6b9e729768d822732e72c92acfbe80fe17ae3ddfd90442b78e6d433724556b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-shared-secretary-multi-doctor.md":{"size":13704,"mtime_ns":1784313247409654899,"hash":"0c6c5f818643fffd2c590ecf1cdd6e1f1edb8317d8732c956d8e79e3e4541bf7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/discount-rules-engine.md":{"size":12482,"mtime_ns":1784275373724385982,"hash":"b12b584d2a41c756aeabba4ce2405fdfedf745384e25edc07411bb61b47800f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-doctor-invitation-flow.md":{"size":17917,"mtime_ns":1784352319597156657,"hash":"1226d9a50068bae526694dae8135048198e4fbd808b00e588499303abd822343"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/normalize-persian-digits.md":{"size":18860,"mtime_ns":1784356880132809893,"hash":"1662e1ae1d9c43120456303e6142f380fedc02c6bb7589cc51c73526535803f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/require-visit-price-setting.md":{"size":15645,"mtime_ns":1784205411456037592,"hash":"f8560132c1d60293ed4ccd5ede71f9aecf03b6f9c626449dbe780fba1b3b199a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-management-refinements.md":{"size":19700,"mtime_ns":1784361623454047558,"hash":"0fe40d7a515356384b488e815491ce171a9f11a5ad6c1dd4f4e34dcb18944d23"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/session-autofill-on-appointment-confirm.md":{"size":9705,"mtime_ns":1784275280782919300,"hash":"7275b604c0101530ea38900738aba5785c81577bc5d1cc734e63e12a6bba66cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/session-edit-payment-crud-audit-log.md":{"size":12418,"mtime_ns":1784287971774589583,"hash":"899e456c1fd354ce8376bcdde8e3d96c97ae84715479c617f41466222d42eb1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/session-payment-currency-and-service-archive.md":{"size":12499,"mtime_ns":1784280278898100966,"hash":"9f4183c31c662d9db4fd494f06ae41849c67b91d8624bf6eae1b2abda97fbe5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/settings-clinic-doctors-tab.md":{"size":17445,"mtime_ns":1784311344027762376,"hash":"1035ad52b2ca56a561e449829864324697a56cc3827ea6e2ac9dbff5de8db6ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/discount.md":{"size":4248,"mtime_ns":1784277111879925485,"hash":"7b8805b2669ceb518e6682c3c6f931fe1e862eaec62dd1bda80cffad0447efef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718092903.php":{"size":4302,"mtime_ns":1784368320630657950,"hash":"3b636dca4fe190cbcd877907e2f2f6cfb944b65912864c4cfab997283690e0a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/AssignScheduleClinicCommand.php":{"size":4476,"mtime_ns":1784368709512463474,"hash":"ec7bab8f0530c9b696b501f91e30e71d48e094a62f6abd704b60026b5fea30f0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Context/EntityContext.php":{"size":1663,"mtime_ns":1784368245376106325,"hash":"6449c07499891e30d805028b351cf8612ec19c5f2078fe8733ad19ffca318dcf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Context/EntityContextResolver.php":{"size":4812,"mtime_ns":1784368245376299825,"hash":"05326fa6e75c84b2cd63fd2ee8efad2f1404c433aefc0a6c3348b59efb8d58b9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ServiceModeContextTest.php":{"size":5300,"mtime_ns":1784368474600013193,"hash":"481b376fa81b9fb35846ad76bc2d3884d5438d1c61025b3b4f7f9a9e9280c13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Dashboard/InvitedDoctorDashboardScopeTest.php":{"size":3236,"mtime_ns":1784368440540116308,"hash":"c176047a6e3ddca1f54fad9b965437bbc36d39b2aa705cf5480f69bcfc9ed422"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/context-separation-clinic-vs-doctor-booking.md":{"size":31140,"mtime_ns":1784368245375706073,"hash":"2cfae15318b4a142ed0efed9a394373ecdca3b657b0a0866bda665afba9db07e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingLocationsScanTest.php":{"size":4694,"mtime_ns":1784370882552779067,"hash":"711e4bb322f878f629acd7191012e6598b5dce7f18ad9ecbf3ddf5cc2eed6f42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/AuditScheduleLocationsCommand.php":{"size":4238,"mtime_ns":1784372491777530926,"hash":"a4b9cea3689d095a60d18e2014ddd1eec4a31965310e84e12406bce743de9516"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/BookingContextResolver.php":{"size":1248,"mtime_ns":1784372388999413570,"hash":"e5eb46e27cf7c7d5be166a003eb298c5f31136819813064e98a82189083b0e00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingLocationValidityTest.php":{"size":7807,"mtime_ns":1784372663352239561,"hash":"3a8b40ca9b1ad90224b478c7260006ac34b7294b9511490afbf40aac6816a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-booking-context-slots-and-phantom-locations.md":{"size":17100,"mtime_ns":1784371454781832084,"hash":"f03236eb9a3118fc02be7d9af4800f3df17422e521856b2a3827c919a3e978c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718132000.php":{"size":1930,"mtime_ns":1784380350645283890,"hash":"ab15e18ac128a59f0bf9c5ecd5ff7f6ece8baaa3c47570f7f33a789eb0c9ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718184932.php":{"size":1657,"mtime_ns":1784400606848428567,"hash":"a4475dd18b307ba6d443e4fc32dde13fb25edd6ee1dca9c8cc7eae1c9eb25c81"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260718193940.php":{"size":2423,"mtime_ns":1784403639701358312,"hash":"aba79304eff02a0c6484596d5eb1d653ea658bba4709a5c3580e818de41cd455"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/BackfillAppointmentSessionsCommand.php":{"size":4664,"mtime_ns":1784380724012164369,"hash":"df48823fcc1b35610492a6c6a6305de3e6d113f29bca276c709adcada214a6b0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/NormalizeScheduleFormatCommand.php":{"size":3893,"mtime_ns":1784378390854113113,"hash":"83523fea937e35feaa92dd703f163397384a5706dfdf444a0a41bac30cb8378b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Security/AppointmentAccessChecker.php":{"size":5774,"mtime_ns":1784392968973517444,"hash":"0ccab42b6302a559b5587de26948bdde57dbd87ae75ee2e8bd11349b7c82f581"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentConfirmationService.php":{"size":4359,"mtime_ns":1784395606900333156,"hash":"12c074c47af8925c071b23122e7e488ad5bce9a0b38e117719f3395cf65e4443"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimStatusLog.php":{"size":3033,"mtime_ns":1784403349738442663,"hash":"6d589c4cd308c333755c2122a74240b5bcd6cb66fc97366ea0e14534d0fb6252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimStatusLogRepository.php":{"size":1429,"mtime_ns":1784403366630846564,"hash":"0473e639793b5200406adb3313df004279fa79b81367a75bb5b0cdaabbd3db42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Security/PatientRecordScope.php":{"size":2142,"mtime_ns":1784395363508063384,"hash":"1cd3785d4fec46b31d93f1b99cbfc0f5de567f1827cd3b46d91c411351565645"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Security/PatientRecordScopeResolver.php":{"size":4681,"mtime_ns":1784395377154392639,"hash":"b90575a38f7d39d3af891b53b971f1da1d828ef1978886dd7bebae771f8a2ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentConfirmFlowTest.php":{"size":12630,"mtime_ns":1784394835550613528,"hash":"8d43d29193aefb0eba0f04290c2ef32fb726cd1d89745e43949d7500b9943f68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ClinicAppointmentAccessTest.php":{"size":13542,"mtime_ns":1784393343677945391,"hash":"da1fe5677f4637619eed150f1dc52478f785db84de89d708d5fbb695b8dc9e5b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsByPatientTest.php":{"size":7578,"mtime_ns":1784404856798743027,"hash":"67984d6b1b275196055b19d6ec1827fdde5f9122a911ee1f5144bddc52b63254"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Dashboard/DashboardChartPeriodTest.php":{"size":5134,"mtime_ns":1784398241948524353,"hash":"1c45e667edc5ea609372919ba85b787153f96d417f39d02eb2c97e763f82afb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorBookingStateAggregationTest.php":{"size":4537,"mtime_ns":1784378496722008554,"hash":"45dadd0f0319a860e8e00e0d1965f7b17eb761fff1ba31c151c782f3f99e7354"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorListLocationTest.php":{"size":7517,"mtime_ns":1784435551549551950,"hash":"ddaefc228f1f4f99764d1b366364da0b2c6846d1be6eb277748bcb62f45f4358"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/AutoCreateSessionOnConfirmTest.php":{"size":5447,"mtime_ns":1784380792799767632,"hash":"5584785ef3085c1ed28a7979fd71ad490585f0febc536db69b6c8f5f82be4a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/ClinicRecordAccessTest.php":{"size":11382,"mtime_ns":1784395744635170521,"hash":"4841a3f0eb512a5a86c142182dd0943e8d0b4c0d527e97fdb3e8535d1eb31e39"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Patient/SessionInsuranceShareTest.php":{"size":6332,"mtime_ns":1784401293060325476,"hash":"f15bbb2e277d2ef4d4a19e151c2e8f222c165313e87b7da528d84ce3a676778c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/AppointmentPaidConfirmFilesSessionTest.php":{"size":3937,"mtime_ns":1784380862606387277,"hash":"50cec6869ddfb20ee6c6eb6968b904f18269f26c998cb71413e4242c4c6dc5c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-confirm-flow.md":{"size":11177,"mtime_ns":1784392584583345331,"hash":"98206e14d1aeb5e21af846daba8472a2472698743270975356253ac5d7985889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/auto-create-record-and-session-on-confirm.md":{"size":22138,"mtime_ns":1784380187355495615,"hash":"d9f36ead6721655fd6dc9b75153d30b28764777f8716f926d75b08d560978209"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/blog-city-field.md":{"size":7094,"mtime_ns":1784434712498702254,"hash":"623a4538e6cb2c6adcd0a289ffd7bd1602feb79b4c72b4cf06319f4bcc0e7a17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/claims-dashboard-redesign.md":{"size":12325,"mtime_ns":1784399947808112374,"hash":"0059090ebf61bafeeb3f088304884d7069ea3157fdc19ccbece74e64024038e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cleanup-polluted-doctor-clinic-records.md":{"size":5475,"mtime_ns":1784434766567363585,"hash":"73c98ce6e26d39cc6caac682b18e855b0866a7fd098c393e882a09c2a1179e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-appointment-operations-fix.md":{"size":10338,"mtime_ns":1784392504803792253,"hash":"7c81c1f2065972f7cd01b7ffb28a17da258878eca3ac10019d83431736fc3bfc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-record-access.md":{"size":8353,"mtime_ns":1784392645113552064,"hash":"025d8cde0a28ee53dc39b5b838ef22dfaf4c4bc9e4227c4d8401f09821c60870"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctors-list-city-and-limit.md":{"size":6712,"mtime_ns":1784434654531400832,"hash":"bbf02dcb0910b275649cc42cbe8147ef6aca0cbaec15db62e9c90201081030ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-public-booking-state-and-admin-context-slots.md":{"size":14413,"mtime_ns":1784377150977664898,"hash":"d64d720870767396a3c872b4f35928974338721c2deeb4ae8ba2e1126627fd18"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-shared-calculation.md":{"size":14662,"mtime_ns":1784399857937008573,"hash":"4d44e2b476a7ce73cff0ab439a78101f6c1b4304957df556c24126b211328af8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260719044321.php":{"size":1525,"mtime_ns":1784436242771172187,"hash":"fb293a89a70b87678f2d8dc3af7ed1b91ba7408f956772b3c6677643929fb72f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Blog/BlogCityScopeTest.php":{"size":6939,"mtime_ns":1784436420779666073,"hash":"ba6258f8fb2808fe3fe1b1a831be9026a0aa7bbaaad4974d47e8c1fdbd3a3273"}} \ No newline at end of file diff --git a/graphify-out/graph.json b/graphify-out/graph.json index be6aac88..b6f612a6 100644 --- a/graphify-out/graph.json +++ b/graphify-out/graph.json @@ -120,7 +120,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_appointmentactions", - "community": 421, + "community": 200, "norm_label": "appointmentactions.tsx" }, { @@ -130,7 +130,7 @@ "source_location": "L32", "_origin": "ast", "id": "components_appointmentactions_modalkind", - "community": 421, + "community": 200, "norm_label": "modalkind" }, { @@ -140,7 +140,7 @@ "source_location": "L34", "_origin": "ast", "id": "components_appointmentactions_toepoch", - "community": 421, + "community": 8, "norm_label": "toepoch()" }, { @@ -150,7 +150,7 @@ "source_location": "L40", "_origin": "ast", "id": "components_appointmentactions_findrecorduuid", - "community": 421, + "community": 200, "norm_label": "findrecorduuid()" }, { @@ -160,7 +160,7 @@ "source_location": "L51", "_origin": "ast", "id": "components_appointmentactions_walletchargelink", - "community": 421, + "community": 200, "norm_label": "walletchargelink()" }, { @@ -170,7 +170,7 @@ "source_location": "L81", "_origin": "ast", "id": "components_appointmentactions_appointmentactionsmenu", - "community": 421, + "community": 200, "norm_label": "appointmentactionsmenu()" }, { @@ -180,7 +180,7 @@ "source_location": "L294", "_origin": "ast", "id": "components_appointmentactions_inforow", - "community": 421, + "community": 200, "norm_label": "inforow()" }, { @@ -190,7 +190,7 @@ "source_location": "L341", "_origin": "ast", "id": "components_appointmentactions_appointmentinfomodal", - "community": 421, + "community": 200, "norm_label": "appointmentinfomodal()" }, { @@ -200,7 +200,7 @@ "source_location": "L447", "_origin": "ast", "id": "components_appointmentactions_moveappointmentmodal", - "community": 421, + "community": 200, "norm_label": "moveappointmentmodal()" }, { @@ -210,7 +210,7 @@ "source_location": "L536", "_origin": "ast", "id": "components_appointmentactions_transferreservemodal", - "community": 421, + "community": 200, "norm_label": "transferreservemodal()" }, { @@ -220,7 +220,7 @@ "source_location": "L644", "_origin": "ast", "id": "components_appointmentactions_pickeroption", - "community": 421, + "community": 200, "norm_label": "pickeroption" }, { @@ -230,7 +230,7 @@ "source_location": "L649", "_origin": "ast", "id": "components_appointmentactions_pickedpatient", - "community": 421, + "community": 200, "norm_label": "pickedpatient" }, { @@ -240,7 +240,7 @@ "source_location": "L655", "_origin": "ast", "id": "components_appointmentactions_replaceappointmentmodal", - "community": 421, + "community": 8, "norm_label": "replaceappointmentmodal()" }, { @@ -280,7 +280,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_appointmentfiltersmodal", - "community": 200, + "community": 421, "norm_label": "appointmentfiltersmodal.tsx" }, { @@ -290,7 +290,7 @@ "source_location": "L11", "_origin": "ast", "id": "components_appointmentfiltersmodal_option", - "community": 200, + "community": 421, "norm_label": "option" }, { @@ -320,7 +320,7 @@ "source_location": "L29", "_origin": "ast", "id": "components_appointmentfiltersmodal_status_options", - "community": 200, + "community": 421, "norm_label": "status_options" }, { @@ -340,7 +340,7 @@ "source_location": "L57", "_origin": "ast", "id": "components_appointmentfiltersmodal_appointmentfiltersmodal", - "community": 200, + "community": 421, "norm_label": "appointmentfiltersmodal()" }, { @@ -430,7 +430,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_clinicdoctorsmanager", - "community": 21, + "community": 421, "norm_label": "clinicdoctorsmanager.tsx" }, { @@ -440,7 +440,7 @@ "source_location": "L15", "_origin": "ast", "id": "components_clinicdoctorsmanager_hues_list", - "community": 21, + "community": 421, "norm_label": "hues_list" }, { @@ -450,7 +450,7 @@ "source_location": "L17", "_origin": "ast", "id": "components_clinicdoctorsmanager_clinicdoctoritem", - "community": 21, + "community": 421, "norm_label": "clinicdoctoritem" }, { @@ -460,7 +460,7 @@ "source_location": "L25", "_origin": "ast", "id": "components_clinicdoctorsmanager_clinicinvitation", - "community": 21, + "community": 421, "norm_label": "clinicinvitation" }, { @@ -470,7 +470,7 @@ "source_location": "L38", "_origin": "ast", "id": "components_clinicdoctorsmanager_inv_status_map", - "community": 21, + "community": 421, "norm_label": "inv_status_map" }, { @@ -480,7 +480,7 @@ "source_location": "L52", "_origin": "ast", "id": "components_clinicdoctorsmanager_clinicdoctorsmanager", - "community": 21, + "community": 421, "norm_label": "clinicdoctorsmanager()" }, { @@ -490,7 +490,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_discounttab", - "community": 421, + "community": 8, "norm_label": "discounttab.tsx" }, { @@ -500,7 +500,7 @@ "source_location": "L16", "_origin": "ast", "id": "components_discounttab_type_labels", - "community": 421, + "community": 8, "norm_label": "type_labels" }, { @@ -510,7 +510,7 @@ "source_location": "L25", "_origin": "ast", "id": "components_discounttab_option", - "community": 421, + "community": 8, "norm_label": "option" }, { @@ -520,7 +520,7 @@ "source_location": "L27", "_origin": "ast", "id": "components_discounttab_unixtoiso", - "community": 421, + "community": 8, "norm_label": "unixtoiso()" }, { @@ -530,7 +530,7 @@ "source_location": "L32", "_origin": "ast", "id": "components_discounttab_isotounix", - "community": 421, + "community": 8, "norm_label": "isotounix()" }, { @@ -540,7 +540,7 @@ "source_location": "L34", "_origin": "ast", "id": "components_discounttab_formstate", - "community": 421, + "community": 8, "norm_label": "formstate" }, { @@ -550,7 +550,7 @@ "source_location": "L52", "_origin": "ast", "id": "components_discounttab_emptyform", - "community": 421, + "community": 8, "norm_label": "emptyform()" }, { @@ -560,7 +560,7 @@ "source_location": "L59", "_origin": "ast", "id": "components_discounttab_fromrule", - "community": 421, + "community": 8, "norm_label": "fromrule()" }, { @@ -570,7 +570,7 @@ "source_location": "L71", "_origin": "ast", "id": "components_discounttab_labelstyle", - "community": 421, + "community": 8, "norm_label": "labelstyle()" }, { @@ -580,7 +580,7 @@ "source_location": "L73", "_origin": "ast", "id": "components_discounttab_discounttab", - "community": 421, + "community": 8, "norm_label": "discounttab()" }, { @@ -590,7 +590,7 @@ "source_location": "L164", "_origin": "ast", "id": "components_discounttab_rulemodal", - "community": 421, + "community": 8, "norm_label": "rulemodal()" }, { @@ -640,7 +640,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_freevisitprice", - "community": 421, + "community": 13, "norm_label": "freevisitprice.tsx" }, { @@ -650,7 +650,7 @@ "source_location": "L8", "_origin": "ast", "id": "components_freevisitprice_pricing", - "community": 421, + "community": 13, "norm_label": "pricing" }, { @@ -660,7 +660,7 @@ "source_location": "L11", "_origin": "ast", "id": "components_freevisitprice_freevisitprice", - "community": 421, + "community": 8, "norm_label": "freevisitprice()" }, { @@ -880,7 +880,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_invoicesummarymodal", - "community": 314, + "community": 21, "norm_label": "invoicesummarymodal.tsx" }, { @@ -890,7 +890,7 @@ "source_location": "L8", "_origin": "ast", "id": "components_invoicesummarymodal_invoiceitem", - "community": 314, + "community": 21, "norm_label": "invoiceitem" }, { @@ -900,7 +900,7 @@ "source_location": "L9", "_origin": "ast", "id": "components_invoicesummarymodal_sessionpayment", - "community": 314, + "community": 21, "norm_label": "sessionpayment" }, { @@ -910,7 +910,7 @@ "source_location": "L10", "_origin": "ast", "id": "components_invoicesummarymodal_sessionconsumable", - "community": 314, + "community": 21, "norm_label": "sessionconsumable" }, { @@ -920,7 +920,7 @@ "source_location": "L11", "_origin": "ast", "id": "components_invoicesummarymodal_sessiondata", - "community": 314, + "community": 21, "norm_label": "sessiondata" }, { @@ -930,7 +930,7 @@ "source_location": "L20", "_origin": "ast", "id": "components_invoicesummarymodal_invoice", - "community": 314, + "community": 21, "norm_label": "invoice" }, { @@ -940,7 +940,7 @@ "source_location": "L27", "_origin": "ast", "id": "components_invoicesummarymodal_status_label", - "community": 314, + "community": 21, "norm_label": "status_label" }, { @@ -950,7 +950,7 @@ "source_location": "L30", "_origin": "ast", "id": "components_invoicesummarymodal_sectiontable", - "community": 314, + "community": 21, "norm_label": "sectiontable()" }, { @@ -960,7 +960,7 @@ "source_location": "L59", "_origin": "ast", "id": "components_invoicesummarymodal_invoicesummarymodal", - "community": 314, + "community": 21, "norm_label": "invoicesummarymodal()" }, { @@ -1050,7 +1050,7 @@ "source_location": "L18", "_origin": "ast", "id": "components_newappointmentdrawer_toepoch", - "community": 421, + "community": 8, "norm_label": "toepoch()" }, { @@ -1140,7 +1140,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_patientrecordinfoform_test", - "community": 1, + "community": 577, "norm_label": "patientrecordinfoform.test.tsx" }, { @@ -1150,7 +1150,7 @@ "source_location": "L9", "_origin": "ast", "id": "components_patientrecordinfoform_test_options", - "community": 1, + "community": 577, "norm_label": "options" }, { @@ -1160,7 +1160,7 @@ "source_location": "L20", "_origin": "ast", "id": "components_patientrecordinfoform_test_basevalues", - "community": 1, + "community": 577, "norm_label": "basevalues" }, { @@ -1170,7 +1170,7 @@ "source_location": "L42", "_origin": "ast", "id": "components_patientrecordinfoform_test_setup", - "community": 1, + "community": 577, "norm_label": "setup()" }, { @@ -1200,7 +1200,7 @@ "source_location": "L40", "_origin": "ast", "id": "components_patientrecordinfoform_patientformvalues", - "community": 1, + "community": 577, "norm_label": "patientformvalues" }, { @@ -1210,7 +1210,7 @@ "source_location": "L42", "_origin": "ast", "id": "components_patientrecordinfoform_patientformoptions", - "community": 1, + "community": 577, "norm_label": "patientformoptions" }, { @@ -1350,7 +1350,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_serviceinsurancemodal_test", - "community": 13, + "community": 421, "norm_label": "serviceinsurancemodal.test.tsx" }, { @@ -1360,7 +1360,7 @@ "source_location": "L15", "_origin": "ast", "id": "components_serviceinsurancemodal_test_get", - "community": 13, + "community": 421, "norm_label": "get" }, { @@ -1370,7 +1370,7 @@ "source_location": "L16", "_origin": "ast", "id": "components_serviceinsurancemodal_test_put", - "community": 13, + "community": 421, "norm_label": "put" }, { @@ -1380,7 +1380,7 @@ "source_location": "L18", "_origin": "ast", "id": "components_serviceinsurancemodal_test_item", - "community": 13, + "community": 421, "norm_label": "item" }, { @@ -1390,7 +1390,7 @@ "source_location": "L31", "_origin": "ast", "id": "components_serviceinsurancemodal_test_percentinput", - "community": 13, + "community": 421, "norm_label": "percentinput()" }, { @@ -2020,7 +2020,7 @@ "source_location": "L1", "_origin": "ast", "id": "appointments_confirmappointmentmodal", - "community": 421, + "community": 8, "norm_label": "confirmappointmentmodal.tsx" }, { @@ -2030,7 +2030,7 @@ "source_location": "L12", "_origin": "ast", "id": "appointments_confirmappointmentmodal_method_options", - "community": 421, + "community": 8, "norm_label": "method_options" }, { @@ -2040,7 +2040,7 @@ "source_location": "L19", "_origin": "ast", "id": "appointments_confirmappointmentmodal_serviceitem", - "community": 421, + "community": 8, "norm_label": "serviceitem" }, { @@ -2050,7 +2050,7 @@ "source_location": "L25", "_origin": "ast", "id": "appointments_confirmappointmentmodal_appointmentlike", - "community": 421, + "community": 8, "norm_label": "appointmentlike" }, { @@ -2060,7 +2060,7 @@ "source_location": "L33", "_origin": "ast", "id": "appointments_confirmappointmentmodal_props", - "community": 421, + "community": 8, "norm_label": "props" }, { @@ -2070,7 +2070,7 @@ "source_location": "L43", "_origin": "ast", "id": "appointments_confirmappointmentmodal_rowstyle", - "community": 421, + "community": 8, "norm_label": "rowstyle" }, { @@ -2080,7 +2080,7 @@ "source_location": "L57", "_origin": "ast", "id": "appointments_confirmappointmentmodal_confirmappointmentmodal", - "community": 421, + "community": 8, "norm_label": "confirmappointmentmodal()" }, { @@ -2270,7 +2270,7 @@ "source_location": "L1", "_origin": "ast", "id": "appointments_turnstable", - "community": 421, + "community": 200, "norm_label": "turnstable.tsx" }, { @@ -2280,7 +2280,7 @@ "source_location": "L10", "_origin": "ast", "id": "appointments_turnstable_th", - "community": 421, + "community": 200, "norm_label": "th" }, { @@ -2290,7 +2290,7 @@ "source_location": "L11", "_origin": "ast", "id": "appointments_turnstable_td", - "community": 421, + "community": 200, "norm_label": "td" }, { @@ -2300,7 +2300,7 @@ "source_location": "L13", "_origin": "ast", "id": "appointments_turnstable_turnstable", - "community": 421, + "community": 200, "norm_label": "turnstable()" }, { @@ -3250,7 +3250,7 @@ "source_location": "L363", "_origin": "ast", "id": "icons_filesserviceicons_usertick", - "community": 421, + "community": 314, "norm_label": "usertick()" }, { @@ -3260,7 +3260,7 @@ "source_location": "L375", "_origin": "ast", "id": "icons_filesserviceicons_filesserviceaddcard", - "community": 421, + "community": 314, "norm_label": "filesserviceaddcard()" }, { @@ -3270,7 +3270,7 @@ "source_location": "L1", "_origin": "ast", "id": "icons_filestoolbaricons", - "community": 21, + "community": 841, "norm_label": "filestoolbaricons.tsx" }, { @@ -3280,7 +3280,7 @@ "source_location": "L6", "_origin": "ast", "id": "icons_filestoolbaricons_searchheaderp", - "community": 21, + "community": 841, "norm_label": "searchheaderp()" }, { @@ -3290,7 +3290,7 @@ "source_location": "L15", "_origin": "ast", "id": "icons_filestoolbaricons_turnsfilter", - "community": 21, + "community": 841, "norm_label": "turnsfilter()" }, { @@ -3300,7 +3300,7 @@ "source_location": "L27", "_origin": "ast", "id": "icons_filestoolbaricons_patientsgridview", - "community": 21, + "community": 841, "norm_label": "patientsgridview()" }, { @@ -3310,7 +3310,7 @@ "source_location": "L40", "_origin": "ast", "id": "icons_filestoolbaricons_patientscategoryview", - "community": 21, + "community": 841, "norm_label": "patientscategoryview()" }, { @@ -3320,7 +3320,7 @@ "source_location": "L51", "_origin": "ast", "id": "icons_filestoolbaricons_addturn", - "community": 21, + "community": 841, "norm_label": "addturn()" }, { @@ -4660,7 +4660,7 @@ "source_location": "L1", "_origin": "ast", "id": "session_createstep", - "community": 421, + "community": 314, "norm_label": "createstep.tsx" }, { @@ -4670,7 +4670,7 @@ "source_location": "L15", "_origin": "ast", "id": "session_createstep_contract", - "community": 421, + "community": 314, "norm_label": "contract" }, { @@ -4680,7 +4680,7 @@ "source_location": "L16", "_origin": "ast", "id": "session_createstep_coveragerow", - "community": 421, + "community": 314, "norm_label": "coveragerow" }, { @@ -4690,7 +4690,7 @@ "source_location": "L17", "_origin": "ast", "id": "session_createstep_rule", - "community": 421, + "community": 314, "norm_label": "rule" }, { @@ -4700,7 +4700,7 @@ "source_location": "L18", "_origin": "ast", "id": "session_createstep_inventoryitemrow", - "community": 421, + "community": 314, "norm_label": "inventoryitemrow" }, { @@ -4710,7 +4710,7 @@ "source_location": "L19", "_origin": "ast", "id": "session_createstep_packagerow", - "community": 421, + "community": 314, "norm_label": "packagerow" }, { @@ -4720,7 +4720,7 @@ "source_location": "L20", "_origin": "ast", "id": "session_createstep_staffrow", - "community": 421, + "community": 314, "norm_label": "staffrow" }, { @@ -4730,7 +4730,7 @@ "source_location": "L23", "_origin": "ast", "id": "session_createstep_patientshareof", - "community": 421, + "community": 314, "norm_label": "patientshareof()" }, { @@ -4740,7 +4740,7 @@ "source_location": "L41", "_origin": "ast", "id": "session_createstep_todayiso", - "community": 421, + "community": 314, "norm_label": "todayiso()" }, { @@ -4750,7 +4750,7 @@ "source_location": "L42", "_origin": "ast", "id": "session_createstep_nowhhmm", - "community": 421, + "community": 314, "norm_label": "nowhhmm()" }, { @@ -4760,7 +4760,7 @@ "source_location": "L47", "_origin": "ast", "id": "session_createstep_tosessionat", - "community": 421, + "community": 314, "norm_label": "tosessionat()" }, { @@ -4770,7 +4770,7 @@ "source_location": "L50", "_origin": "ast", "id": "session_createstep_fieldlabel", - "community": 421, + "community": 314, "norm_label": "fieldlabel" }, { @@ -4780,7 +4780,7 @@ "source_location": "L51", "_origin": "ast", "id": "session_createstep_primarybtn", - "community": 421, + "community": 314, "norm_label": "primarybtn" }, { @@ -4790,7 +4790,7 @@ "source_location": "L52", "_origin": "ast", "id": "session_createstep_ghostbtn", - "community": 421, + "community": 314, "norm_label": "ghostbtn" }, { @@ -4800,7 +4800,7 @@ "source_location": "L54", "_origin": "ast", "id": "session_createstep_props", - "community": 421, + "community": 577, "norm_label": "props" }, { @@ -4810,7 +4810,7 @@ "source_location": "L68", "_origin": "ast", "id": "session_createstep_createstep", - "community": 421, + "community": 314, "norm_label": "createstep()" }, { @@ -4820,7 +4820,7 @@ "source_location": "L1", "_origin": "ast", "id": "session_detailsstep_test", - "community": 13, + "community": 314, "norm_label": "detailsstep.test.tsx" }, { @@ -4830,7 +4830,7 @@ "source_location": "L16", "_origin": "ast", "id": "session_detailsstep_test_post", - "community": 13, + "community": 314, "norm_label": "post" }, { @@ -4840,7 +4840,7 @@ "source_location": "L18", "_origin": "ast", "id": "session_detailsstep_test_session", - "community": 13, + "community": 314, "norm_label": "session" }, { @@ -4890,7 +4890,7 @@ "source_location": "L24", "_origin": "ast", "id": "session_detailsstep_detailsstep", - "community": 314, + "community": 21, "norm_label": "detailsstep()" }, { @@ -4920,7 +4920,7 @@ "source_location": "L25", "_origin": "ast", "id": "session_paymentstep_method_labels", - "community": 314, + "community": 21, "norm_label": "method_labels" }, { @@ -5000,7 +5000,7 @@ "source_location": "L1", "_origin": "ast", "id": "session_sessionauditmodal", - "community": 314, + "community": 21, "norm_label": "sessionauditmodal.tsx" }, { @@ -5010,7 +5010,7 @@ "source_location": "L8", "_origin": "ast", "id": "session_sessionauditmodal_field_labels", - "community": 314, + "community": 21, "norm_label": "field_labels" }, { @@ -5020,7 +5020,7 @@ "source_location": "L18", "_origin": "ast", "id": "session_sessionauditmodal_op_labels", - "community": 314, + "community": 21, "norm_label": "op_labels" }, { @@ -5030,7 +5030,7 @@ "source_location": "L25", "_origin": "ast", "id": "session_sessionauditmodal_rial_fields", - "community": 314, + "community": 21, "norm_label": "rial_fields" }, { @@ -5040,7 +5040,7 @@ "source_location": "L26", "_origin": "ast", "id": "session_sessionauditmodal_fmtvalue", - "community": 314, + "community": 21, "norm_label": "fmtvalue()" }, { @@ -5050,7 +5050,7 @@ "source_location": "L32", "_origin": "ast", "id": "session_sessionauditmodal_sessionauditmodal", - "community": 314, + "community": 21, "norm_label": "sessionauditmodal()" }, { @@ -5120,7 +5120,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_appointmentstatusdropdown", - "community": 421, + "community": 200, "norm_label": "appointmentstatusdropdown.tsx" }, { @@ -5130,7 +5130,7 @@ "source_location": "L10", "_origin": "ast", "id": "ui_appointmentstatusdropdown_status_meta", - "community": 421, + "community": 200, "norm_label": "status_meta" }, { @@ -5140,7 +5140,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_appointmentstatusdropdown_transitions", - "community": 421, + "community": 200, "norm_label": "transitions" }, { @@ -5150,7 +5150,7 @@ "source_location": "L30", "_origin": "ast", "id": "ui_appointmentstatusdropdown_props", - "community": 421, + "community": 200, "norm_label": "props" }, { @@ -5160,7 +5160,7 @@ "source_location": "L37", "_origin": "ast", "id": "ui_appointmentstatusdropdown_appointmentstatusdropdown", - "community": 421, + "community": 200, "norm_label": "appointmentstatusdropdown()" }, { @@ -5290,7 +5290,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_doctorpermissionsmodal", - "community": 63, + "community": 421, "norm_label": "doctorpermissionsmodal.tsx" }, { @@ -5300,7 +5300,7 @@ "source_location": "L9", "_origin": "ast", "id": "ui_doctorpermissionsmodal_permissionenvelope", - "community": 63, + "community": 421, "norm_label": "permissionenvelope" }, { @@ -5310,7 +5310,7 @@ "source_location": "L14", "_origin": "ast", "id": "ui_doctorpermissionsmodal_clinicdoctorpermissionpayload", - "community": 63, + "community": 421, "norm_label": "clinicdoctorpermissionpayload" }, { @@ -5320,7 +5320,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_doctorpermissionsmodal_resource_labels", - "community": 63, + "community": 421, "norm_label": "resource_labels" }, { @@ -5330,7 +5330,7 @@ "source_location": "L50", "_origin": "ast", "id": "ui_doctorpermissionsmodal_action_columns", - "community": 63, + "community": 421, "norm_label": "action_columns" }, { @@ -5340,7 +5340,7 @@ "source_location": "L51", "_origin": "ast", "id": "ui_doctorpermissionsmodal_action_headers", - "community": 63, + "community": 421, "norm_label": "action_headers" }, { @@ -5350,7 +5350,7 @@ "source_location": "L53", "_origin": "ast", "id": "ui_doctorpermissionsmodal_doctorpermissionsmodal", - "community": 21, + "community": 421, "norm_label": "doctorpermissionsmodal()" }, { @@ -5450,7 +5450,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_invitedoctormodal", - "community": 21, + "community": 1, "norm_label": "invitedoctormodal.tsx" }, { @@ -5460,7 +5460,7 @@ "source_location": "L13", "_origin": "ast", "id": "ui_invitedoctormodal_inviteschema", - "community": 21, + "community": 1, "norm_label": "inviteschema" }, { @@ -5470,7 +5470,7 @@ "source_location": "L18", "_origin": "ast", "id": "ui_invitedoctormodal_inviteform", - "community": 21, + "community": 1, "norm_label": "inviteform" }, { @@ -5480,7 +5480,7 @@ "source_location": "L20", "_origin": "ast", "id": "ui_invitedoctormodal_props", - "community": 21, + "community": 1, "norm_label": "props" }, { @@ -5490,7 +5490,7 @@ "source_location": "L26", "_origin": "ast", "id": "ui_invitedoctormodal_invitedoctormodal", - "community": 21, + "community": 1, "norm_label": "invitedoctormodal()" }, { @@ -5520,7 +5520,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_modal", - "community": 63, + "community": 421, "norm_label": "modal.tsx" }, { @@ -5530,7 +5530,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_modal_modalsize", - "community": 63, + "community": 421, "norm_label": "modalsize" }, { @@ -5540,7 +5540,7 @@ "source_location": "L7", "_origin": "ast", "id": "ui_modal_sizemap", - "community": 63, + "community": 421, "norm_label": "sizemap" }, { @@ -5550,7 +5550,7 @@ "source_location": "L14", "_origin": "ast", "id": "ui_modal_props", - "community": 63, + "community": 421, "norm_label": "props" }, { @@ -5560,7 +5560,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_modal_modal", - "community": 63, + "community": 421, "norm_label": "modal()" }, { @@ -5790,7 +5790,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_persiandateinput_test", - "community": 421, + "community": 314, "norm_label": "persiandateinput.test.tsx" }, { @@ -5800,7 +5800,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_persiandateinput", - "community": 421, + "community": 314, "norm_label": "persiandateinput.tsx" }, { @@ -5810,7 +5810,7 @@ "source_location": "L3", "_origin": "ast", "id": "ui_persiandateinput_props", - "community": 421, + "community": 314, "norm_label": "props" }, { @@ -5820,7 +5820,7 @@ "source_location": "L15", "_origin": "ast", "id": "ui_persiandateinput_persiandateinput", - "community": 421, + "community": 314, "norm_label": "persiandateinput()" }, { @@ -5830,7 +5830,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_persiandatepicker", - "community": 1, + "community": 63, "norm_label": "persiandatepicker.tsx" }, { @@ -5840,7 +5840,7 @@ "source_location": "L7", "_origin": "ast", "id": "ui_persiandatepicker_props", - "community": 1, + "community": 63, "norm_label": "props" }, { @@ -5850,7 +5850,7 @@ "source_location": "L17", "_origin": "ast", "id": "ui_persiandatepicker_persiandatepicker", - "community": 1, + "community": 63, "norm_label": "persiandatepicker()" }, { @@ -6020,7 +6020,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_searchableselect_test", - "community": 421, + "community": 416, "norm_label": "searchableselect.test.tsx" }, { @@ -6030,7 +6030,7 @@ "source_location": "L7", "_origin": "ast", "id": "ui_searchableselect_test_insuranceopts", - "community": 421, + "community": 416, "norm_label": "insuranceopts" }, { @@ -6040,7 +6040,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_searchableselect", - "community": 421, + "community": 416, "norm_label": "searchableselect.tsx" }, { @@ -6050,7 +6050,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_searchableselect_selectoption", - "community": 1, + "community": 577, "norm_label": "selectoption" }, { @@ -6060,7 +6060,7 @@ "source_location": "L10", "_origin": "ast", "id": "ui_searchableselect_props", - "community": 421, + "community": 416, "norm_label": "props" }, { @@ -6070,7 +6070,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_searchableselect_searchableselect", - "community": 421, + "community": 416, "norm_label": "searchableselect()" }, { @@ -6080,7 +6080,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_statcard", - "community": 416, + "community": 21, "norm_label": "statcard.tsx" }, { @@ -6090,7 +6090,7 @@ "source_location": "L3", "_origin": "ast", "id": "ui_statcard_stattone", - "community": 416, + "community": 21, "norm_label": "stattone" }, { @@ -6100,7 +6100,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_statcard_tone", - "community": 416, + "community": 21, "norm_label": "tone" }, { @@ -6110,7 +6110,7 @@ "source_location": "L12", "_origin": "ast", "id": "ui_statcard_props", - "community": 416, + "community": 21, "norm_label": "props" }, { @@ -6120,7 +6120,7 @@ "source_location": "L19", "_origin": "ast", "id": "ui_statcard_statcard", - "community": 416, + "community": 21, "norm_label": "statcard()" }, { @@ -6490,7 +6490,7 @@ "source_location": "L12", "_origin": "ast", "id": "hooks_useissueinvoice_useissueinvoice", - "community": 577, + "community": 314, "norm_label": "useissueinvoice()" }, { @@ -6730,7 +6730,7 @@ "source_location": "L1", "_origin": "ast", "id": "hooks_usepaymentconfig", - "community": 49, + "community": 21, "norm_label": "usepaymentconfig.ts" }, { @@ -6740,7 +6740,7 @@ "source_location": "L5", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentgatewayinfo", - "community": 49, + "community": 21, "norm_label": "paymentgatewayinfo" }, { @@ -6750,7 +6750,7 @@ "source_location": "L10", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentconfig", - "community": 49, + "community": 21, "norm_label": "paymentconfig" }, { @@ -6760,7 +6760,7 @@ "source_location": "L16", "_origin": "ast", "id": "hooks_usepaymentconfig_usepaymentconfig", - "community": 49, + "community": 21, "norm_label": "usepaymentconfig()" }, { @@ -7150,7 +7150,7 @@ "source_location": "L127", "_origin": "ast", "id": "lib_api_apiresponse", - "community": 314, + "community": 421, "norm_label": "apiresponse" }, { @@ -7370,7 +7370,7 @@ "source_location": "L5", "_origin": "ast", "id": "lib_utils_rialtotoman", - "community": 421, + "community": 8, "norm_label": "rialtotoman()" }, { @@ -7380,7 +7380,7 @@ "source_location": "L6", "_origin": "ast", "id": "lib_utils_tomantorial", - "community": 421, + "community": 8, "norm_label": "tomantorial()" }, { @@ -7390,7 +7390,7 @@ "source_location": "L9", "_origin": "ast", "id": "lib_utils_formatrial", - "community": 314, + "community": 21, "norm_label": "formatrial()" }, { @@ -7430,7 +7430,7 @@ "source_location": "L34", "_origin": "ast", "id": "lib_utils_formatdate", - "community": 49, + "community": 63, "norm_label": "formatdate()" }, { @@ -7440,7 +7440,7 @@ "source_location": "L43", "_origin": "ast", "id": "lib_utils_formatdatetime", - "community": 314, + "community": 21, "norm_label": "formatdatetime()" }, { @@ -7460,7 +7460,7 @@ "source_location": "L62", "_origin": "ast", "id": "lib_utils_tzoffsetminutes", - "community": 421, + "community": 8, "norm_label": "tzoffsetminutes()" }, { @@ -7470,7 +7470,7 @@ "source_location": "L74", "_origin": "ast", "id": "lib_utils_tehranwallclocktounix", - "community": 421, + "community": 8, "norm_label": "tehranwallclocktounix()" }, { @@ -7930,7 +7930,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_appointmentcreatepage", - "community": 421, + "community": 13, "norm_label": "appointmentcreatepage.tsx" }, { @@ -7940,7 +7940,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_appointmentcreatepage_option", - "community": 421, + "community": 13, "norm_label": "option" }, { @@ -7950,7 +7950,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_appointmentcreatepage_patientrow", - "community": 421, + "community": 13, "norm_label": "patientrow" }, { @@ -7960,7 +7960,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_appointmentcreatepage_toepoch", - "community": 421, + "community": 8, "norm_label": "toepoch()" }, { @@ -7970,7 +7970,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_appointmentcreatepage_addminutes", - "community": 421, + "community": 13, "norm_label": "addminutes()" }, { @@ -7980,7 +7980,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_appointmentcreatepage_label", - "community": 421, + "community": 13, "norm_label": "label" }, { @@ -7990,7 +7990,7 @@ "source_location": "L36", "_origin": "ast", "id": "pages_appointmentcreatepage_sectiontitle", - "community": 421, + "community": 13, "norm_label": "sectiontitle" }, { @@ -8000,7 +8000,7 @@ "source_location": "L38", "_origin": "ast", "id": "pages_appointmentcreatepage_appointmentcreatepage", - "community": 421, + "community": 13, "norm_label": "appointmentcreatepage()" }, { @@ -8160,7 +8160,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_appointmenteditpage", - "community": 421, + "community": 200, "norm_label": "appointmenteditpage.tsx" }, { @@ -8170,7 +8170,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_appointmenteditpage_option", - "community": 421, + "community": 200, "norm_label": "option" }, { @@ -8180,7 +8180,7 @@ "source_location": "L16", "_origin": "ast", "id": "pages_appointmenteditpage_appointmentdetail", - "community": 421, + "community": 200, "norm_label": "appointmentdetail" }, { @@ -8190,7 +8190,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_appointmenteditpage_isodate", - "community": 421, + "community": 200, "norm_label": "isodate()" }, { @@ -8200,7 +8200,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_appointmenteditpage_isotime", - "community": 421, + "community": 200, "norm_label": "isotime()" }, { @@ -8210,7 +8210,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_appointmenteditpage_toepoch", - "community": 421, + "community": 200, "norm_label": "toepoch()" }, { @@ -8220,7 +8220,7 @@ "source_location": "L36", "_origin": "ast", "id": "pages_appointmenteditpage_appointmenteditpage", - "community": 421, + "community": 200, "norm_label": "appointmenteditpage()" }, { @@ -8453,6 +8453,16 @@ "community": 13, "norm_label": "post" }, + { + "label": "get", + "file_type": "code", + "source_file": "assets/admin/pages/BlogFormPage.test.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "pages_blogformpage_test_get", + "community": 13, + "norm_label": "get" + }, { "label": "BlogFormPage.tsx", "file_type": "code", @@ -8460,47 +8470,47 @@ "source_location": "L1", "_origin": "ast", "id": "pages_blogformpage", - "community": 13, + "community": 63, "norm_label": "blogformpage.tsx" }, { "label": "schema", "file_type": "code", "source_file": "assets/admin/pages/BlogFormPage.tsx", - "source_location": "L17", + "source_location": "L18", "_origin": "ast", "id": "pages_blogformpage_schema", - "community": 13, + "community": 63, "norm_label": "schema" }, { "label": "FormData", "file_type": "code", "source_file": "assets/admin/pages/BlogFormPage.tsx", - "source_location": "L25", + "source_location": "L28", "_origin": "ast", "id": "pages_blogformpage_formdata", - "community": 13, + "community": 63, "norm_label": "formdata" }, { "label": "uploadBlogImage()", "file_type": "code", "source_file": "assets/admin/pages/BlogFormPage.tsx", - "source_location": "L27", + "source_location": "L30", "_origin": "ast", "id": "pages_blogformpage_uploadblogimage", - "community": 13, + "community": 63, "norm_label": "uploadblogimage()" }, { "label": "BlogFormPage()", "file_type": "code", "source_file": "assets/admin/pages/BlogFormPage.tsx", - "source_location": "L46", + "source_location": "L49", "_origin": "ast", "id": "pages_blogformpage_blogformpage", - "community": 13, + "community": 63, "norm_label": "blogformpage()" }, { @@ -9050,7 +9060,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_clinicdetailpage", - "community": 21, + "community": 1, "norm_label": "clinicdetailpage.tsx" }, { @@ -9060,7 +9070,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_clinicdetailpage_hues_list", - "community": 21, + "community": 1, "norm_label": "hues_list" }, { @@ -9070,7 +9080,7 @@ "source_location": "L36", "_origin": "ast", "id": "pages_clinicdetailpage_iran_center", - "community": 21, + "community": 1, "norm_label": "iran_center" }, { @@ -9080,7 +9090,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_clinicdetailpage_clinicaddress", - "community": 21, + "community": 1, "norm_label": "clinicaddress" }, { @@ -9090,7 +9100,7 @@ "source_location": "L50", "_origin": "ast", "id": "pages_clinicdetailpage_opt", - "community": 21, + "community": 1, "norm_label": "opt" }, { @@ -9100,7 +9110,7 @@ "source_location": "L51", "_origin": "ast", "id": "pages_clinicdetailpage_optuuid", - "community": 21, + "community": 1, "norm_label": "optuuid" }, { @@ -9110,7 +9120,7 @@ "source_location": "L55", "_origin": "ast", "id": "pages_clinicdetailpage_urlorempty", - "community": 21, + "community": 1, "norm_label": "urlorempty" }, { @@ -9120,7 +9130,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_clinicdetailpage_editschema", - "community": 21, + "community": 1, "norm_label": "editschema" }, { @@ -9130,7 +9140,7 @@ "source_location": "L71", "_origin": "ast", "id": "pages_clinicdetailpage_editform", - "community": 21, + "community": 1, "norm_label": "editform" }, { @@ -9140,7 +9150,7 @@ "source_location": "L75", "_origin": "ast", "id": "pages_clinicdetailpage_searchableselectfield", - "community": 21, + "community": 1, "norm_label": "searchableselectfield()" }, { @@ -9150,7 +9160,7 @@ "source_location": "L169", "_origin": "ast", "id": "pages_clinicdetailpage_multichecklist", - "community": 21, + "community": 1, "norm_label": "multichecklist()" }, { @@ -9160,7 +9170,7 @@ "source_location": "L213", "_origin": "ast", "id": "pages_clinicdetailpage_mapclickhandler", - "community": 21, + "community": 1, "norm_label": "mapclickhandler()" }, { @@ -9170,7 +9180,7 @@ "source_location": "L217", "_origin": "ast", "id": "pages_clinicdetailpage_mapflycontroller", - "community": 21, + "community": 1, "norm_label": "mapflycontroller()" }, { @@ -9180,7 +9190,7 @@ "source_location": "L222", "_origin": "ast", "id": "pages_clinicdetailpage_mappicker", - "community": 21, + "community": 1, "norm_label": "mappicker()" }, { @@ -9190,7 +9200,7 @@ "source_location": "L246", "_origin": "ast", "id": "pages_clinicdetailpage_geocodecity", - "community": 21, + "community": 1, "norm_label": "geocodecity()" }, { @@ -9210,7 +9220,7 @@ "source_location": "L444", "_origin": "ast", "id": "pages_clinicdetailpage_clinicdetailpage", - "community": 21, + "community": 1, "norm_label": "clinicdetailpage()" }, { @@ -9220,7 +9230,7 @@ "source_location": "L1090", "_origin": "ast", "id": "pages_clinicdetailpage_infotile", - "community": 21, + "community": 1, "norm_label": "infotile()" }, { @@ -9930,7 +9940,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_discountspage", - "community": 421, + "community": 8, "norm_label": "discountspage.tsx" }, { @@ -9940,7 +9950,7 @@ "source_location": "L5", "_origin": "ast", "id": "pages_discountspage_discountspage", - "community": 421, + "community": 8, "norm_label": "discountspage()" }, { @@ -9950,7 +9960,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_doctorclaimspage", - "community": 63, + "community": 421, "norm_label": "doctorclaimspage.tsx" }, { @@ -9960,7 +9970,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_doctorclaimspage_doctorclaim", - "community": 63, + "community": 421, "norm_label": "doctorclaim" }, { @@ -9970,7 +9980,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_doctorclaimspage_filters", - "community": 63, + "community": 421, "norm_label": "filters" }, { @@ -9980,7 +9990,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_doctorclaimspage_status_badge", - "community": 63, + "community": 421, "norm_label": "status_badge" }, { @@ -9990,7 +10000,7 @@ "source_location": "L36", "_origin": "ast", "id": "pages_doctorclaimspage_method_label", - "community": 63, + "community": 421, "norm_label": "method_label" }, { @@ -10000,7 +10010,7 @@ "source_location": "L42", "_origin": "ast", "id": "pages_doctorclaimspage_doctorclaimspage", - "community": 63, + "community": 421, "norm_label": "doctorclaimspage()" }, { @@ -10410,7 +10420,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_doctorformpage", - "community": 1, + "community": 416, "norm_label": "doctorformpage.tsx" }, { @@ -10420,7 +10430,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_doctorformpage_specialtyoption", - "community": 1, + "community": 416, "norm_label": "specialtyoption" }, { @@ -10430,7 +10440,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_doctorformpage_schema", - "community": 1, + "community": 416, "norm_label": "schema" }, { @@ -10440,7 +10450,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_doctorformpage_formvalues", - "community": 1, + "community": 416, "norm_label": "formvalues" }, { @@ -10450,7 +10460,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_doctorformpage_degree_options", - "community": 1, + "community": 416, "norm_label": "degree_options" }, { @@ -10460,7 +10470,7 @@ "source_location": "L46", "_origin": "ast", "id": "pages_doctorformpage_gender_options", - "community": 1, + "community": 416, "norm_label": "gender_options" }, { @@ -10470,7 +10480,7 @@ "source_location": "L53", "_origin": "ast", "id": "pages_doctorformpage_field", - "community": 1, + "community": 416, "norm_label": "field()" }, { @@ -10480,7 +10490,7 @@ "source_location": "L76", "_origin": "ast", "id": "pages_doctorformpage_selectedentry", - "community": 1, + "community": 416, "norm_label": "selectedentry" }, { @@ -10490,7 +10500,7 @@ "source_location": "L78", "_origin": "ast", "id": "pages_doctorformpage_specialtypicker", - "community": 1, + "community": 416, "norm_label": "specialtypicker()" }, { @@ -10500,7 +10510,7 @@ "source_location": "L258", "_origin": "ast", "id": "pages_doctorformpage_doctorformpage", - "community": 1, + "community": 416, "norm_label": "doctorformpage()" }, { @@ -10510,7 +10520,7 @@ "source_location": "L442", "_origin": "ast", "id": "pages_doctorformpage_sectionheader", - "community": 1, + "community": 416, "norm_label": "sectionheader()" }, { @@ -10540,7 +10550,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_doctorspage", - "community": 49, + "community": 416, "norm_label": "doctorspage.tsx" }, { @@ -10550,7 +10560,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_doctorspage_admindoctor", - "community": 49, + "community": 416, "norm_label": "admindoctor" }, { @@ -10560,7 +10570,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_doctorspage_doctorstats", - "community": 49, + "community": 416, "norm_label": "doctorstats" }, { @@ -10570,7 +10580,7 @@ "source_location": "L49", "_origin": "ast", "id": "pages_doctorspage_specialtyoption", - "community": 49, + "community": 416, "norm_label": "specialtyoption" }, { @@ -10580,7 +10590,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_doctorspage_hues_list", - "community": 49, + "community": 416, "norm_label": "hues_list" }, { @@ -10590,7 +10600,7 @@ "source_location": "L59", "_origin": "ast", "id": "pages_doctorspage_degree_badge", - "community": 49, + "community": 416, "norm_label": "degree_badge" }, { @@ -10600,7 +10610,7 @@ "source_location": "L66", "_origin": "ast", "id": "pages_doctorspage_degree_label", - "community": 49, + "community": 416, "norm_label": "degree_label" }, { @@ -10610,7 +10620,7 @@ "source_location": "L73", "_origin": "ast", "id": "pages_doctorspage_doctoravatar", - "community": 49, + "community": 416, "norm_label": "doctoravatar()" }, { @@ -10620,7 +10630,7 @@ "source_location": "L97", "_origin": "ast", "id": "pages_doctorspage_doctorspage", - "community": 49, + "community": 416, "norm_label": "doctorspage()" }, { @@ -10720,7 +10730,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_insurancepricingpage", - "community": 63, + "community": 13, "norm_label": "insurancepricingpage.tsx" }, { @@ -11290,7 +11300,7 @@ "source_location": "L1810", "_origin": "ast", "id": "pages_mypatientspage_visitsummarycard", - "community": 577, + "community": 63, "norm_label": "visitsummarycard()" }, { @@ -11300,7 +11310,7 @@ "source_location": "L1879", "_origin": "ast", "id": "pages_mypatientspage_visitdetailmodal", - "community": 314, + "community": 21, "norm_label": "visitdetailmodal()" }, { @@ -12040,7 +12050,7 @@ "source_location": "L66", "_origin": "ast", "id": "pages_patientdetailpage_patientdetailpage", - "community": 577, + "community": 314, "norm_label": "patientdetailpage()" }, { @@ -12440,7 +12450,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_patientslistpage", - "community": 21, + "community": 841, "norm_label": "patientslistpage.tsx" }, { @@ -12450,7 +12460,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_patientslistpage_empty", - "community": 21, + "community": 841, "norm_label": "empty" }, { @@ -12460,7 +12470,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_patientslistpage_daybound", - "community": 21, + "community": 841, "norm_label": "daybound()" }, { @@ -12470,7 +12480,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_patientslistpage_countfilters", - "community": 21, + "community": 841, "norm_label": "countfilters()" }, { @@ -12480,7 +12490,7 @@ "source_location": "L43", "_origin": "ast", "id": "pages_patientslistpage_patientcard", - "community": 21, + "community": 841, "norm_label": "patientcard()" }, { @@ -12490,7 +12500,7 @@ "source_location": "L99", "_origin": "ast", "id": "pages_patientslistpage_patientslistpage", - "community": 21, + "community": 841, "norm_label": "patientslistpage()" }, { @@ -12500,7 +12510,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_paymentdetailpage", - "community": 314, + "community": 21, "norm_label": "paymentdetailpage.tsx" }, { @@ -12510,7 +12520,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_paymentdetailpage_payment_type_labels", - "community": 314, + "community": 21, "norm_label": "payment_type_labels" }, { @@ -12520,7 +12530,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_paymentdetailpage_inforow", - "community": 314, + "community": 21, "norm_label": "inforow()" }, { @@ -12530,7 +12540,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_paymentdetailpage_paymentdetailpage", - "community": 314, + "community": 21, "norm_label": "paymentdetailpage()" }, { @@ -12570,7 +12580,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_paymentsuccesspage", - "community": 49, + "community": 21, "norm_label": "paymentsuccesspage.tsx" }, { @@ -12580,7 +12590,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_paymentsuccesspage_paymentdetails", - "community": 49, + "community": 21, "norm_label": "paymentdetails" }, { @@ -12590,7 +12600,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_paymentsuccesspage_paymentsuccesspage", - "community": 49, + "community": 21, "norm_label": "paymentsuccesspage()" }, { @@ -12600,7 +12610,7 @@ "source_location": "L154", "_origin": "ast", "id": "pages_paymentsuccesspage_receipt", - "community": 49, + "community": 21, "norm_label": "receipt()" }, { @@ -12950,7 +12960,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_representationsettlementpage", - "community": 314, + "community": 21, "norm_label": "representationsettlementpage.tsx" }, { @@ -12960,7 +12970,7 @@ "source_location": "L11", "_origin": "ast", "id": "pages_representationsettlementpage_walletbalance", - "community": 314, + "community": 21, "norm_label": "walletbalance" }, { @@ -12970,7 +12980,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_representationsettlementpage_repsummary", - "community": 314, + "community": 21, "norm_label": "repsummary" }, { @@ -12980,7 +12990,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_representationsettlementpage_settlementrow", - "community": 314, + "community": 21, "norm_label": "settlementrow" }, { @@ -12990,7 +13000,7 @@ "source_location": "L21", "_origin": "ast", "id": "pages_representationsettlementpage_status_label", - "community": 314, + "community": 21, "norm_label": "status_label" }, { @@ -13000,7 +13010,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_representationsettlementpage_status_class", - "community": 314, + "community": 21, "norm_label": "status_class" }, { @@ -13010,7 +13020,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_representationsettlementpage_ibanitem", - "community": 314, + "community": 21, "norm_label": "ibanitem" }, { @@ -13020,7 +13030,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_representationsettlementpage_repme", - "community": 314, + "community": 21, "norm_label": "repme" }, { @@ -13030,7 +13040,7 @@ "source_location": "L31", "_origin": "ast", "id": "pages_representationsettlementpage_representationsettlementpage", - "community": 314, + "community": 21, "norm_label": "representationsettlementpage()" }, { @@ -13100,7 +13110,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_reserveappointmentspage", - "community": 421, + "community": 200, "norm_label": "reserveappointmentspage.tsx" }, { @@ -13110,7 +13120,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_reserveappointmentspage_reserverowmenu", - "community": 421, + "community": 200, "norm_label": "reserverowmenu()" }, { @@ -13120,7 +13130,7 @@ "source_location": "L86", "_origin": "ast", "id": "pages_reserveappointmentspage_reserveappointmentspage", - "community": 421, + "community": 200, "norm_label": "reserveappointmentspage()" }, { @@ -13280,7 +13290,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_servicedetailpage", - "community": 314, + "community": 21, "norm_label": "servicedetailpage.tsx" }, { @@ -13290,7 +13300,7 @@ "source_location": "L21", "_origin": "ast", "id": "pages_servicedetailpage_tariff", - "community": 314, + "community": 21, "norm_label": "tariff" }, { @@ -13300,7 +13310,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_servicedetailpage_tarifflist", - "community": 314, + "community": 21, "norm_label": "tarifflist" }, { @@ -13310,7 +13320,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_servicedetailpage_tenantinsurance", - "community": 314, + "community": 21, "norm_label": "tenantinsurance" }, { @@ -13320,7 +13330,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_servicedetailpage_coveragerow", - "community": 314, + "community": 21, "norm_label": "coveragerow" }, { @@ -13330,7 +13340,7 @@ "source_location": "L49", "_origin": "ast", "id": "pages_servicedetailpage_tabs", - "community": 314, + "community": 21, "norm_label": "tabs" }, { @@ -13340,7 +13350,7 @@ "source_location": "L56", "_origin": "ast", "id": "pages_servicedetailpage_tabid", - "community": 314, + "community": 21, "norm_label": "tabid" }, { @@ -13350,7 +13360,7 @@ "source_location": "L58", "_origin": "ast", "id": "pages_servicedetailpage_auditlog", - "community": 314, + "community": 21, "norm_label": "auditlog" }, { @@ -13360,7 +13370,7 @@ "source_location": "L69", "_origin": "ast", "id": "pages_servicedetailpage_field_labels", - "community": 314, + "community": 21, "norm_label": "field_labels" }, { @@ -13370,7 +13380,7 @@ "source_location": "L80", "_origin": "ast", "id": "pages_servicedetailpage_auditvalue", - "community": 314, + "community": 21, "norm_label": "auditvalue()" }, { @@ -13380,7 +13390,7 @@ "source_location": "L89", "_origin": "ast", "id": "pages_servicedetailpage_kind", - "community": 314, + "community": 21, "norm_label": "kind" }, { @@ -13390,7 +13400,7 @@ "source_location": "L94", "_origin": "ast", "id": "pages_servicedetailpage_row", - "community": 314, + "community": 21, "norm_label": "row()" }, { @@ -13400,7 +13410,7 @@ "source_location": "L108", "_origin": "ast", "id": "pages_servicedetailpage_infotab", - "community": 314, + "community": 21, "norm_label": "infotab()" }, { @@ -13410,7 +13420,7 @@ "source_location": "L163", "_origin": "ast", "id": "pages_servicedetailpage_tariffstab", - "community": 314, + "community": 21, "norm_label": "tariffstab()" }, { @@ -13420,7 +13430,7 @@ "source_location": "L214", "_origin": "ast", "id": "pages_servicedetailpage_insurancetab", - "community": 314, + "community": 21, "norm_label": "insurancetab()" }, { @@ -13430,7 +13440,7 @@ "source_location": "L252", "_origin": "ast", "id": "pages_servicedetailpage_contractcoveragerow", - "community": 314, + "community": 21, "norm_label": "contractcoveragerow()" }, { @@ -13440,7 +13450,7 @@ "source_location": "L289", "_origin": "ast", "id": "pages_servicedetailpage_goodstab", - "community": 314, + "community": 21, "norm_label": "goodstab()" }, { @@ -13450,7 +13460,7 @@ "source_location": "L389", "_origin": "ast", "id": "pages_servicedetailpage_historytab", - "community": 314, + "community": 21, "norm_label": "historytab()" }, { @@ -13460,7 +13470,7 @@ "source_location": "L446", "_origin": "ast", "id": "pages_servicedetailpage_servicedetailpageinner", - "community": 314, + "community": 21, "norm_label": "servicedetailpageinner()" }, { @@ -13470,7 +13480,7 @@ "source_location": "L562", "_origin": "ast", "id": "pages_servicedetailpage_servicedetailpage", - "community": 314, + "community": 21, "norm_label": "servicedetailpage()" }, { @@ -13600,7 +13610,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_settingspage", - "community": 903, + "community": 8, "norm_label": "settingspage.tsx" }, { @@ -13610,7 +13620,7 @@ "source_location": "L15", "_origin": "ast", "id": "pages_settingspage_taxhistoryrow", - "community": 903, + "community": 8, "norm_label": "taxhistoryrow" }, { @@ -13620,7 +13630,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_settingspage_schema", - "community": 903, + "community": 8, "norm_label": "schema" }, { @@ -13630,7 +13640,7 @@ "source_location": "L51", "_origin": "ast", "id": "pages_settingspage_formvalues", - "community": 903, + "community": 8, "norm_label": "formvalues" }, { @@ -13640,7 +13650,7 @@ "source_location": "L53", "_origin": "ast", "id": "pages_settingspage_settings", - "community": 903, + "community": 8, "norm_label": "settings" }, { @@ -13650,7 +13660,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_settingspage_toform", - "community": 421, + "community": 8, "norm_label": "toform()" }, { @@ -13660,7 +13670,7 @@ "source_location": "L85", "_origin": "ast", "id": "pages_settingspage_sectionid", - "community": 903, + "community": 8, "norm_label": "sectionid" }, { @@ -13670,7 +13680,7 @@ "source_location": "L87", "_origin": "ast", "id": "pages_settingspage_sectiondef", - "community": 903, + "community": 8, "norm_label": "sectiondef" }, { @@ -13680,7 +13690,7 @@ "source_location": "L96", "_origin": "ast", "id": "pages_settingspage_sections", - "community": 903, + "community": 8, "norm_label": "sections" }, { @@ -13690,7 +13700,7 @@ "source_location": "L106", "_origin": "ast", "id": "pages_settingspage_sectionhead", - "community": 903, + "community": 8, "norm_label": "sectionhead()" }, { @@ -13700,7 +13710,7 @@ "source_location": "L118", "_origin": "ast", "id": "pages_settingspage_toggle", - "community": 903, + "community": 8, "norm_label": "toggle()" }, { @@ -13710,7 +13720,7 @@ "source_location": "L127", "_origin": "ast", "id": "pages_settingspage_field", - "community": 903, + "community": 8, "norm_label": "field()" }, { @@ -13720,7 +13730,7 @@ "source_location": "L147", "_origin": "ast", "id": "pages_settingspage_settingspage", - "community": 903, + "community": 8, "norm_label": "settingspage()" }, { @@ -13730,7 +13740,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_settlementdetailpage", - "community": 314, + "community": 421, "norm_label": "settlementdetailpage.tsx" }, { @@ -13740,7 +13750,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_settlementdetailpage_settlementdetail", - "community": 314, + "community": 421, "norm_label": "settlementdetail" }, { @@ -13750,7 +13760,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_settlementdetailpage_row", - "community": 314, + "community": 421, "norm_label": "row()" }, { @@ -13760,7 +13770,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_settlementdetailpage_settlementdetailpage", - "community": 314, + "community": 21, "norm_label": "settlementdetailpage()" }, { @@ -13900,7 +13910,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_smswalletpage", - "community": 63, + "community": 21, "norm_label": "smswalletpage.tsx" }, { @@ -13910,7 +13920,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_smswalletpage_chargeschema", - "community": 63, + "community": 21, "norm_label": "chargeschema" }, { @@ -13920,7 +13930,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_smswalletpage_chargeform", - "community": 63, + "community": 21, "norm_label": "chargeform" }, { @@ -13930,7 +13940,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_smswalletpage_empty_logs", - "community": 63, + "community": 21, "norm_label": "empty_logs" }, { @@ -13940,7 +13950,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_smswalletpage_reminder_hour_options", - "community": 63, + "community": 21, "norm_label": "reminder_hour_options" }, { @@ -13950,7 +13960,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_smswalletpage_post_visit_vars", - "community": 63, + "community": 21, "norm_label": "post_visit_vars" }, { @@ -13960,7 +13970,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_smswalletpage_smswalletpageinner", - "community": 49, + "community": 21, "norm_label": "smswalletpageinner()" }, { @@ -13970,7 +13980,7 @@ "source_location": "L567", "_origin": "ast", "id": "pages_smswalletpage_smswalletpage", - "community": 63, + "community": 21, "norm_label": "smswalletpage()" }, { @@ -14040,7 +14050,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_subscriptionpage_test", - "community": 49, + "community": 13, "norm_label": "subscriptionpage.test.tsx" }, { @@ -14050,7 +14060,7 @@ "source_location": "L15", "_origin": "ast", "id": "pages_subscriptionpage_test_get", - "community": 49, + "community": 13, "norm_label": "get" }, { @@ -14060,7 +14070,7 @@ "source_location": "L17", "_origin": "ast", "id": "pages_subscriptionpage_test_plans", - "community": 49, + "community": 13, "norm_label": "plans" }, { @@ -14070,7 +14080,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_subscriptionpage_test_default_my", - "community": 49, + "community": 13, "norm_label": "default_my" }, { @@ -14080,7 +14090,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_subscriptionpage_test_mockapi", - "community": 49, + "community": 13, "norm_label": "mockapi()" }, { @@ -14090,7 +14100,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_subscriptionpage", - "community": 49, + "community": 21, "norm_label": "subscriptionpage.tsx" }, { @@ -14100,7 +14110,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_subscriptionpage_plan_feature_labels", - "community": 49, + "community": 21, "norm_label": "plan_feature_labels" }, { @@ -14110,7 +14120,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_subscriptionpage_card_feature_labels", - "community": 49, + "community": 21, "norm_label": "card_feature_labels" }, { @@ -14120,7 +14130,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_subscriptionpage_plan_meta", - "community": 49, + "community": 21, "norm_label": "plan_meta" }, { @@ -14130,7 +14140,7 @@ "source_location": "L46", "_origin": "ast", "id": "pages_subscriptionpage_plan_gradient", - "community": 49, + "community": 21, "norm_label": "plan_gradient" }, { @@ -14140,7 +14150,7 @@ "source_location": "L52", "_origin": "ast", "id": "pages_subscriptionpage_planmetaof", - "community": 49, + "community": 21, "norm_label": "planmetaof()" }, { @@ -14150,7 +14160,7 @@ "source_location": "L56", "_origin": "ast", "id": "pages_subscriptionpage_subscriptionpage", - "community": 49, + "community": 21, "norm_label": "subscriptionpage()" }, { @@ -14160,7 +14170,7 @@ "source_location": "L271", "_origin": "ast", "id": "pages_subscriptionpage_currentplancard", - "community": 49, + "community": 21, "norm_label": "currentplancard()" }, { @@ -14170,7 +14180,7 @@ "source_location": "L342", "_origin": "ast", "id": "pages_subscriptionpage_plancard", - "community": 49, + "community": 21, "norm_label": "plancard()" }, { @@ -14210,7 +14220,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_tagssettingspage", - "community": 63, + "community": 421, "norm_label": "tagssettingspage.tsx" }, { @@ -14220,7 +14230,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_tagssettingspage_tenanttag", - "community": 63, + "community": 421, "norm_label": "tenanttag" }, { @@ -14230,7 +14240,7 @@ "source_location": "L16", "_origin": "ast", "id": "pages_tagssettingspage_schema", - "community": 63, + "community": 421, "norm_label": "schema" }, { @@ -14240,7 +14250,7 @@ "source_location": "L21", "_origin": "ast", "id": "pages_tagssettingspage_form", - "community": 63, + "community": 421, "norm_label": "form" }, { @@ -14250,7 +14260,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_tagssettingspage_tag_colors", - "community": 63, + "community": 421, "norm_label": "tag_colors" }, { @@ -14260,7 +14270,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_tagssettingspage_defaults", - "community": 63, + "community": 421, "norm_label": "defaults" }, { @@ -14270,7 +14280,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_tagssettingspage_empty", - "community": 63, + "community": 421, "norm_label": "empty" }, { @@ -14280,7 +14290,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_tagssettingspage_tagssettingspage", - "community": 63, + "community": 421, "norm_label": "tagssettingspage()" }, { @@ -14580,7 +14590,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_subscriptionicons", - "community": 49, + "community": 21, "norm_label": "subscriptionicons.tsx" }, { @@ -14590,7 +14600,7 @@ "source_location": "L6", "_origin": "ast", "id": "pages_subscriptionicons_iconprops", - "community": 49, + "community": 21, "norm_label": "iconprops" }, { @@ -14600,7 +14610,7 @@ "source_location": "L8", "_origin": "ast", "id": "pages_subscriptionicons_sparkleicon", - "community": 49, + "community": 21, "norm_label": "sparkleicon()" }, { @@ -14610,7 +14620,7 @@ "source_location": "L19", "_origin": "ast", "id": "pages_subscriptionicons_plancardperson", - "community": 49, + "community": 21, "norm_label": "plancardperson()" }, { @@ -14620,7 +14630,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_subscriptionicons_closecirclefilled", - "community": 49, + "community": 21, "norm_label": "closecirclefilled()" }, { @@ -14630,7 +14640,7 @@ "source_location": "L45", "_origin": "ast", "id": "pages_subscriptionicons_gifticon", - "community": 49, + "community": 21, "norm_label": "gifticon()" }, { @@ -14640,7 +14650,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_subscriptionicons_infocircleredfilled", - "community": 49, + "community": 21, "norm_label": "infocircleredfilled()" }, { @@ -14970,7 +14980,7 @@ "source_location": "L51", "_origin": "ast", "id": "types_index_clinicdetail", - "community": 21, + "community": 1, "norm_label": "clinicdetail" }, { @@ -15010,7 +15020,7 @@ "source_location": "L127", "_origin": "ast", "id": "types_index_discountruletype", - "community": 421, + "community": 8, "norm_label": "discountruletype" }, { @@ -15020,7 +15030,7 @@ "source_location": "L135", "_origin": "ast", "id": "types_index_discountrule", - "community": 421, + "community": 8, "norm_label": "discountrule" }, { @@ -15030,7 +15040,7 @@ "source_location": "L156", "_origin": "ast", "id": "types_index_sessionauditentry", - "community": 314, + "community": 21, "norm_label": "sessionauditentry" }, { @@ -15287,7 +15297,7 @@ "label": "Secretary", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L436", + "source_location": "L438", "_origin": "ast", "id": "types_index_secretary", "community": 63, @@ -15297,7 +15307,7 @@ "label": "SecretaryPermissions", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L450", + "source_location": "L452", "_origin": "ast", "id": "types_index_secretarypermissions", "community": 63, @@ -15307,7 +15317,7 @@ "label": "Specialty", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L487", + "source_location": "L489", "_origin": "ast", "id": "types_index_specialty", "community": 63, @@ -15317,17 +15327,17 @@ "label": "ClinicStaff", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L494", + "source_location": "L496", "_origin": "ast", "id": "types_index_clinicstaff", - "community": 63, + "community": 421, "norm_label": "clinicstaff" }, { "label": "SubscriptionPlan", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L505", + "source_location": "L507", "_origin": "ast", "id": "types_index_subscriptionplan", "community": 63, @@ -15337,7 +15347,7 @@ "label": "SubscriptionPeriod", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L515", + "source_location": "L517", "_origin": "ast", "id": "types_index_subscriptionperiod", "community": 63, @@ -15347,17 +15357,17 @@ "label": "MySubscriptionData", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L523", + "source_location": "L525", "_origin": "ast", "id": "types_index_mysubscriptiondata", - "community": 49, + "community": 21, "norm_label": "mysubscriptiondata" }, { "label": "MySubscription", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L547", + "source_location": "L549", "_origin": "ast", "id": "types_index_mysubscription", "community": 63, @@ -15367,7 +15377,7 @@ "label": "ServiceSection", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L557", + "source_location": "L559", "_origin": "ast", "id": "types_index_servicesection", "community": 421, @@ -15377,7 +15387,7 @@ "label": "ServiceConsumable", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L566", + "source_location": "L568", "_origin": "ast", "id": "types_index_serviceconsumable", "community": 63, @@ -15387,7 +15397,7 @@ "label": "ServiceItem", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L575", + "source_location": "L577", "_origin": "ast", "id": "types_index_serviceitem", "community": 421, @@ -15397,47 +15407,47 @@ "label": "SmsWalletBalance", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L598", + "source_location": "L600", "_origin": "ast", "id": "types_index_smswalletbalance", - "community": 63, + "community": 21, "norm_label": "smswalletbalance" }, { "label": "SmsWalletLog", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L604", + "source_location": "L606", "_origin": "ast", "id": "types_index_smswalletlog", - "community": 63, + "community": 21, "norm_label": "smswalletlog" }, { "label": "SmsSettings", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L612", + "source_location": "L614", "_origin": "ast", "id": "types_index_smssettings", - "community": 63, + "community": 21, "norm_label": "smssettings" }, { "label": "PatientProfile", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L622", + "source_location": "L624", "_origin": "ast", "id": "types_index_patientprofile", - "community": 421, + "community": 577, "norm_label": "patientprofile" }, { "label": "PatientProfileUpdate", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L651", + "source_location": "L653", "_origin": "ast", "id": "types_index_patientprofileupdate", "community": 13, @@ -15447,7 +15457,7 @@ "label": "PatientRecord", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L673", + "source_location": "L675", "_origin": "ast", "id": "types_index_patientrecord", "community": 314, @@ -15457,7 +15467,7 @@ "label": "SessionServiceLine", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L689", + "source_location": "L691", "_origin": "ast", "id": "types_index_sessionserviceline", "community": 63, @@ -15467,7 +15477,7 @@ "label": "PatientAppointment", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L701", + "source_location": "L703", "_origin": "ast", "id": "types_index_patientappointment", "community": 577, @@ -15477,7 +15487,7 @@ "label": "PatientSession", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L712", + "source_location": "L714", "_origin": "ast", "id": "types_index_patientsession", "community": 577, @@ -16720,7 +16730,7 @@ "source_location": "", "_origin": "ast", "id": "abstractmigration", - "community": 441, + "community": 735, "norm_label": "abstractmigration" }, { @@ -19300,7 +19310,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260619121047", - "community": 441, + "community": 932, "norm_label": "version20260619121047.php" }, { @@ -19310,7 +19320,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260619121047_version20260619121047", - "community": 441, + "community": 932, "norm_label": "version20260619121047" }, { @@ -19320,7 +19330,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260619121047_version20260619121047_getdescription", - "community": 441, + "community": 932, "norm_label": ".getdescription()" }, { @@ -19330,7 +19340,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260619121047_version20260619121047_up", - "community": 441, + "community": 932, "norm_label": ".up()" }, { @@ -19340,7 +19350,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260619121047_php_schema", - "community": 441, + "community": 932, "norm_label": "schema" }, { @@ -19350,7 +19360,7 @@ "source_location": "L26", "_origin": "ast", "id": "migrations_version20260619121047_version20260619121047_down", - "community": 441, + "community": 932, "norm_label": ".down()" }, { @@ -20140,7 +20150,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260624092459", - "community": 944, + "community": 735, "norm_label": "version20260624092459.php" }, { @@ -20150,7 +20160,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260624092459_version20260624092459", - "community": 944, + "community": 735, "norm_label": "version20260624092459" }, { @@ -20160,7 +20170,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260624092459_version20260624092459_getdescription", - "community": 944, + "community": 735, "norm_label": ".getdescription()" }, { @@ -20170,7 +20180,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260624092459_version20260624092459_up", - "community": 944, + "community": 735, "norm_label": ".up()" }, { @@ -20180,7 +20190,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260624092459_php_schema", - "community": 944, + "community": 735, "norm_label": "schema" }, { @@ -20190,7 +20200,7 @@ "source_location": "L28", "_origin": "ast", "id": "migrations_version20260624092459_version20260624092459_down", - "community": 944, + "community": 735, "norm_label": ".down()" }, { @@ -21640,7 +21650,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260713050014", - "community": 441, + "community": 933, "norm_label": "version20260713050014.php" }, { @@ -21650,7 +21660,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260713050014_version20260713050014", - "community": 441, + "community": 933, "norm_label": "version20260713050014" }, { @@ -21660,7 +21670,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260713050014_version20260713050014_getdescription", - "community": 441, + "community": 933, "norm_label": ".getdescription()" }, { @@ -21670,7 +21680,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260713050014_version20260713050014_up", - "community": 441, + "community": 933, "norm_label": ".up()" }, { @@ -21680,7 +21690,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260713050014_php_schema", - "community": 441, + "community": 933, "norm_label": "schema" }, { @@ -21690,7 +21700,7 @@ "source_location": "L28", "_origin": "ast", "id": "migrations_version20260713050014_version20260713050014_down", - "community": 441, + "community": 933, "norm_label": ".down()" }, { @@ -22720,7 +22730,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260716083939", - "community": 824, + "community": 735, "norm_label": "version20260716083939.php" }, { @@ -22730,7 +22740,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260716083939_version20260716083939", - "community": 824, + "community": 735, "norm_label": "version20260716083939" }, { @@ -22740,7 +22750,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260716083939_version20260716083939_getdescription", - "community": 824, + "community": 735, "norm_label": ".getdescription()" }, { @@ -22750,7 +22760,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260716083939_version20260716083939_up", - "community": 824, + "community": 735, "norm_label": ".up()" }, { @@ -22760,7 +22770,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260716083939_php_schema", - "community": 824, + "community": 735, "norm_label": "schema" }, { @@ -22770,7 +22780,7 @@ "source_location": "L28", "_origin": "ast", "id": "migrations_version20260716083939_version20260716083939_down", - "community": 824, + "community": 735, "norm_label": ".down()" }, { @@ -23913,6 +23923,66 @@ "community": 949, "norm_label": ".down()" }, + { + "label": "Version20260719044321.php", + "file_type": "code", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L1", + "_origin": "ast", + "id": "migrations_version20260719044321", + "community": 934, + "norm_label": "version20260719044321.php" + }, + { + "label": "Version20260719044321", + "file_type": "code", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L22", + "_origin": "ast", + "id": "migrations_version20260719044321_version20260719044321", + "community": 934, + "norm_label": "version20260719044321" + }, + { + "label": ".getDescription()", + "file_type": "code", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L24", + "_origin": "ast", + "id": "migrations_version20260719044321_version20260719044321_getdescription", + "community": 934, + "norm_label": ".getdescription()" + }, + { + "label": ".up()", + "file_type": "code", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L29", + "_origin": "ast", + "id": "migrations_version20260719044321_version20260719044321_up", + "community": 934, + "norm_label": ".up()" + }, + { + "label": "Schema", + "file_type": "code", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L29", + "_origin": "ast", + "id": "migrations_version20260719044321_php_schema", + "community": 934, + "norm_label": "schema" + }, + { + "label": ".down()", + "file_type": "code", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L36", + "_origin": "ast", + "id": "migrations_version20260719044321_version20260719044321_down", + "community": 934, + "norm_label": ".down()" + }, { "label": "package.json", "file_type": "code", @@ -25450,7 +25520,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_backfillappointmentsessionscommand", - "community": 435, + "community": 608, "norm_label": "backfillappointmentsessionscommand.php" }, { @@ -25460,7 +25530,7 @@ "source_location": "L26", "_origin": "ast", "id": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand", - "community": 435, + "community": 608, "norm_label": "backfillappointmentsessionscommand" }, { @@ -25470,7 +25540,7 @@ "source_location": "L34", "_origin": "ast", "id": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_construct", - "community": 435, + "community": 608, "norm_label": ".__construct()" }, { @@ -25480,7 +25550,7 @@ "source_location": "L43", "_origin": "ast", "id": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_configure", - "community": 435, + "community": 608, "norm_label": ".configure()" }, { @@ -25490,7 +25560,7 @@ "source_location": "L48", "_origin": "ast", "id": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_execute", - "community": 435, + "community": 608, "norm_label": ".execute()" }, { @@ -25500,7 +25570,7 @@ "source_location": "L48", "_origin": "ast", "id": "src_appointment_command_backfillappointmentsessionscommand_php_inputinterface", - "community": 435, + "community": 608, "norm_label": "inputinterface" }, { @@ -25510,7 +25580,7 @@ "source_location": "L48", "_origin": "ast", "id": "src_appointment_command_backfillappointmentsessionscommand_php_outputinterface", - "community": 435, + "community": 608, "norm_label": "outputinterface" }, { @@ -27740,7 +27810,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_appointmenteventrepository", - "community": 53, + "community": 903, "norm_label": "appointmenteventrepository.php" }, { @@ -27750,7 +27820,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_appointmenteventrepository_appointmenteventrepository", - "community": 53, + "community": 903, "norm_label": "appointmenteventrepository" }, { @@ -27770,7 +27840,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_appointmenteventrepository_appointmenteventrepository_construct", - "community": 53, + "community": 903, "norm_label": ".__construct()" }, { @@ -27780,7 +27850,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_appointment_repository_appointmenteventrepository_php_managerregistry", - "community": 53, + "community": 903, "norm_label": "managerregistry" }, { @@ -27790,7 +27860,7 @@ "source_location": "L13", "_origin": "ast", "id": "repository_appointmenteventrepository_appointmenteventrepository_save", - "community": 53, + "community": 903, "norm_label": ".save()" }, { @@ -27800,7 +27870,7 @@ "source_location": "L13", "_origin": "ast", "id": "appointmentevent", - "community": 53, + "community": 903, "norm_label": "appointmentevent" }, { @@ -27810,7 +27880,7 @@ "source_location": "L22", "_origin": "ast", "id": "repository_appointmenteventrepository_appointmenteventrepository_findbyappointmentuuid", - "community": 53, + "community": 903, "norm_label": ".findbyappointmentuuid()" }, { @@ -28690,7 +28760,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_appointmentexpiryservice", - "community": 16, + "community": 971, "norm_label": "appointmentexpiryservice.php" }, { @@ -28700,7 +28770,7 @@ "source_location": "L10", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice", - "community": 16, + "community": 971, "norm_label": "appointmentexpiryservice" }, { @@ -28710,7 +28780,7 @@ "source_location": "L12", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice_construct", - "community": 16, + "community": 971, "norm_label": ".__construct()" }, { @@ -28720,7 +28790,7 @@ "source_location": "L23", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", - "community": 16, + "community": 971, "norm_label": ".expirestale()" }, { @@ -29080,7 +29150,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_systemownercommand", - "community": 745, + "community": 435, "norm_label": "systemownercommand.php" }, { @@ -29090,7 +29160,7 @@ "source_location": "L25", "_origin": "ast", "id": "command_systemownercommand_systemownercommand", - "community": 745, + "community": 435, "norm_label": "systemownercommand" }, { @@ -29100,7 +29170,7 @@ "source_location": "L31", "_origin": "ast", "id": "command_systemownercommand_systemownercommand_construct", - "community": 745, + "community": 435, "norm_label": ".__construct()" }, { @@ -29110,7 +29180,7 @@ "source_location": "L38", "_origin": "ast", "id": "command_systemownercommand_systemownercommand_configure", - "community": 745, + "community": 435, "norm_label": ".configure()" }, { @@ -29120,7 +29190,7 @@ "source_location": "L47", "_origin": "ast", "id": "command_systemownercommand_systemownercommand_execute", - "community": 745, + "community": 435, "norm_label": ".execute()" }, { @@ -29130,7 +29200,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_auth_command_systemownercommand_php_inputinterface", - "community": 745, + "community": 435, "norm_label": "inputinterface" }, { @@ -29140,7 +29210,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_auth_command_systemownercommand_php_outputinterface", - "community": 745, + "community": 435, "norm_label": "outputinterface" }, { @@ -30650,7 +30720,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_otpservice", - "community": 941, + "community": 407, "norm_label": "otpservice.php" }, { @@ -32310,7 +32380,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_claimstatuslogrepository", - "community": 933, + "community": 53, "norm_label": "claimstatuslogrepository.php" }, { @@ -32320,7 +32390,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_claimstatuslogrepository_claimstatuslogrepository", - "community": 933, + "community": 53, "norm_label": "claimstatuslogrepository" }, { @@ -32330,7 +32400,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_claimstatuslogrepository_claimstatuslogrepository_construct", - "community": 933, + "community": 53, "norm_label": ".__construct()" }, { @@ -32340,7 +32410,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_billing_repository_claimstatuslogrepository_php_managerregistry", - "community": 933, + "community": 53, "norm_label": "managerregistry" }, { @@ -32350,7 +32420,7 @@ "source_location": "L22", "_origin": "ast", "id": "repository_claimstatuslogrepository_claimstatuslogrepository_timelinesforclaims", - "community": 933, + "community": 53, "norm_label": ".timelinesforclaims()" }, { @@ -32360,7 +32430,7 @@ "source_location": "L44", "_origin": "ast", "id": "repository_claimstatuslogrepository_claimstatuslogrepository_save", - "community": 933, + "community": 53, "norm_label": ".save()" }, { @@ -32370,7 +32440,7 @@ "source_location": "L44", "_origin": "ast", "id": "claimstatuslog", - "community": 933, + "community": 53, "norm_label": "claimstatuslog" }, { @@ -32380,7 +32450,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_invoiceitemrepository", - "community": 840, + "community": 53, "norm_label": "invoiceitemrepository.php" }, { @@ -32390,7 +32460,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository", - "community": 840, + "community": 53, "norm_label": "invoiceitemrepository" }, { @@ -32400,7 +32470,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_construct", - "community": 840, + "community": 53, "norm_label": ".__construct()" }, { @@ -32410,7 +32480,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_billing_repository_invoiceitemrepository_php_managerregistry", - "community": 840, + "community": 53, "norm_label": "managerregistry" }, { @@ -32420,7 +32490,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_save", - "community": 840, + "community": 53, "norm_label": ".save()" }, { @@ -32430,7 +32500,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_billing_repository_invoiceitemrepository_php_invoiceitem", - "community": 840, + "community": 53, "norm_label": "invoiceitem" }, { @@ -32440,7 +32510,7 @@ "source_location": "L29", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", - "community": 840, + "community": 53, "norm_label": ".detailsforids()" }, { @@ -32600,7 +32670,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_billingcalculator", - "community": 780, + "community": 641, "norm_label": "billingcalculator.php" }, { @@ -32610,7 +32680,7 @@ "source_location": "L9", "_origin": "ast", "id": "service_billingcalculator_billingcalculator", - "community": 780, + "community": 641, "norm_label": "billingcalculator" }, { @@ -32620,7 +32690,7 @@ "source_location": "L15", "_origin": "ast", "id": "service_billingcalculator_billingcalculator_calculateitem", - "community": 780, + "community": 641, "norm_label": ".calculateitem()" }, { @@ -32630,7 +32700,7 @@ "source_location": "L15", "_origin": "ast", "id": "money", - "community": 780, + "community": 641, "norm_label": "money" }, { @@ -32640,7 +32710,7 @@ "source_location": "L15", "_origin": "ast", "id": "src_billing_service_billingcalculator_php_coveragerule", - "community": 780, + "community": 641, "norm_label": "coveragerule" }, { @@ -32650,7 +32720,7 @@ "source_location": "L15", "_origin": "ast", "id": "src_billing_service_billingcalculator_php_sharebreakdown", - "community": 780, + "community": 641, "norm_label": "sharebreakdown" }, { @@ -32770,7 +32840,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_invoiceservice", - "community": 920, + "community": 641, "norm_label": "invoiceservice.php" }, { @@ -32780,7 +32850,7 @@ "source_location": "L14", "_origin": "ast", "id": "service_invoiceservice_invoiceservice", - "community": 920, + "community": 641, "norm_label": "invoiceservice" }, { @@ -32790,7 +32860,7 @@ "source_location": "L16", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_construct", - "community": 920, + "community": 641, "norm_label": ".__construct()" }, { @@ -32800,7 +32870,7 @@ "source_location": "L29", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_createfromsession", - "community": 920, + "community": 641, "norm_label": ".createfromsession()" }, { @@ -32810,7 +32880,7 @@ "source_location": "L29", "_origin": "ast", "id": "src_billing_service_invoiceservice_php_patientsession", - "community": 920, + "community": 641, "norm_label": "patientsession" }, { @@ -32820,7 +32890,7 @@ "source_location": "L29", "_origin": "ast", "id": "src_billing_service_invoiceservice_php_invoice", - "community": 920, + "community": 641, "norm_label": "invoice" }, { @@ -32830,7 +32900,7 @@ "source_location": "L74", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_finalize", - "community": 920, + "community": 641, "norm_label": ".finalize()" }, { @@ -32840,7 +32910,7 @@ "source_location": "L85", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_detailwithsession", - "community": 920, + "community": 641, "norm_label": ".detailwithsession()" }, { @@ -32850,7 +32920,7 @@ "source_location": "L104", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_tenantinvoicelist", - "community": 920, + "community": 641, "norm_label": ".tenantinvoicelist()" }, { @@ -32860,7 +32930,7 @@ "source_location": "L119", "_origin": "ast", "id": "service_invoiceservice_invoiceservice_patientinvoicelist", - "community": 920, + "community": 641, "norm_label": ".patientinvoicelist()" }, { @@ -33067,7 +33137,7 @@ "label": "BlogController", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L18", + "source_location": "L19", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller", "community": 58, @@ -33077,17 +33147,37 @@ "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L21", + "source_location": "L22", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_construct", "community": 58, "norm_label": ".__construct()" }, + { + "label": ".resolveCity()", + "file_type": "code", + "source_file": "src/Blog/Controller/BlogController.php", + "source_location": "L35", + "_origin": "ast", + "id": "controller_blogcontroller_blogcontroller_resolvecity", + "community": 58, + "norm_label": ".resolvecity()" + }, + { + "label": "City", + "file_type": "code", + "source_file": "src/Blog/Controller/BlogController.php", + "source_location": "L35", + "_origin": "ast", + "id": "src_blog_controller_blogcontroller_php_city", + "community": 58, + "norm_label": "city" + }, { "label": ".list()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L29", + "source_location": "L51", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_list", "community": 58, @@ -33097,7 +33187,7 @@ "label": "Request", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L29", + "source_location": "L51", "_origin": "ast", "id": "src_blog_controller_blogcontroller_php_request", "community": 58, @@ -33107,7 +33197,7 @@ "label": "JsonResponse", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L29", + "source_location": "L51", "_origin": "ast", "id": "src_blog_controller_blogcontroller_php_jsonresponse", "community": 58, @@ -33117,7 +33207,7 @@ "label": ".detail()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L71", + "source_location": "L106", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_detail", "community": 58, @@ -33127,7 +33217,7 @@ "label": ".create()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L116", + "source_location": "L151", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_create", "community": 58, @@ -33137,7 +33227,7 @@ "label": "User", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L116", + "source_location": "L151", "_origin": "ast", "id": "src_blog_controller_blogcontroller_php_user", "community": 58, @@ -33147,7 +33237,7 @@ "label": ".update()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L204", + "source_location": "L242", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_update", "community": 58, @@ -33157,7 +33247,7 @@ "label": ".delete()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L272", + "source_location": "L313", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_delete", "community": 58, @@ -33167,7 +33257,7 @@ "label": ".uploadImage()", "file_type": "code", "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L321", + "source_location": "L362", "_origin": "ast", "id": "controller_blogcontroller_blogcontroller_uploadimage", "community": 58, @@ -33187,7 +33277,7 @@ "label": "Blog", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L10", + "source_location": "L11", "_origin": "ast", "id": "entity_blog_blog", "community": 44, @@ -33197,17 +33287,27 @@ "label": "User", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L45", + "source_location": "L47", "_origin": "ast", "id": "src_blog_entity_blog_php_user", "community": 44, "norm_label": "user" }, + { + "label": "City", + "file_type": "code", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L54", + "_origin": "ast", + "id": "src_blog_entity_blog_php_city", + "community": 44, + "norm_label": "city" + }, { "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L61", + "source_location": "L70", "_origin": "ast", "id": "entity_blog_blog_construct", "community": 44, @@ -33217,7 +33317,7 @@ "label": ".getId()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L72", + "source_location": "L81", "_origin": "ast", "id": "entity_blog_blog_getid", "community": 44, @@ -33227,7 +33327,7 @@ "label": ".getUuid()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L73", + "source_location": "L82", "_origin": "ast", "id": "entity_blog_blog_getuuid", "community": 44, @@ -33237,7 +33337,7 @@ "label": ".getTitle()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L74", + "source_location": "L83", "_origin": "ast", "id": "entity_blog_blog_gettitle", "community": 44, @@ -33247,7 +33347,7 @@ "label": ".getSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L75", + "source_location": "L84", "_origin": "ast", "id": "entity_blog_blog_getslug", "community": 44, @@ -33257,7 +33357,7 @@ "label": ".getBody()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L76", + "source_location": "L85", "_origin": "ast", "id": "entity_blog_blog_getbody", "community": 44, @@ -33267,7 +33367,7 @@ "label": ".getSummary()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L77", + "source_location": "L86", "_origin": "ast", "id": "entity_blog_blog_getsummary", "community": 44, @@ -33277,7 +33377,7 @@ "label": ".getImageUrl()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L78", + "source_location": "L87", "_origin": "ast", "id": "entity_blog_blog_getimageurl", "community": 44, @@ -33287,7 +33387,7 @@ "label": ".getImagePath()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L79", + "source_location": "L88", "_origin": "ast", "id": "entity_blog_blog_getimagepath", "community": 44, @@ -33297,7 +33397,7 @@ "label": ".getAuthor()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L80", + "source_location": "L89", "_origin": "ast", "id": "entity_blog_blog_getauthor", "community": 44, @@ -33307,7 +33407,7 @@ "label": ".getTags()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L81", + "source_location": "L90", "_origin": "ast", "id": "entity_blog_blog_gettags", "community": 44, @@ -33317,17 +33417,27 @@ "label": ".getStatus()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L82", + "source_location": "L91", "_origin": "ast", "id": "entity_blog_blog_getstatus", "community": 44, "norm_label": ".getstatus()" }, + { + "label": ".getCity()", + "file_type": "code", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L92", + "_origin": "ast", + "id": "entity_blog_blog_getcity", + "community": 44, + "norm_label": ".getcity()" + }, { "label": ".setTitle()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L84", + "source_location": "L94", "_origin": "ast", "id": "entity_blog_blog_settitle", "community": 44, @@ -33337,7 +33447,7 @@ "label": "self", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L84", + "source_location": "L94", "_origin": "ast", "id": "src_blog_entity_blog_php_self", "community": 44, @@ -33347,7 +33457,7 @@ "label": ".setSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L85", + "source_location": "L95", "_origin": "ast", "id": "entity_blog_blog_setslug", "community": 44, @@ -33357,7 +33467,7 @@ "label": ".setBody()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L86", + "source_location": "L96", "_origin": "ast", "id": "entity_blog_blog_setbody", "community": 44, @@ -33367,7 +33477,7 @@ "label": ".setSummary()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L87", + "source_location": "L97", "_origin": "ast", "id": "entity_blog_blog_setsummary", "community": 44, @@ -33377,7 +33487,7 @@ "label": ".setImageUrl()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L88", + "source_location": "L98", "_origin": "ast", "id": "entity_blog_blog_setimageurl", "community": 44, @@ -33387,7 +33497,7 @@ "label": ".setImagePath()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L89", + "source_location": "L99", "_origin": "ast", "id": "entity_blog_blog_setimagepath", "community": 44, @@ -33397,7 +33507,7 @@ "label": ".setTags()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L90", + "source_location": "L100", "_origin": "ast", "id": "entity_blog_blog_settags", "community": 44, @@ -33407,17 +33517,27 @@ "label": ".setStatus()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L91", + "source_location": "L101", "_origin": "ast", "id": "entity_blog_blog_setstatus", "community": 44, "norm_label": ".setstatus()" }, + { + "label": ".setCity()", + "file_type": "code", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L103", + "_origin": "ast", + "id": "entity_blog_blog_setcity", + "community": 44, + "norm_label": ".setcity()" + }, { "label": ".touch()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L93", + "source_location": "L105", "_origin": "ast", "id": "entity_blog_blog_touch", "community": 44, @@ -33427,7 +33547,7 @@ "label": ".generateSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L95", + "source_location": "L107", "_origin": "ast", "id": "entity_blog_blog_generateslug", "community": 44, @@ -33437,17 +33557,27 @@ "label": ".toArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L103", + "source_location": "L115", "_origin": "ast", "id": "entity_blog_blog_toarray", "community": 44, "norm_label": ".toarray()" }, + { + "label": ".cityToArray()", + "file_type": "code", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L134", + "_origin": "ast", + "id": "entity_blog_blog_citytoarray", + "community": 44, + "norm_label": ".citytoarray()" + }, { "label": ".authorToArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L120", + "source_location": "L146", "_origin": "ast", "id": "entity_blog_blog_authortoarray", "community": 44, @@ -33457,7 +33587,7 @@ "label": ".toListArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", - "source_location": "L137", + "source_location": "L163", "_origin": "ast", "id": "entity_blog_blog_tolistarray", "community": 44, @@ -33470,7 +33600,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_blogrepository", - "community": 58, + "community": 745, "norm_label": "blogrepository.php" }, { @@ -33480,7 +33610,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_blogrepository_blogrepository", - "community": 58, + "community": 745, "norm_label": "blogrepository" }, { @@ -33490,7 +33620,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_blogrepository_blogrepository_construct", - "community": 58, + "community": 745, "norm_label": ".__construct()" }, { @@ -33500,7 +33630,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_blog_repository_blogrepository_php_managerregistry", - "community": 58, + "community": 745, "norm_label": "managerregistry" }, { @@ -33510,7 +33640,7 @@ "source_location": "L13", "_origin": "ast", "id": "repository_blogrepository_blogrepository_findbyuuid", - "community": 58, + "community": 745, "norm_label": ".findbyuuid()" }, { @@ -33519,8 +33649,8 @@ "source_file": "src/Blog/Repository/BlogRepository.php", "source_location": "L13", "_origin": "ast", - "id": "blog", - "community": 58, + "id": "src_blog_repository_blogrepository_php_blog", + "community": 745, "norm_label": "blog" }, { @@ -33530,7 +33660,7 @@ "source_location": "L14", "_origin": "ast", "id": "repository_blogrepository_blogrepository_findbyslug", - "community": 58, + "community": 745, "norm_label": ".findbyslug()" }, { @@ -33540,57 +33670,67 @@ "source_location": "L17", "_origin": "ast", "id": "repository_blogrepository_blogrepository_findpublished", - "community": 58, + "community": 745, "norm_label": ".findpublished()" }, { "label": ".countPublished()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L31", + "source_location": "L34", "_origin": "ast", "id": "repository_blogrepository_blogrepository_countpublished", - "community": 58, + "community": 745, "norm_label": ".countpublished()" }, { - "label": ".applyTagFilter()", + "label": ".applyCityFilter()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L43", + "source_location": "L52", "_origin": "ast", - "id": "repository_blogrepository_blogrepository_applytagfilter", - "community": 58, - "norm_label": ".applytagfilter()" + "id": "repository_blogrepository_blogrepository_applycityfilter", + "community": 745, + "norm_label": ".applycityfilter()" }, { "label": "QueryBuilder", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L43", + "source_location": "L52", "_origin": "ast", "id": "src_blog_repository_blogrepository_php_querybuilder", - "community": 58, + "community": 745, "norm_label": "querybuilder" }, + { + "label": ".applyTagFilter()", + "file_type": "code", + "source_file": "src/Blog/Repository/BlogRepository.php", + "source_location": "L62", + "_origin": "ast", + "id": "repository_blogrepository_blogrepository_applytagfilter", + "community": 745, + "norm_label": ".applytagfilter()" + }, { "label": ".save()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L53", + "source_location": "L72", "_origin": "ast", "id": "repository_blogrepository_blogrepository_save", - "community": 58, + "community": 745, "norm_label": ".save()" }, { "label": ".remove()", "file_type": "code", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L54", + "source_location": "L73", "_origin": "ast", "id": "repository_blogrepository_blogrepository_remove", - "community": 58, + "community": 745, "norm_label": ".remove()" }, { @@ -33600,7 +33740,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_seedcategoriescommand", - "community": 943, + "community": 435, "norm_label": "seedcategoriescommand.php" }, { @@ -33610,7 +33750,7 @@ "source_location": "L22", "_origin": "ast", "id": "command_seedcategoriescommand_seedcategoriescommand", - "community": 943, + "community": 435, "norm_label": "seedcategoriescommand" }, { @@ -33620,7 +33760,7 @@ "source_location": "L28", "_origin": "ast", "id": "command_seedcategoriescommand_seedcategoriescommand_construct", - "community": 943, + "community": 435, "norm_label": ".__construct()" }, { @@ -33630,7 +33770,7 @@ "source_location": "L35", "_origin": "ast", "id": "command_seedcategoriescommand_seedcategoriescommand_execute", - "community": 943, + "community": 435, "norm_label": ".execute()" }, { @@ -33640,7 +33780,7 @@ "source_location": "L35", "_origin": "ast", "id": "src_category_command_seedcategoriescommand_php_inputinterface", - "community": 943, + "community": 435, "norm_label": "inputinterface" }, { @@ -33650,7 +33790,7 @@ "source_location": "L35", "_origin": "ast", "id": "src_category_command_seedcategoriescommand_php_outputinterface", - "community": 943, + "community": 435, "norm_label": "outputinterface" }, { @@ -35340,7 +35480,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_repairacceptedinvitationscommand", - "community": 435, + "community": 920, "norm_label": "repairacceptedinvitationscommand.php" }, { @@ -35350,7 +35490,7 @@ "source_location": "L19", "_origin": "ast", "id": "command_repairacceptedinvitationscommand_repairacceptedinvitationscommand", - "community": 435, + "community": 920, "norm_label": "repairacceptedinvitationscommand" }, { @@ -35360,7 +35500,7 @@ "source_location": "L22", "_origin": "ast", "id": "command_repairacceptedinvitationscommand_repairacceptedinvitationscommand_construct", - "community": 435, + "community": 920, "norm_label": ".__construct()" }, { @@ -35370,7 +35510,7 @@ "source_location": "L29", "_origin": "ast", "id": "command_repairacceptedinvitationscommand_repairacceptedinvitationscommand_configure", - "community": 435, + "community": 920, "norm_label": ".configure()" }, { @@ -35380,7 +35520,7 @@ "source_location": "L34", "_origin": "ast", "id": "command_repairacceptedinvitationscommand_repairacceptedinvitationscommand_execute", - "community": 435, + "community": 920, "norm_label": ".execute()" }, { @@ -35390,7 +35530,7 @@ "source_location": "L34", "_origin": "ast", "id": "src_clinicinvitation_command_repairacceptedinvitationscommand_php_inputinterface", - "community": 435, + "community": 920, "norm_label": "inputinterface" }, { @@ -35400,7 +35540,7 @@ "source_location": "L34", "_origin": "ast", "id": "src_clinicinvitation_command_repairacceptedinvitationscommand_php_outputinterface", - "community": 435, + "community": 920, "norm_label": "outputinterface" }, { @@ -37380,7 +37520,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_serviceitemauditlogrepository", - "community": 926, + "community": 648, "norm_label": "serviceitemauditlogrepository.php" }, { @@ -37390,7 +37530,7 @@ "source_location": "L10", "_origin": "ast", "id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", - "community": 926, + "community": 648, "norm_label": "serviceitemauditlogrepository" }, { @@ -37400,7 +37540,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_construct", - "community": 926, + "community": 648, "norm_label": ".__construct()" }, { @@ -37410,7 +37550,7 @@ "source_location": "L12", "_origin": "ast", "id": "src_clinicservice_repository_serviceitemauditlogrepository_php_managerregistry", - "community": 926, + "community": 648, "norm_label": "managerregistry" }, { @@ -37420,7 +37560,7 @@ "source_location": "L17", "_origin": "ast", "id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", - "community": 926, + "community": 648, "norm_label": ".save()" }, { @@ -37430,7 +37570,7 @@ "source_location": "L17", "_origin": "ast", "id": "serviceitemauditlog", - "community": 926, + "community": 648, "norm_label": "serviceitemauditlog" }, { @@ -37440,7 +37580,7 @@ "source_location": "L25", "_origin": "ast", "id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_flush", - "community": 926, + "community": 648, "norm_label": ".flush()" }, { @@ -37450,7 +37590,7 @@ "source_location": "L31", "_origin": "ast", "id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", - "community": 926, + "community": 648, "norm_label": ".findbyitem()" }, { @@ -37460,7 +37600,7 @@ "source_location": "L31", "_origin": "ast", "id": "src_clinicservice_repository_serviceitemauditlogrepository_php_serviceitem", - "community": 926, + "community": 648, "norm_label": "serviceitem" }, { @@ -41450,7 +41590,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_doctorclaimservice", - "community": 646, + "community": 840, "norm_label": "doctorclaimservice.php" }, { @@ -41460,7 +41600,7 @@ "source_location": "L28", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice", - "community": 646, + "community": 840, "norm_label": "doctorclaimservice" }, { @@ -41470,7 +41610,7 @@ "source_location": "L34", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_construct", - "community": 646, + "community": 840, "norm_label": ".__construct()" }, { @@ -41480,7 +41620,7 @@ "source_location": "L41", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_claim", - "community": 646, + "community": 840, "norm_label": ".claim()" }, { @@ -41490,7 +41630,7 @@ "source_location": "L41", "_origin": "ast", "id": "src_doctor_service_doctorclaimservice_php_doctor", - "community": 646, + "community": 840, "norm_label": "doctor" }, { @@ -41500,7 +41640,7 @@ "source_location": "L41", "_origin": "ast", "id": "src_doctor_service_doctorclaimservice_php_user", - "community": 646, + "community": 840, "norm_label": "user" }, { @@ -41510,7 +41650,7 @@ "source_location": "L41", "_origin": "ast", "id": "doctorclaimrequest", - "community": 646, + "community": 840, "norm_label": "doctorclaimrequest" }, { @@ -41520,7 +41660,7 @@ "source_location": "L89", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_transferbyadmin", - "community": 646, + "community": 840, "norm_label": ".transferbyadmin()" }, { @@ -41530,7 +41670,7 @@ "source_location": "L124", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_verifyidentity", - "community": 646, + "community": 840, "norm_label": ".verifyidentity()" }, { @@ -41540,7 +41680,7 @@ "source_location": "L150", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_finalize", - "community": 646, + "community": 840, "norm_label": ".finalize()" }, { @@ -41550,7 +41690,7 @@ "source_location": "L189", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_revert", - "community": 646, + "community": 840, "norm_label": ".revert()" }, { @@ -41700,7 +41840,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_doctorservicecontroller", - "community": 7, + "community": 852, "norm_label": "doctorservicecontroller.php" }, { @@ -41710,7 +41850,7 @@ "source_location": "L16", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller", - "community": 7, + "community": 852, "norm_label": "doctorservicecontroller" }, { @@ -41720,7 +41860,7 @@ "source_location": "L19", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_construct", - "community": 7, + "community": 852, "norm_label": ".__construct()" }, { @@ -41730,7 +41870,7 @@ "source_location": "L24", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_list", - "community": 7, + "community": 852, "norm_label": ".list()" }, { @@ -41740,7 +41880,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_request", - "community": 7, + "community": 852, "norm_label": "request" }, { @@ -41750,7 +41890,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_jsonresponse", - "community": 7, + "community": 852, "norm_label": "jsonresponse" }, { @@ -41760,7 +41900,7 @@ "source_location": "L37", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_create", - "community": 7, + "community": 852, "norm_label": ".create()" }, { @@ -41770,7 +41910,7 @@ "source_location": "L62", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_update", - "community": 7, + "community": 852, "norm_label": ".update()" }, { @@ -41780,7 +41920,7 @@ "source_location": "L85", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_delete", - "community": 7, + "community": 852, "norm_label": ".delete()" }, { @@ -41790,7 +41930,7 @@ "source_location": "L98", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_adminlist", - "community": 7, + "community": 852, "norm_label": ".adminlist()" }, { @@ -41800,7 +41940,7 @@ "source_location": "L130", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_slugify", - "community": 7, + "community": 852, "norm_label": ".slugify()" }, { @@ -43680,7 +43820,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_tenantinsurancecleanupservice", - "community": 608, + "community": 717, "norm_label": "tenantinsurancecleanupservice.php" }, { @@ -43690,7 +43830,7 @@ "source_location": "L17", "_origin": "ast", "id": "service_tenantinsurancecleanupservice_tenantinsurancecleanupservice", - "community": 608, + "community": 717, "norm_label": "tenantinsurancecleanupservice" }, { @@ -43700,7 +43840,7 @@ "source_location": "L19", "_origin": "ast", "id": "service_tenantinsurancecleanupservice_tenantinsurancecleanupservice_construct", - "community": 608, + "community": 717, "norm_label": ".__construct()" }, { @@ -43710,7 +43850,7 @@ "source_location": "L21", "_origin": "ast", "id": "service_tenantinsurancecleanupservice_tenantinsurancecleanupservice_purgeforentity", - "community": 608, + "community": 717, "norm_label": ".purgeforentity()" }, { @@ -45820,7 +45960,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_provincerepository", - "community": 719, + "community": 53, "norm_label": "provincerepository.php" }, { @@ -45830,7 +45970,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_provincerepository_provincerepository", - "community": 719, + "community": 53, "norm_label": "provincerepository" }, { @@ -45840,7 +45980,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_provincerepository_provincerepository_construct", - "community": 719, + "community": 53, "norm_label": ".__construct()" }, { @@ -45850,7 +45990,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_location_repository_provincerepository_php_managerregistry", - "community": 719, + "community": 53, "norm_label": "managerregistry" }, { @@ -45860,7 +46000,7 @@ "source_location": "L17", "_origin": "ast", "id": "repository_provincerepository_provincerepository_findactive", - "community": 719, + "community": 53, "norm_label": ".findactive()" }, { @@ -45870,7 +46010,7 @@ "source_location": "L27", "_origin": "ast", "id": "repository_provincerepository_provincerepository_save", - "community": 719, + "community": 53, "norm_label": ".save()" }, { @@ -45880,7 +46020,7 @@ "source_location": "L27", "_origin": "ast", "id": "src_location_repository_provincerepository_php_province", - "community": 719, + "community": 53, "norm_label": "province" }, { @@ -45890,7 +46030,7 @@ "source_location": "L33", "_origin": "ast", "id": "repository_provincerepository_provincerepository_remove", - "community": 719, + "community": 53, "norm_label": ".remove()" }, { @@ -50710,7 +50850,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_gatewayfactory", - "community": 206, + "community": 824, "norm_label": "gatewayfactory.php" }, { @@ -50720,7 +50860,7 @@ "source_location": "L14", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory", - "community": 206, + "community": 824, "norm_label": "gatewayfactory" }, { @@ -50730,7 +50870,7 @@ "source_location": "L25", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_construct", - "community": 206, + "community": 824, "norm_label": ".__construct()" }, { @@ -50740,7 +50880,7 @@ "source_location": "L25", "_origin": "ast", "id": "mellatgateway", - "community": 206, + "community": 824, "norm_label": "mellatgateway" }, { @@ -50750,7 +50890,7 @@ "source_location": "L25", "_origin": "ast", "id": "sepgateway", - "community": 206, + "community": 824, "norm_label": "sepgateway" }, { @@ -50760,7 +50900,7 @@ "source_location": "L37", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_istestmode", - "community": 206, + "community": 824, "norm_label": ".istestmode()" }, { @@ -50770,7 +50910,7 @@ "source_location": "L43", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_ismellatsandbox", - "community": 206, + "community": 824, "norm_label": ".ismellatsandbox()" }, { @@ -50780,7 +50920,7 @@ "source_location": "L52", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_resolve", - "community": 206, + "community": 824, "norm_label": ".resolve()" }, { @@ -50800,7 +50940,7 @@ "source_location": "L68", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_isenabled", - "community": 206, + "community": 824, "norm_label": ".isenabled()" }, { @@ -50810,7 +50950,7 @@ "source_location": "L80", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_activegateways", - "community": 206, + "community": 824, "norm_label": ".activegateways()" }, { @@ -51400,7 +51540,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_sepgateway", - "community": 809, + "community": 206, "norm_label": "sepgateway.php" }, { @@ -56730,7 +56870,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_financialbreakdownrepository", - "community": 782, + "community": 733, "norm_label": "financialbreakdownrepository.php" }, { @@ -56740,7 +56880,7 @@ "source_location": "L10", "_origin": "ast", "id": "repository_financialbreakdownrepository_financialbreakdownrepository", - "community": 782, + "community": 733, "norm_label": "financialbreakdownrepository" }, { @@ -56750,7 +56890,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_financialbreakdownrepository_financialbreakdownrepository_construct", - "community": 782, + "community": 733, "norm_label": ".__construct()" }, { @@ -56760,7 +56900,7 @@ "source_location": "L12", "_origin": "ast", "id": "src_settlement_repository_financialbreakdownrepository_php_managerregistry", - "community": 782, + "community": 733, "norm_label": "managerregistry" }, { @@ -56770,7 +56910,7 @@ "source_location": "L17", "_origin": "ast", "id": "repository_financialbreakdownrepository_financialbreakdownrepository_existsforpayment", - "community": 782, + "community": 733, "norm_label": ".existsforpayment()" }, { @@ -56780,7 +56920,7 @@ "source_location": "L17", "_origin": "ast", "id": "src_settlement_repository_financialbreakdownrepository_php_payment", - "community": 782, + "community": 733, "norm_label": "payment" }, { @@ -56790,7 +56930,7 @@ "source_location": "L22", "_origin": "ast", "id": "repository_financialbreakdownrepository_financialbreakdownrepository_save", - "community": 782, + "community": 733, "norm_label": ".save()" }, { @@ -56800,7 +56940,7 @@ "source_location": "L22", "_origin": "ast", "id": "financialbreakdown", - "community": 782, + "community": 733, "norm_label": "financialbreakdown" }, { @@ -58050,7 +58190,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_homecontroller", - "community": 295, + "community": 936, "norm_label": "homecontroller.php" }, { @@ -58060,7 +58200,7 @@ "source_location": "L10", "_origin": "ast", "id": "controller_homecontroller_homecontroller", - "community": 295, + "community": 936, "norm_label": "homecontroller" }, { @@ -58070,7 +58210,7 @@ "source_location": "L12", "_origin": "ast", "id": "controller_homecontroller_homecontroller_construct", - "community": 295, + "community": 936, "norm_label": ".__construct()" }, { @@ -58080,7 +58220,7 @@ "source_location": "L14", "_origin": "ast", "id": "controller_homecontroller_homecontroller_index", - "community": 295, + "community": 936, "norm_label": ".index()" }, { @@ -58090,7 +58230,7 @@ "source_location": "L14", "_origin": "ast", "id": "src_shared_controller_homecontroller_php_response", - "community": 295, + "community": 936, "norm_label": "response" }, { @@ -58170,7 +58310,7 @@ "source_location": "L1", "_origin": "ast", "id": "dependencyinjection_corsregexenvprocessor", - "community": 317, + "community": 533, "norm_label": "corsregexenvprocessor.php" }, { @@ -58180,7 +58320,7 @@ "source_location": "L15", "_origin": "ast", "id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor", - "community": 317, + "community": 533, "norm_label": "corsregexenvprocessor" }, { @@ -58190,7 +58330,7 @@ "source_location": "", "_origin": "ast", "id": "envvarprocessorinterface", - "community": 317, + "community": 533, "norm_label": "envvarprocessorinterface" }, { @@ -58220,7 +58360,7 @@ "source_location": "L37", "_origin": "ast", "id": "dependencyinjection_corsregexenvprocessor_corsregexenvprocessor_getprovidedtypes", - "community": 317, + "community": 533, "norm_label": ".getprovidedtypes()" }, { @@ -58310,7 +58450,7 @@ "source_location": "L1", "_origin": "ast", "id": "eventsubscriber_exceptionsubscriber", - "community": 437, + "community": 33, "norm_label": "exceptionsubscriber.php" }, { @@ -58320,7 +58460,7 @@ "source_location": "L21", "_origin": "ast", "id": "eventsubscriber_exceptionsubscriber_exceptionsubscriber", - "community": 437, + "community": 33, "norm_label": "exceptionsubscriber" }, { @@ -58340,7 +58480,7 @@ "source_location": "L23", "_origin": "ast", "id": "eventsubscriber_exceptionsubscriber_exceptionsubscriber_construct", - "community": 437, + "community": 33, "norm_label": ".__construct()" }, { @@ -58350,7 +58490,7 @@ "source_location": "L28", "_origin": "ast", "id": "eventsubscriber_exceptionsubscriber_exceptionsubscriber_onkernelexception", - "community": 437, + "community": 33, "norm_label": ".onkernelexception()" }, { @@ -58360,7 +58500,7 @@ "source_location": "L28", "_origin": "ast", "id": "exceptionevent", - "community": 437, + "community": 33, "norm_label": "exceptionevent" }, { @@ -58370,7 +58510,7 @@ "source_location": "L148", "_origin": "ast", "id": "eventsubscriber_exceptionsubscriber_exceptionsubscriber_getsubscribedevents", - "community": 437, + "community": 33, "norm_label": ".getsubscribedevents()" }, { @@ -58860,7 +59000,7 @@ "source_location": "L1", "_origin": "ast", "id": "logging_logpruneservice", - "community": 16, + "community": 962, "norm_label": "logpruneservice.php" }, { @@ -58870,7 +59010,7 @@ "source_location": "L11", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice", - "community": 16, + "community": 962, "norm_label": "logpruneservice" }, { @@ -58880,7 +59020,7 @@ "source_location": "L13", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice_construct", - "community": 16, + "community": 962, "norm_label": ".__construct()" }, { @@ -58890,7 +59030,7 @@ "source_location": "L19", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice_prunebyretention", - "community": 16, + "community": 962, "norm_label": ".prunebyretention()" }, { @@ -59340,7 +59480,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_seedsmsmessagetemplatescommand", - "community": 435, + "community": 926, "norm_label": "seedsmsmessagetemplatescommand.php" }, { @@ -59350,7 +59490,7 @@ "source_location": "L12", "_origin": "ast", "id": "command_seedsmsmessagetemplatescommand_seedsmsmessagetemplatescommand", - "community": 435, + "community": 926, "norm_label": "seedsmsmessagetemplatescommand" }, { @@ -59360,7 +59500,7 @@ "source_location": "L18", "_origin": "ast", "id": "command_seedsmsmessagetemplatescommand_seedsmsmessagetemplatescommand_construct", - "community": 435, + "community": 926, "norm_label": ".__construct()" }, { @@ -59370,7 +59510,7 @@ "source_location": "L23", "_origin": "ast", "id": "command_seedsmsmessagetemplatescommand_seedsmsmessagetemplatescommand_execute", - "community": 435, + "community": 926, "norm_label": ".execute()" }, { @@ -59380,7 +59520,7 @@ "source_location": "L23", "_origin": "ast", "id": "src_sms_command_seedsmsmessagetemplatescommand_php_inputinterface", - "community": 435, + "community": 926, "norm_label": "inputinterface" }, { @@ -59390,7 +59530,7 @@ "source_location": "L23", "_origin": "ast", "id": "src_sms_command_seedsmsmessagetemplatescommand_php_outputinterface", - "community": 435, + "community": 926, "norm_label": "outputinterface" }, { @@ -59550,7 +59690,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_smsmessagecontroller", - "community": 938, + "community": 559, "norm_label": "smsmessagecontroller.php" }, { @@ -59560,7 +59700,7 @@ "source_location": "L18", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller", - "community": 938, + "community": 559, "norm_label": "smsmessagecontroller" }, { @@ -59570,7 +59710,7 @@ "source_location": "L22", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller_construct", - "community": 938, + "community": 559, "norm_label": ".__construct()" }, { @@ -59580,7 +59720,7 @@ "source_location": "L26", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller_list", - "community": 938, + "community": 559, "norm_label": ".list()" }, { @@ -59590,7 +59730,7 @@ "source_location": "L26", "_origin": "ast", "id": "src_sms_controller_smsmessagecontroller_php_jsonresponse", - "community": 938, + "community": 559, "norm_label": "jsonresponse" }, { @@ -59600,7 +59740,7 @@ "source_location": "L57", "_origin": "ast", "id": "controller_smsmessagecontroller_smsmessagecontroller_update", - "community": 938, + "community": 559, "norm_label": ".update()" }, { @@ -59610,7 +59750,7 @@ "source_location": "L57", "_origin": "ast", "id": "src_sms_controller_smsmessagecontroller_php_request", - "community": 938, + "community": 559, "norm_label": "request" }, { @@ -59800,7 +59940,7 @@ "source_location": "L1", "_origin": "ast", "id": "entity_smslog", - "community": 339, + "community": 407, "norm_label": "smslog.php" }, { @@ -60770,7 +60910,7 @@ "source_location": "L9", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider", - "community": 809, + "community": 890, "norm_label": "kavehnegarprovider" }, { @@ -60780,7 +60920,7 @@ "source_location": "L13", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_construct", - "community": 809, + "community": 890, "norm_label": ".__construct()" }, { @@ -60790,7 +60930,7 @@ "source_location": "L21", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_key", - "community": 809, + "community": 890, "norm_label": ".key()" }, { @@ -60800,7 +60940,7 @@ "source_location": "L22", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_sender", - "community": 809, + "community": 890, "norm_label": ".sender()" }, { @@ -60810,7 +60950,7 @@ "source_location": "L24", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_getname", - "community": 809, + "community": 890, "norm_label": ".getname()" }, { @@ -60820,7 +60960,7 @@ "source_location": "L31", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_get", - "community": 809, + "community": 890, "norm_label": ".get()" }, { @@ -60830,7 +60970,7 @@ "source_location": "L51", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_send", - "community": 809, + "community": 890, "norm_label": ".send()" }, { @@ -60840,7 +60980,7 @@ "source_location": "L69", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_forslot", - "community": 809, + "community": 890, "norm_label": ".forslot()" }, { @@ -60850,7 +60990,7 @@ "source_location": "L77", "_origin": "ast", "id": "provider_kavehnegarprovider_kavehnegarprovider_sendtemplate", - "community": 809, + "community": 890, "norm_label": ".sendtemplate()" }, { @@ -61460,7 +61600,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_smsservice", - "community": 407, + "community": 941, "norm_label": "smsservice.php" }, { @@ -61470,7 +61610,7 @@ "source_location": "L16", "_origin": "ast", "id": "service_smsservice_smsservice", - "community": 407, + "community": 941, "norm_label": "smsservice" }, { @@ -61480,7 +61620,7 @@ "source_location": "L20", "_origin": "ast", "id": "service_smsservice_smsservice_construct", - "community": 407, + "community": 941, "norm_label": ".__construct()" }, { @@ -61490,7 +61630,7 @@ "source_location": "L41", "_origin": "ast", "id": "service_smsservice_smsservice_dispatchtemplate", - "community": 407, + "community": 941, "norm_label": ".dispatchtemplate()" }, { @@ -61500,7 +61640,7 @@ "source_location": "L70", "_origin": "ast", "id": "service_smsservice_smsservice_dispatchasync", - "community": 407, + "community": 941, "norm_label": ".dispatchasync()" }, { @@ -61510,7 +61650,7 @@ "source_location": "L84", "_origin": "ast", "id": "service_smsservice_smsservice_sendnow", - "community": 407, + "community": 941, "norm_label": ".sendnow()" }, { @@ -61520,7 +61660,7 @@ "source_location": "L84", "_origin": "ast", "id": "src_sms_service_smsservice_php_sendsmsmessage", - "community": 407, + "community": 941, "norm_label": "sendsmsmessage" }, { @@ -61530,7 +61670,7 @@ "source_location": "L106", "_origin": "ast", "id": "service_smsservice_smsservice_resolveprovider", - "community": 407, + "community": 941, "norm_label": ".resolveprovider()" }, { @@ -61540,7 +61680,7 @@ "source_location": "L106", "_origin": "ast", "id": "src_sms_service_smsservice_php_smsproviderinterface", - "community": 407, + "community": 941, "norm_label": "smsproviderinterface" }, { @@ -61550,7 +61690,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_smstextresolver", - "community": 559, + "community": 407, "norm_label": "smstextresolver.php" }, { @@ -61560,7 +61700,7 @@ "source_location": "L12", "_origin": "ast", "id": "service_smstextresolver_smstextresolver", - "community": 559, + "community": 407, "norm_label": "smstextresolver" }, { @@ -61570,7 +61710,7 @@ "source_location": "L14", "_origin": "ast", "id": "service_smstextresolver_smstextresolver_construct", - "community": 559, + "community": 407, "norm_label": ".__construct()" }, { @@ -61580,7 +61720,7 @@ "source_location": "L19", "_origin": "ast", "id": "service_smstextresolver_smstextresolver_resolve", - "community": 559, + "community": 407, "norm_label": ".resolve()" }, { @@ -61970,7 +62110,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_specialtyrepository", - "community": 53, + "community": 874, "norm_label": "specialtyrepository.php" }, { @@ -61980,7 +62120,7 @@ "source_location": "L10", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository", - "community": 53, + "community": 874, "norm_label": "specialtyrepository" }, { @@ -61990,7 +62130,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository_construct", - "community": 53, + "community": 874, "norm_label": ".__construct()" }, { @@ -62000,7 +62140,7 @@ "source_location": "L12", "_origin": "ast", "id": "src_specialty_repository_specialtyrepository_php_managerregistry", - "community": 53, + "community": 874, "norm_label": "managerregistry" }, { @@ -62010,7 +62150,7 @@ "source_location": "L18", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository_findactive", - "community": 53, + "community": 874, "norm_label": ".findactive()" }, { @@ -62020,7 +62160,7 @@ "source_location": "L38", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository_doctorcountsbycity", - "community": 53, + "community": 874, "norm_label": ".doctorcountsbycity()" }, { @@ -62030,7 +62170,7 @@ "source_location": "L60", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository_findbyslug", - "community": 53, + "community": 874, "norm_label": ".findbyslug()" }, { @@ -62040,7 +62180,7 @@ "source_location": "L60", "_origin": "ast", "id": "src_specialty_repository_specialtyrepository_php_specialty", - "community": 53, + "community": 874, "norm_label": "specialty" }, { @@ -62050,7 +62190,7 @@ "source_location": "L65", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository_save", - "community": 53, + "community": 874, "norm_label": ".save()" }, { @@ -62060,7 +62200,7 @@ "source_location": "L71", "_origin": "ast", "id": "repository_specialtyrepository_specialtyrepository_remove", - "community": 53, + "community": 874, "norm_label": ".remove()" }, { @@ -66870,7 +67010,7 @@ "source_location": "L1", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest", - "community": 0, + "community": 681, "norm_label": "clinicappointmentaccesstest.php" }, { @@ -66880,7 +67020,7 @@ "source_location": "L19", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "community": 0, + "community": 681, "norm_label": "clinicappointmentaccesstest" }, { @@ -66890,7 +67030,7 @@ "source_location": "L21", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "community": 0, + "community": 681, "norm_label": ".makedoctor()" }, { @@ -66900,7 +67040,7 @@ "source_location": "L21", "_origin": "ast", "id": "tests_appointment_clinicappointmentaccesstest_php_doctor", - "community": 0, + "community": 681, "norm_label": "doctor" }, { @@ -66910,7 +67050,7 @@ "source_location": "L33", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "community": 0, + "community": 681, "norm_label": ".makeclinicwith()" }, { @@ -66920,7 +67060,7 @@ "source_location": "L47", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "community": 0, + "community": 681, "norm_label": ".makeappointment()" }, { @@ -66930,7 +67070,7 @@ "source_location": "L47", "_origin": "ast", "id": "tests_appointment_clinicappointmentaccesstest_php_clinic", - "community": 0, + "community": 681, "norm_label": "clinic" }, { @@ -66940,7 +67080,7 @@ "source_location": "L47", "_origin": "ast", "id": "tests_appointment_clinicappointmentaccesstest_php_user", - "community": 0, + "community": 681, "norm_label": "user" }, { @@ -66950,7 +67090,7 @@ "source_location": "L47", "_origin": "ast", "id": "tests_appointment_clinicappointmentaccesstest_php_appointment", - "community": 0, + "community": 681, "norm_label": "appointment" }, { @@ -66960,7 +67100,7 @@ "source_location": "L60", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "community": 0, + "community": 681, "norm_label": ".makeclinicsecretary()" }, { @@ -66970,7 +67110,7 @@ "source_location": "L75", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanviewclinicappointment", - "community": 0, + "community": 681, "norm_label": ".testclinicownercanviewclinicappointment()" }, { @@ -66980,7 +67120,7 @@ "source_location": "L86", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanupdateandmoveclinicappointment", - "community": 0, + "community": 681, "norm_label": ".testclinicownercanupdateandmoveclinicappointment()" }, { @@ -66990,7 +67130,7 @@ "source_location": "L103", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanchangestatusofclinicappointment", - "community": 0, + "community": 681, "norm_label": ".testclinicownercanchangestatusofclinicappointment()" }, { @@ -67000,7 +67140,7 @@ "source_location": "L117", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercantransferappointmenttoreserveandback", - "community": 0, + "community": 681, "norm_label": ".testclinicownercantransferappointmenttoreserveandback()" }, { @@ -67010,7 +67150,7 @@ "source_location": "L146", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanreadappointmentevents", - "community": 0, + "community": 681, "norm_label": ".testclinicownercanreadappointmentevents()" }, { @@ -67020,7 +67160,7 @@ "source_location": "L157", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercannottouchdoctorpersonalappointment", - "community": 0, + "community": 681, "norm_label": ".testclinicownercannottouchdoctorpersonalappointment()" }, { @@ -67030,7 +67170,7 @@ "source_location": "L168", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testforeignclinicownerisdenied", - "community": 0, + "community": 681, "norm_label": ".testforeignclinicownerisdenied()" }, { @@ -67040,7 +67180,7 @@ "source_location": "L180", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testmemberdoctorlosesaccesswhendeactivated", - "community": 0, + "community": 681, "norm_label": ".testmemberdoctorlosesaccesswhendeactivated()" }, { @@ -67050,7 +67190,7 @@ "source_location": "L201", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment", - "community": 0, + "community": 681, "norm_label": ".testclinicsecretarycanmanageassigneddoctorappointment()" }, { @@ -67060,7 +67200,7 @@ "source_location": "L218", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment", - "community": 0, + "community": 681, "norm_label": ".testclinicsecretarycannottouchunassigneddoctorappointment()" }, { @@ -67070,7 +67210,7 @@ "source_location": "L231", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission", - "community": 0, + "community": 681, "norm_label": ".testsecretarycancelrequirescancelpermission()" }, { @@ -67080,7 +67220,7 @@ "source_location": "L246", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel", - "community": 0, + "community": 681, "norm_label": ".testsecretarywithcancelpermissioncancancel()" }, { @@ -67090,7 +67230,7 @@ "source_location": "L261", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate", - "community": 0, + "community": 681, "norm_label": ".testinlinestatuscannotbypasscancelgate()" }, { @@ -67100,7 +67240,7 @@ "source_location": "L276", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testownerdoctorkeepsfullaccesstoownclinicappointment", - "community": 0, + "community": 681, "norm_label": ".testownerdoctorkeepsfullaccesstoownclinicappointment()" }, { @@ -67110,7 +67250,7 @@ "source_location": "L287", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcanviewbutnotrescheduleownappointment", - "community": 0, + "community": 681, "norm_label": ".testpatientcanviewbutnotrescheduleownappointment()" }, { @@ -67120,7 +67260,7 @@ "source_location": "L305", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcancancelownappointment", - "community": 0, + "community": 681, "norm_label": ".testpatientcancancelownappointment()" }, { @@ -67130,7 +67270,7 @@ "source_location": "L319", "_origin": "ast", "id": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_teststrangerisdenied", - "community": 0, + "community": 681, "norm_label": ".teststrangerisdenied()" }, { @@ -67510,7 +67650,7 @@ "source_location": "L1", "_origin": "ast", "id": "appointment_scheduleownershiptest", - "community": 852, + "community": 86, "norm_label": "scheduleownershiptest.php" }, { @@ -67520,7 +67660,7 @@ "source_location": "L14", "_origin": "ast", "id": "appointment_scheduleownershiptest_scheduleownershiptest", - "community": 852, + "community": 86, "norm_label": "scheduleownershiptest" }, { @@ -67530,7 +67670,7 @@ "source_location": "L16", "_origin": "ast", "id": "appointment_scheduleownershiptest_scheduleownershiptest_makedoctorwithschedule", - "community": 852, + "community": 86, "norm_label": ".makedoctorwithschedule()" }, { @@ -67540,7 +67680,7 @@ "source_location": "L28", "_origin": "ast", "id": "appointment_scheduleownershiptest_scheduleownershiptest_testownercanreadownschedule", - "community": 852, + "community": 86, "norm_label": ".testownercanreadownschedule()" }, { @@ -67550,7 +67690,7 @@ "source_location": "L35", "_origin": "ast", "id": "appointment_scheduleownershiptest_scheduleownershiptest_testotheruserisforbidden", - "community": 852, + "community": 86, "norm_label": ".testotheruserisforbidden()" }, { @@ -67560,7 +67700,7 @@ "source_location": "L43", "_origin": "ast", "id": "appointment_scheduleownershiptest_scheduleownershiptest_testadmincanread", - "community": 852, + "community": 86, "norm_label": ".testadmincanread()" }, { @@ -68883,6 +69023,146 @@ "community": 633, "norm_label": ".testpatientinvoicesempty()" }, + { + "label": "BlogCityScopeTest.php", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L1", + "_origin": "ast", + "id": "blog_blogcityscopetest", + "community": 719, + "norm_label": "blogcityscopetest.php" + }, + { + "label": "BlogCityScopeTest", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L15", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest", + "community": 719, + "norm_label": "blogcityscopetest" + }, + { + "label": ".makeCity()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L17", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_makecity", + "community": 719, + "norm_label": ".makecity()" + }, + { + "label": "City", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L17", + "_origin": "ast", + "id": "tests_blog_blogcityscopetest_php_city", + "community": 719, + "norm_label": "city" + }, + { + "label": ".makePost()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L27", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_makepost", + "community": 719, + "norm_label": ".makepost()" + }, + { + "label": "Blog", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L27", + "_origin": "ast", + "id": "tests_blog_blogcityscopetest_php_blog", + "community": 719, + "norm_label": "blog" + }, + { + "label": ".listBy()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L37", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_listby", + "community": 719, + "norm_label": ".listby()" + }, + { + "label": ".testCityScopedListReturnsCityPostsPlusNationwide()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L51", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", + "community": 719, + "norm_label": ".testcityscopedlistreturnscitypostsplusnationwide()" + }, + { + "label": ".testUnscopedListReturnsEveryPublishedPost()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L69", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", + "community": 719, + "norm_label": ".testunscopedlistreturnseverypublishedpost()" + }, + { + "label": ".testCityAppearsInListAndDetailPayload()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L84", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", + "community": 719, + "norm_label": ".testcityappearsinlistanddetailpayload()" + }, + { + "label": ".testAdminCanCreatePostWithAndWithoutCity()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L111", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", + "community": 719, + "norm_label": ".testadmincancreatepostwithandwithoutcity()" + }, + { + "label": ".testAdminCanMovePostBetweenCityAndNationwide()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L133", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", + "community": 719, + "norm_label": ".testadmincanmovepostbetweencityandnationwide()" + }, + { + "label": ".testPatchWithoutCityIdLeavesCityUntouched()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L153", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", + "community": 719, + "norm_label": ".testpatchwithoutcityidleavescityuntouched()" + }, + { + "label": ".testUnknownCityIdIsRejected()", + "file_type": "code", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L167", + "_origin": "ast", + "id": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", + "community": 719, + "norm_label": ".testunknowncityidisrejected()" + }, { "label": "CategoryImportTest.php", "file_type": "code", @@ -69350,7 +69630,7 @@ "source_location": "L1", "_origin": "ast", "id": "clinicservice_serviceitemdeletecleanuptest", - "community": 717, + "community": 86, "norm_label": "serviceitemdeletecleanuptest.php" }, { @@ -69360,7 +69640,7 @@ "source_location": "L17", "_origin": "ast", "id": "clinicservice_serviceitemdeletecleanuptest_serviceitemdeletecleanuptest", - "community": 717, + "community": 86, "norm_label": "serviceitemdeletecleanuptest" }, { @@ -69370,7 +69650,7 @@ "source_location": "L19", "_origin": "ast", "id": "clinicservice_serviceitemdeletecleanuptest_serviceitemdeletecleanuptest_testdeletingitempurgestariffandcoverage", - "community": 717, + "community": 86, "norm_label": ".testdeletingitempurgestariffandcoverage()" }, { @@ -69380,7 +69660,7 @@ "source_location": "L1", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest", - "community": 86, + "community": 907, "norm_label": "serviceitemdetailapitest.php" }, { @@ -69390,7 +69670,7 @@ "source_location": "L16", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest_serviceitemdetailapitest", - "community": 86, + "community": 907, "norm_label": "serviceitemdetailapitest" }, { @@ -69400,7 +69680,7 @@ "source_location": "L19", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest_serviceitemdetailapitest_makedoctorwithitem", - "community": 86, + "community": 907, "norm_label": ".makedoctorwithitem()" }, { @@ -69410,7 +69690,7 @@ "source_location": "L36", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest_serviceitemdetailapitest_testreturnstheitemwitheverythingthedetailpageneeds", - "community": 86, + "community": 907, "norm_label": ".testreturnstheitemwitheverythingthedetailpageneeds()" }, { @@ -69420,7 +69700,7 @@ "source_location": "L57", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest_serviceitemdetailapitest_testunknownuuidreturns404", - "community": 86, + "community": 907, "norm_label": ".testunknownuuidreturns404()" }, { @@ -69430,7 +69710,7 @@ "source_location": "L66", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest_serviceitemdetailapitest_testanothertenantcannotreadtheitem", - "community": 86, + "community": 907, "norm_label": ".testanothertenantcannotreadtheitem()" }, { @@ -69440,7 +69720,7 @@ "source_location": "L79", "_origin": "ast", "id": "clinicservice_serviceitemdetailapitest_serviceitemdetailapitest_testrequiresauthentication", - "community": 86, + "community": 907, "norm_label": ".testrequiresauthentication()" }, { @@ -69990,7 +70270,7 @@ "source_location": "L1", "_origin": "ast", "id": "dashboard_inviteddoctordashboardscopetest", - "community": 86, + "community": 929, "norm_label": "inviteddoctordashboardscopetest.php" }, { @@ -70000,7 +70280,7 @@ "source_location": "L13", "_origin": "ast", "id": "dashboard_inviteddoctordashboardscopetest_inviteddoctordashboardscopetest", - "community": 86, + "community": 929, "norm_label": "inviteddoctordashboardscopetest" }, { @@ -70010,7 +70290,7 @@ "source_location": "L22", "_origin": "ast", "id": "dashboard_inviteddoctordashboardscopetest_inviteddoctordashboardscopetest_makedoctorinclinic", - "community": 86, + "community": 929, "norm_label": ".makedoctorinclinic()" }, { @@ -70020,7 +70300,7 @@ "source_location": "L38", "_origin": "ast", "id": "dashboard_inviteddoctordashboardscopetest_inviteddoctordashboardscopetest_testcliniccontextomitsfinancialfields", - "community": 86, + "community": 929, "norm_label": ".testcliniccontextomitsfinancialfields()" }, { @@ -70030,7 +70310,7 @@ "source_location": "L55", "_origin": "ast", "id": "dashboard_inviteddoctordashboardscopetest_inviteddoctordashboardscopetest_testpersonalcontextstillreturnsfinancialfields", - "community": 86, + "community": 929, "norm_label": ".testpersonalcontextstillreturnsfinancialfields()" }, { @@ -70040,7 +70320,7 @@ "source_location": "L70", "_origin": "ast", "id": "dashboard_inviteddoctordashboardscopetest_inviteddoctordashboardscopetest_testforeignclinicuuidfallsbacktopersonalscope", - "community": 86, + "community": 929, "norm_label": ".testforeignclinicuuidfallsbacktopersonalscope()" }, { @@ -70050,7 +70330,7 @@ "source_location": "L1", "_origin": "ast", "id": "database_uniqueconstraintstest", - "community": 86, + "community": 733, "norm_label": "uniqueconstraintstest.php" }, { @@ -70060,7 +70340,7 @@ "source_location": "L17", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest", - "community": 86, + "community": 733, "norm_label": "uniqueconstraintstest" }, { @@ -70070,7 +70350,7 @@ "source_location": "L19", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicateemailrejected", - "community": 86, + "community": 733, "norm_label": ".testduplicateemailrejected()" }, { @@ -70080,7 +70360,7 @@ "source_location": "L29", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicategatewaytokenrejected", - "community": 86, + "community": 733, "norm_label": ".testduplicategatewaytokenrejected()" }, { @@ -70090,7 +70370,7 @@ "source_location": "L43", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicatedateoverriderejected", - "community": 86, + "community": 733, "norm_label": ".testduplicatedateoverriderejected()" }, { @@ -70100,7 +70380,7 @@ "source_location": "L57", "_origin": "ast", "id": "database_uniqueconstraintstest_uniqueconstraintstest_testduplicatebreakdownpaymentsourcerejected", - "community": 86, + "community": 733, "norm_label": ".testduplicatebreakdownpaymentsourcerejected()" }, { @@ -70310,7 +70590,7 @@ "source_location": "L1", "_origin": "ast", "id": "doctor_doctorclaimtest", - "community": 646, + "community": 840, "norm_label": "doctorclaimtest.php" }, { @@ -70780,7 +71060,7 @@ "source_location": "L1", "_origin": "ast", "id": "doctrine_repositoryclassmappingtest", - "community": 608, + "community": 809, "norm_label": "repositoryclassmappingtest.php" }, { @@ -70790,7 +71070,7 @@ "source_location": "L18", "_origin": "ast", "id": "doctrine_repositoryclassmappingtest_repositoryclassmappingtest", - "community": 608, + "community": 809, "norm_label": "repositoryclassmappingtest" }, { @@ -70800,7 +71080,7 @@ "source_location": "", "_origin": "ast", "id": "kerneltestcase", - "community": 608, + "community": 809, "norm_label": "kerneltestcase" }, { @@ -70810,7 +71090,7 @@ "source_location": "L20", "_origin": "ast", "id": "doctrine_repositoryclassmappingtest_repositoryclassmappingtest_testentitieswithcustomrepodeclareit", - "community": 608, + "community": 809, "norm_label": ".testentitieswithcustomrepodeclareit()" }, { @@ -71760,7 +72040,7 @@ "source_location": "L1", "_origin": "ast", "id": "patient_clinicrecordaccesstest", - "community": 681, + "community": 0, "norm_label": "clinicrecordaccesstest.php" }, { @@ -71770,7 +72050,7 @@ "source_location": "L22", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "community": 681, + "community": 0, "norm_label": "clinicrecordaccesstest" }, { @@ -71780,7 +72060,7 @@ "source_location": "L24", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "community": 681, + "community": 0, "norm_label": ".makedoctor()" }, { @@ -71790,7 +72070,7 @@ "source_location": "L24", "_origin": "ast", "id": "tests_patient_clinicrecordaccesstest_php_doctor", - "community": 681, + "community": 0, "norm_label": "doctor" }, { @@ -71800,7 +72080,7 @@ "source_location": "L36", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "community": 681, + "community": 0, "norm_label": ".makeclinicwith()" }, { @@ -71810,7 +72090,7 @@ "source_location": "L50", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "community": 681, + "community": 0, "norm_label": ".activecontext()" }, { @@ -71820,7 +72100,7 @@ "source_location": "L50", "_origin": "ast", "id": "tests_patient_clinicrecordaccesstest_php_user", - "community": 681, + "community": 0, "norm_label": "user" }, { @@ -71830,7 +72110,7 @@ "source_location": "L56", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "community": 681, + "community": 0, "norm_label": ".makeclinicrecordfor()" }, { @@ -71840,7 +72120,7 @@ "source_location": "L56", "_origin": "ast", "id": "tests_patient_clinicrecordaccesstest_php_clinic", - "community": 681, + "community": 0, "norm_label": "clinic" }, { @@ -71850,7 +72130,7 @@ "source_location": "L56", "_origin": "ast", "id": "tests_patient_clinicrecordaccesstest_php_patientrecord", - "community": 681, + "community": 0, "norm_label": "patientrecord" }, { @@ -71860,7 +72140,7 @@ "source_location": "L73", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "community": 681, + "community": 0, "norm_label": ".uuidsfromlist()" }, { @@ -71870,7 +72150,7 @@ "source_location": "L80", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "community": 681, + "community": 0, "norm_label": ".testmemberdoctorseesownpatientsclinicrecord()" }, { @@ -71880,7 +72160,7 @@ "source_location": "L94", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "community": 681, + "community": 0, "norm_label": ".testmemberdoctorcannotseeanotherdoctorsclinicrecord()" }, { @@ -71890,7 +72170,7 @@ "source_location": "L110", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord", - "community": 681, + "community": 0, "norm_label": ".testmemberdoctorcanopenandmanageownpatientrecord()" }, { @@ -71900,7 +72180,7 @@ "source_location": "L127", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "community": 681, + "community": 0, "norm_label": ".testdoctorinpersonalcontextseesonlyownofficerecords()" }, { @@ -71910,7 +72190,7 @@ "source_location": "L144", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem", - "community": 681, + "community": 0, "norm_label": ".testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem()" }, { @@ -71920,7 +72200,7 @@ "source_location": "L174", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords", - "community": 681, + "community": 0, "norm_label": ".testclinicownerseeseverydoctorsrecords()" }, { @@ -71930,7 +72210,7 @@ "source_location": "L192", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "community": 681, + "community": 0, "norm_label": ".testclinicsecretaryislimitedtoassigneddoctors()" }, { @@ -71940,7 +72220,7 @@ "source_location": "L217", "_origin": "ast", "id": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testconfirmedclinicappointmentrecordisvisibletobothroles", - "community": 681, + "community": 0, "norm_label": ".testconfirmedclinicappointmentrecordisvisibletobothroles()" }, { @@ -72070,7 +72350,7 @@ "source_location": "L1", "_origin": "ast", "id": "patient_patientattachmenttest", - "community": 294, + "community": 86, "norm_label": "patientattachmenttest.php" }, { @@ -72080,7 +72360,7 @@ "source_location": "L13", "_origin": "ast", "id": "patient_patientattachmenttest_patientattachmenttest", - "community": 294, + "community": 86, "norm_label": "patientattachmenttest" }, { @@ -72090,7 +72370,7 @@ "source_location": "L16", "_origin": "ast", "id": "patient_patientattachmenttest_patientattachmenttest_recordfor", - "community": 294, + "community": 86, "norm_label": ".recordfor()" }, { @@ -72100,7 +72380,7 @@ "source_location": "L31", "_origin": "ast", "id": "patient_patientattachmenttest_patientattachmenttest_testlistanddelete", - "community": 294, + "community": 86, "norm_label": ".testlistanddelete()" }, { @@ -72110,7 +72390,7 @@ "source_location": "L51", "_origin": "ast", "id": "patient_patientattachmenttest_patientattachmenttest_testcannotdeleteanothertenantsattachment", - "community": 294, + "community": 86, "norm_label": ".testcannotdeleteanothertenantsattachment()" }, { @@ -72490,7 +72770,7 @@ "source_location": "L1", "_origin": "ast", "id": "patient_patientlistnationalcodetest", - "community": 874, + "community": 86, "norm_label": "patientlistnationalcodetest.php" }, { @@ -72500,7 +72780,7 @@ "source_location": "L14", "_origin": "ast", "id": "patient_patientlistnationalcodetest_patientlistnationalcodetest", - "community": 874, + "community": 86, "norm_label": "patientlistnationalcodetest" }, { @@ -72510,7 +72790,7 @@ "source_location": "L16", "_origin": "ast", "id": "patient_patientlistnationalcodetest_patientlistnationalcodetest_doctor", - "community": 874, + "community": 86, "norm_label": ".doctor()" }, { @@ -72520,7 +72800,7 @@ "source_location": "L26", "_origin": "ast", "id": "patient_patientlistnationalcodetest_patientlistnationalcodetest_testnationalcodefromprofileisreturned", - "community": 874, + "community": 86, "norm_label": ".testnationalcodefromprofileisreturned()" }, { @@ -72530,7 +72810,7 @@ "source_location": "L49", "_origin": "ast", "id": "patient_patientlistnationalcodetest_patientlistnationalcodetest_testnullwhennonationalcodeanywhere", - "community": 874, + "community": 86, "norm_label": ".testnullwhennonationalcodeanywhere()" }, { @@ -73640,7 +73920,7 @@ "source_location": "L1", "_origin": "ast", "id": "payment_mellatgatewaytest", - "community": 169, + "community": 824, "norm_label": "mellatgatewaytest.php" }, { @@ -73650,7 +73930,7 @@ "source_location": "L11", "_origin": "ast", "id": "payment_mellatgatewaytest_mellatgatewaytest", - "community": 169, + "community": 824, "norm_label": "mellatgatewaytest" }, { @@ -73660,7 +73940,7 @@ "source_location": "L13", "_origin": "ast", "id": "payment_mellatgatewaytest_mellatgatewaytest_testconstructoracceptsnullcredentials", - "community": 169, + "community": 824, "norm_label": ".testconstructoracceptsnullcredentials()" }, { @@ -73920,7 +74200,7 @@ "source_location": "L1", "_origin": "ast", "id": "rating_commentlistnplusonetest", - "community": 962, + "community": 22, "norm_label": "commentlistnplusonetest.php" }, { @@ -73930,7 +74210,7 @@ "source_location": "L17", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest", - "community": 962, + "community": 22, "norm_label": "commentlistnplusonetest" }, { @@ -73940,7 +74220,7 @@ "source_location": "L19", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testtreeisserializedcorrectly", - "community": 962, + "community": 22, "norm_label": ".testtreeisserializedcorrectly()" }, { @@ -73950,7 +74230,7 @@ "source_location": "L52", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_jsonget", - "community": 962, + "community": 22, "norm_label": ".jsonget()" }, { @@ -73960,7 +74240,7 @@ "source_location": "L64", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testrepositoryfetchjoinscollections", - "community": 962, + "community": 22, "norm_label": ".testrepositoryfetchjoinscollections()" }, { @@ -74820,7 +75100,7 @@ "source_location": "L64", "_origin": "ast", "id": "shared_corsregexenvprocessortest_corsregexenvprocessortest_testprovidedtype", - "community": 317, + "community": 533, "norm_label": ".testprovidedtype()" }, { @@ -74830,7 +75110,7 @@ "source_location": "L1", "_origin": "ast", "id": "shared_dbloggertest", - "community": 608, + "community": 809, "norm_label": "dbloggertest.php" }, { @@ -74840,7 +75120,7 @@ "source_location": "L13", "_origin": "ast", "id": "shared_dbloggertest_dbloggertest", - "community": 608, + "community": 809, "norm_label": "dbloggertest" }, { @@ -74850,7 +75130,7 @@ "source_location": "L15", "_origin": "ast", "id": "shared_dbloggertest_dbloggertest_testwarningpersistedbutinfoisnot", - "community": 608, + "community": 809, "norm_label": ".testwarningpersistedbutinfoisnot()" }, { @@ -74900,7 +75180,7 @@ "source_location": "L1", "_origin": "ast", "id": "shared_numericfieldnormalizertest", - "community": 951, + "community": 646, "norm_label": "numericfieldnormalizertest.php" }, { @@ -74910,7 +75190,7 @@ "source_location": "L16", "_origin": "ast", "id": "shared_numericfieldnormalizertest_numericfieldnormalizertest", - "community": 951, + "community": 646, "norm_label": "numericfieldnormalizertest" }, { @@ -74920,7 +75200,7 @@ "source_location": "L18", "_origin": "ast", "id": "shared_numericfieldnormalizertest_numericfieldnormalizertest_testdigitshelpertranslateswithoutstripping", - "community": 951, + "community": 646, "norm_label": ".testdigitshelpertranslateswithoutstripping()" }, { @@ -74930,7 +75210,7 @@ "source_location": "L26", "_origin": "ast", "id": "shared_numericfieldnormalizertest_numericfieldnormalizertest_testsecretarycreatedwithpersiandigitsisstoredlatin", - "community": 951, + "community": 646, "norm_label": ".testsecretarycreatedwithpersiandigitsisstoredlatin()" }, { @@ -74940,7 +75220,7 @@ "source_location": "L53", "_origin": "ast", "id": "shared_numericfieldnormalizertest_numericfieldnormalizertest_testnestedarraysarenormalized", - "community": 951, + "community": 646, "norm_label": ".testnestedarraysarenormalized()" }, { @@ -74950,7 +75230,7 @@ "source_location": "L69", "_origin": "ast", "id": "shared_numericfieldnormalizertest_numericfieldnormalizertest_testnonnumerickeyskeeppersiandigits", - "community": 951, + "community": 646, "norm_label": ".testnonnumerickeyskeeppersiandigits()" }, { @@ -75070,7 +75350,7 @@ "source_location": "L1", "_origin": "ast", "id": "smoke_infrasmoketest", - "community": 952, + "community": 86, "norm_label": "infrasmoketest.php" }, { @@ -75080,7 +75360,7 @@ "source_location": "L11", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest", - "community": 952, + "community": 86, "norm_label": "infrasmoketest" }, { @@ -75090,7 +75370,7 @@ "source_location": "L13", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testhealthispublicand200", - "community": 952, + "community": 86, "norm_label": ".testhealthispublicand200()" }, { @@ -75100,7 +75380,7 @@ "source_location": "L19", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testunauthenticatedapiis401", - "community": 952, + "community": 86, "norm_label": ".testunauthenticatedapiis401()" }, { @@ -75110,7 +75390,7 @@ "source_location": "L25", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testjwtauthreachesuserinfo", - "community": 952, + "community": 86, "norm_label": ".testjwtauthreachesuserinfo()" }, { @@ -75120,7 +75400,7 @@ "source_location": "L35", "_origin": "ast", "id": "smoke_infrasmoketest_infrasmoketest_testwalletusertypeindexexists", - "community": 952, + "community": 86, "norm_label": ".testwalletusertypeindexexists()" }, { @@ -105430,7 +105710,7 @@ "source_location": "L2643", "_origin": "ast", "id": "docs_clinicpro_manual_v2_29_get_clinic_list", - "community": 980, + "community": 304, "norm_label": "29. \ud83d\udfe2 `get` clinic list \ud83c\udd95" }, { @@ -105440,7 +105720,7 @@ "source_location": "L2653", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc_query_2653", - "community": 980, + "community": 304, "norm_label": "\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc query" }, { @@ -105450,7 +105730,7 @@ "source_location": "L2664", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_2664", - "community": 980, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -105690,7 +105970,7 @@ "source_location": "L3250", "_origin": "ast", "id": "docs_clinicpro_manual_v2_36_get_get_my_rate", - "community": 304, + "community": 984, "norm_label": "36. \ud83d\udfe2 `get` get my rate" }, { @@ -105700,7 +105980,7 @@ "source_location": "L3260", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3260", - "community": 304, + "community": 984, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -105710,7 +105990,7 @@ "source_location": "L3267", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3267", - "community": 304, + "community": 984, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -111000,7 +111280,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_appointment_settings", - "community": 733, + "community": 160, "norm_label": "appointment-settings.md" }, { @@ -111010,7 +111290,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_appointment_settings_appointment_settings_api", - "community": 733, + "community": 160, "norm_label": "appointment settings api" }, { @@ -111020,7 +111300,7 @@ "source_location": "L8", "_origin": "ast", "id": "api_appointment_settings_booking_context_clinic_uuid", - "community": 733, + "community": 160, "norm_label": "booking context (`clinic_uuid`)" }, { @@ -111030,7 +111310,7 @@ "source_location": "L25", "_origin": "ast", "id": "api_appointment_settings_access_rule", - "community": 733, + "community": 160, "norm_label": "access rule" }, { @@ -111480,7 +111760,7 @@ "source_location": "L599", "_origin": "ast", "id": "api_appointment_settings_slot_calculation_logic_reference", - "community": 733, + "community": 160, "norm_label": "slot calculation logic (reference)" }, { @@ -111490,7 +111770,7 @@ "source_location": "L624", "_origin": "ast", "id": "api_appointment_settings_available_locations", - "community": 733, + "community": 160, "norm_label": "available locations" }, { @@ -111500,7 +111780,7 @@ "source_location": "L626", "_origin": "ast", "id": "api_appointment_settings_get_api_v1_appointment_settings_available_locations_doctoruuid", - "community": 733, + "community": 160, "norm_label": "`get /api/v1/appointment-settings/available-locations/{doctoruuid}`" }, { @@ -111510,7 +111790,7 @@ "source_location": "L632", "_origin": "ast", "id": "api_appointment_settings_response_200_632", - "community": 733, + "community": 160, "norm_label": "response `200`" }, { @@ -111520,7 +111800,7 @@ "source_location": "L675", "_origin": "ast", "id": "api_appointment_settings_errors_675", - "community": 733, + "community": 160, "norm_label": "errors" }, { @@ -111530,7 +111810,7 @@ "source_location": "L683", "_origin": "ast", "id": "api_appointment_settings_context_additions_2026_07", - "community": 841, + "community": 160, "norm_label": "context additions (2026-07)" }, { @@ -111540,7 +111820,7 @@ "source_location": "L685", "_origin": "ast", "id": "api_appointment_settings_response_fields", - "community": 841, + "community": 160, "norm_label": "response fields" }, { @@ -111550,7 +111830,7 @@ "source_location": "L697", "_origin": "ast", "id": "api_appointment_settings_holidays_are_global_by_default", - "community": 841, + "community": 160, "norm_label": "holidays are global by default" }, { @@ -111560,7 +111840,7 @@ "source_location": "L716", "_origin": "ast", "id": "api_appointment_settings_date_overrides_are_always_per_context", - "community": 841, + "community": 160, "norm_label": "date overrides are always per-context" }, { @@ -111570,7 +111850,7 @@ "source_location": "L721", "_origin": "ast", "id": "api_appointment_settings_get_available_locations_doctoruuid", - "community": 841, + "community": 160, "norm_label": "`get /available-locations/{doctoruuid}`" }, { @@ -113117,17 +113397,27 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L20", + "source_location": "L21", "_origin": "ast", "id": "api_blog_response_200", "community": 57, "norm_label": "response `200`" }, + { + "label": "\u0641\u06cc\u0644\u062f `city` \u2014 \u0634\u0647\u0631 \u067e\u0633\u062a", + "file_type": "document", + "source_file": "docs/api/blog.md", + "source_location": "L48", + "_origin": "ast", + "id": "api_blog_\u0641\u06cc\u0644\u062f_city_\u0634\u0647\u0631_\u067e\u0633\u062a", + "community": 57, + "norm_label": "\u0641\u06cc\u0644\u062f `city` \u2014 \u0634\u0647\u0631 \u067e\u0633\u062a" + }, { "label": "GET `/api/v1/blog/{slug}`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L47", + "source_location": "L65", "_origin": "ast", "id": "api_blog_get_api_v1_blog_slug", "community": 57, @@ -113137,7 +113427,7 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L53", + "source_location": "L71", "_origin": "ast", "id": "api_blog_path_parameters", "community": 57, @@ -113147,9 +113437,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L58", + "source_location": "L76", "_origin": "ast", - "id": "api_blog_response_200_58", + "id": "api_blog_response_200_76", "community": 57, "norm_label": "response `200`" }, @@ -113157,7 +113447,7 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L78", + "source_location": "L96", "_origin": "ast", "id": "api_blog_errors", "community": 57, @@ -113167,7 +113457,7 @@ "label": "POST `/api/v1/blog`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L85", + "source_location": "L103", "_origin": "ast", "id": "api_blog_post_api_v1_blog", "community": 57, @@ -113177,7 +113467,7 @@ "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L91", + "source_location": "L109", "_origin": "ast", "id": "api_blog_request_body_application_json", "community": 57, @@ -113187,7 +113477,7 @@ "label": "Response `201`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L112", + "source_location": "L131", "_origin": "ast", "id": "api_blog_response_201", "community": 57, @@ -113197,9 +113487,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L137", + "source_location": "L156", "_origin": "ast", - "id": "api_blog_errors_137", + "id": "api_blog_errors_156", "community": 57, "norm_label": "errors" }, @@ -113207,7 +113497,7 @@ "label": "PATCH `/api/v1/blog/{uuid}`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L146", + "source_location": "L165", "_origin": "ast", "id": "api_blog_patch_api_v1_blog_uuid", "community": 57, @@ -113217,9 +113507,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L152", + "source_location": "L171", "_origin": "ast", - "id": "api_blog_path_parameters_152", + "id": "api_blog_path_parameters_171", "community": 57, "norm_label": "path parameters" }, @@ -113227,9 +113517,9 @@ "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L157", + "source_location": "L176", "_origin": "ast", - "id": "api_blog_request_body_application_json_157", + "id": "api_blog_request_body_application_json_176", "community": 57, "norm_label": "request body (`application/json`)" }, @@ -113237,9 +113527,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L171", + "source_location": "L192", "_origin": "ast", - "id": "api_blog_response_200_171", + "id": "api_blog_response_200_192", "community": 57, "norm_label": "response `200`" }, @@ -113247,9 +113537,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L174", + "source_location": "L195", "_origin": "ast", - "id": "api_blog_errors_174", + "id": "api_blog_errors_195", "community": 57, "norm_label": "errors" }, @@ -113257,7 +113547,7 @@ "label": "DELETE `/api/v1/blog/{uuid}`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L183", + "source_location": "L205", "_origin": "ast", "id": "api_blog_delete_api_v1_blog_uuid", "community": 57, @@ -113267,9 +113557,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L189", + "source_location": "L211", "_origin": "ast", - "id": "api_blog_response_200_189", + "id": "api_blog_response_200_211", "community": 57, "norm_label": "response `200`" }, @@ -113277,9 +113567,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L194", + "source_location": "L216", "_origin": "ast", - "id": "api_blog_errors_194", + "id": "api_blog_errors_216", "community": 57, "norm_label": "errors" }, @@ -113287,7 +113577,7 @@ "label": "POST `/file/upload/clinic_pro/blog/field_image`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L203", + "source_location": "L225", "_origin": "ast", "id": "api_blog_post_file_upload_clinic_pro_blog_field_image", "community": 57, @@ -113297,7 +113587,7 @@ "label": "Request", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L209", + "source_location": "L231", "_origin": "ast", "id": "api_blog_request", "community": 57, @@ -113307,9 +113597,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L217", + "source_location": "L239", "_origin": "ast", - "id": "api_blog_response_200_217", + "id": "api_blog_response_200_239", "community": 57, "norm_label": "response `200`" }, @@ -113317,9 +113607,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/blog.md", - "source_location": "L231", + "source_location": "L253", "_origin": "ast", - "id": "api_blog_errors_231", + "id": "api_blog_errors_253", "community": 57, "norm_label": "errors" }, @@ -114210,7 +114500,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_clinic", - "community": 479, + "community": 333, "norm_label": "clinic.md" }, { @@ -115450,7 +115740,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_doctor_service", - "community": 479, + "community": 92, "norm_label": "doctor-service.md" }, { @@ -115460,7 +115750,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_doctor_service_doctor_service_api", - "community": 479, + "community": 92, "norm_label": "doctor service api" }, { @@ -115470,7 +115760,7 @@ "source_location": "L7", "_origin": "ast", "id": "api_doctor_service_get_api_v1_doctor_services", - "community": 479, + "community": 92, "norm_label": "get `/api/v1/doctor-services`" }, { @@ -115480,7 +115770,7 @@ "source_location": "L13", "_origin": "ast", "id": "api_doctor_service_query_parameters", - "community": 479, + "community": 92, "norm_label": "query parameters" }, { @@ -115490,7 +115780,7 @@ "source_location": "L18", "_origin": "ast", "id": "api_doctor_service_response_200", - "community": 479, + "community": 92, "norm_label": "response `200`" }, { @@ -115500,7 +115790,7 @@ "source_location": "L37", "_origin": "ast", "id": "api_doctor_service_get_api_v1_admin_doctor_services", - "community": 479, + "community": 92, "norm_label": "get `/api/v1/admin/doctor-services`" }, { @@ -115510,7 +115800,7 @@ "source_location": "L43", "_origin": "ast", "id": "api_doctor_service_query_parameters_43", - "community": 479, + "community": 92, "norm_label": "query parameters" }, { @@ -115520,7 +115810,7 @@ "source_location": "L51", "_origin": "ast", "id": "api_doctor_service_response_200_51", - "community": 479, + "community": 92, "norm_label": "response `200`" }, { @@ -115530,7 +115820,7 @@ "source_location": "L60", "_origin": "ast", "id": "api_doctor_service_errors", - "community": 479, + "community": 92, "norm_label": "errors" }, { @@ -115540,7 +115830,7 @@ "source_location": "L68", "_origin": "ast", "id": "api_doctor_service_post_api_v1_admin_doctor_service", - "community": 972, + "community": 92, "norm_label": "post `/api/v1/admin/doctor-service`" }, { @@ -115550,7 +115840,7 @@ "source_location": "L74", "_origin": "ast", "id": "api_doctor_service_request_body_application_json", - "community": 972, + "community": 92, "norm_label": "request body (`application/json`)" }, { @@ -115560,7 +115850,7 @@ "source_location": "L93", "_origin": "ast", "id": "api_doctor_service_response_201", - "community": 972, + "community": 92, "norm_label": "response `201`" }, { @@ -115570,7 +115860,7 @@ "source_location": "L96", "_origin": "ast", "id": "api_doctor_service_errors_96", - "community": 972, + "community": 92, "norm_label": "errors" }, { @@ -115620,7 +115910,7 @@ "source_location": "L130", "_origin": "ast", "id": "api_doctor_service_delete_api_v1_admin_doctor_service_id", - "community": 479, + "community": 92, "norm_label": "delete `/api/v1/admin/doctor-service/{id}`" }, { @@ -115630,7 +115920,7 @@ "source_location": "L136", "_origin": "ast", "id": "api_doctor_service_response_200_136", - "community": 479, + "community": 92, "norm_label": "response `200`" }, { @@ -115640,7 +115930,7 @@ "source_location": "L141", "_origin": "ast", "id": "api_doctor_service_errors_141", - "community": 479, + "community": 92, "norm_label": "errors" }, { @@ -115650,7 +115940,7 @@ "source_location": "L150", "_origin": "ast", "id": "api_doctor_service_bulk_import_export", - "community": 479, + "community": 92, "norm_label": "bulk import / export" }, { @@ -115660,7 +115950,7 @@ "source_location": "L156", "_origin": "ast", "id": "api_doctor_service_sorting_by_id", - "community": 479, + "community": 92, "norm_label": "sorting by id" }, { @@ -115670,7 +115960,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_doctor", - "community": 479, + "community": 333, "norm_label": "doctor.md" }, { @@ -115690,7 +115980,7 @@ "source_location": "L18", "_origin": "ast", "id": "api_doctor_post_api_v1_doctor", - "community": 934, + "community": 333, "norm_label": "post `/api/v1/doctor`" }, { @@ -115700,7 +115990,7 @@ "source_location": "L24", "_origin": "ast", "id": "api_doctor_request_body_application_json", - "community": 934, + "community": 333, "norm_label": "request body (`application/json`)" }, { @@ -115710,7 +116000,7 @@ "source_location": "L48", "_origin": "ast", "id": "api_doctor_response_201", - "community": 934, + "community": 333, "norm_label": "response `201`" }, { @@ -115720,7 +116010,7 @@ "source_location": "L68", "_origin": "ast", "id": "api_doctor_errors", - "community": 934, + "community": 333, "norm_label": "errors" }, { @@ -115730,7 +116020,7 @@ "source_location": "L77", "_origin": "ast", "id": "api_doctor_get_api_v1_doctor_uuid", - "community": 935, + "community": 333, "norm_label": "get `/api/v1/doctor/{uuid}`" }, { @@ -115740,7 +116030,7 @@ "source_location": "L83", "_origin": "ast", "id": "api_doctor_path_parameters", - "community": 935, + "community": 333, "norm_label": "path parameters" }, { @@ -115750,7 +116040,7 @@ "source_location": "L88", "_origin": "ast", "id": "api_doctor_response_200", - "community": 935, + "community": 333, "norm_label": "response `200`" }, { @@ -115760,7 +116050,7 @@ "source_location": "L130", "_origin": "ast", "id": "api_doctor_errors_130", - "community": 935, + "community": 333, "norm_label": "errors" }, { @@ -115770,7 +116060,7 @@ "source_location": "L137", "_origin": "ast", "id": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", - "community": 890, + "community": 333, "norm_label": "get `/api/v1/clinic/my-doctor/{doctoruuid}`" }, { @@ -115780,7 +116070,7 @@ "source_location": "L143", "_origin": "ast", "id": "api_doctor_path_parameters_143", - "community": 890, + "community": 333, "norm_label": "path parameters" }, { @@ -115790,7 +116080,7 @@ "source_location": "L148", "_origin": "ast", "id": "api_doctor_response_200_148", - "community": 890, + "community": 333, "norm_label": "response `200`" }, { @@ -115800,7 +116090,7 @@ "source_location": "L167", "_origin": "ast", "id": "api_doctor_errors_167", - "community": 890, + "community": 333, "norm_label": "errors" }, { @@ -115810,7 +116100,7 @@ "source_location": "L175", "_origin": "ast", "id": "api_doctor_schedule_fields_notes", - "community": 890, + "community": 333, "norm_label": "schedule fields notes" }, { @@ -115820,7 +116110,7 @@ "source_location": "L197", "_origin": "ast", "id": "api_doctor_get_api_v1_doctors", - "community": 971, + "community": 333, "norm_label": "get `/api/v1/doctors`" }, { @@ -115830,7 +116120,7 @@ "source_location": "L203", "_origin": "ast", "id": "api_doctor_query_parameters", - "community": 971, + "community": 333, "norm_label": "query parameters" }, { @@ -115840,7 +116130,7 @@ "source_location": "L214", "_origin": "ast", "id": "api_doctor_response_200_214", - "community": 971, + "community": 333, "norm_label": "response `200`" }, { @@ -115850,7 +116140,7 @@ "source_location": "L251", "_origin": "ast", "id": "api_doctor_city_state_\u062f\u0631_\u067e\u0627\u0633\u062e_\u0644\u06cc\u0633\u062a", - "community": 971, + "community": 333, "norm_label": "`city` / `state` \u062f\u0631 \u067e\u0627\u0633\u062e \u0644\u06cc\u0633\u062a" }, { @@ -115860,7 +116150,7 @@ "source_location": "L265", "_origin": "ast", "id": "api_doctor_patch_api_v1_doctor_uuid", - "community": 907, + "community": 333, "norm_label": "patch `/api/v1/doctor/{uuid}`" }, { @@ -115870,7 +116160,7 @@ "source_location": "L271", "_origin": "ast", "id": "api_doctor_path_parameters_271", - "community": 907, + "community": 333, "norm_label": "path parameters" }, { @@ -115880,7 +116170,7 @@ "source_location": "L276", "_origin": "ast", "id": "api_doctor_request_body_application_json_276", - "community": 907, + "community": 333, "norm_label": "request body (`application/json`)" }, { @@ -115890,7 +116180,7 @@ "source_location": "L295", "_origin": "ast", "id": "api_doctor_response_200_295", - "community": 907, + "community": 333, "norm_label": "response `200`" }, { @@ -115900,7 +116190,7 @@ "source_location": "L298", "_origin": "ast", "id": "api_doctor_errors_298", - "community": 907, + "community": 333, "norm_label": "errors" }, { @@ -115910,7 +116200,7 @@ "source_location": "L307", "_origin": "ast", "id": "api_doctor_delete_api_v1_doctor_uuid", - "community": 932, + "community": 333, "norm_label": "delete `/api/v1/doctor/{uuid}`" }, { @@ -115920,7 +116210,7 @@ "source_location": "L317", "_origin": "ast", "id": "api_doctor_path_parameters_317", - "community": 932, + "community": 333, "norm_label": "path parameters" }, { @@ -115930,7 +116220,7 @@ "source_location": "L322", "_origin": "ast", "id": "api_doctor_response_200_322", - "community": 932, + "community": 333, "norm_label": "response `200`" }, { @@ -115940,7 +116230,7 @@ "source_location": "L330", "_origin": "ast", "id": "api_doctor_errors_330", - "community": 932, + "community": 333, "norm_label": "errors" }, { @@ -115950,7 +116240,7 @@ "source_location": "L340", "_origin": "ast", "id": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", - "community": 936, + "community": 333, "norm_label": "post `/file/upload/clinic_pro/doctor/field_image`" }, { @@ -115960,7 +116250,7 @@ "source_location": "L346", "_origin": "ast", "id": "api_doctor_request", - "community": 936, + "community": 333, "norm_label": "request" }, { @@ -115970,7 +116260,7 @@ "source_location": "L353", "_origin": "ast", "id": "api_doctor_response_200_353", - "community": 936, + "community": 333, "norm_label": "response `200`" }, { @@ -115980,7 +116270,7 @@ "source_location": "L367", "_origin": "ast", "id": "api_doctor_errors_367", - "community": 936, + "community": 333, "norm_label": "errors" }, { @@ -116020,7 +116310,7 @@ "source_location": "L425", "_origin": "ast", "id": "api_doctor_post_api_v1_clinic_pro_doctor_address", - "community": 940, + "community": 333, "norm_label": "post `/api/v1/clinic-pro/doctor-address`" }, { @@ -116030,7 +116320,7 @@ "source_location": "L431", "_origin": "ast", "id": "api_doctor_request_body", - "community": 940, + "community": 333, "norm_label": "request body" }, { @@ -116040,7 +116330,7 @@ "source_location": "L454", "_origin": "ast", "id": "api_doctor_response_201_454", - "community": 940, + "community": 333, "norm_label": "response `201`" }, { @@ -116050,7 +116340,7 @@ "source_location": "L469", "_origin": "ast", "id": "api_doctor_errors_469", - "community": 940, + "community": 333, "norm_label": "errors" }, { @@ -116060,7 +116350,7 @@ "source_location": "L478", "_origin": "ast", "id": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "community": 929, + "community": 333, "norm_label": "patch `/api/v1/clinic-pro/doctor-address/{id}`" }, { @@ -116070,7 +116360,7 @@ "source_location": "L484", "_origin": "ast", "id": "api_doctor_path_parameters_484", - "community": 929, + "community": 333, "norm_label": "path parameters" }, { @@ -116080,7 +116370,7 @@ "source_location": "L489", "_origin": "ast", "id": "api_doctor_request_body_489", - "community": 929, + "community": 333, "norm_label": "request body" }, { @@ -116090,7 +116380,7 @@ "source_location": "L492", "_origin": "ast", "id": "api_doctor_response_200_492", - "community": 929, + "community": 333, "norm_label": "response `200`" }, { @@ -116100,7 +116390,7 @@ "source_location": "L495", "_origin": "ast", "id": "api_doctor_errors_495", - "community": 929, + "community": 333, "norm_label": "errors" }, { @@ -116140,7 +116430,7 @@ "source_location": "L524", "_origin": "ast", "id": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "community": 945, + "community": 333, "norm_label": "post `/api/v1/clinic-pro/doctor-address/from-clinic/{clinicuuid}`" }, { @@ -116150,7 +116440,7 @@ "source_location": "L530", "_origin": "ast", "id": "api_doctor_path_parameters_530", - "community": 945, + "community": 333, "norm_label": "path parameters" }, { @@ -116160,7 +116450,7 @@ "source_location": "L535", "_origin": "ast", "id": "api_doctor_response_201_535", - "community": 945, + "community": 333, "norm_label": "response `201`" }, { @@ -116170,7 +116460,7 @@ "source_location": "L538", "_origin": "ast", "id": "api_doctor_errors_538", - "community": 945, + "community": 333, "norm_label": "errors" }, { @@ -116200,7 +116490,7 @@ "source_location": "L11", "_origin": "ast", "id": "api_insurance_get_api_v1_insurances", - "community": 228, + "community": 972, "norm_label": "get `/api/v1/insurances`" }, { @@ -116210,7 +116500,7 @@ "source_location": "L17", "_origin": "ast", "id": "api_insurance_query_parameters", - "community": 228, + "community": 972, "norm_label": "query parameters" }, { @@ -116220,7 +116510,7 @@ "source_location": "L22", "_origin": "ast", "id": "api_insurance_response_200", - "community": 228, + "community": 972, "norm_label": "response `200`" }, { @@ -116230,7 +116520,7 @@ "source_location": "L47", "_origin": "ast", "id": "api_insurance_get_api_v1_admin_insurances", - "community": 228, + "community": 938, "norm_label": "get `/api/v1/admin/insurances`" }, { @@ -116240,7 +116530,7 @@ "source_location": "L53", "_origin": "ast", "id": "api_insurance_query_parameters_53", - "community": 228, + "community": 938, "norm_label": "query parameters" }, { @@ -116250,7 +116540,7 @@ "source_location": "L61", "_origin": "ast", "id": "api_insurance_response_200_61", - "community": 228, + "community": 938, "norm_label": "response `200`" }, { @@ -116260,7 +116550,7 @@ "source_location": "L70", "_origin": "ast", "id": "api_insurance_errors", - "community": 228, + "community": 938, "norm_label": "errors" }, { @@ -116270,7 +116560,7 @@ "source_location": "L78", "_origin": "ast", "id": "api_insurance_post_api_v1_admin_insurance", - "community": 228, + "community": 940, "norm_label": "post `/api/v1/admin/insurance`" }, { @@ -116280,7 +116570,7 @@ "source_location": "L84", "_origin": "ast", "id": "api_insurance_request_body_application_json", - "community": 228, + "community": 940, "norm_label": "request body (`application/json`)" }, { @@ -116290,7 +116580,7 @@ "source_location": "L101", "_origin": "ast", "id": "api_insurance_response_201", - "community": 228, + "community": 940, "norm_label": "response `201`" }, { @@ -116300,7 +116590,7 @@ "source_location": "L104", "_origin": "ast", "id": "api_insurance_errors_104", - "community": 228, + "community": 940, "norm_label": "errors" }, { @@ -116310,7 +116600,7 @@ "source_location": "L113", "_origin": "ast", "id": "api_insurance_patch_api_v1_admin_insurance_id", - "community": 228, + "community": 943, "norm_label": "patch `/api/v1/admin/insurance/{id}`" }, { @@ -116320,7 +116610,7 @@ "source_location": "L119", "_origin": "ast", "id": "api_insurance_path_parameters", - "community": 228, + "community": 943, "norm_label": "path parameters" }, { @@ -116330,7 +116620,7 @@ "source_location": "L126", "_origin": "ast", "id": "api_insurance_response_200_126", - "community": 228, + "community": 943, "norm_label": "response `200`" }, { @@ -116340,7 +116630,7 @@ "source_location": "L129", "_origin": "ast", "id": "api_insurance_errors_129", - "community": 228, + "community": 943, "norm_label": "errors" }, { @@ -116370,7 +116660,7 @@ "source_location": "L151", "_origin": "ast", "id": "api_insurance_post_api_v1_admin_insurance_id_upload_logo", - "community": 228, + "community": 980, "norm_label": "post `/api/v1/admin/insurance/{id}/upload-logo`" }, { @@ -116380,7 +116670,7 @@ "source_location": "L157", "_origin": "ast", "id": "api_insurance_request", - "community": 228, + "community": 980, "norm_label": "request" }, { @@ -116390,7 +116680,7 @@ "source_location": "L164", "_origin": "ast", "id": "api_insurance_response_200_164", - "community": 228, + "community": 980, "norm_label": "response `200`" }, { @@ -116400,7 +116690,7 @@ "source_location": "L180", "_origin": "ast", "id": "api_insurance_post_api_v1_insurance", - "community": 228, + "community": 944, "norm_label": "post `/api/v1/insurance/`" }, { @@ -116410,7 +116700,7 @@ "source_location": "L186", "_origin": "ast", "id": "api_insurance_request_body_application_json_186", - "community": 228, + "community": 944, "norm_label": "request body (`application/json`)" }, { @@ -116420,7 +116710,7 @@ "source_location": "L201", "_origin": "ast", "id": "api_insurance_response_201_201", - "community": 228, + "community": 944, "norm_label": "response `201`" }, { @@ -116430,7 +116720,7 @@ "source_location": "L214", "_origin": "ast", "id": "api_insurance_errors_214", - "community": 228, + "community": 944, "norm_label": "errors" }, { @@ -116460,7 +116750,7 @@ "source_location": "L235", "_origin": "ast", "id": "api_insurance_patch_api_v1_insurance_id", - "community": 228, + "community": 945, "norm_label": "patch `/api/v1/insurance/{id}`" }, { @@ -116470,7 +116760,7 @@ "source_location": "L241", "_origin": "ast", "id": "api_insurance_request_body", - "community": 228, + "community": 945, "norm_label": "request body" }, { @@ -116480,7 +116770,7 @@ "source_location": "L246", "_origin": "ast", "id": "api_insurance_response_200_246", - "community": 228, + "community": 945, "norm_label": "response `200`" }, { @@ -116490,7 +116780,7 @@ "source_location": "L249", "_origin": "ast", "id": "api_insurance_errors_249", - "community": 228, + "community": 945, "norm_label": "errors" }, { @@ -116530,7 +116820,7 @@ "source_location": "L281", "_origin": "ast", "id": "api_insurance_get_api_v1_insurance_pricing", - "community": 228, + "community": 951, "norm_label": "get `/api/v1/insurance-pricing`" }, { @@ -116540,7 +116830,7 @@ "source_location": "L287", "_origin": "ast", "id": "api_insurance_query_parameters_287", - "community": 228, + "community": 951, "norm_label": "query parameters" }, { @@ -116550,7 +116840,7 @@ "source_location": "L294", "_origin": "ast", "id": "api_insurance_response_200_294", - "community": 228, + "community": 951, "norm_label": "response `200`" }, { @@ -116560,7 +116850,7 @@ "source_location": "L324", "_origin": "ast", "id": "api_insurance_\u062e\u0637\u0627\u0647\u0627", - "community": 228, + "community": 951, "norm_label": "\u062e\u0637\u0627\u0647\u0627" }, { @@ -116570,7 +116860,7 @@ "source_location": "L329", "_origin": "ast", "id": "api_insurance_put_api_v1_insurance_pricing", - "community": 228, + "community": 952, "norm_label": "put `/api/v1/insurance-pricing`" }, { @@ -116580,7 +116870,7 @@ "source_location": "L335", "_origin": "ast", "id": "api_insurance_request_body_335", - "community": 228, + "community": 952, "norm_label": "request body" }, { @@ -116590,7 +116880,7 @@ "source_location": "L359", "_origin": "ast", "id": "api_insurance_response_200_359", - "community": 228, + "community": 952, "norm_label": "response `200`" }, { @@ -116600,7 +116890,7 @@ "source_location": "L362", "_origin": "ast", "id": "api_insurance_\u062e\u0637\u0627\u0647\u0627_362", - "community": 228, + "community": 952, "norm_label": "\u062e\u0637\u0627\u0647\u0627" }, { @@ -116610,7 +116900,7 @@ "source_location": "L368", "_origin": "ast", "id": "api_insurance_tenantinsurance_\u0642\u0631\u0627\u0631\u062f\u0627\u062f\u0647\u0627\u06cc_\u0628\u06cc\u0645\u0647_\u06cc_tenant_\u0641\u0627\u0632_\u06f1_\u0633\u06cc\u0633\u062a\u0645_\u0635\u0648\u0631\u062a\u062d\u0633\u0627\u0628", - "community": 228, + "community": 935, "norm_label": "tenantinsurance \u2014 \u0642\u0631\u0627\u0631\u062f\u0627\u062f\u0647\u0627\u06cc \u0628\u06cc\u0645\u0647\u200c\u06cc tenant (\u0641\u0627\u0632 \u06f1 \u0633\u06cc\u0633\u062a\u0645 \u0635\u0648\u0631\u062a\u062d\u0633\u0627\u0628)" }, { @@ -116620,7 +116910,7 @@ "source_location": "L374", "_origin": "ast", "id": "api_insurance_get_api_v1_billing_tenant_insurances", - "community": 228, + "community": 935, "norm_label": "get `/api/v1/billing/tenant-insurances`" }, { @@ -116630,7 +116920,7 @@ "source_location": "L403", "_origin": "ast", "id": "api_insurance_post_api_v1_billing_tenant_insurances", - "community": 228, + "community": 935, "norm_label": "post `/api/v1/billing/tenant-insurances`" }, { @@ -116640,7 +116930,7 @@ "source_location": "L420", "_origin": "ast", "id": "api_insurance_patch_api_v1_billing_tenant_insurances_uuid", - "community": 228, + "community": 935, "norm_label": "patch `/api/v1/billing/tenant-insurances/{uuid}`" }, { @@ -116650,7 +116940,7 @@ "source_location": "L427", "_origin": "ast", "id": "api_insurance_delete_api_v1_billing_tenant_insurances_uuid", - "community": 228, + "community": 935, "norm_label": "delete `/api/v1/billing/tenant-insurances/{uuid}`" }, { @@ -133116,9 +133406,9 @@ "source_file": "assets/admin/App.tsx", "source_location": "L50", "weight": 1.0, + "confidence_score": 1.0, "source": "admin_app", - "target": "pages_claimpatientdetailpage", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage" }, { "relation": "imports_from", @@ -140326,9 +140616,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L25", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "appointments_confirmappointmentmodal_appointmentlike", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal_appointmentlike" }, { "relation": "contains", @@ -140336,9 +140626,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L57", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "appointments_confirmappointmentmodal_confirmappointmentmodal", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal_confirmappointmentmodal" }, { "relation": "contains", @@ -140346,9 +140636,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "appointments_confirmappointmentmodal_method_options", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal_method_options" }, { "relation": "contains", @@ -140356,9 +140646,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "appointments_confirmappointmentmodal_props", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal_props" }, { "relation": "contains", @@ -140366,9 +140656,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L43", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "appointments_confirmappointmentmodal_rowstyle", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal_rowstyle" }, { "relation": "contains", @@ -140376,9 +140666,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "appointments_confirmappointmentmodal_serviceitem", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal_serviceitem" }, { "relation": "imports_from", @@ -140387,9 +140677,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_api", - "confidence_score": 1.0 + "target": "lib_api" }, { "relation": "imports", @@ -140398,9 +140688,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L4", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_api_api", - "confidence_score": 1.0 + "target": "lib_api_api" }, { "relation": "imports", @@ -140409,9 +140699,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_api_apiresponse", - "confidence_score": 1.0 + "target": "lib_api_apiresponse" }, { "relation": "imports_from", @@ -140420,9 +140710,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_utils", - "confidence_score": 1.0 + "target": "lib_utils" }, { "relation": "imports", @@ -140431,9 +140721,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_utils_formatrial", - "confidence_score": 1.0 + "target": "lib_utils_formatrial" }, { "relation": "imports", @@ -140442,9 +140732,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_utils_rialtotoman", - "confidence_score": 1.0 + "target": "lib_utils_rialtotoman" }, { "relation": "imports", @@ -140453,9 +140743,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "lib_utils_tomantorial", - "confidence_score": 1.0 + "target": "lib_utils_tomantorial" }, { "relation": "imports_from", @@ -140464,9 +140754,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "ui_modal", - "confidence_score": 1.0 + "target": "ui_modal" }, { "relation": "imports", @@ -140475,9 +140765,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "ui_modal_modal", - "confidence_score": 1.0 + "target": "ui_modal_modal" }, { "relation": "imports_from", @@ -140486,9 +140776,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "ui_priceinput", - "confidence_score": 1.0 + "target": "ui_priceinput" }, { "relation": "imports_from", @@ -140497,9 +140787,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "ui_searchableselect", - "confidence_score": 1.0 + "target": "ui_searchableselect" }, { "relation": "imports", @@ -140508,9 +140798,9 @@ "source_file": "assets/admin/components/appointments/ConfirmAppointmentModal.tsx", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_confirmappointmentmodal", - "target": "ui_searchableselect_searchableselect", - "confidence_score": 1.0 + "target": "ui_searchableselect_searchableselect" }, { "relation": "imports_from", @@ -140519,9 +140809,9 @@ "source_file": "assets/admin/components/appointments/TurnsTimeline.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointments_turnstimeline", - "target": "appointments_confirmappointmentmodal", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal" }, { "relation": "imports_from", @@ -140530,9 +140820,9 @@ "source_file": "assets/admin/pages/AppointmentDetailPage.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_appointmentdetailpage", - "target": "appointments_confirmappointmentmodal", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal" }, { "relation": "imports_from", @@ -140541,9 +140831,9 @@ "source_file": "assets/admin/components/ui/AppointmentStatusDropdown.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_appointmentstatusdropdown", - "target": "appointments_confirmappointmentmodal", - "confidence_score": 1.0 + "target": "appointments_confirmappointmentmodal" }, { "relation": "calls", @@ -141559,9 +141849,9 @@ "source_file": "assets/admin/components/dashboard/NewAppointmentsTable.tsx", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_newappointmentstable", - "target": "dashboard_newappointmentstable_isoday", - "confidence_score": 1.0 + "target": "dashboard_newappointmentstable_isoday" }, { "relation": "contains", @@ -141613,9 +141903,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview_tauridashboardviewprops", - "target": "dashboard_newappointmentstable_apptrow", - "confidence_score": 1.0 + "target": "dashboard_newappointmentstable_apptrow" }, { "relation": "imports", @@ -141802,9 +142092,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L76", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview_tauridashboardviewprops", - "target": "dashboard_tauricharts_chartpoint", - "confidence_score": 1.0 + "target": "dashboard_tauricharts_chartpoint" }, { "relation": "calls", @@ -141876,9 +142166,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L61", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview", - "target": "dashboard_tauridashboardview_jalali_months", - "confidence_score": 1.0 + "target": "dashboard_tauridashboardview_jalali_months" }, { "relation": "contains", @@ -141886,9 +142176,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview", - "target": "dashboard_tauridashboardview_month_options", - "confidence_score": 1.0 + "target": "dashboard_tauridashboardview_month_options" }, { "relation": "contains", @@ -141896,9 +142186,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview", - "target": "dashboard_tauridashboardview_selectoroption", - "confidence_score": 1.0 + "target": "dashboard_tauridashboardview_selectoroption" }, { "relation": "contains", @@ -141936,9 +142226,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview", - "target": "dashboard_tauridashboardview_yearoptions", - "confidence_score": 1.0 + "target": "dashboard_tauridashboardview_yearoptions" }, { "relation": "imports_from", @@ -142013,9 +142303,9 @@ "source_file": "assets/admin/pages/DashboardPage.test.tsx", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage_test", - "target": "dashboard_tauridashboardview", - "confidence_score": 1.0 + "target": "dashboard_tauridashboardview" }, { "relation": "imports", @@ -142024,9 +142314,9 @@ "source_file": "assets/admin/pages/DashboardPage.test.tsx", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage_test", - "target": "dashboard_tauridashboardview_jalali_months", - "confidence_score": 1.0 + "target": "dashboard_tauridashboardview_jalali_months" }, { "relation": "references", @@ -142035,9 +142325,9 @@ "source_file": "assets/admin/components/dashboard/TauriDashboardView.tsx", "source_location": "L74", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_tauridashboardview_tauridashboardviewprops", - "target": "dashboard_tauristatcards_dashboardstats", - "confidence_score": 1.0 + "target": "dashboard_tauristatcards_dashboardstats" }, { "relation": "imports", @@ -148942,9 +149232,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_datatable", - "confidence_score": 1.0 + "target": "ui_datatable" }, { "relation": "imports_from", @@ -148953,9 +149243,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "ui_datatable", - "confidence_score": 1.0 + "target": "ui_datatable" }, { "relation": "imports_from", @@ -149169,9 +149459,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_datatable_column", - "confidence_score": 1.0 + "target": "ui_datatable_column" }, { "relation": "imports", @@ -149180,9 +149470,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "ui_datatable_column", - "confidence_score": 1.0 + "target": "ui_datatable_column" }, { "relation": "imports", @@ -149535,9 +149825,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_featuregate", - "confidence_score": 1.0 + "target": "ui_featuregate" }, { "relation": "imports_from", @@ -150042,9 +150332,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_modal", - "confidence_score": 1.0 + "target": "ui_modal" }, { "relation": "imports_from", @@ -150324,9 +150614,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_modal_modal", - "confidence_score": 1.0 + "target": "ui_modal_modal" }, { "relation": "imports", @@ -150684,9 +150974,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_pageheader", - "confidence_score": 1.0 + "target": "ui_pageheader" }, { "relation": "imports_from", @@ -152248,9 +152538,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_searchableselect", - "confidence_score": 1.0 + "target": "ui_searchableselect" }, { "relation": "imports_from", @@ -152630,9 +152920,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_searchableselect_searchableselect", - "confidence_score": 1.0 + "target": "ui_searchableselect_searchableselect" }, { "relation": "imports", @@ -152894,9 +153184,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "ui_statcard", - "confidence_score": 1.0 + "target": "ui_statcard" }, { "relation": "imports_from", @@ -152967,9 +153257,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "ui_statusbadge", - "confidence_score": 1.0 + "target": "ui_statusbadge" }, { "relation": "imports_from", @@ -152978,9 +153268,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "ui_statusbadge", - "confidence_score": 1.0 + "target": "ui_statusbadge" }, { "relation": "imports_from", @@ -153132,9 +153422,9 @@ "source_file": "assets/admin/components/ui/StatusBadge.tsx", "source_location": "L2", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_statusbadge", - "target": "types_index_claimstatus", - "confidence_score": 1.0 + "target": "types_index_claimstatus" }, { "relation": "imports", @@ -153205,9 +153495,9 @@ "source_file": "assets/admin/components/ui/StatusBadge.tsx", "source_location": "L39", "weight": 1.0, + "confidence_score": 1.0, "source": "ui_statusbadge", - "target": "ui_statusbadge_claimmap", - "confidence_score": 1.0 + "target": "ui_statusbadge_claimmap" }, { "relation": "contains", @@ -155799,9 +156089,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_api", - "confidence_score": 1.0 + "target": "lib_api" }, { "relation": "imports_from", @@ -156799,9 +157089,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_api_api", - "confidence_score": 1.0 + "target": "lib_api_api" }, { "relation": "imports", @@ -157591,9 +157881,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_api_apiresponse", - "confidence_score": 1.0 + "target": "lib_api_apiresponse" }, { "relation": "imports", @@ -157602,9 +157892,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "lib_api_apiresponse", - "confidence_score": 1.0 + "target": "lib_api_apiresponse" }, { "relation": "imports", @@ -158090,6 +158380,17 @@ "source": "pages_appointmentspage", "target": "lib_api_paginatedresponse" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/BlogFormPage.tsx", + "source_location": "L13", + "weight": 1.0, + "source": "pages_blogformpage", + "target": "lib_api_paginatedresponse", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -158119,9 +158420,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "lib_api_paginatedresponse", - "confidence_score": 1.0 + "target": "lib_api_paginatedresponse" }, { "relation": "imports", @@ -159882,9 +160183,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_utils", - "confidence_score": 1.0 + "target": "lib_utils" }, { "relation": "imports_from", @@ -160608,9 +160909,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_utils_formatrial", - "confidence_score": 1.0 + "target": "lib_utils_formatrial" }, { "relation": "calls", @@ -161180,9 +161481,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_utils_formatnumber", - "confidence_score": 1.0 + "target": "lib_utils_formatnumber" }, { "relation": "imports", @@ -161829,9 +162130,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_utils_formatdate", - "confidence_score": 1.0 + "target": "lib_utils_formatdate" }, { "relation": "imports", @@ -162280,9 +162581,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "lib_utils_formatdatetime", - "confidence_score": 1.0 + "target": "lib_utils_formatdatetime" }, { "relation": "imports", @@ -164287,6 +164588,16 @@ "source": "pages_blogformpage_test", "target": "pages_blogformpage" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/BlogFormPage.test.tsx", + "source_location": "L19", + "weight": 1.0, + "source": "pages_blogformpage_test", + "target": "pages_blogformpage_test_get", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -164403,6 +164714,17 @@ "source": "pages_blogformpage", "target": "types_index_blog" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/BlogFormPage.tsx", + "source_location": "L12", + "weight": 1.0, + "source": "pages_blogformpage", + "target": "types_index_city", + "confidence_score": 1.0 + }, { "relation": "imports_from", "context": "import", @@ -164896,9 +165218,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L38", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_action_label", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_action_label" }, { "relation": "contains", @@ -164906,9 +165228,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L46", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_action_path", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_action_path" }, { "relation": "contains", @@ -164916,9 +165238,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L80", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_claimpatientdetailpage", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_claimpatientdetailpage" }, { "relation": "contains", @@ -164926,9 +165248,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L24", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_detailpayload", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_detailpayload" }, { "relation": "contains", @@ -164936,9 +165258,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L53", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_kind_label", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_kind_label" }, { "relation": "contains", @@ -164946,9 +165268,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_patientheader", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_patientheader" }, { "relation": "contains", @@ -164956,9 +165278,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_status_options", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_status_options" }, { "relation": "contains", @@ -164966,9 +165288,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "pages_claimpatientdetailpage_timeline", - "confidence_score": 1.0 + "target": "pages_claimpatientdetailpage_timeline" }, { "relation": "imports_from", @@ -164977,9 +165299,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "types_index", - "confidence_score": 1.0 + "target": "types_index" }, { "relation": "imports", @@ -164988,9 +165310,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "types_index_claimdetailrow", - "confidence_score": 1.0 + "target": "types_index_claimdetailrow" }, { "relation": "imports", @@ -164999,9 +165321,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage", - "target": "types_index_claimstatuslogentry", - "confidence_score": 1.0 + "target": "types_index_claimstatuslogentry" }, { "relation": "references", @@ -165010,9 +165332,9 @@ "source_file": "assets/admin/pages/ClaimPatientDetailPage.tsx", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimpatientdetailpage_detailpayload", - "target": "types_index_claimdetailrow", - "confidence_score": 1.0 + "target": "types_index_claimdetailrow" }, { "relation": "contains", @@ -165060,9 +165382,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "pages_claimspage_payment_options", - "confidence_score": 1.0 + "target": "pages_claimspage_payment_options" }, { "relation": "contains", @@ -165070,9 +165392,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "pages_claimspage_status_options", - "confidence_score": 1.0 + "target": "pages_claimspage_status_options" }, { "relation": "contains", @@ -165101,9 +165423,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "types_index", - "confidence_score": 1.0 + "target": "types_index" }, { "relation": "imports", @@ -165112,9 +165434,9 @@ "source_file": "assets/admin/pages/ClaimsPage.tsx", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_claimspage", - "target": "types_index_claimpatientrow", - "confidence_score": 1.0 + "target": "types_index_claimpatientrow" }, { "relation": "contains", @@ -165840,9 +166162,9 @@ "source_file": "assets/admin/pages/DashboardPage.test.tsx", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage_test", - "target": "pages_dashboardpage_test_jalaali", - "confidence_score": 1.0 + "target": "pages_dashboardpage_test_jalaali" }, { "relation": "imports_from", @@ -166094,9 +166416,9 @@ "source_file": "assets/admin/pages/DashboardPage.tsx", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage", - "target": "pages_dashboardpage_jalaali", - "confidence_score": 1.0 + "target": "pages_dashboardpage_jalaali" }, { "relation": "contains", @@ -166274,9 +166596,9 @@ "source_file": "assets/admin/pages/DashboardPage.tsx", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage", - "target": "pages_dashboardpage_usejalalichartperiod", - "confidence_score": 1.0 + "target": "pages_dashboardpage_usejalalichartperiod" }, { "relation": "imports_from", @@ -166307,9 +166629,9 @@ "source_file": "assets/admin/pages/DashboardPage.tsx", "source_location": "L642", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage_clinicdashboard", - "target": "pages_dashboardpage_usejalalichartperiod", - "confidence_score": 1.0 + "target": "pages_dashboardpage_usejalalichartperiod" }, { "relation": "calls", @@ -166318,9 +166640,9 @@ "source_file": "assets/admin/pages/DashboardPage.tsx", "source_location": "L804", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_dashboardpage_doctordashboard", - "target": "pages_dashboardpage_usejalalichartperiod", - "confidence_score": 1.0 + "target": "pages_dashboardpage_usejalalichartperiod" }, { "relation": "calls", @@ -173023,9 +173345,9 @@ "source_file": "assets/admin/types/index.ts", "source_location": "L232", "weight": 1.0, + "confidence_score": 1.0, "source": "types_index", - "target": "types_index_claimdetailrow", - "confidence_score": 1.0 + "target": "types_index_claimdetailrow" }, { "relation": "contains", @@ -173033,9 +173355,9 @@ "source_file": "assets/admin/types/index.ts", "source_location": "L207", "weight": 1.0, + "confidence_score": 1.0, "source": "types_index", - "target": "types_index_claimpatientrow", - "confidence_score": 1.0 + "target": "types_index_claimpatientrow" }, { "relation": "contains", @@ -173043,9 +173365,9 @@ "source_file": "assets/admin/types/index.ts", "source_location": "L205", "weight": 1.0, + "confidence_score": 1.0, "source": "types_index", - "target": "types_index_claimstatus", - "confidence_score": 1.0 + "target": "types_index_claimstatus" }, { "relation": "contains", @@ -173053,9 +173375,9 @@ "source_file": "assets/admin/types/index.ts", "source_location": "L223", "weight": 1.0, + "confidence_score": 1.0, "source": "types_index", - "target": "types_index_claimstatuslogentry", - "confidence_score": 1.0 + "target": "types_index_claimstatuslogentry" }, { "relation": "contains", @@ -177054,9 +177376,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -177064,9 +177386,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L18", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000_version20260718132000", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "imports", @@ -177075,9 +177397,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -177085,9 +177407,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932_version20260718184932", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "imports", @@ -177096,9 +177418,9 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -177106,7 +177428,28 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940_version20260718193940", + "target": "abstractmigration" + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L8", + "weight": 1.0, + "source": "migrations_version20260719044321", + "target": "abstractmigration", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L22", + "weight": 1.0, + "source": "migrations_version20260719044321_version20260719044321", "target": "abstractmigration", "confidence_score": 1.0 }, @@ -185672,9 +186015,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000", - "target": "migrations_version20260718132000_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_php_schema" }, { "relation": "contains", @@ -185682,9 +186025,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L18", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000", - "target": "migrations_version20260718132000_version20260718132000", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_version20260718132000" }, { "relation": "method", @@ -185692,9 +186035,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L43", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000_version20260718132000", - "target": "migrations_version20260718132000_version20260718132000_down", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_version20260718132000_down" }, { "relation": "method", @@ -185702,9 +186045,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000_version20260718132000", - "target": "migrations_version20260718132000_version20260718132000_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_version20260718132000_getdescription" }, { "relation": "method", @@ -185712,9 +186055,9 @@ "source_file": "migrations/Version20260718132000.php", "source_location": "L25", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718132000_version20260718132000", - "target": "migrations_version20260718132000_version20260718132000_up", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_version20260718132000_up" }, { "relation": "references", @@ -185723,9 +186066,9 @@ "source_location": "L25", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260718132000_version20260718132000_up", - "target": "migrations_version20260718132000_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_php_schema" }, { "relation": "references", @@ -185734,9 +186077,9 @@ "source_location": "L43", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260718132000_version20260718132000_down", - "target": "migrations_version20260718132000_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718132000_php_schema" }, { "relation": "imports", @@ -185745,9 +186088,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932", - "target": "migrations_version20260718184932_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_php_schema" }, { "relation": "contains", @@ -185755,9 +186098,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932", - "target": "migrations_version20260718184932_version20260718184932", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_version20260718184932" }, { "relation": "method", @@ -185765,9 +186108,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L39", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932_version20260718184932", - "target": "migrations_version20260718184932_version20260718184932_down", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_version20260718184932_down" }, { "relation": "method", @@ -185775,9 +186118,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932_version20260718184932", - "target": "migrations_version20260718184932_version20260718184932_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_version20260718184932_getdescription" }, { "relation": "method", @@ -185785,9 +186128,9 @@ "source_file": "migrations/Version20260718184932.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718184932_version20260718184932", - "target": "migrations_version20260718184932_version20260718184932_up", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_version20260718184932_up" }, { "relation": "references", @@ -185796,9 +186139,9 @@ "source_location": "L22", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260718184932_version20260718184932_up", - "target": "migrations_version20260718184932_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_php_schema" }, { "relation": "references", @@ -185807,9 +186150,9 @@ "source_location": "L39", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260718184932_version20260718184932_down", - "target": "migrations_version20260718184932_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718184932_php_schema" }, { "relation": "imports", @@ -185818,9 +186161,9 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940", - "target": "migrations_version20260718193940_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718193940_php_schema" }, { "relation": "contains", @@ -185828,9 +186171,9 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940", - "target": "migrations_version20260718193940_version20260718193940", - "confidence_score": 1.0 + "target": "migrations_version20260718193940_version20260718193940" }, { "relation": "method", @@ -185838,9 +186181,9 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L53", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940_version20260718193940", - "target": "migrations_version20260718193940_version20260718193940_down", - "confidence_score": 1.0 + "target": "migrations_version20260718193940_version20260718193940_down" }, { "relation": "method", @@ -185848,9 +186191,9 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940_version20260718193940", - "target": "migrations_version20260718193940_version20260718193940_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260718193940_version20260718193940_getdescription" }, { "relation": "method", @@ -185858,9 +186201,9 @@ "source_file": "migrations/Version20260718193940.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260718193940_version20260718193940", - "target": "migrations_version20260718193940_version20260718193940_up", - "confidence_score": 1.0 + "target": "migrations_version20260718193940_version20260718193940_up" }, { "relation": "references", @@ -185869,9 +186212,9 @@ "source_location": "L21", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260718193940_version20260718193940_up", - "target": "migrations_version20260718193940_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260718193940_php_schema" }, { "relation": "references", @@ -185880,8 +186223,81 @@ "source_location": "L53", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260718193940_version20260718193940_down", - "target": "migrations_version20260718193940_php_schema", + "target": "migrations_version20260718193940_php_schema" + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L7", + "weight": 1.0, + "source": "migrations_version20260719044321", + "target": "migrations_version20260719044321_php_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L22", + "weight": 1.0, + "source": "migrations_version20260719044321", + "target": "migrations_version20260719044321_version20260719044321", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L36", + "weight": 1.0, + "source": "migrations_version20260719044321_version20260719044321", + "target": "migrations_version20260719044321_version20260719044321_down", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L24", + "weight": 1.0, + "source": "migrations_version20260719044321_version20260719044321", + "target": "migrations_version20260719044321_version20260719044321_getdescription", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L29", + "weight": 1.0, + "source": "migrations_version20260719044321_version20260719044321", + "target": "migrations_version20260719044321_version20260719044321_up", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L29", + "weight": 1.0, + "context": "parameter_type", + "source": "migrations_version20260719044321_version20260719044321_up", + "target": "migrations_version20260719044321_php_schema", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260719044321.php", + "source_location": "L36", + "weight": 1.0, + "context": "parameter_type", + "source": "migrations_version20260719044321_version20260719044321_down", + "target": "migrations_version20260719044321_php_schema", "confidence_score": 1.0 }, { @@ -188702,9 +189118,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "command", - "confidence_score": 1.0 + "target": "command" }, { "relation": "inherits", @@ -188712,9 +189128,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand", - "target": "command", - "confidence_score": 1.0 + "target": "command" }, { "relation": "references_constant", @@ -188857,9 +189273,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand", - "target": "command", - "confidence_score": 1.0 + "target": "command" }, { "relation": "inherits", @@ -188867,9 +189283,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L23", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand_normalizescheduleformatcommand", - "target": "command", - "confidence_score": 1.0 + "target": "command" }, { "relation": "references_constant", @@ -189255,9 +189671,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "appointmentconfirmationservice", - "confidence_score": 1.0 + "target": "appointmentconfirmationservice" }, { "relation": "contains", @@ -189265,9 +189681,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand", - "confidence_score": 1.0 + "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand" }, { "relation": "imports", @@ -189276,9 +189692,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "entitymanagerinterface", - "confidence_score": 1.0 + "target": "entitymanagerinterface" }, { "relation": "imports", @@ -189287,9 +189703,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "src_appointment_command_backfillappointmentsessionscommand_php_inputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_backfillappointmentsessionscommand_php_inputinterface" }, { "relation": "imports", @@ -189298,9 +189714,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "src_appointment_command_backfillappointmentsessionscommand_php_outputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_backfillappointmentsessionscommand_php_outputinterface" }, { "relation": "imports", @@ -189309,9 +189725,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand", - "target": "symfonystyle", - "confidence_score": 1.0 + "target": "symfonystyle" }, { "relation": "method", @@ -189319,9 +189735,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L43", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand", - "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_configure", - "confidence_score": 1.0 + "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_configure" }, { "relation": "method", @@ -189329,9 +189745,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand", - "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_construct", - "confidence_score": 1.0 + "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_construct" }, { "relation": "method", @@ -189339,9 +189755,9 @@ "source_file": "src/Appointment/Command/BackfillAppointmentSessionsCommand.php", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand", - "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_execute", - "confidence_score": 1.0 + "target": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_execute" }, { "relation": "calls", @@ -189361,9 +189777,9 @@ "source_location": "L48", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_execute", - "target": "src_appointment_command_backfillappointmentsessionscommand_php_inputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_backfillappointmentsessionscommand_php_inputinterface" }, { "relation": "references", @@ -189372,9 +189788,9 @@ "source_location": "L48", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "command_backfillappointmentsessionscommand_backfillappointmentsessionscommand_execute", - "target": "src_appointment_command_backfillappointmentsessionscommand_php_outputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_backfillappointmentsessionscommand_php_outputinterface" }, { "relation": "contains", @@ -189456,9 +189872,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand", - "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand", - "confidence_score": 1.0 + "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand" }, { "relation": "imports", @@ -189467,9 +189883,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand", - "target": "entitymanagerinterface", - "confidence_score": 1.0 + "target": "entitymanagerinterface" }, { "relation": "imports", @@ -189478,9 +189894,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand", - "target": "src_appointment_command_normalizescheduleformatcommand_php_inputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_normalizescheduleformatcommand_php_inputinterface" }, { "relation": "imports", @@ -189489,9 +189905,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand", - "target": "src_appointment_command_normalizescheduleformatcommand_php_outputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_normalizescheduleformatcommand_php_outputinterface" }, { "relation": "imports", @@ -189500,9 +189916,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand", - "target": "symfonystyle", - "confidence_score": 1.0 + "target": "symfonystyle" }, { "relation": "method", @@ -189510,9 +189926,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand_normalizescheduleformatcommand", - "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_configure", - "confidence_score": 1.0 + "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_configure" }, { "relation": "method", @@ -189520,9 +189936,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand_normalizescheduleformatcommand", - "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_construct", - "confidence_score": 1.0 + "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_construct" }, { "relation": "method", @@ -189530,9 +189946,9 @@ "source_file": "src/Appointment/Command/NormalizeScheduleFormatCommand.php", "source_location": "L39", "weight": 1.0, + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand_normalizescheduleformatcommand", - "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_execute", - "confidence_score": 1.0 + "target": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_execute" }, { "relation": "references", @@ -189541,9 +189957,9 @@ "source_location": "L39", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_execute", - "target": "src_appointment_command_normalizescheduleformatcommand_php_inputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_normalizescheduleformatcommand_php_inputinterface" }, { "relation": "references", @@ -189552,9 +189968,9 @@ "source_location": "L39", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "command_normalizescheduleformatcommand_normalizescheduleformatcommand_execute", - "target": "src_appointment_command_normalizescheduleformatcommand_php_outputinterface", - "confidence_score": 1.0 + "target": "src_appointment_command_normalizescheduleformatcommand_php_outputinterface" }, { "relation": "imports", @@ -189563,9 +189979,9 @@ "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_appointmentcontroller", - "target": "appointmentconfirmationservice", - "confidence_score": 1.0 + "target": "appointmentconfirmationservice" }, { "relation": "contains", @@ -189751,9 +190167,9 @@ "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L908", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_appointmentcontroller_appointmentcontroller", - "target": "controller_appointmentcontroller_appointmentcontroller_confirm", - "confidence_score": 1.0 + "target": "controller_appointmentcontroller_appointmentcontroller_confirm" }, { "relation": "method", @@ -190041,9 +190457,9 @@ "source_location": "L908", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_appointmentcontroller_appointmentcontroller_confirm", - "target": "src_appointment_controller_appointmentcontroller_php_user", - "confidence_score": 1.0 + "target": "src_appointment_controller_appointmentcontroller_php_user" }, { "relation": "references", @@ -190195,9 +190611,9 @@ "source_location": "L908", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_appointmentcontroller_appointmentcontroller_confirm", - "target": "src_appointment_controller_appointmentcontroller_php_request", - "confidence_score": 1.0 + "target": "src_appointment_controller_appointmentcontroller_php_request" }, { "relation": "references", @@ -190316,9 +190732,9 @@ "source_location": "L908", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_appointmentcontroller_appointmentcontroller_confirm", - "target": "src_appointment_controller_appointmentcontroller_php_jsonresponse", - "confidence_score": 1.0 + "target": "src_appointment_controller_appointmentcontroller_php_jsonresponse" }, { "relation": "references", @@ -190675,9 +191091,9 @@ "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L1108", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_appointmentcontroller_appointmentcontroller_events", - "target": "controller_appointmentcontroller_appointmentcontroller_canview", - "confidence_score": 1.0 + "target": "controller_appointmentcontroller_appointmentcontroller_canview" }, { "relation": "calls", @@ -192142,9 +192558,9 @@ "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L465", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_myappointmentscontroller_myappointmentscontroller", - "target": "controller_myappointmentscontroller_myappointmentscontroller_emptytodaystats", - "confidence_score": 1.0 + "target": "controller_myappointmentscontroller_myappointmentscontroller_emptytodaystats" }, { "relation": "method", @@ -192368,9 +192784,9 @@ "source_location": "L465", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_myappointmentscontroller_myappointmentscontroller_emptytodaystats", - "target": "src_appointment_controller_myappointmentscontroller_php_jsonresponse", - "confidence_score": 1.0 + "target": "src_appointment_controller_myappointmentscontroller_php_jsonresponse" }, { "relation": "references", @@ -192445,9 +192861,9 @@ "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L408", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", - "target": "controller_myappointmentscontroller_myappointmentscontroller_emptytodaystats", - "confidence_score": 1.0 + "target": "controller_myappointmentscontroller_myappointmentscontroller_emptytodaystats" }, { "relation": "calls", @@ -192603,9 +193019,9 @@ "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L234", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_appointment_appointment", - "target": "entity_appointment_appointment_getclinic", - "confidence_score": 1.0 + "target": "entity_appointment_appointment_getclinic" }, { "relation": "method", @@ -192903,9 +193319,9 @@ "source_file": "src/Appointment/Entity/Appointment.php", "source_location": "L240", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_appointment_appointment", - "target": "entity_appointment_appointment_setclinic", - "confidence_score": 1.0 + "target": "entity_appointment_appointment_setclinic" }, { "relation": "method", @@ -193054,9 +193470,9 @@ "source_location": "L135", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "entity_appointment_appointment", - "target": "src_appointment_entity_appointment_php_clinic", - "confidence_score": 1.0 + "target": "src_appointment_entity_appointment_php_clinic" }, { "relation": "references", @@ -193175,9 +193591,9 @@ "source_location": "L234", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_appointment_appointment_getclinic", - "target": "src_appointment_entity_appointment_php_clinic", - "confidence_score": 1.0 + "target": "src_appointment_entity_appointment_php_clinic" }, { "relation": "references", @@ -193186,9 +193602,9 @@ "source_location": "L240", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "entity_appointment_appointment_setclinic", - "target": "src_appointment_entity_appointment_php_clinic", - "confidence_score": 1.0 + "target": "src_appointment_entity_appointment_php_clinic" }, { "relation": "references", @@ -193417,9 +193833,9 @@ "source_location": "L240", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_appointment_appointment_setclinic", - "target": "src_appointment_entity_appointment_php_self", - "confidence_score": 1.0 + "target": "src_appointment_entity_appointment_php_self" }, { "relation": "references", @@ -195141,9 +195557,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository", - "target": "serviceentityrepository", - "confidence_score": 1.0 + "target": "serviceentityrepository" }, { "relation": "inherits", @@ -195151,9 +195567,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository_claimstatuslogrepository", - "target": "serviceentityrepository", - "confidence_score": 1.0 + "target": "serviceentityrepository" }, { "relation": "imports", @@ -196601,9 +197017,9 @@ "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_appointmentrepository", - "target": "src_appointment_repository_appointmentrepository_php_clinic", - "confidence_score": 1.0 + "target": "src_appointment_repository_appointmentrepository_php_clinic" }, { "relation": "imports", @@ -196714,9 +197130,9 @@ "source_file": "src/Appointment/Repository/AppointmentRepository.php", "source_location": "L191", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_appointmentrepository_appointmentrepository", - "target": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", - "confidence_score": 1.0 + "target": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic" }, { "relation": "method", @@ -197136,9 +197552,9 @@ "source_location": "L176", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_appointmentrepository_appointmentrepository_findbydoctor", - "target": "src_appointment_repository_appointmentrepository_php_clinic", - "confidence_score": 1.0 + "target": "src_appointment_repository_appointmentrepository_php_clinic" }, { "relation": "references", @@ -197147,9 +197563,9 @@ "source_location": "L191", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_appointmentrepository_appointmentrepository_findbyuserandclinic", - "target": "src_appointment_repository_appointmentrepository_php_user", - "confidence_score": 1.0 + "target": "src_appointment_repository_appointmentrepository_php_user" }, { "relation": "references", @@ -197920,9 +198336,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L25", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker" }, { "relation": "imports", @@ -197931,9 +198347,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker", - "target": "src_appointment_security_appointmentaccesschecker_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_appointment" }, { "relation": "imports", @@ -197942,9 +198358,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "method", @@ -197952,9 +198368,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L58", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_can" }, { "relation": "method", @@ -197962,9 +198378,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L53", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_cancancel", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_cancancel" }, { "relation": "method", @@ -197972,9 +198388,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_canmanage", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_canmanage" }, { "relation": "method", @@ -197982,9 +198398,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L42", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_canview", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_canview" }, { "relation": "method", @@ -197992,9 +198408,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_construct", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_construct" }, { "relation": "method", @@ -198002,9 +198418,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L108", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_secretarycan", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_secretarycan" }, { "relation": "method", @@ -198012,9 +198428,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L85", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_viewableclinicfor", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_viewableclinicfor" }, { "relation": "calls", @@ -198023,9 +198439,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_canview", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_can" }, { "relation": "references", @@ -198034,9 +198450,9 @@ "source_location": "L42", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_canview", - "target": "src_appointment_security_appointmentaccesschecker_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_appointment" }, { "relation": "references", @@ -198045,9 +198461,9 @@ "source_location": "L42", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_canview", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "references", @@ -198056,9 +198472,9 @@ "source_location": "L58", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "target": "src_appointment_security_appointmentaccesschecker_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_appointment" }, { "relation": "references", @@ -198067,9 +198483,9 @@ "source_location": "L53", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_cancancel", - "target": "src_appointment_security_appointmentaccesschecker_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_appointment" }, { "relation": "references", @@ -198078,9 +198494,9 @@ "source_location": "L48", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_canmanage", - "target": "src_appointment_security_appointmentaccesschecker_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_appointment" }, { "relation": "references", @@ -198089,9 +198505,9 @@ "source_location": "L108", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_secretarycan", - "target": "src_appointment_security_appointmentaccesschecker_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_appointment" }, { "relation": "references", @@ -198100,9 +198516,9 @@ "source_location": "L58", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "references", @@ -198111,9 +198527,9 @@ "source_location": "L53", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_cancancel", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "references", @@ -198122,9 +198538,9 @@ "source_location": "L48", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_canmanage", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "references", @@ -198133,9 +198549,9 @@ "source_location": "L108", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_secretarycan", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "references", @@ -198144,9 +198560,9 @@ "source_location": "L85", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_viewableclinicfor", - "target": "src_appointment_security_appointmentaccesschecker_php_user", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_user" }, { "relation": "calls", @@ -198155,9 +198571,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L50", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_canmanage", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_can" }, { "relation": "calls", @@ -198166,9 +198582,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_cancancel", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_can" }, { "relation": "calls", @@ -198177,9 +198593,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L78", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_secretarycan", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_secretarycan" }, { "relation": "calls", @@ -198188,9 +198604,9 @@ "source_file": "src/Appointment/Security/AppointmentAccessChecker.php", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_viewableclinicfor", - "target": "security_appointmentaccesschecker_appointmentaccesschecker_can", - "confidence_score": 1.0 + "target": "security_appointmentaccesschecker_appointmentaccesschecker_can" }, { "relation": "references", @@ -198199,9 +198615,9 @@ "source_location": "L85", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_viewableclinicfor", - "target": "src_appointment_security_appointmentaccesschecker_php_clinic", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_clinic" }, { "relation": "references", @@ -198210,9 +198626,9 @@ "source_location": "L85", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_appointmentaccesschecker_appointmentaccesschecker_viewableclinicfor", - "target": "src_appointment_security_appointmentaccesschecker_php_doctor", - "confidence_score": 1.0 + "target": "src_appointment_security_appointmentaccesschecker_php_doctor" }, { "relation": "imports", @@ -198221,9 +198637,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice", - "target": "entitymanagerinterface", - "confidence_score": 1.0 + "target": "entitymanagerinterface" }, { "relation": "imports", @@ -198232,9 +198648,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice", - "target": "loggerinterface", - "confidence_score": 1.0 + "target": "loggerinterface" }, { "relation": "contains", @@ -198242,9 +198658,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice", - "target": "service_appointmentconfirmationservice_appointmentconfirmationservice", - "confidence_score": 1.0 + "target": "service_appointmentconfirmationservice_appointmentconfirmationservice" }, { "relation": "imports", @@ -198253,9 +198669,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice", - "target": "src_appointment_service_appointmentconfirmationservice_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_appointment" }, { "relation": "imports", @@ -198264,9 +198680,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice", - "target": "src_appointment_service_appointmentconfirmationservice_php_patientsession", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_patientsession" }, { "relation": "imports", @@ -198275,9 +198691,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice", - "target": "src_appointment_service_appointmentconfirmationservice_php_user", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_user" }, { "relation": "method", @@ -198285,9 +198701,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice", - "target": "service_appointmentconfirmationservice_appointmentconfirmationservice_confirmwithpayments", - "confidence_score": 1.0 + "target": "service_appointmentconfirmationservice_appointmentconfirmationservice_confirmwithpayments" }, { "relation": "method", @@ -198295,9 +198711,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L24", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice", - "target": "service_appointmentconfirmationservice_appointmentconfirmationservice_construct", - "confidence_score": 1.0 + "target": "service_appointmentconfirmationservice_appointmentconfirmationservice_construct" }, { "relation": "method", @@ -198305,9 +198721,9 @@ "source_file": "src/Appointment/Service/AppointmentConfirmationService.php", "source_location": "L38", "weight": 1.0, + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice", - "target": "service_appointmentconfirmationservice_appointmentconfirmationservice_onconfirmed", - "confidence_score": 1.0 + "target": "service_appointmentconfirmationservice_appointmentconfirmationservice_onconfirmed" }, { "relation": "references", @@ -198316,9 +198732,9 @@ "source_location": "L38", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice_onconfirmed", - "target": "src_appointment_service_appointmentconfirmationservice_php_appointment", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_appointment" }, { "relation": "references", @@ -198327,9 +198743,9 @@ "source_location": "L38", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice_onconfirmed", - "target": "src_appointment_service_appointmentconfirmationservice_php_patientsession", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_patientsession" }, { "relation": "references_constant", @@ -198349,9 +198765,9 @@ "source_location": "L67", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice_confirmwithpayments", - "target": "src_appointment_service_appointmentconfirmationservice_php_patientsession", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_patientsession" }, { "relation": "references", @@ -198360,9 +198776,9 @@ "source_location": "L67", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "service_appointmentconfirmationservice_appointmentconfirmationservice_confirmwithpayments", - "target": "src_appointment_service_appointmentconfirmationservice_php_user", - "confidence_score": 1.0 + "target": "src_appointment_service_appointmentconfirmationservice_php_user" }, { "relation": "contains", @@ -203023,9 +203439,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L385", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller", - "target": "controller_billingcontroller_billingcontroller_claimfilters", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_claimfilters" }, { "relation": "method", @@ -203033,9 +203449,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L288", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller", - "target": "controller_billingcontroller_billingcontroller_claimsbypatient", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_claimsbypatient" }, { "relation": "method", @@ -203043,9 +203459,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L309", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller", - "target": "controller_billingcontroller_billingcontroller_claimsforpatient", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_claimsforpatient" }, { "relation": "method", @@ -203113,9 +203529,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L369", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller", - "target": "controller_billingcontroller_billingcontroller_insurancenamesfor", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_insurancenamesfor" }, { "relation": "method", @@ -203282,9 +203698,9 @@ "source_location": "L385", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimfilters", - "target": "src_billing_controller_billingcontroller_php_request", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_request" }, { "relation": "references", @@ -203293,9 +203709,9 @@ "source_location": "L288", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsbypatient", - "target": "src_billing_controller_billingcontroller_php_request", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_request" }, { "relation": "references", @@ -203304,9 +203720,9 @@ "source_location": "L309", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsforpatient", - "target": "src_billing_controller_billingcontroller_php_request", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_request" }, { "relation": "references", @@ -203370,9 +203786,9 @@ "source_location": "L288", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsbypatient", - "target": "src_billing_controller_billingcontroller_php_user", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_user" }, { "relation": "references", @@ -203381,9 +203797,9 @@ "source_location": "L309", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsforpatient", - "target": "src_billing_controller_billingcontroller_php_user", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_user" }, { "relation": "references", @@ -203491,9 +203907,9 @@ "source_location": "L288", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsbypatient", - "target": "src_billing_controller_billingcontroller_php_jsonresponse", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_jsonresponse" }, { "relation": "references", @@ -203502,9 +203918,9 @@ "source_location": "L309", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsforpatient", - "target": "src_billing_controller_billingcontroller_php_jsonresponse", - "confidence_score": 1.0 + "target": "src_billing_controller_billingcontroller_php_jsonresponse" }, { "relation": "references", @@ -203667,9 +204083,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L296", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsbypatient", - "target": "controller_billingcontroller_billingcontroller_claimfilters", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_claimfilters" }, { "relation": "calls", @@ -203678,9 +204094,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L291", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsbypatient", - "target": "controller_billingcontroller_billingcontroller_resolveentity", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_resolveentity" }, { "relation": "calls", @@ -203689,9 +204105,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L322", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsforpatient", - "target": "controller_billingcontroller_billingcontroller_claimfilters", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_claimfilters" }, { "relation": "calls", @@ -203700,9 +204116,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L325", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsforpatient", - "target": "controller_billingcontroller_billingcontroller_insurancenamesfor", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_insurancenamesfor" }, { "relation": "calls", @@ -203711,9 +204127,9 @@ "source_file": "src/Billing/Controller/BillingController.php", "source_location": "L312", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_billingcontroller_billingcontroller_claimsforpatient", - "target": "controller_billingcontroller_billingcontroller_resolveentity", - "confidence_score": 1.0 + "target": "controller_billingcontroller_billingcontroller_resolveentity" }, { "relation": "calls", @@ -203774,9 +204190,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L132", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_allowedtransitions", - "confidence_score": 1.0 + "target": "entity_claim_claim_allowedtransitions" }, { "relation": "method", @@ -203814,9 +204230,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L152", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_getcreatedat", - "confidence_score": 1.0 + "target": "entity_claim_claim_getcreatedat" }, { "relation": "method", @@ -203884,9 +204300,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L149", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_getrejectreason", - "confidence_score": 1.0 + "target": "entity_claim_claim_getrejectreason" }, { "relation": "method", @@ -203894,9 +204310,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L151", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_getsettledat", - "confidence_score": 1.0 + "target": "entity_claim_claim_getsettledat" }, { "relation": "method", @@ -203914,9 +204330,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L150", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_getsubmittedat", - "confidence_score": 1.0 + "target": "entity_claim_claim_getsubmittedat" }, { "relation": "method", @@ -203954,9 +204370,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L148", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_gettrackingnumber", - "confidence_score": 1.0 + "target": "entity_claim_claim_gettrackingnumber" }, { "relation": "method", @@ -203994,9 +204410,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L154", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_settrackingnumber", - "confidence_score": 1.0 + "target": "entity_claim_claim_settrackingnumber" }, { "relation": "method", @@ -204024,9 +204440,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L143", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim", - "target": "entity_claim_claim_transitionsfrom", - "confidence_score": 1.0 + "target": "entity_claim_claim_transitionsfrom" }, { "relation": "references", @@ -204112,9 +204528,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "claimitem", - "confidence_score": 1.0 + "target": "claimitem" }, { "relation": "imports", @@ -204156,9 +204572,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L134", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim_allowedtransitions", - "target": "src_billing_entity_claim_php_self", - "confidence_score": 1.0 + "target": "src_billing_entity_claim_php_self" }, { "relation": "references", @@ -204167,9 +204583,9 @@ "source_location": "L154", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_claim_claim_settrackingnumber", - "target": "src_billing_entity_claim_php_self", - "confidence_score": 1.0 + "target": "src_billing_entity_claim_php_self" }, { "relation": "calls", @@ -204178,9 +204594,9 @@ "source_file": "src/Billing/Entity/Claim.php", "source_location": "L205", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claim_claim_toarray", - "target": "entity_claim_claim_allowedtransitions", - "confidence_score": 1.0 + "target": "entity_claim_claim_allowedtransitions" }, { "relation": "calls", @@ -204335,9 +204751,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog" }, { "relation": "method", @@ -204345,9 +204761,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L51", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_construct", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_construct" }, { "relation": "method", @@ -204355,9 +204771,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L61", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_getclaimid", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_getclaimid" }, { "relation": "method", @@ -204365,9 +204781,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L60", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_getid", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_getid" }, { "relation": "method", @@ -204375,9 +204791,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L62", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_gettostatus", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_gettostatus" }, { "relation": "method", @@ -204385,9 +204801,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L70", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_setactor", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_setactor" }, { "relation": "method", @@ -204395,9 +204811,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L77", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_setcreatedat", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_setcreatedat" }, { "relation": "method", @@ -204405,9 +204821,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L64", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_setnote", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_setnote" }, { "relation": "method", @@ -204415,9 +204831,9 @@ "source_file": "src/Billing/Entity/ClaimStatusLog.php", "source_location": "L83", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog", - "target": "entity_claimstatuslog_claimstatuslog_toarray", - "confidence_score": 1.0 + "target": "entity_claimstatuslog_claimstatuslog_toarray" }, { "relation": "calls", @@ -204437,9 +204853,9 @@ "source_location": "L64", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog_setnote", - "target": "src_billing_entity_claimstatuslog_php_self", - "confidence_score": 1.0 + "target": "src_billing_entity_claimstatuslog_php_self" }, { "relation": "references", @@ -204448,9 +204864,9 @@ "source_location": "L70", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog_setactor", - "target": "src_billing_entity_claimstatuslog_php_self", - "confidence_score": 1.0 + "target": "src_billing_entity_claimstatuslog_php_self" }, { "relation": "references", @@ -204459,9 +204875,9 @@ "source_location": "L77", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_claimstatuslog_claimstatuslog_setcreatedat", - "target": "src_billing_entity_claimstatuslog_php_self", - "confidence_score": 1.0 + "target": "src_billing_entity_claimstatuslog_php_self" }, { "relation": "contains", @@ -205092,9 +205508,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L132", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository", - "target": "repository_claimrepository_claimrepository_aggregatebypatient", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_aggregatebypatient" }, { "relation": "method", @@ -205122,9 +205538,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L177", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository", - "target": "repository_claimrepository_claimrepository_countpatientswithclaims", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_countpatientswithclaims" }, { "relation": "method", @@ -205142,9 +205558,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L279", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository", - "target": "repository_claimrepository_claimrepository_detailsforpatient", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_detailsforpatient" }, { "relation": "method", @@ -205182,9 +205598,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L234", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository", - "target": "repository_claimrepository_claimrepository_patientaggregatefilters", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatefilters" }, { "relation": "method", @@ -205192,9 +205608,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L188", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository", - "target": "repository_claimrepository_claimrepository_patientaggregatesql", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatesql" }, { "relation": "method", @@ -205299,9 +205715,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L134", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository_aggregatebypatient", - "target": "repository_claimrepository_claimrepository_patientaggregatefilters", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatefilters" }, { "relation": "calls", @@ -205310,9 +205726,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L148", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository_aggregatebypatient", - "target": "repository_claimrepository_claimrepository_patientaggregatesql", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatesql" }, { "relation": "calls", @@ -205321,9 +205737,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L179", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository_countpatientswithclaims", - "target": "repository_claimrepository_claimrepository_patientaggregatefilters", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatefilters" }, { "relation": "calls", @@ -205332,9 +205748,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L183", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository_countpatientswithclaims", - "target": "repository_claimrepository_claimrepository_patientaggregatesql", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatesql" }, { "relation": "calls", @@ -205343,9 +205759,9 @@ "source_file": "src/Billing/Repository/ClaimRepository.php", "source_location": "L281", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimrepository_claimrepository_detailsforpatient", - "target": "repository_claimrepository_claimrepository_patientaggregatefilters", - "confidence_score": 1.0 + "target": "repository_claimrepository_claimrepository_patientaggregatefilters" }, { "relation": "imports", @@ -205354,9 +205770,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository", - "target": "claimstatuslog", - "confidence_score": 1.0 + "target": "claimstatuslog" }, { "relation": "contains", @@ -205364,9 +205780,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository", - "target": "repository_claimstatuslogrepository_claimstatuslogrepository", - "confidence_score": 1.0 + "target": "repository_claimstatuslogrepository_claimstatuslogrepository" }, { "relation": "imports", @@ -205375,9 +205791,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository", - "target": "src_billing_repository_claimstatuslogrepository_php_managerregistry", - "confidence_score": 1.0 + "target": "src_billing_repository_claimstatuslogrepository_php_managerregistry" }, { "relation": "method", @@ -205385,9 +205801,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository_claimstatuslogrepository", - "target": "repository_claimstatuslogrepository_claimstatuslogrepository_construct", - "confidence_score": 1.0 + "target": "repository_claimstatuslogrepository_claimstatuslogrepository_construct" }, { "relation": "method", @@ -205395,9 +205811,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository_claimstatuslogrepository", - "target": "repository_claimstatuslogrepository_claimstatuslogrepository_save", - "confidence_score": 1.0 + "target": "repository_claimstatuslogrepository_claimstatuslogrepository_save" }, { "relation": "method", @@ -205405,9 +205821,9 @@ "source_file": "src/Billing/Repository/ClaimStatusLogRepository.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository_claimstatuslogrepository", - "target": "repository_claimstatuslogrepository_claimstatuslogrepository_timelinesforclaims", - "confidence_score": 1.0 + "target": "repository_claimstatuslogrepository_claimstatuslogrepository_timelinesforclaims" }, { "relation": "references_constant", @@ -205426,9 +205842,9 @@ "source_location": "L11", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository_claimstatuslogrepository_construct", - "target": "src_billing_repository_claimstatuslogrepository_php_managerregistry", - "confidence_score": 1.0 + "target": "src_billing_repository_claimstatuslogrepository_php_managerregistry" }, { "relation": "references", @@ -205437,9 +205853,9 @@ "source_location": "L44", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_claimstatuslogrepository_claimstatuslogrepository_save", - "target": "claimstatuslog", - "confidence_score": 1.0 + "target": "claimstatuslog" }, { "relation": "imports", @@ -205448,9 +205864,9 @@ "source_file": "src/Billing/Service/ClaimService.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "service_claimservice", - "target": "claimstatuslog", - "confidence_score": 1.0 + "target": "claimstatuslog" }, { "relation": "contains", @@ -206008,9 +206424,9 @@ "source_file": "src/Billing/Service/ClaimService.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "service_claimservice", - "target": "src_billing_service_claimservice_php_user", - "confidence_score": 1.0 + "target": "src_billing_service_claimservice_php_user" }, { "relation": "method", @@ -206058,9 +206474,9 @@ "source_file": "src/Billing/Service/ClaimService.php", "source_location": "L123", "weight": 1.0, + "confidence_score": 1.0, "source": "service_claimservice_claimservice", - "target": "service_claimservice_claimservice_logtransition", - "confidence_score": 1.0 + "target": "service_claimservice_claimservice_logtransition" }, { "relation": "method", @@ -206090,9 +206506,9 @@ "source_file": "src/Billing/Service/ClaimService.php", "source_location": "L68", "weight": 1.0, + "confidence_score": 1.0, "source": "service_claimservice_claimservice_createfrominvoice", - "target": "service_claimservice_claimservice_logtransition", - "confidence_score": 1.0 + "target": "service_claimservice_claimservice_logtransition" }, { "relation": "references_constant", @@ -206155,9 +206571,9 @@ "source_location": "L123", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "service_claimservice_claimservice_logtransition", - "target": "src_billing_service_claimservice_php_claim", - "confidence_score": 1.0 + "target": "src_billing_service_claimservice_php_claim" }, { "relation": "references_constant", @@ -206188,9 +206604,9 @@ "source_file": "src/Billing/Service/ClaimService.php", "source_location": "L119", "weight": 1.0, + "confidence_score": 1.0, "source": "service_claimservice_claimservice_transition", - "target": "service_claimservice_claimservice_logtransition", - "confidence_score": 1.0 + "target": "service_claimservice_claimservice_logtransition" }, { "relation": "references", @@ -206199,9 +206615,9 @@ "source_location": "L94", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "service_claimservice_claimservice_transition", - "target": "src_billing_service_claimservice_php_user", - "confidence_score": 1.0 + "target": "src_billing_service_claimservice_php_user" }, { "relation": "references", @@ -206210,9 +206626,9 @@ "source_location": "L123", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "service_claimservice_claimservice_logtransition", - "target": "src_billing_service_claimservice_php_user", - "confidence_score": 1.0 + "target": "src_billing_service_claimservice_php_user" }, { "relation": "contains", @@ -206603,17 +207019,6 @@ "source": "valueobject_sharebreakdown_sharebreakdown", "target": "valueobject_sharebreakdown_sharebreakdown_toarray" }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "src/Blog/Controller/BlogController.php", - "source_location": "L6", - "weight": 1.0, - "confidence_score": 1.0, - "source": "controller_blogcontroller", - "target": "blog" - }, { "relation": "imports", "context": "import", @@ -206728,6 +207133,16 @@ "source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_list" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Controller/BlogController.php", + "source_location": "L35", + "weight": 1.0, + "source": "controller_blogcontroller_blogcontroller", + "target": "controller_blogcontroller_blogcontroller_resolvecity", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -206748,6 +207163,39 @@ "source": "controller_blogcontroller_blogcontroller", "target": "controller_blogcontroller_blogcontroller_uploadimage" }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Controller/BlogController.php", + "source_location": "L230", + "weight": 1.0, + "source": "controller_blogcontroller_blogcontroller_create", + "target": "controller_blogcontroller_blogcontroller_resolvecity", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Controller/BlogController.php", + "source_location": "L35", + "weight": 1.0, + "context": "return_type", + "source": "controller_blogcontroller_blogcontroller_resolvecity", + "target": "src_blog_controller_blogcontroller_php_city", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Controller/BlogController.php", + "source_location": "L306", + "weight": 1.0, + "source": "controller_blogcontroller_blogcontroller_update", + "target": "controller_blogcontroller_blogcontroller_resolvecity", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -206879,6 +207327,17 @@ "source": "entity_blog", "target": "entity_blog_blog" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L6", + "weight": 1.0, + "source": "entity_blog", + "target": "src_blog_entity_blog_php_city", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -206900,6 +207359,16 @@ "source": "entity_blog_blog", "target": "entity_blog_blog_authortoarray" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L134", + "weight": 1.0, + "source": "entity_blog_blog", + "target": "entity_blog_blog_citytoarray", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -206940,6 +207409,16 @@ "source": "entity_blog_blog", "target": "entity_blog_blog_getbody" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L92", + "weight": 1.0, + "source": "entity_blog_blog", + "target": "entity_blog_blog_getcity", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -207040,6 +207519,16 @@ "source": "entity_blog_blog", "target": "entity_blog_blog_setbody" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L103", + "weight": 1.0, + "source": "entity_blog_blog", + "target": "entity_blog_blog_setcity", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -207140,6 +207629,17 @@ "source": "entity_blog_blog", "target": "entity_blog_blog_touch" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L54", + "weight": 1.0, + "context": "field", + "source": "entity_blog_blog", + "target": "src_blog_entity_blog_php_city", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -207173,6 +207673,28 @@ "source": "entity_blog_blog_getauthor", "target": "src_blog_entity_blog_php_user" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L92", + "weight": 1.0, + "context": "return_type", + "source": "entity_blog_blog_getcity", + "target": "src_blog_entity_blog_php_city", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L103", + "weight": 1.0, + "context": "parameter_type", + "source": "entity_blog_blog_setcity", + "target": "src_blog_entity_blog_php_city", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -207195,6 +207717,17 @@ "source": "entity_blog_blog_construct", "target": "gateway_mellatgateway_mellatgateway_time" }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L141", + "weight": 1.0, + "source": "entity_blog_blog_citytoarray", + "target": "entity_blog_blog_getid", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -207239,6 +207772,17 @@ "source": "entity_blog_blog_setbody", "target": "src_blog_entity_blog_php_self" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L103", + "weight": 1.0, + "context": "return_type", + "source": "entity_blog_blog_setcity", + "target": "src_blog_entity_blog_php_self", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -207382,6 +207926,17 @@ "source": "entity_blog_blog_setstatus", "target": "entity_blog_blog_touch" }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L103", + "weight": 1.0, + "source": "entity_blog_blog_setcity", + "target": "entity_blog_blog_touch", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -207405,15 +207960,26 @@ "target": "entity_blog_blog_authortoarray" }, { - "relation": "imports", - "context": "import", + "relation": "calls", + "context": "call", "confidence": "EXTRACTED", - "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L5", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L127", "weight": 1.0, - "confidence_score": 1.0, - "source": "repository_blogrepository", - "target": "blog" + "source": "entity_blog_blog_toarray", + "target": "entity_blog_blog_citytoarray", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Entity/Blog.php", + "source_location": "L173", + "weight": 1.0, + "source": "entity_blog_blog_tolistarray", + "target": "entity_blog_blog_citytoarray", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207425,6 +207991,17 @@ "source": "repository_blogrepository", "target": "repository_blogrepository_blogrepository" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Repository/BlogRepository.php", + "source_location": "L5", + "weight": 1.0, + "source": "repository_blogrepository", + "target": "src_blog_repository_blogrepository_php_blog", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -207436,6 +208013,16 @@ "source": "repository_blogrepository", "target": "src_blog_repository_blogrepository_php_managerregistry" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Repository/BlogRepository.php", + "source_location": "L52", + "weight": 1.0, + "source": "repository_blogrepository_blogrepository", + "target": "repository_blogrepository_blogrepository_applycityfilter", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -207524,7 +208111,7 @@ "source_location": "L11", "weight": 1.0, "source": "repository_blogrepository_blogrepository_construct", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog" }, { "relation": "references", @@ -207544,19 +208131,19 @@ "source_location": "L13", "weight": 1.0, "context": "return_type", - "confidence_score": 1.0, "source": "repository_blogrepository_blogrepository_findbyuuid", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog", + "confidence_score": 1.0 }, { "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L36", + "source_location": "L39", "weight": 1.0, "source": "repository_blogrepository_blogrepository_countpublished", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog" }, { "relation": "references", @@ -207565,41 +208152,52 @@ "source_location": "L14", "weight": 1.0, "context": "return_type", - "confidence_score": 1.0, "source": "repository_blogrepository_blogrepository_findbyslug", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog", + "confidence_score": 1.0 }, { "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L21", + "source_location": "L23", "weight": 1.0, "source": "repository_blogrepository_blogrepository_findpublished", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog" }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L54", + "source_location": "L73", "weight": 1.0, "context": "parameter_type", - "confidence_score": 1.0, "source": "repository_blogrepository_blogrepository_remove", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog", + "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Repository/BlogRepository.php", - "source_location": "L53", + "source_location": "L72", "weight": 1.0, "context": "parameter_type", - "confidence_score": 1.0, "source": "repository_blogrepository_blogrepository_save", - "target": "blog" + "target": "src_blog_repository_blogrepository_php_blog", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Repository/BlogRepository.php", + "source_location": "L29", + "weight": 1.0, + "source": "repository_blogrepository_blogrepository_findpublished", + "target": "repository_blogrepository_blogrepository_applycityfilter", + "confidence_score": 1.0 }, { "relation": "calls", @@ -207612,6 +208210,17 @@ "source": "repository_blogrepository_blogrepository_findpublished", "target": "repository_blogrepository_blogrepository_applytagfilter" }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Repository/BlogRepository.php", + "source_location": "L42", + "weight": 1.0, + "source": "repository_blogrepository_blogrepository_countpublished", + "target": "repository_blogrepository_blogrepository_applycityfilter", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -207623,6 +208232,17 @@ "source": "repository_blogrepository_blogrepository_countpublished", "target": "repository_blogrepository_blogrepository_applytagfilter" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Blog/Repository/BlogRepository.php", + "source_location": "L52", + "weight": 1.0, + "context": "parameter_type", + "source": "repository_blogrepository_blogrepository_applycityfilter", + "target": "src_blog_repository_blogrepository_php_querybuilder", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -217354,9 +217974,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L434", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth" }, { "relation": "method", @@ -217364,9 +217984,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L339", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts" }, { "relation": "method", @@ -217374,9 +217994,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L493", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams" }, { "relation": "method", @@ -217414,9 +218034,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L393", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_currentjalaliyearmonth", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_currentjalaliyearmonth" }, { "relation": "method", @@ -217434,9 +218054,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L384", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar" }, { "relation": "method", @@ -217444,9 +218064,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L407", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange" }, { "relation": "method", @@ -217474,9 +218094,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L466", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller", - "target": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear" }, { "relation": "method", @@ -217525,9 +218145,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L146", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_clinic", - "target": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth" }, { "relation": "calls", @@ -217536,9 +218156,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L143", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_clinic", - "target": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams" }, { "relation": "calls", @@ -217547,9 +218167,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L145", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_clinic", - "target": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear" }, { "relation": "calls", @@ -217613,9 +218233,9 @@ "source_location": "L493", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams", - "target": "src_dashboard_controller_dashboardcontroller_php_request", - "confidence_score": 1.0 + "target": "src_dashboard_controller_dashboardcontroller_php_request" }, { "relation": "references", @@ -217734,9 +218354,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L259", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_doctor", - "target": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth" }, { "relation": "calls", @@ -217745,9 +218365,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L262", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_doctor", - "target": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts" }, { "relation": "calls", @@ -217756,9 +218376,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L258", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_doctor", - "target": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams" }, { "relation": "calls", @@ -217800,9 +218420,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L289", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_doctor", - "target": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear" }, { "relation": "calls", @@ -217866,9 +218486,9 @@ "source_location": "L339", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts", - "target": "src_dashboard_controller_dashboardcontroller_php_doctor", - "confidence_score": 1.0 + "target": "src_dashboard_controller_dashboardcontroller_php_doctor" }, { "relation": "references", @@ -217877,9 +218497,9 @@ "source_location": "L339", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts", - "target": "src_dashboard_controller_dashboardcontroller_php_clinic", - "confidence_score": 1.0 + "target": "src_dashboard_controller_dashboardcontroller_php_clinic" }, { "relation": "references", @@ -217921,9 +218541,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L350", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_appointmentslotstarts", - "target": "controller_dashboardcontroller_dashboardcontroller_restricttoclinicaddresses", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_restricttoclinicaddresses" }, { "relation": "references", @@ -217943,9 +218563,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L395", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_currentjalaliyearmonth", - "target": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar" }, { "relation": "references", @@ -217954,9 +218574,9 @@ "source_location": "L384", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar", - "target": "intlcalendar", - "confidence_score": 1.0 + "target": "intlcalendar" }, { "relation": "calls", @@ -217965,9 +218585,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L409", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange", - "target": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_jalalicalendar" }, { "relation": "calls", @@ -217976,9 +218596,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L495", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_chartperiodparams", - "target": "controller_dashboardcontroller_dashboardcontroller_currentjalaliyearmonth", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_currentjalaliyearmonth" }, { "relation": "calls", @@ -217987,9 +218607,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L436", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_appointmentsbyjalalimonth", - "target": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange" }, { "relation": "calls", @@ -217998,9 +218618,9 @@ "source_file": "src/Dashboard/Controller/DashboardController.php", "source_location": "L479", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_dashboardcontroller_dashboardcontroller_revenuebyjalaliyear", - "target": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange", - "confidence_score": 1.0 + "target": "controller_dashboardcontroller_dashboardcontroller_jalalimonthrange" }, { "relation": "calls", @@ -223599,9 +224219,9 @@ "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L134", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_doctorrepository_doctorrepository", - "target": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", - "confidence_score": 1.0 + "target": "repository_doctorrepository_doctorrepository_findlocationsbydoctors" }, { "relation": "method", @@ -223629,9 +224249,9 @@ "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L179", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_doctorrepository_doctorrepository", - "target": "repository_doctorrepository_doctorrepository_indexlocationrows", - "confidence_score": 1.0 + "target": "repository_doctorrepository_doctorrepository_indexlocationrows" }, { "relation": "method", @@ -223758,9 +224378,9 @@ "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L156", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", - "target": "repository_doctorrepository_doctorrepository_indexlocationrows", - "confidence_score": 1.0 + "target": "repository_doctorrepository_doctorrepository_indexlocationrows" }, { "relation": "imports", @@ -227933,9 +228553,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest", - "target": "tenantservicecoverage", - "confidence_score": 1.0 + "target": "tenantservicecoverage" }, { "relation": "references", @@ -231799,9 +232419,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller", - "target": "src_patient_controller_patientcontroller_php_patientrecordscope", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_patientrecordscope" }, { "relation": "imports", @@ -232141,9 +232761,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L1182", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller", - "target": "controller_patientcontroller_patientcontroller_scope", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_scope" }, { "relation": "method", @@ -232820,9 +233440,9 @@ "source_location": "L1208", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_ownsrecord", - "target": "src_patient_controller_patientcontroller_php_user", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_user" }, { "relation": "references", @@ -232842,9 +233462,9 @@ "source_location": "L1182", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_scope", - "target": "src_patient_controller_patientcontroller_php_user", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_user" }, { "relation": "references", @@ -234129,9 +234749,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L665", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_list", - "target": "controller_patientcontroller_patientcontroller_scope", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_scope" }, { "relation": "calls", @@ -234679,9 +235299,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L1218", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_ownsrecord", - "target": "controller_patientcontroller_patientcontroller_scope", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_scope" }, { "relation": "calls", @@ -234690,9 +235310,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L1190", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_resolveentity", - "target": "controller_patientcontroller_patientcontroller_scope", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_scope" }, { "relation": "references", @@ -234701,9 +235321,9 @@ "source_location": "L1182", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_scope", - "target": "src_patient_controller_patientcontroller_php_patientrecordscope", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_patientrecordscope" }, { "relation": "contains", @@ -235861,9 +236481,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L243", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession", - "target": "entity_patientsession_patientsession_applyshares", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_applyshares" }, { "relation": "method", @@ -235931,9 +236551,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L166", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession", - "target": "entity_patientsession_patientsession_getbaseinsurancerials", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_getbaseinsurancerials" }, { "relation": "method", @@ -236011,9 +236631,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L165", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession", - "target": "entity_patientsession_patientsession_getgrosstotalrials", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_getgrosstotalrials" }, { "relation": "method", @@ -236091,9 +236711,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L168", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession", - "target": "entity_patientsession_patientsession_getpatientsharerials", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_getpatientsharerials" }, { "relation": "method", @@ -236101,9 +236721,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L195", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession", - "target": "entity_patientsession_patientsession_getpayablerials", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_getpayablerials" }, { "relation": "method", @@ -236191,9 +236811,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L167", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession", - "target": "entity_patientsession_patientsession_getsupplementaryinsurancerials", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_getsupplementaryinsurancerials" }, { "relation": "method", @@ -236601,9 +237221,9 @@ "source_location": "L243", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_patientsession_patientsession_applyshares", - "target": "src_patient_entity_patientsession_php_self", - "confidence_score": 1.0 + "target": "src_patient_entity_patientsession_php_self" }, { "relation": "references", @@ -236799,9 +237419,9 @@ "source_file": "src/Patient/Entity/PatientSession.php", "source_location": "L203", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientsession_patientsession_getremainingrials", - "target": "entity_patientsession_patientsession_getpayablerials", - "confidence_score": 1.0 + "target": "entity_patientsession_patientsession_getpayablerials" }, { "relation": "calls", @@ -238805,9 +239425,9 @@ "source_file": "src/Patient/Repository/PatientRecordRepository.php", "source_location": "L93", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository", - "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction", - "confidence_score": 1.0 + "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction" }, { "relation": "method", @@ -238895,9 +239515,9 @@ "source_file": "src/Patient/Repository/PatientRecordRepository.php", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository", - "target": "repository_patientrecordrepository_patientrecordrepository_isvisibletodoctors", - "confidence_score": 1.0 + "target": "repository_patientrecordrepository_patientrecordrepository_isvisibletodoctors" }, { "relation": "method", @@ -238959,9 +239579,9 @@ "source_location": "L66", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository_isvisibletodoctors", - "target": "src_patient_repository_patientrecordrepository_php_patientrecord", - "confidence_score": 1.0 + "target": "src_patient_repository_patientrecordrepository_php_patientrecord" }, { "relation": "references", @@ -238992,9 +239612,9 @@ "source_file": "src/Patient/Repository/PatientRecordRepository.php", "source_location": "L41", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository_findbyentity", - "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction", - "confidence_score": 1.0 + "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction" }, { "relation": "calls", @@ -239025,9 +239645,9 @@ "source_file": "src/Patient/Repository/PatientRecordRepository.php", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository_countbyentity", - "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction", - "confidence_score": 1.0 + "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction" }, { "relation": "calls", @@ -239058,9 +239678,9 @@ "source_file": "src/Patient/Repository/PatientRecordRepository.php", "source_location": "L81", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository_isvisibletodoctors", - "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction", - "confidence_score": 1.0 + "target": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction" }, { "relation": "references", @@ -239069,9 +239689,9 @@ "source_location": "L93", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_patientrecordrepository_patientrecordrepository_applydoctorrestriction", - "target": "src_patient_repository_patientrecordrepository_php_querybuilder", - "confidence_score": 1.0 + "target": "src_patient_repository_patientrecordrepository_php_querybuilder" }, { "relation": "references", @@ -239112,9 +239732,9 @@ "source_file": "src/Patient/Repository/PatientSessionRepository.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientsessionrepository", - "target": "src_patient_repository_patientsessionrepository_php_appointment", - "confidence_score": 1.0 + "target": "src_patient_repository_patientsessionrepository_php_appointment" }, { "relation": "imports", @@ -239195,9 +239815,9 @@ "source_file": "src/Patient/Repository/PatientSessionRepository.php", "source_location": "L30", "weight": 1.0, + "confidence_score": 1.0, "source": "repository_patientsessionrepository_patientsessionrepository", - "target": "repository_patientsessionrepository_patientsessionrepository_findbyappointmentandentity", - "confidence_score": 1.0 + "target": "repository_patientsessionrepository_patientsessionrepository_findbyappointmentandentity" }, { "relation": "method", @@ -239288,9 +239908,9 @@ "source_location": "L30", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "repository_patientsessionrepository_patientsessionrepository_findbyappointmentandentity", - "target": "src_patient_repository_patientsessionrepository_php_patientsession", - "confidence_score": 1.0 + "target": "src_patient_repository_patientsessionrepository_php_patientsession" }, { "relation": "references", @@ -239310,9 +239930,9 @@ "source_location": "L30", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "repository_patientsessionrepository_patientsessionrepository_findbyappointmentandentity", - "target": "src_patient_repository_patientsessionrepository_php_appointment", - "confidence_score": 1.0 + "target": "src_patient_repository_patientsessionrepository_php_appointment" }, { "relation": "calls", @@ -239805,9 +240425,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope" }, { "relation": "method", @@ -239815,9 +240435,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_construct", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_construct" }, { "relation": "method", @@ -239825,9 +240445,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L28", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_forclinic", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_forclinic" }, { "relation": "method", @@ -239835,9 +240455,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L39", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_forclinicrestrictedtodoctors", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_forclinicrestrictedtodoctors" }, { "relation": "method", @@ -239845,9 +240465,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_fordoctor", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_fordoctor" }, { "relation": "method", @@ -239855,9 +240475,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L49", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_isrestricted", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_isrestricted" }, { "relation": "method", @@ -239865,9 +240485,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_tolegacytuple", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_tolegacytuple" }, { "relation": "method", @@ -239875,9 +240495,9 @@ "source_file": "src/Patient/Security/PatientRecordScope.php", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope", - "target": "security_patientrecordscope_patientrecordscope_unknown", - "confidence_score": 1.0 + "target": "security_patientrecordscope_patientrecordscope_unknown" }, { "relation": "references", @@ -239886,9 +240506,9 @@ "source_location": "L22", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope_fordoctor", - "target": "src_patient_security_patientrecordscope_php_self", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscope_php_self" }, { "relation": "references", @@ -239897,9 +240517,9 @@ "source_location": "L28", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope_forclinic", - "target": "src_patient_security_patientrecordscope_php_self", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscope_php_self" }, { "relation": "references", @@ -239908,9 +240528,9 @@ "source_location": "L39", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope_forclinicrestrictedtodoctors", - "target": "src_patient_security_patientrecordscope_php_self", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscope_php_self" }, { "relation": "references", @@ -239919,9 +240539,9 @@ "source_location": "L44", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "security_patientrecordscope_patientrecordscope_unknown", - "target": "src_patient_security_patientrecordscope_php_self", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscope_php_self" }, { "relation": "contains", @@ -239929,9 +240549,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver" }, { "relation": "imports", @@ -239940,9 +240560,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver", - "target": "src_patient_security_patientrecordscoperesolver_php_user", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_user" }, { "relation": "method", @@ -239950,9 +240570,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_construct", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_construct" }, { "relation": "method", @@ -239960,9 +240580,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L57", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_fordoctoruser", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_fordoctoruser" }, { "relation": "method", @@ -239970,9 +240590,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_forsecretary", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_forsecretary" }, { "relation": "method", @@ -239980,9 +240600,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_resolve", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_resolve" }, { "relation": "calls", @@ -239991,9 +240611,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L37", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_resolve", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_fordoctoruser", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_fordoctoruser" }, { "relation": "calls", @@ -240002,9 +240622,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L47", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_resolve", - "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_forsecretary", - "confidence_score": 1.0 + "target": "security_patientrecordscoperesolver_patientrecordscoperesolver_forsecretary" }, { "relation": "references", @@ -240013,9 +240633,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_resolve", - "target": "src_patient_security_patientrecordscoperesolver_php_patientrecordscope", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_patientrecordscope" }, { "relation": "references", @@ -240024,9 +240644,9 @@ "source_location": "L34", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_resolve", - "target": "src_patient_security_patientrecordscoperesolver_php_user", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_user" }, { "relation": "references", @@ -240035,9 +240655,9 @@ "source_location": "L57", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_fordoctoruser", - "target": "src_patient_security_patientrecordscoperesolver_php_user", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_user" }, { "relation": "references", @@ -240046,9 +240666,9 @@ "source_location": "L87", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_forsecretary", - "target": "src_patient_security_patientrecordscoperesolver_php_user", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_user" }, { "relation": "references", @@ -240057,9 +240677,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L57", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_fordoctoruser", - "target": "src_patient_security_patientrecordscoperesolver_php_patientrecordscope", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_patientrecordscope" }, { "relation": "references", @@ -240068,9 +240688,9 @@ "source_file": "src/Patient/Security/PatientRecordScopeResolver.php", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "security_patientrecordscoperesolver_patientrecordscoperesolver_forsecretary", - "target": "src_patient_security_patientrecordscoperesolver_php_patientrecordscope", - "confidence_score": 1.0 + "target": "src_patient_security_patientrecordscoperesolver_php_patientrecordscope" }, { "relation": "contains", @@ -240217,9 +240837,9 @@ "source_file": "src/Patient/Service/PatientService.php", "source_location": "L32", "weight": 1.0, + "confidence_score": 1.0, "source": "service_patientservice", - "target": "loggerinterface", - "confidence_score": 1.0 + "target": "loggerinterface" }, { "relation": "contains", @@ -240372,9 +240992,9 @@ "source_file": "src/Patient/Service/PatientService.php", "source_location": "L147", "weight": 1.0, + "confidence_score": 1.0, "source": "service_patientservice_patientservice", - "target": "service_patientservice_patientservice_contractpercent", - "confidence_score": 1.0 + "target": "service_patientservice_patientservice_contractpercent" }, { "relation": "method", @@ -240584,9 +241204,9 @@ "source_location": "L170", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "service_patientservice_patientservice_autocreateforentity", - "target": "src_patient_service_patientservice_php_patientsession", - "confidence_score": 1.0 + "target": "src_patient_service_patientservice_php_patientsession" }, { "relation": "references", @@ -240595,9 +241215,9 @@ "source_location": "L158", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "service_patientservice_patientservice_autocreateonappointmentconfirm", - "target": "src_patient_service_patientservice_php_patientsession", - "confidence_score": 1.0 + "target": "src_patient_service_patientservice_php_patientsession" }, { "relation": "references", @@ -240793,9 +241413,9 @@ "source_file": "src/Patient/Service/PatientService.php", "source_location": "L252", "weight": 1.0, + "confidence_score": 1.0, "source": "service_patientservice_patientservice_createsession", - "target": "service_patientservice_patientservice_contractpercent", - "confidence_score": 1.0 + "target": "service_patientservice_patientservice_contractpercent" }, { "relation": "calls", @@ -240804,9 +241424,9 @@ "source_file": "src/Patient/Service/PatientService.php", "source_location": "L399", "weight": 1.0, + "confidence_score": 1.0, "source": "service_patientservice_patientservice_updatesessionservices", - "target": "service_patientservice_patientservice_contractpercent", - "confidence_score": 1.0 + "target": "service_patientservice_patientservice_contractpercent" }, { "relation": "calls", @@ -271056,9 +271676,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -271066,9 +271686,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -271329,9 +271949,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -271339,9 +271959,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -271623,9 +272243,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -271633,9 +272253,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -271721,6 +272341,27 @@ "source": "billing_patientpaymentstest_patientpaymentstest", "target": "tests_apitestcase_apitestcase" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L8", + "weight": 1.0, + "source": "blog_blogcityscopetest", + "target": "tests_apitestcase_apitestcase", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L15", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "tests_apitestcase_apitestcase", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -271938,9 +272579,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -271948,9 +272589,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -272064,9 +272705,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -272074,9 +272715,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -272127,9 +272768,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -272137,9 +272778,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -272295,9 +272936,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -272305,9 +272946,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -272316,9 +272957,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -272326,9 +272967,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -272631,9 +273272,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -272641,9 +273282,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -272673,9 +273314,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -272683,9 +273324,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -273186,9 +273827,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest" }, { "relation": "imports", @@ -273197,9 +273838,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest", - "target": "tests_appointment_appointmentconfirmflowtest_php_appointment", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_appointment" }, { "relation": "imports", @@ -273208,9 +273849,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest", - "target": "tests_appointment_appointmentconfirmflowtest_php_clinic", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_clinic" }, { "relation": "imports", @@ -273219,9 +273860,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest", - "target": "tests_appointment_appointmentconfirmflowtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_doctor" }, { "relation": "imports", @@ -273230,9 +273871,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest", - "target": "tests_appointment_appointmentconfirmflowtest_php_user", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_user" }, { "relation": "method", @@ -273240,9 +273881,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L47", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "method", @@ -273250,9 +273891,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeclinicwith" }, { "relation": "method", @@ -273260,9 +273901,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "method", @@ -273270,9 +273911,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload" }, { "relation": "method", @@ -273280,9 +273921,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L143", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmacceptsseveralpaymentrows", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmacceptsseveralpaymentrows" }, { "relation": "method", @@ -273290,9 +273931,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L192", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminclinicfilesunderclinicrecord", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminclinicfilesunderclinicrecord" }, { "relation": "method", @@ -273300,9 +273941,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L261", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminganalreadyconfirmedappointmentis422", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminganalreadyconfirmedappointmentis422" }, { "relation": "method", @@ -273310,9 +273951,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L163", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmreusesexistingrecordofsamedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmreusesexistingrecordofsamedoctor" }, { "relation": "method", @@ -273320,9 +273961,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L128", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithfullpaymentsettlessession", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithfullpaymentsettlessession" }, { "relation": "method", @@ -273330,9 +273971,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L95", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithoutpaymentmovestoconfirmedandopenssession", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithoutpaymentmovestoconfirmedandopenssession" }, { "relation": "method", @@ -273340,9 +273981,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L112", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithpartialpaymentleavesremainder", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithpartialpaymentleavesremainder" }, { "relation": "method", @@ -273350,9 +273991,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L291", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testdetailexposesservicepricesforthemodal", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testdetailexposesservicepricesforthemodal" }, { "relation": "method", @@ -273360,9 +274001,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L75", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpanelbookingiscreatedpending", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpanelbookingiscreatedpending" }, { "relation": "method", @@ -273370,9 +274011,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L221", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpaymentabovetotalisrejectedandnothingiscommitted", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpaymentabovetotalisrejectedandnothingiscommitted" }, { "relation": "method", @@ -273380,9 +274021,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L249", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststaleversionis409", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststaleversionis409" }, { "relation": "method", @@ -273390,9 +274031,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L279", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststrangercannotconfirm", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststrangercannotconfirm" }, { "relation": "method", @@ -273400,9 +274041,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L235", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testunknownpaymentmethodis422", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testunknownpaymentmethodis422" }, { "relation": "references", @@ -273411,9 +274052,9 @@ "source_location": "L21", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "target": "tests_appointment_appointmentconfirmflowtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_doctor" }, { "relation": "calls", @@ -273422,9 +274063,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L145", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmacceptsseveralpaymentrows", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273433,9 +274074,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L194", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminclinicfilesunderclinicrecord", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273444,9 +274085,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L263", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminganalreadyconfirmedappointmentis422", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273455,9 +274096,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L165", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmreusesexistingrecordofsamedoctor", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273466,9 +274107,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithfullpaymentsettlessession", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273477,9 +274118,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L97", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithoutpaymentmovestoconfirmedandopenssession", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273488,9 +274129,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L114", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithpartialpaymentleavesremainder", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273499,9 +274140,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L293", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testdetailexposesservicepricesforthemodal", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273510,9 +274151,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L77", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpanelbookingiscreatedpending", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273521,9 +274162,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L223", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpaymentabovetotalisrejectedandnothingiscommitted", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273532,9 +274173,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L251", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststaleversionis409", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273543,9 +274184,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L281", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststrangercannotconfirm", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "calls", @@ -273554,9 +274195,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L237", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testunknownpaymentmethodis422", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makedoctor" }, { "relation": "references", @@ -273565,9 +274206,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "target": "tests_appointment_appointmentconfirmflowtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_doctor" }, { "relation": "calls", @@ -273576,9 +274217,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L195", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminclinicfilesunderclinicrecord", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeclinicwith" }, { "relation": "references", @@ -273587,9 +274228,9 @@ "source_location": "L47", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "target": "tests_appointment_appointmentconfirmflowtest_php_appointment", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_appointment" }, { "relation": "references", @@ -273598,9 +274239,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "target": "tests_appointment_appointmentconfirmflowtest_php_clinic", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_clinic" }, { "relation": "references", @@ -273609,9 +274250,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "target": "tests_appointment_appointmentconfirmflowtest_php_user", - "confidence_score": 1.0 + "target": "tests_appointment_appointmentconfirmflowtest_php_user" }, { "relation": "calls", @@ -273620,9 +274261,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L146", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmacceptsseveralpaymentrows", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273631,9 +274272,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L197", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminclinicfilesunderclinicrecord", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273642,9 +274283,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L264", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminganalreadyconfirmedappointmentis422", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273653,9 +274294,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L168", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmreusesexistingrecordofsamedoctor", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273664,9 +274305,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L131", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithfullpaymentsettlessession", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273675,9 +274316,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithoutpaymentmovestoconfirmedandopenssession", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273686,9 +274327,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L115", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirmwithpartialpaymentleavesremainder", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273697,9 +274338,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L294", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testdetailexposesservicepricesforthemodal", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273708,9 +274349,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L224", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpaymentabovetotalisrejectedandnothingiscommitted", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273719,9 +274360,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L252", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststaleversionis409", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273730,9 +274371,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L282", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_teststrangercannotconfirm", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "calls", @@ -273741,9 +274382,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L238", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testunknownpaymentmethodis422", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_makeappointment" }, { "relation": "references_constant", @@ -273803,9 +274444,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L271", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testconfirminganalreadyconfirmedappointmentis422", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload" }, { "relation": "calls", @@ -273814,9 +274455,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L232", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testpaymentabovetotalisrejectedandnothingiscommitted", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload" }, { "relation": "calls", @@ -273825,9 +274466,9 @@ "source_file": "tests/Appointment/AppointmentConfirmFlowTest.php", "source_location": "L246", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_testunknownpaymentmethodis422", - "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload", - "confidence_score": 1.0 + "target": "appointment_appointmentconfirmflowtest_appointmentconfirmflowtest_reload" }, { "relation": "contains", @@ -273959,9 +274600,9 @@ "source_file": "tests/Appointment/AppointmentExpiryServiceTest.php", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_appointmentexpiryservicetest_appointmentexpiryservicetest", - "target": "appointment_appointmentexpiryservicetest_appointmentexpiryservicetest_testpanelregisteredpendingsurvivesexpiry", - "confidence_score": 1.0 + "target": "appointment_appointmentexpiryservicetest_appointmentexpiryservicetest_testpanelregisteredpendingsurvivesexpiry" }, { "relation": "contains", @@ -275895,9 +276536,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest" }, { "relation": "imports", @@ -275906,9 +276547,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "clinicdoctorpermissionrepository", - "confidence_score": 1.0 + "target": "clinicdoctorpermissionrepository" }, { "relation": "imports", @@ -275917,9 +276558,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "tests_appointment_clinicappointmentaccesstest_php_appointment", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_appointment" }, { "relation": "imports", @@ -275928,9 +276569,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "tests_appointment_clinicappointmentaccesstest_php_clinic", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_clinic" }, { "relation": "imports", @@ -275939,9 +276580,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "tests_appointment_clinicappointmentaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_doctor" }, { "relation": "imports", @@ -275950,9 +276591,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest", - "target": "tests_appointment_clinicappointmentaccesstest_php_user", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_user" }, { "relation": "method", @@ -275960,9 +276601,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L47", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "method", @@ -275970,9 +276611,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L60", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary" }, { "relation": "method", @@ -275980,9 +276621,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "method", @@ -275990,9 +276631,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "method", @@ -276000,9 +276641,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L103", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanchangestatusofclinicappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanchangestatusofclinicappointment" }, { "relation": "method", @@ -276010,9 +276651,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L157", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercannottouchdoctorpersonalappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercannottouchdoctorpersonalappointment" }, { "relation": "method", @@ -276020,9 +276661,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L146", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanreadappointmentevents", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanreadappointmentevents" }, { "relation": "method", @@ -276030,9 +276671,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L117", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercantransferappointmenttoreserveandback", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercantransferappointmenttoreserveandback" }, { "relation": "method", @@ -276040,9 +276681,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanupdateandmoveclinicappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanupdateandmoveclinicappointment" }, { "relation": "method", @@ -276050,9 +276691,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L75", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanviewclinicappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanviewclinicappointment" }, { "relation": "method", @@ -276060,9 +276701,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L201", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment" }, { "relation": "method", @@ -276070,9 +276711,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L218", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment" }, { "relation": "method", @@ -276080,9 +276721,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L168", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testforeignclinicownerisdenied", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testforeignclinicownerisdenied" }, { "relation": "method", @@ -276090,9 +276731,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L261", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate" }, { "relation": "method", @@ -276100,9 +276741,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L180", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testmemberdoctorlosesaccesswhendeactivated", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testmemberdoctorlosesaccesswhendeactivated" }, { "relation": "method", @@ -276110,9 +276751,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L276", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testownerdoctorkeepsfullaccesstoownclinicappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testownerdoctorkeepsfullaccesstoownclinicappointment" }, { "relation": "method", @@ -276120,9 +276761,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L305", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcancancelownappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcancancelownappointment" }, { "relation": "method", @@ -276130,9 +276771,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L287", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcanviewbutnotrescheduleownappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcanviewbutnotrescheduleownappointment" }, { "relation": "method", @@ -276140,9 +276781,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L231", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission" }, { "relation": "method", @@ -276150,9 +276791,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L246", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel" }, { "relation": "method", @@ -276160,9 +276801,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L319", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_teststrangerisdenied", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_teststrangerisdenied" }, { "relation": "references", @@ -276171,9 +276812,9 @@ "source_location": "L21", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "target": "tests_appointment_clinicappointmentaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_doctor" }, { "relation": "calls", @@ -276182,9 +276823,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L105", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanchangestatusofclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276193,9 +276834,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L159", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercannottouchdoctorpersonalappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276204,9 +276845,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L148", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanreadappointmentevents", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276215,9 +276856,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L119", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercantransferappointmenttoreserveandback", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276226,9 +276867,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L88", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanupdateandmoveclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276237,9 +276878,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L77", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanviewclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276248,9 +276889,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L203", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276259,9 +276900,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L220", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276270,9 +276911,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L170", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testforeignclinicownerisdenied", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276281,9 +276922,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L263", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276292,9 +276933,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L182", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testmemberdoctorlosesaccesswhendeactivated", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276303,9 +276944,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L278", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testownerdoctorkeepsfullaccesstoownclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276314,9 +276955,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L307", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcancancelownappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276325,9 +276966,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L289", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcanviewbutnotrescheduleownappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276336,9 +276977,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L233", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276347,9 +276988,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L248", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "calls", @@ -276358,9 +276999,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L321", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_teststrangerisdenied", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makedoctor" }, { "relation": "references", @@ -276369,9 +277010,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "target": "tests_appointment_clinicappointmentaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_doctor" }, { "relation": "references", @@ -276380,9 +277021,9 @@ "source_location": "L60", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "target": "tests_appointment_clinicappointmentaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_doctor" }, { "relation": "calls", @@ -276391,9 +277032,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L106", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanchangestatusofclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276402,9 +277043,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L160", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercannottouchdoctorpersonalappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276413,9 +277054,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L149", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanreadappointmentevents", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276424,9 +277065,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L120", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercantransferappointmenttoreserveandback", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276435,9 +277076,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L89", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanupdateandmoveclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276446,9 +277087,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L78", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanviewclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276457,9 +277098,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L204", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276468,9 +277109,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L222", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276479,9 +277120,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L171", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testforeignclinicownerisdenied", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276490,9 +277131,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L264", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276501,9 +277142,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L184", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testmemberdoctorlosesaccesswhendeactivated", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276512,9 +277153,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L279", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testownerdoctorkeepsfullaccesstoownclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276523,9 +277164,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L234", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "calls", @@ -276534,9 +277175,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L249", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicwith" }, { "relation": "references", @@ -276545,9 +277186,9 @@ "source_location": "L47", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "target": "tests_appointment_clinicappointmentaccesstest_php_appointment", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_appointment" }, { "relation": "references", @@ -276556,9 +277197,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "target": "tests_appointment_clinicappointmentaccesstest_php_clinic", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_clinic" }, { "relation": "references", @@ -276567,9 +277208,9 @@ "source_location": "L47", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "target": "tests_appointment_clinicappointmentaccesstest_php_user", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_user" }, { "relation": "calls", @@ -276578,9 +277219,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L107", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanchangestatusofclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276589,9 +277230,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L161", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercannottouchdoctorpersonalappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276600,9 +277241,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L150", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanreadappointmentevents", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276611,9 +277252,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L121", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercantransferappointmenttoreserveandback", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276622,9 +277263,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L90", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanupdateandmoveclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276633,9 +277274,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicownercanviewclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276644,9 +277285,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L206", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276655,9 +277296,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L224", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276666,9 +277307,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L173", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testforeignclinicownerisdenied", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276677,9 +277318,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L266", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276688,9 +277329,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L185", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testmemberdoctorlosesaccesswhendeactivated", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276699,9 +277340,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L280", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testownerdoctorkeepsfullaccesstoownclinicappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276710,9 +277351,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L309", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcancancelownappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276721,9 +277362,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L291", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testpatientcanviewbutnotrescheduleownappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276732,9 +277373,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L236", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276743,9 +277384,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L251", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "calls", @@ -276754,9 +277395,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L322", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_teststrangerisdenied", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeappointment" }, { "relation": "references", @@ -276765,9 +277406,9 @@ "source_location": "L60", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "target": "tests_appointment_clinicappointmentaccesstest_php_clinic", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_clinic" }, { "relation": "references", @@ -276776,9 +277417,9 @@ "source_location": "L60", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "target": "tests_appointment_clinicappointmentaccesstest_php_user", - "confidence_score": 1.0 + "target": "tests_appointment_clinicappointmentaccesstest_php_user" }, { "relation": "references_constant", @@ -276857,9 +277498,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L205", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycanmanageassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary" }, { "relation": "calls", @@ -276868,9 +277509,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L223", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testclinicsecretarycannottouchunassigneddoctorappointment", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary" }, { "relation": "calls", @@ -276879,9 +277520,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L265", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testinlinestatuscannotbypasscancelgate", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary" }, { "relation": "calls", @@ -276890,9 +277531,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L235", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarycancelrequirescancelpermission", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary" }, { "relation": "calls", @@ -276901,9 +277542,9 @@ "source_file": "tests/Appointment/ClinicAppointmentAccessTest.php", "source_location": "L250", "weight": 1.0, + "confidence_score": 1.0, "source": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_testsecretarywithcancelpermissioncancancel", - "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary", - "confidence_score": 1.0 + "target": "appointment_clinicappointmentaccesstest_clinicappointmentaccesstest_makeclinicsecretary" }, { "relation": "contains", @@ -279648,9 +280289,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest" }, { "relation": "imports", @@ -279659,9 +280300,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_doctor", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_doctor" }, { "relation": "imports", @@ -279670,9 +280311,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_invoice", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_invoice" }, { "relation": "imports", @@ -279681,9 +280322,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_patientrecord", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_patientrecord" }, { "relation": "imports", @@ -279692,9 +280333,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_user", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_user" }, { "relation": "method", @@ -279702,9 +280343,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "method", @@ -279712,9 +280353,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L28", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_setup", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_setup" }, { "relation": "method", @@ -279722,9 +280363,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares" }, { "relation": "method", @@ -279732,9 +280373,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline" }, { "relation": "method", @@ -279742,9 +280383,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L145", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testdetailrefusesarecordofanothertenant" }, { "relation": "method", @@ -279752,9 +280393,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L112", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree" }, { "relation": "method", @@ -279762,9 +280403,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L176", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused" }, { "relation": "method", @@ -279772,9 +280413,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L95", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims" }, { "relation": "method", @@ -279782,9 +280423,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L121", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation" }, { "relation": "method", @@ -279792,9 +280433,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L157", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition" }, { "relation": "references", @@ -279803,9 +280444,9 @@ "source_location": "L25", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_doctor", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_doctor" }, { "relation": "references", @@ -279814,9 +280455,9 @@ "source_location": "L26", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_patientrecord", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_patientrecord" }, { "relation": "references", @@ -279825,9 +280466,9 @@ "source_location": "L24", "weight": 1.0, "context": "field", + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest", - "target": "tests_billing_claimsbypatienttest_php_user", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_user" }, { "relation": "references", @@ -279836,9 +280477,9 @@ "source_location": "L44", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "target": "tests_billing_claimsbypatienttest_php_invoice", - "confidence_score": 1.0 + "target": "tests_billing_claimsbypatienttest_php_invoice" }, { "relation": "calls", @@ -279847,9 +280488,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L81", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_testaggregatesonerowperpatientwithconsistentshares", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "calls", @@ -279858,9 +280499,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L132", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_testdetaillistsclaimswithcoverageandtimeline", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "calls", @@ -279869,9 +280510,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L114", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_testoverallstatusismixedwhenclaimsdisagree", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "calls", @@ -279880,9 +280521,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L178", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_testrejectwithoutareasonisrefused", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "calls", @@ -279891,9 +280532,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_testservicetotalisnotdoublecountedwhenaninvoicehastwoclaims", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "calls", @@ -279902,9 +280543,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L123", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_teststatusfilternarrowstheaggregation", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "calls", @@ -279913,9 +280554,9 @@ "source_file": "tests/Billing/ClaimsByPatientTest.php", "source_location": "L159", "weight": 1.0, + "confidence_score": 1.0, "source": "billing_claimsbypatienttest_claimsbypatienttest_testsubmitstoresthetrackingnumberandlogsthetransition", - "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims", - "confidence_score": 1.0 + "target": "billing_claimsbypatienttest_claimsbypatienttest_invoicewithclaims" }, { "relation": "contains", @@ -280668,6 +281309,325 @@ "source": "billing_patientpaymentstest_patientpaymentstest_testlistspatientinvoiceswithheaderandderivedstatus", "target": "tests_billing_patientpaymentstest_php_invoice" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L15", + "weight": 1.0, + "source": "blog_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L5", + "weight": 1.0, + "source": "blog_blogcityscopetest", + "target": "tests_blog_blogcityscopetest_php_blog", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L6", + "weight": 1.0, + "source": "blog_blogcityscopetest", + "target": "tests_blog_blogcityscopetest_php_city", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L37", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_listby", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L17", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L27", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_makepost", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L111", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L133", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L84", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L51", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L153", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L167", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testunknowncityidisrejected", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L69", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest", + "target": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L17", + "weight": 1.0, + "context": "return_type", + "source": "blog_blogcityscopetest_blogcityscopetest_makecity", + "target": "tests_blog_blogcityscopetest_php_city", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L114", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testadmincancreatepostwithandwithoutcity", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L136", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L86", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L53", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L156", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L71", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", + "target": "blog_blogcityscopetest_blogcityscopetest_makecity", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L27", + "weight": 1.0, + "context": "parameter_type", + "source": "blog_blogcityscopetest_blogcityscopetest_makepost", + "target": "tests_blog_blogcityscopetest_php_city", + "confidence_score": 1.0 + }, + { + "relation": "references_constant", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L30", + "weight": 1.0, + "context": "return_type", + "confidence_score": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_makepost", + "target": "tests_blog_blogcityscopetest_php_blog" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L137", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testadmincanmovepostbetweencityandnationwide", + "target": "blog_blogcityscopetest_blogcityscopetest_makepost", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L89", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", + "target": "blog_blogcityscopetest_blogcityscopetest_makepost", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L57", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", + "target": "blog_blogcityscopetest_blogcityscopetest_makepost", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L157", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testpatchwithoutcityidleavescityuntouched", + "target": "blog_blogcityscopetest_blogcityscopetest_makepost", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L74", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", + "target": "blog_blogcityscopetest_blogcityscopetest_makepost", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L93", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testcityappearsinlistanddetailpayload", + "target": "blog_blogcityscopetest_blogcityscopetest_listby", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L62", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testcityscopedlistreturnscitypostsplusnationwide", + "target": "blog_blogcityscopetest_blogcityscopetest_listby", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Blog/BlogCityScopeTest.php", + "source_location": "L78", + "weight": 1.0, + "source": "blog_blogcityscopetest_blogcityscopetest_testunscopedlistreturnseverypublishedpost", + "target": "blog_blogcityscopetest_blogcityscopetest_listby", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -281127,9 +282087,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "clinicdoctorpermissionrepository", - "confidence_score": 1.0 + "target": "clinicdoctorpermissionrepository" }, { "relation": "contains", @@ -282516,9 +283476,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest" }, { "relation": "method", @@ -282526,9 +283486,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L37", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor" }, { "relation": "method", @@ -282536,9 +283496,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_currentjalali", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_currentjalali" }, { "relation": "method", @@ -282546,9 +283506,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_jalalimonthlength", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_jalalimonthlength" }, { "relation": "method", @@ -282556,9 +283516,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L54", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartsdefaulttocurrentjalaliperiod", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartsdefaulttocurrentjalaliperiod" }, { "relation": "method", @@ -282566,9 +283526,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L70", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartshonourrequestedperiod", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartshonourrequestedperiod" }, { "relation": "method", @@ -282576,9 +283536,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L118", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testdoctorchartsusesamejalaliperiod", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testdoctorchartsusesamejalaliperiod" }, { "relation": "method", @@ -282586,9 +283546,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L103", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testoutofrangeparamsareclamped", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testoutofrangeparamsareclamped" }, { "relation": "method", @@ -282596,9 +283556,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L85", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testtodayappointmentiscountedonitsjalaliday", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testtodayappointmentiscountedonitsjalaliday" }, { "relation": "calls", @@ -282607,9 +283567,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L57", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartsdefaulttocurrentjalaliperiod", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_currentjalali", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_currentjalali" }, { "relation": "calls", @@ -282618,9 +283578,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L106", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testoutofrangeparamsareclamped", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_currentjalali", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_currentjalali" }, { "relation": "calls", @@ -282629,9 +283589,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartsdefaulttocurrentjalaliperiod", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_jalalimonthlength", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_jalalimonthlength" }, { "relation": "calls", @@ -282640,9 +283600,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L56", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartsdefaulttocurrentjalaliperiod", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor" }, { "relation": "calls", @@ -282651,9 +283611,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L72", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testclinicchartshonourrequestedperiod", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor" }, { "relation": "calls", @@ -282662,9 +283622,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L105", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testoutofrangeparamsareclamped", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor" }, { "relation": "calls", @@ -282673,9 +283633,9 @@ "source_file": "tests/Dashboard/DashboardChartPeriodTest.php", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_testtodayappointmentiscountedonitsjalaliday", - "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor", - "confidence_score": 1.0 + "target": "dashboard_dashboardchartperiodtest_dashboardchartperiodtest_clinicwithdoctor" }, { "relation": "contains", @@ -283122,9 +284082,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest" }, { "relation": "method", @@ -283132,9 +284092,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload" }, { "relation": "method", @@ -283142,9 +284102,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L46", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic" }, { "relation": "method", @@ -283152,9 +284112,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_session", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_session" }, { "relation": "method", @@ -283162,9 +284122,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testallschedulesdisabledreportsbookingdisabled", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testallschedulesdisabledreportsbookingdisabled" }, { "relation": "method", @@ -283172,9 +284132,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L76", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testclinicschedulekeepsdoctorbookabledespiteemptypersonalschedule", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testclinicschedulekeepsdoctorbookabledespiteemptypersonalschedule" }, { "relation": "method", @@ -283182,9 +284142,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L103", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testdisabledclinicscheduledoesnotmaskactivepersonalschedule", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testdisabledclinicscheduledoesnotmaskactivepersonalschedule" }, { "relation": "method", @@ -283192,9 +284152,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_week", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_week" }, { "relation": "calls", @@ -283203,9 +284163,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L97", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testallschedulesdisabledreportsbookingdisabled", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload" }, { "relation": "calls", @@ -283214,9 +284174,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L81", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testclinicschedulekeepsdoctorbookabledespiteemptypersonalschedule", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload" }, { "relation": "calls", @@ -283225,9 +284185,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L114", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testdisabledclinicscheduledoesnotmaskactivepersonalschedule", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_doctorpayload" }, { "relation": "calls", @@ -283236,9 +284196,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_week", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_week" }, { "relation": "calls", @@ -283247,9 +284207,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L109", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testdisabledclinicscheduledoesnotmaskactivepersonalschedule", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_week", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_week" }, { "relation": "calls", @@ -283258,9 +284218,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_session", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_session" }, { "relation": "calls", @@ -283269,9 +284229,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L109", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testdisabledclinicscheduledoesnotmaskactivepersonalschedule", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_session", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_session" }, { "relation": "calls", @@ -283280,9 +284240,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L90", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testallschedulesdisabledreportsbookingdisabled", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic" }, { "relation": "calls", @@ -283291,9 +284251,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L78", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testclinicschedulekeepsdoctorbookabledespiteemptypersonalschedule", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic" }, { "relation": "calls", @@ -283302,9 +284262,9 @@ "source_file": "tests/Doctor/DoctorBookingStateAggregationTest.php", "source_location": "L106", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_testdisabledclinicscheduledoesnotmaskactivepersonalschedule", - "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic", - "confidence_score": 1.0 + "target": "doctor_doctorbookingstateaggregationtest_doctorbookingstateaggregationtest_makedoctorwithinactivepersonalandclinic" }, { "relation": "contains", @@ -284161,9 +285121,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest" }, { "relation": "imports", @@ -284172,9 +285132,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest", - "target": "tests_doctor_doctorlistlocationtest_php_city", - "confidence_score": 1.0 + "target": "tests_doctor_doctorlistlocationtest_php_city" }, { "relation": "imports", @@ -284183,9 +285143,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest", - "target": "tests_doctor_doctorlistlocationtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_doctor_doctorlistlocationtest_php_doctor" }, { "relation": "method", @@ -284193,9 +285153,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L49", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname" }, { "relation": "method", @@ -284203,9 +285163,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L41", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress" }, { "relation": "method", @@ -284213,9 +285173,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L23", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity" }, { "relation": "method", @@ -284223,9 +285183,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor" }, { "relation": "method", @@ -284233,9 +285193,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L107", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithnolocationreportsemptyarrays", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithnolocationreportsemptyarrays" }, { "relation": "method", @@ -284243,9 +285203,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L83", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithoutownaddressfallsbacktocliniccity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithoutownaddressfallsbacktocliniccity" }, { "relation": "method", @@ -284253,9 +285213,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithownaddressreportsitscity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithownaddressreportsitscity" }, { "relation": "method", @@ -284263,9 +285223,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L147", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testlocationresolutioncostisconstant", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testlocationresolutioncostisconstant" }, { "relation": "method", @@ -284273,9 +285233,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L181", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testpaginationmetaexposesappliedlimit", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testpaginationmetaexposesappliedlimit" }, { "relation": "method", @@ -284283,9 +285243,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L120", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testreportedcitymatchescityidfilter", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_testreportedcitymatchescityidfilter" }, { "relation": "references", @@ -284294,9 +285254,9 @@ "source_location": "L23", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity", - "target": "tests_doctor_doctorlistlocationtest_php_city", - "confidence_score": 1.0 + "target": "tests_doctor_doctorlistlocationtest_php_city" }, { "relation": "calls", @@ -284305,9 +285265,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L85", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithoutownaddressfallsbacktocliniccity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity" }, { "relation": "calls", @@ -284316,9 +285276,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L65", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithownaddressreportsitscity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity" }, { "relation": "calls", @@ -284327,9 +285287,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L149", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testlocationresolutioncostisconstant", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity" }, { "relation": "calls", @@ -284338,9 +285298,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L122", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testreportedcitymatchescityidfilter", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makecity" }, { "relation": "references", @@ -284349,9 +285309,9 @@ "source_location": "L41", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress", - "target": "tests_doctor_doctorlistlocationtest_php_city", - "confidence_score": 1.0 + "target": "tests_doctor_doctorlistlocationtest_php_city" }, { "relation": "references", @@ -284360,9 +285320,9 @@ "source_location": "L33", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "target": "tests_doctor_doctorlistlocationtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_doctor_doctorlistlocationtest_php_doctor" }, { "relation": "calls", @@ -284371,9 +285331,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L110", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithnolocationreportsemptyarrays", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor" }, { "relation": "calls", @@ -284382,9 +285342,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithoutownaddressfallsbacktocliniccity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor" }, { "relation": "calls", @@ -284393,9 +285353,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithownaddressreportsitscity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor" }, { "relation": "calls", @@ -284404,9 +285364,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L155", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testlocationresolutioncostisconstant", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor" }, { "relation": "calls", @@ -284415,9 +285375,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L124", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testreportedcitymatchescityidfilter", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_makedoctor" }, { "relation": "references", @@ -284426,9 +285386,9 @@ "source_location": "L41", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress", - "target": "tests_doctor_doctorlistlocationtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_doctor_doctorlistlocationtest_php_doctor" }, { "relation": "calls", @@ -284437,9 +285397,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L68", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithownaddressreportsitscity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress" }, { "relation": "calls", @@ -284448,9 +285408,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L156", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testlocationresolutioncostisconstant", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress" }, { "relation": "calls", @@ -284459,9 +285419,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L125", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testreportedcitymatchescityidfilter", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_giveownaddress" }, { "relation": "calls", @@ -284470,9 +285430,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L113", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithnolocationreportsemptyarrays", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname" }, { "relation": "calls", @@ -284481,9 +285441,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L100", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithoutownaddressfallsbacktocliniccity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname" }, { "relation": "calls", @@ -284492,9 +285452,9 @@ "source_file": "tests/Doctor/DoctorListLocationTest.php", "source_location": "L71", "weight": 1.0, + "confidence_score": 1.0, "source": "doctor_doctorlistlocationtest_doctorlistlocationtest_testdoctorwithownaddressreportsitscity", - "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname", - "confidence_score": 1.0 + "target": "doctor_doctorlistlocationtest_doctorlistlocationtest_fetchlistbyname" }, { "relation": "contains", @@ -286236,9 +287196,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest", - "target": "appointmentconfirmationservice", - "confidence_score": 1.0 + "target": "appointmentconfirmationservice" }, { "relation": "contains", @@ -286246,9 +287206,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest" }, { "relation": "imports", @@ -286257,9 +287217,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest", - "target": "tests_patient_autocreatesessiononconfirmtest_php_appointment", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_appointment" }, { "relation": "imports", @@ -286268,9 +287228,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest", - "target": "tests_patient_autocreatesessiononconfirmtest_php_clinic", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_clinic" }, { "relation": "imports", @@ -286279,9 +287239,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest", - "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor" }, { "relation": "method", @@ -286289,9 +287249,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L23", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation" }, { "relation": "method", @@ -286299,9 +287259,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment" }, { "relation": "method", @@ -286309,9 +287269,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L37", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic" }, { "relation": "method", @@ -286319,9 +287279,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L28", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor" }, { "relation": "method", @@ -286329,9 +287289,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L60", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor" }, { "relation": "method", @@ -286339,9 +287299,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor" }, { "relation": "method", @@ -286349,9 +287309,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L73", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord" }, { "relation": "method", @@ -286359,9 +287319,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L125", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testconfirmingtwicedoesnotduplicatethesession", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testconfirmingtwicedoesnotduplicatethesession" }, { "relation": "method", @@ -286369,9 +287329,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L138", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testdaylevelreserveisnotfiled", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testdaylevelreserveisnotfiled" }, { "relation": "method", @@ -286379,9 +287339,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L104", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord" }, { "relation": "method", @@ -286389,9 +287349,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L89", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord" }, { "relation": "references_constant", @@ -286411,9 +287371,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation" }, { "relation": "calls", @@ -286422,9 +287382,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testconfirmingtwicedoesnotduplicatethesession", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation" }, { "relation": "calls", @@ -286433,9 +287393,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L145", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testdaylevelreserveisnotfiled", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation" }, { "relation": "calls", @@ -286444,9 +287404,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L110", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation" }, { "relation": "calls", @@ -286455,9 +287415,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L95", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_confirmation" }, { "relation": "references", @@ -286466,9 +287426,9 @@ "source_location": "L28", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor" }, { "relation": "calls", @@ -286477,9 +287437,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L75", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor" }, { "relation": "calls", @@ -286488,9 +287448,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L127", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testconfirmingtwicedoesnotduplicatethesession", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor" }, { "relation": "calls", @@ -286499,9 +287459,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L140", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testdaylevelreserveisnotfiled", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor" }, { "relation": "calls", @@ -286510,9 +287470,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L106", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor" }, { "relation": "calls", @@ -286521,9 +287481,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L91", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makedoctor" }, { "relation": "references", @@ -286532,9 +287492,9 @@ "source_location": "L48", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor" }, { "relation": "references", @@ -286543,9 +287503,9 @@ "source_location": "L37", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic", - "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_doctor" }, { "relation": "references", @@ -286554,9 +287514,9 @@ "source_location": "L37", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic", - "target": "tests_patient_autocreatesessiononconfirmtest_php_clinic", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_clinic" }, { "relation": "calls", @@ -286565,9 +287525,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L76", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic" }, { "relation": "calls", @@ -286576,9 +287536,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L92", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeclinic" }, { "relation": "references", @@ -286587,9 +287547,9 @@ "source_location": "L48", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "target": "tests_patient_autocreatesessiononconfirmtest_php_clinic", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_clinic" }, { "relation": "references_constant", @@ -286609,9 +287569,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L77", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment" }, { "relation": "calls", @@ -286620,9 +287580,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L128", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testconfirmingtwicedoesnotduplicatethesession", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment" }, { "relation": "calls", @@ -286631,9 +287591,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L141", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testdaylevelreserveisnotfiled", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment" }, { "relation": "calls", @@ -286642,9 +287602,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L107", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment" }, { "relation": "calls", @@ -286653,9 +287613,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L93", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_makeappointment" }, { "relation": "references", @@ -286664,9 +287624,9 @@ "source_location": "L60", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor", - "target": "tests_patient_autocreatesessiononconfirmtest_php_appointment", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_appointment" }, { "relation": "references", @@ -286675,9 +287635,9 @@ "source_location": "L67", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor", - "target": "tests_patient_autocreatesessiononconfirmtest_php_appointment", - "confidence_score": 1.0 + "target": "tests_patient_autocreatesessiononconfirmtest_php_appointment" }, { "relation": "references_constant", @@ -286696,9 +287656,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L82", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor" }, { "relation": "calls", @@ -286707,9 +287667,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L121", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor" }, { "relation": "calls", @@ -286718,9 +287678,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testpersonalbookingfilesonlythedoctorrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_recordsfor" }, { "relation": "calls", @@ -286729,9 +287689,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testclinicbookingfilesonlytheclinicrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor" }, { "relation": "calls", @@ -286740,9 +287700,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L135", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testconfirmingtwicedoesnotduplicatethesession", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor" }, { "relation": "calls", @@ -286751,9 +287711,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L148", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testdaylevelreserveisnotfiled", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor" }, { "relation": "calls", @@ -286762,9 +287722,9 @@ "source_file": "tests/Patient/AutoCreateSessionOnConfirmTest.php", "source_location": "L122", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_testexistingrecordgetsanothersessioninsteadofanotherrecord", - "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor", - "confidence_score": 1.0 + "target": "patient_autocreatesessiononconfirmtest_autocreatesessiononconfirmtest_sessionsfor" }, { "relation": "contains", @@ -286772,9 +287732,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest" }, { "relation": "imports", @@ -286783,9 +287743,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "tests_patient_clinicrecordaccesstest_php_clinic", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_clinic" }, { "relation": "imports", @@ -286794,9 +287754,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "tests_patient_clinicrecordaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_doctor" }, { "relation": "imports", @@ -286805,9 +287765,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "tests_patient_clinicrecordaccesstest_php_patientrecord", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_patientrecord" }, { "relation": "imports", @@ -286816,9 +287776,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest", - "target": "tests_patient_clinicrecordaccesstest_php_user", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_user" }, { "relation": "method", @@ -286826,9 +287786,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L50", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "method", @@ -286836,9 +287796,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L56", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "method", @@ -286846,9 +287806,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L36", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "method", @@ -286856,9 +287816,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L24", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "method", @@ -286866,9 +287826,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L174", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords" }, { "relation": "method", @@ -286876,9 +287836,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L192", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors" }, { "relation": "method", @@ -286886,9 +287846,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L217", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testconfirmedclinicappointmentrecordisvisibletobothroles", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testconfirmedclinicappointmentrecordisvisibletobothroles" }, { "relation": "method", @@ -286896,9 +287856,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L144", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem" }, { "relation": "method", @@ -286906,9 +287866,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L127", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords" }, { "relation": "method", @@ -286916,9 +287876,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L94", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord" }, { "relation": "method", @@ -286926,9 +287886,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L110", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord" }, { "relation": "method", @@ -286936,9 +287896,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L80", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord" }, { "relation": "method", @@ -286946,9 +287906,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L73", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist" }, { "relation": "references", @@ -286957,9 +287917,9 @@ "source_location": "L24", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "target": "tests_patient_clinicrecordaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_doctor" }, { "relation": "calls", @@ -286968,9 +287928,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L176", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -286979,9 +287939,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L194", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -286990,9 +287950,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L219", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testconfirmedclinicappointmentrecordisvisibletobothroles", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -287001,9 +287961,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L146", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -287012,9 +287972,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L129", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -287023,9 +287983,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L96", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -287034,9 +287994,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L112", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "calls", @@ -287045,9 +288005,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L82", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makedoctor" }, { "relation": "references", @@ -287056,9 +288016,9 @@ "source_location": "L56", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "target": "tests_patient_clinicrecordaccesstest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_doctor" }, { "relation": "calls", @@ -287067,9 +288027,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L178", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287078,9 +288038,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L196", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287089,9 +288049,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L220", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testconfirmedclinicappointmentrecordisvisibletobothroles", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287100,9 +288060,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L147", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287111,9 +288071,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L130", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287122,9 +288082,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287133,9 +288093,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L113", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "calls", @@ -287144,9 +288104,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L83", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicwith" }, { "relation": "references", @@ -287155,9 +288115,9 @@ "source_location": "L50", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "target": "tests_patient_clinicrecordaccesstest_php_user", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_user" }, { "relation": "calls", @@ -287166,9 +288126,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L205", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "calls", @@ -287177,9 +288137,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L231", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testconfirmedclinicappointmentrecordisvisibletobothroles", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "calls", @@ -287188,9 +288148,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L150", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "calls", @@ -287199,9 +288159,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L134", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "calls", @@ -287210,9 +288170,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L101", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "calls", @@ -287221,9 +288181,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L116", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "calls", @@ -287232,9 +288192,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_activecontext" }, { "relation": "references", @@ -287243,9 +288203,9 @@ "source_location": "L56", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "target": "tests_patient_clinicrecordaccesstest_php_user", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_user" }, { "relation": "references", @@ -287254,9 +288214,9 @@ "source_location": "L56", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "target": "tests_patient_clinicrecordaccesstest_php_clinic", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_clinic" }, { "relation": "references", @@ -287265,9 +288225,9 @@ "source_location": "L56", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "target": "tests_patient_clinicrecordaccesstest_php_patientrecord", - "confidence_score": 1.0 + "target": "tests_patient_clinicrecordaccesstest_php_patientrecord" }, { "relation": "calls", @@ -287276,9 +288236,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L179", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "calls", @@ -287287,9 +288247,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L197", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "calls", @@ -287298,9 +288258,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L148", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdeactivateddoctorlosesclinicrecordsbutownerkeepsthem", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "calls", @@ -287309,9 +288269,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L131", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "calls", @@ -287320,9 +288280,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L99", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "calls", @@ -287331,9 +288291,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L114", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcanopenandmanageownpatientrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "calls", @@ -287342,9 +288302,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_makeclinicrecordfor" }, { "relation": "references_constant", @@ -287373,9 +288333,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L183", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicownerseeseverydoctorsrecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist" }, { "relation": "calls", @@ -287384,9 +288344,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L208", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testclinicsecretaryislimitedtoassigneddoctors", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist" }, { "relation": "calls", @@ -287395,9 +288355,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L139", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testdoctorinpersonalcontextseesonlyownofficerecords", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist" }, { "relation": "calls", @@ -287406,9 +288366,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L104", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorcannotseeanotherdoctorsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist" }, { "relation": "calls", @@ -287417,9 +288377,9 @@ "source_file": "tests/Patient/ClinicRecordAccessTest.php", "source_location": "L91", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_clinicrecordaccesstest_clinicrecordaccesstest_testmemberdoctorseesownpatientsclinicrecord", - "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist", - "confidence_score": 1.0 + "target": "patient_clinicrecordaccesstest_clinicrecordaccesstest_uuidsfromlist" }, { "relation": "contains", @@ -289531,9 +290491,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest" }, { "relation": "imports", @@ -289542,9 +290502,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest", - "target": "tests_patient_sessioninsurancesharetest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_doctor" }, { "relation": "imports", @@ -289553,9 +290513,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest", - "target": "tests_patient_sessioninsurancesharetest_php_insurance", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_insurance" }, { "relation": "imports", @@ -289564,9 +290524,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest", - "target": "tests_patient_sessioninsurancesharetest_php_serviceitem", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_serviceitem" }, { "relation": "method", @@ -289574,9 +290534,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L53", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract" }, { "relation": "method", @@ -289584,9 +290544,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L39", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem" }, { "relation": "method", @@ -289594,9 +290554,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L24", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant" }, { "relation": "method", @@ -289604,9 +290564,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L118", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testaservicewithoutcoverageleavesthewholeamounttothepatient", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testaservicewithoutcoverageleavesthewholeamounttothepatient" }, { "relation": "method", @@ -289614,9 +290574,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L74", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionstoresinsuranceandpatientsharesforacoveredservice", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionstoresinsuranceandpatientsharesforacoveredservice" }, { "relation": "method", @@ -289624,9 +290584,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L137", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionwithoutinsurancekeepsthefullamountasthepatientshare", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionwithoutinsurancekeepsthefullamountasthepatientshare" }, { "relation": "method", @@ -289634,9 +290594,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testthebreakdownalwayssumsbacktothegrosstotal", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testthebreakdownalwayssumsbacktothegrosstotal" }, { "relation": "calls", @@ -289645,9 +290605,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L120", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testaservicewithoutcoverageleavesthewholeamounttothepatient", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant" }, { "relation": "calls", @@ -289656,9 +290616,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L76", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionstoresinsuranceandpatientsharesforacoveredservice", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant" }, { "relation": "calls", @@ -289667,9 +290627,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L139", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionwithoutinsurancekeepsthefullamountasthepatientshare", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant" }, { "relation": "calls", @@ -289678,9 +290638,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L100", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testthebreakdownalwayssumsbacktothegrosstotal", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_tenant" }, { "relation": "references", @@ -289689,9 +290649,9 @@ "source_location": "L39", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "target": "tests_patient_sessioninsurancesharetest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_doctor" }, { "relation": "references", @@ -289700,9 +290660,9 @@ "source_location": "L39", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "target": "tests_patient_sessioninsurancesharetest_php_serviceitem", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_serviceitem" }, { "relation": "calls", @@ -289711,9 +290671,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L121", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testaservicewithoutcoverageleavesthewholeamounttothepatient", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem" }, { "relation": "calls", @@ -289722,9 +290682,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L77", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionstoresinsuranceandpatientsharesforacoveredservice", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem" }, { "relation": "calls", @@ -289733,9 +290693,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L140", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionwithoutinsurancekeepsthefullamountasthepatientshare", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem" }, { "relation": "calls", @@ -289744,9 +290704,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L101", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testthebreakdownalwayssumsbacktothegrosstotal", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_serviceitem" }, { "relation": "references", @@ -289755,9 +290715,9 @@ "source_location": "L53", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "target": "tests_patient_sessioninsurancesharetest_php_doctor", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_doctor" }, { "relation": "references", @@ -289766,9 +290726,9 @@ "source_location": "L53", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "target": "tests_patient_sessioninsurancesharetest_php_serviceitem", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_serviceitem" }, { "relation": "references", @@ -289777,9 +290737,9 @@ "source_location": "L53", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "target": "tests_patient_sessioninsurancesharetest_php_insurance", - "confidence_score": 1.0 + "target": "tests_patient_sessioninsurancesharetest_php_insurance" }, { "relation": "calls", @@ -289788,9 +290748,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L122", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testaservicewithoutcoverageleavesthewholeamounttothepatient", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract" }, { "relation": "calls", @@ -289799,9 +290759,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L78", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testsessionstoresinsuranceandpatientsharesforacoveredservice", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract" }, { "relation": "calls", @@ -289810,9 +290770,9 @@ "source_file": "tests/Patient/SessionInsuranceShareTest.php", "source_location": "L102", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_sessioninsurancesharetest_sessioninsurancesharetest_testthebreakdownalwayssumsbacktothegrosstotal", - "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract", - "confidence_score": 1.0 + "target": "patient_sessioninsurancesharetest_sessioninsurancesharetest_contract" }, { "relation": "contains", @@ -290436,9 +291396,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L22", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest" }, { "relation": "imports", @@ -290447,9 +291407,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest", - "target": "tests_payment_appointmentpaidconfirmfilessessiontest_php_payment", - "confidence_score": 1.0 + "target": "tests_payment_appointmentpaidconfirmfilessessiontest_php_payment" }, { "relation": "method", @@ -290457,9 +291417,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L24", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_enabletestmode", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_enabletestmode" }, { "relation": "method", @@ -290467,9 +291427,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L56", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback" }, { "relation": "method", @@ -290477,9 +291437,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L36", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_pendingpaidbooking", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_pendingpaidbooking" }, { "relation": "method", @@ -290487,9 +291447,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidclinicbookingisfiledundertheclinic", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidclinicbookingisfiledundertheclinic" }, { "relation": "method", @@ -290497,9 +291457,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidpersonalbookingisconfirmedandfiled", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidpersonalbookingisconfirmedandfiled" }, { "relation": "calls", @@ -290508,9 +291468,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidclinicbookingisfiledundertheclinic", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_enabletestmode", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_enabletestmode" }, { "relation": "calls", @@ -290519,9 +291479,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L68", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidpersonalbookingisconfirmedandfiled", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_enabletestmode", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_enabletestmode" }, { "relation": "references_constant", @@ -290540,9 +291500,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidclinicbookingisfiledundertheclinic", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_pendingpaidbooking", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_pendingpaidbooking" }, { "relation": "calls", @@ -290551,9 +291511,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L69", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidpersonalbookingisconfirmedandfiled", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_pendingpaidbooking", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_pendingpaidbooking" }, { "relation": "references", @@ -290562,9 +291522,9 @@ "source_location": "L56", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback", - "target": "tests_payment_appointmentpaidconfirmfilessessiontest_php_payment", - "confidence_score": 1.0 + "target": "tests_payment_appointmentpaidconfirmfilessessiontest_php_payment" }, { "relation": "calls", @@ -290573,9 +291533,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L97", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidclinicbookingisfiledundertheclinic", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback" }, { "relation": "calls", @@ -290584,9 +291544,9 @@ "source_file": "tests/Payment/AppointmentPaidConfirmFilesSessionTest.php", "source_location": "L71", "weight": 1.0, + "confidence_score": 1.0, "source": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_testpaidpersonalbookingisconfirmedandfiled", - "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback", - "confidence_score": 1.0 + "target": "payment_appointmentpaidconfirmfilessessiontest_appointmentpaidconfirmfilessessiontest_firecallback" }, { "relation": "contains", @@ -295164,9 +296124,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow", - "target": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647" }, { "relation": "contains", @@ -295174,9 +296134,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -295184,9 +296144,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -295194,9 +296154,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -295204,9 +296164,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L98", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -295214,9 +296174,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L38", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -295224,9 +296184,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L53", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -295234,9 +296194,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0641\u0631\u0622\u06cc\u0646\u062f_\u062b\u0628\u062a_\u0648_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a_\u0645\u0648\u062f\u0627\u0644_\u067e\u0631\u062f\u0627\u062e\u062a_\u067e\u0631\u0648\u0646\u062f\u0647", - "target": "prompt_appointment_confirm_flow_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -295244,9 +296204,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_appointment_confirm_flow_\u06f1_backend_\u0633\u0627\u062e\u062a_\u067e\u0646\u0644\u06cc_\u0628\u0627_\u0648\u0636\u0639\u06cc\u062a_pending_\u0628\u062f\u0648\u0646_\u0627\u0646\u0642\u0636\u0627", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u06f1_backend_\u0633\u0627\u062e\u062a_\u067e\u0646\u0644\u06cc_\u0628\u0627_\u0648\u0636\u0639\u06cc\u062a_pending_\u0628\u062f\u0648\u0646_\u0627\u0646\u0642\u0636\u0627" }, { "relation": "contains", @@ -295254,9 +296214,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L61", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_appointment_confirm_flow_\u06f2_backend_endpoint_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0627\u062a\u0645\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u06f2_backend_endpoint_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0627\u062a\u0645\u06cc\u06a9" }, { "relation": "contains", @@ -295264,9 +296224,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_appointment_confirm_flow_\u06f3_frontend_\u062f\u06a9\u0645\u0647_\u0648_\u0645\u0648\u062f\u0627\u0644_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u06f3_frontend_\u062f\u06a9\u0645\u0647_\u0648_\u0645\u0648\u062f\u0627\u0644_\u0642\u0637\u0639\u06cc_\u06a9\u0631\u062f\u0646_\u0646\u0648\u0628\u062a" }, { "relation": "contains", @@ -295274,9 +296234,9 @@ "source_file": ".claude/prompt/appointment-confirm-flow.md", "source_location": "L91", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_appointment_confirm_flow_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_appointment_confirm_flow_\u06f4_\u062a\u0633\u062a_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_appointment_confirm_flow_\u06f4_\u062a\u0633\u062a_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, { "relation": "contains", @@ -296644,9 +297604,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a" }, { "relation": "contains", @@ -296654,9 +297614,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -296664,9 +297624,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -296674,9 +297634,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -296684,9 +297644,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L364", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -296694,9 +297654,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L85", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -296704,9 +297664,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L176", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0627\u06cc\u062c\u0627\u062f_\u062e\u0648\u062f\u06a9\u0627\u0631_\u067e\u0631\u0648\u0646\u062f\u0647_\u0648_\u0633\u0631\u0648\u06cc\u0633_\u062f\u0631_\u0647\u0645\u0647_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646_\u0646\u0648\u0628\u062a", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -296714,9 +297674,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f1_\u0645\u0633\u06cc\u0631_\u067e\u0631\u062f\u0627\u062e\u062a_\u0622\u0646\u0644\u0627\u06cc\u0646_nobat724_\u0627\u0635\u0644\u0627_\u0635\u062f\u0627_\u0646\u0645\u06cc_\u0632\u0646\u062f_\u0631\u06cc\u0634\u0647_\u0627\u0635\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f1_\u0645\u0633\u06cc\u0631_\u067e\u0631\u062f\u0627\u062e\u062a_\u0622\u0646\u0644\u0627\u06cc\u0646_nobat724_\u0627\u0635\u0644\u0627_\u0635\u062f\u0627_\u0646\u0645\u06cc_\u0632\u0646\u062f_\u0631\u06cc\u0634\u0647_\u0627\u0635\u0644\u06cc" }, { "relation": "contains", @@ -296724,9 +297684,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L39", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f2_\u062f\u0648_\u067e\u0631\u0648\u0646\u062f\u0647_\u0628\u0647_\u062c\u0627\u06cc_\u06cc\u06a9_\u067e\u0631\u0648\u0646\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f2_\u062f\u0648_\u067e\u0631\u0648\u0646\u062f\u0647_\u0628\u0647_\u062c\u0627\u06cc_\u06cc\u06a9_\u067e\u0631\u0648\u0646\u062f\u0647" }, { "relation": "contains", @@ -296734,9 +297694,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f3_\u062a\u0634\u062e\u06cc\u0635_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u062d\u062f\u0633\u06cc_\u0627\u0633\u062a", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f3_\u062a\u0634\u062e\u06cc\u0635_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u062d\u062f\u0633\u06cc_\u0627\u0633\u062a" }, { "relation": "contains", @@ -296744,9 +297704,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f4_idempotent_\u0646\u06cc\u0633\u062a", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f4_idempotent_\u0646\u06cc\u0633\u062a" }, { "relation": "contains", @@ -296754,9 +297714,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L60", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f5_\u0646\u0648\u0628\u062a_\u0647\u0627\u06cc_\u067e\u0646\u0644_\u0648_\u0627\u062f\u0645\u06cc\u0646_\u0627\u0635\u0644\u0627_\u0642\u0637\u0639\u06cc_\u0646\u0645\u06cc_\u0634\u0648\u0646\u062f", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f5_\u0646\u0648\u0628\u062a_\u0647\u0627\u06cc_\u067e\u0646\u0644_\u0648_\u0627\u062f\u0645\u06cc\u0646_\u0627\u0635\u0644\u0627_\u0642\u0637\u0639\u06cc_\u0646\u0645\u06cc_\u0634\u0648\u0646\u062f" }, { "relation": "contains", @@ -296764,9 +297724,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L87", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_auto_create_record_and_session_on_confirm_\u062f\u0648_\u067e\u0631\u0648\u0646\u062f\u0647_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u062d\u062f\u0633\u06cc", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u062f\u0648_\u067e\u0631\u0648\u0646\u062f\u0647_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u062d\u062f\u0633\u06cc" }, { "relation": "contains", @@ -296774,9 +297734,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L159", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0631\u0632\u0631\u0648_\u067e\u0646\u0644_\u0648\u0636\u0639\u06cc\u062a_pending_\u0645\u06cc_\u0645\u0627\u0646\u062f", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0631\u0632\u0631\u0648_\u067e\u0646\u0644_\u0648\u0636\u0639\u06cc\u062a_pending_\u0645\u06cc_\u0645\u0627\u0646\u062f" }, { "relation": "contains", @@ -296784,9 +297744,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L118", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0633\u0627\u062e\u062a_\u0645\u0631\u0627\u062c\u0639\u0647_\u0628\u062f\u0648\u0646_\u06af\u0627\u0631\u062f_\u062a\u06a9\u0631\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0633\u0627\u062e\u062a_\u0645\u0631\u0627\u062c\u0639\u0647_\u0628\u062f\u0648\u0646_\u06af\u0627\u0631\u062f_\u062a\u06a9\u0631\u0627\u0631" }, { "relation": "contains", @@ -296794,9 +297754,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L142", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0633\u06cc\u0631_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u062f\u0648\u0646_\u0641\u0631\u0627\u062e\u0648\u0627\u0646\u06cc", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u0645\u0633\u06cc\u0631_\u067e\u0631\u062f\u0627\u062e\u062a_\u0628\u062f\u0648\u0646_\u0641\u0631\u0627\u062e\u0648\u0627\u0646\u06cc" }, { "relation": "contains", @@ -296804,9 +297764,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L178", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f1_context_\u0646\u0648\u0628\u062a_\u0631\u0627_\u0635\u0631\u06cc\u062d_\u06a9\u0646_\u0633\u062a\u0648\u0646_clinic_id_\u0631\u0648\u06cc_appointments", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f1_context_\u0646\u0648\u0628\u062a_\u0631\u0627_\u0635\u0631\u06cc\u062d_\u06a9\u0646_\u0633\u062a\u0648\u0646_clinic_id_\u0631\u0648\u06cc_appointments" }, { "relation": "contains", @@ -296814,9 +297774,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L207", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f2_\u06cc\u06a9_choke_point_\u0628\u0631\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f2_\u06cc\u06a9_choke_point_\u0628\u0631\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646" }, { "relation": "contains", @@ -296824,9 +297784,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L242", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f3_\u06cc\u06a9_\u067e\u0631\u0648\u0646\u062f\u0647_\u062f\u0631_context_\u062f\u0631\u0633\u062a", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f3_\u06cc\u06a9_\u067e\u0631\u0648\u0646\u062f\u0647_\u062f\u0631_context_\u062f\u0631\u0633\u062a" }, { "relation": "contains", @@ -296834,9 +297794,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L265", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f4_idempotency", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f4_idempotency" }, { "relation": "contains", @@ -296844,9 +297804,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L299", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f5_\u0631\u0632\u0631\u0648_\u067e\u0646\u0644_\u0648_\u0627\u062f\u0645\u06cc\u0646_\u0645\u0633\u062a\u0642\u06cc\u0645_confirmed_\u0634\u0648\u062f", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f5_\u0631\u0632\u0631\u0648_\u067e\u0646\u0644_\u0648_\u0627\u062f\u0645\u06cc\u0646_\u0645\u0633\u062a\u0642\u06cc\u0645_confirmed_\u0634\u0648\u062f" }, { "relation": "contains", @@ -296854,9 +297814,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L321", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f6_\u06af\u0627\u0631\u062f_\u0627\u0634\u062a\u0631\u0627\u06a9_\u062a\u0635\u0645\u06cc\u0645_\u0635\u0631\u06cc\u062d", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f6_\u06af\u0627\u0631\u062f_\u0627\u0634\u062a\u0631\u0627\u06a9_\u062a\u0635\u0645\u06cc\u0645_\u0635\u0631\u06cc\u062d" }, { "relation": "contains", @@ -296864,9 +297824,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L329", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f7_backfill_\u0646\u0648\u0628\u062a_\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0628\u06cc_\u067e\u0631\u0648\u0646\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f7_backfill_\u0646\u0648\u0628\u062a_\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0628\u06cc_\u067e\u0631\u0648\u0646\u062f\u0647" }, { "relation": "contains", @@ -296874,9 +297834,9 @@ "source_file": ".claude/prompt/auto-create-record-and-session-on-confirm.md", "source_location": "L342", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_auto_create_record_and_session_on_confirm_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_auto_create_record_and_session_on_confirm_\u06f8_\u062a\u0633\u062a_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_auto_create_record_and_session_on_confirm_\u06f8_\u062a\u0633\u062a_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, { "relation": "contains", @@ -296884,9 +297844,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field", - "target": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631" }, { "relation": "contains", @@ -296894,9 +297854,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_blog_city_field_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -296904,9 +297864,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L27", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_blog_city_field_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -296914,9 +297874,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L125", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_blog_city_field_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -296924,9 +297884,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L37", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_blog_city_field_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -296934,9 +297894,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L66", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -296944,9 +297904,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0628\u0644\u0627\u06af_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632_\u0628\u0644\u0627\u06af_\u0634\u0647\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_blog_city_field_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -296954,9 +297914,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L68", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_blog_city_field_\u06f1_\u0641\u06cc\u0644\u062f_\u0634\u0647\u0631_\u0631\u0648\u06cc_entity", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u06f1_\u0641\u06cc\u0644\u062f_\u0634\u0647\u0631_\u0631\u0648\u06cc_entity" }, { "relation": "contains", @@ -296964,9 +297924,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L82", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_blog_city_field_\u06f2_migration", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u06f2_migration" }, { "relation": "contains", @@ -296974,9 +297934,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L91", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_blog_city_field_\u06f3_\u0634\u0647\u0631_\u062f\u0631_\u067e\u0627\u0633\u062e_api", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u06f3_\u0634\u0647\u0631_\u062f\u0631_\u067e\u0627\u0633\u062e_api" }, { "relation": "contains", @@ -296984,9 +297944,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L104", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_blog_city_field_\u06f4_\u0641\u06cc\u0644\u062a\u0631_\u0634\u0647\u0631_\u062f\u0631_\u0644\u06cc\u0633\u062a_\u0639\u0645\u0648\u0645\u06cc", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u06f4_\u0641\u06cc\u0644\u062a\u0631_\u0634\u0647\u0631_\u062f\u0631_\u0644\u06cc\u0633\u062a_\u0639\u0645\u0648\u0645\u06cc" }, { "relation": "contains", @@ -296994,9 +297954,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L116", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_blog_city_field_\u06f5_\u0627\u0646\u062a\u062e\u0627\u0628_\u0634\u0647\u0631_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u06f5_\u0627\u0646\u062a\u062e\u0627\u0628_\u0634\u0647\u0631_\u062f\u0631_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646" }, { "relation": "contains", @@ -297004,9 +297964,9 @@ "source_file": ".claude/prompt/blog-city-field.md", "source_location": "L121", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_blog_city_field_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_blog_city_field_\u06f6_\u0645\u0633\u062a\u0646\u062f\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_blog_city_field_\u06f6_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, { "relation": "contains", @@ -297114,9 +298074,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign", - "target": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631" }, { "relation": "contains", @@ -297124,9 +298084,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L202", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u062a\u0633\u062a_\u067e\u0630\u06cc\u0631\u0634", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u062a\u0633\u062a_\u067e\u0630\u06cc\u0631\u0634" }, { "relation": "contains", @@ -297134,9 +298094,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -297144,9 +298104,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -297154,9 +298114,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L188", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -297164,9 +298124,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0647\u062f\u0641" }, { "relation": "contains", @@ -297174,9 +298134,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -297184,9 +298144,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L62", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -297194,9 +298154,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0628\u0627\u0632\u0637\u0631\u0627\u062d\u06cc_\u0635\u0641\u062d\u0647_claims_\u0628\u0647_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "target": "prompt_claims_dashboard_redesign_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -297204,9 +298164,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L64", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_claims_dashboard_redesign_\u06f1_backend_endpoint_\u062a\u062c\u0645\u06cc\u0639_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u06f1_backend_endpoint_\u062a\u062c\u0645\u06cc\u0639_\u0628\u06cc\u0645\u0627\u0631_\u0645\u062d\u0648\u0631" }, { "relation": "contains", @@ -297214,9 +298174,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L97", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_claims_dashboard_redesign_\u06f2_backend_endpoint_\u062c\u0632\u0626\u06cc\u0627\u062a_\u06cc\u06a9_\u0628\u06cc\u0645\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u06f2_backend_endpoint_\u062c\u0632\u0626\u06cc\u0627\u062a_\u06cc\u06a9_\u0628\u06cc\u0645\u0627\u0631" }, { "relation": "contains", @@ -297224,9 +298184,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L134", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_claims_dashboard_redesign_\u06f3_backend_\u0634\u0645\u0627\u0631\u0647_\u067e\u06cc\u06af\u06cc\u0631\u06cc_\u0648_\u0644\u0627\u06af_\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u06f3_backend_\u0634\u0645\u0627\u0631\u0647_\u067e\u06cc\u06af\u06cc\u0631\u06cc_\u0648_\u0644\u0627\u06af_\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a" }, { "relation": "contains", @@ -297234,9 +298194,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L160", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_claims_dashboard_redesign_\u06f4_frontend_\u0633\u0637\u062d_\u06f1_datatable_\u0628\u06cc\u0645\u0627\u0631\u0627\u0646", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u06f4_frontend_\u0633\u0637\u062d_\u06f1_datatable_\u0628\u06cc\u0645\u0627\u0631\u0627\u0646" }, { "relation": "contains", @@ -297244,9 +298204,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L170", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_claims_dashboard_redesign_\u06f5_frontend_\u0633\u0637\u062d_\u06f2_\u062c\u0632\u0626\u06cc\u0627\u062a_\u0628\u06cc\u0645\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u06f5_frontend_\u0633\u0637\u062d_\u06f2_\u062c\u0632\u0626\u06cc\u0627\u062a_\u0628\u06cc\u0645\u0627\u0631" }, { "relation": "contains", @@ -297254,9 +298214,9 @@ "source_file": ".claude/prompt/claims-dashboard-redesign.md", "source_location": "L180", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_claims_dashboard_redesign_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_claims_dashboard_redesign_\u06f6_frontend_\u0641\u06cc\u0644\u062a\u0631_\u062c\u0633\u062a\u062c\u0648_\u0645\u0631\u062a\u0628_\u0633\u0627\u0632\u06cc_url_sync", - "confidence_score": 1.0 + "target": "prompt_claims_dashboard_redesign_\u06f6_frontend_\u0641\u06cc\u0644\u062a\u0631_\u062c\u0633\u062a\u062c\u0648_\u0645\u0631\u062a\u0628_\u0633\u0627\u0632\u06cc_url_sync" }, { "relation": "contains", @@ -297264,9 +298224,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { "relation": "contains", @@ -297274,9 +298234,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -297284,9 +298244,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L79", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -297294,9 +298254,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L23", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0647\u062f\u0641" }, { "relation": "contains", @@ -297304,9 +298264,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L28", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -297314,9 +298274,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc_\u0631\u06a9\u0648\u0631\u062f\u0647\u0627\u06cc_\u0622\u0644\u0648\u062f\u0647_\u067e\u0632\u0634\u06a9_\u0648_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -297324,9 +298284,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L30", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f1_\u06af\u0632\u0627\u0631\u0634_\u062f\u0627\u0645\u0646\u0647_\u0622\u0644\u0648\u062f\u06af\u06cc_\u0627\u0648\u0644_\u0627\u0646\u062f\u0627\u0632\u0647_\u06af\u06cc\u0631\u06cc_\u0628\u0639\u062f_\u062d\u0630\u0641", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f1_\u06af\u0632\u0627\u0631\u0634_\u062f\u0627\u0645\u0646\u0647_\u0622\u0644\u0648\u062f\u06af\u06cc_\u0627\u0648\u0644_\u0627\u0646\u062f\u0627\u0632\u0647_\u06af\u06cc\u0631\u06cc_\u0628\u0639\u062f_\u062d\u0630\u0641" }, { "relation": "contains", @@ -297334,9 +298294,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f2_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f2_\u067e\u0627\u06a9_\u0633\u0627\u0632\u06cc" }, { "relation": "contains", @@ -297344,9 +298304,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L60", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f3_\u0627\u0639\u062a\u0628\u0627\u0631\u0633\u0646\u062c\u06cc_\u0628\u0631\u0627\u06cc_\u062c\u0644\u0648\u06af\u06cc\u0631\u06cc_\u0627\u0632_\u062a\u06a9\u0631\u0627\u0631", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f3_\u0627\u0639\u062a\u0628\u0627\u0631\u0633\u0646\u062c\u06cc_\u0628\u0631\u0627\u06cc_\u062c\u0644\u0648\u06af\u06cc\u0631\u06cc_\u0627\u0632_\u062a\u06a9\u0631\u0627\u0631" }, { "relation": "contains", @@ -297354,9 +298314,9 @@ "source_file": ".claude/prompt/cleanup-polluted-doctor-clinic-records.md", "source_location": "L70", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_cleanup_polluted_doctor_clinic_records_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f4_\u0628\u0627\u0632\u0628\u06cc\u0646\u06cc_\u0645\u0639\u06cc\u0627\u0631_is_active_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_cleanup_polluted_doctor_clinic_records_\u06f4_\u0628\u0627\u0632\u0628\u06cc\u0646\u06cc_\u0645\u0639\u06cc\u0627\u0631_is_active_\u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { "relation": "contains", @@ -297364,9 +298324,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix", - "target": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions" }, { "relation": "contains", @@ -297374,9 +298334,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -297384,9 +298344,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L19", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -297394,9 +298354,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -297404,9 +298364,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L90", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -297414,9 +298374,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L35", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -297424,9 +298384,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L52", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -297434,9 +298394,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0631\u0641\u0639_\u06a9\u0627\u0645\u0644_\u0639\u0645\u0644\u06cc\u0627\u062a_\u0646\u0648\u0628\u062a_\u062f\u0631_\u062d\u0627\u0644\u062a_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_context_permissions", - "target": "prompt_clinic_appointment_operations_fix_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -297444,9 +298404,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L54", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_appointment_operations_fix_\u06f1_\u062a\u0645\u0631\u06a9\u0632_authorization_\u062a\u06a9_\u0646\u0648\u0628\u062a_\u062f\u0631_\u06cc\u06a9_\u0633\u0631\u0648\u06cc\u0633", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u06f1_\u062a\u0645\u0631\u06a9\u0632_authorization_\u062a\u06a9_\u0646\u0648\u0628\u062a_\u062f\u0631_\u06cc\u06a9_\u0633\u0631\u0648\u06cc\u0633" }, { "relation": "contains", @@ -297454,9 +298414,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L65", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_appointment_operations_fix_\u06f2_\u0631\u0641\u0639_listbydoctor_\u0648_todaystats", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u06f2_\u0631\u0641\u0639_listbydoctor_\u0648_todaystats" }, { "relation": "contains", @@ -297464,9 +298424,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L70", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_appointment_operations_fix_\u06f3_\u0631\u0641\u0639_\u06a9\u0648\u0626\u0631\u06cc_\u0646\u0648\u0628\u062a_\u0647\u0627\u06cc_\u067e\u0631\u0648\u0646\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u06f3_\u0631\u0641\u0639_\u06a9\u0648\u0626\u0631\u06cc_\u0646\u0648\u0628\u062a_\u0647\u0627\u06cc_\u067e\u0631\u0648\u0646\u062f\u0647" }, { "relation": "contains", @@ -297474,9 +298434,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L74", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_appointment_operations_fix_\u06f4_\u06a9\u0644\u06cc\u062f_slot_\u0628\u0627_\u0645\u062d\u06cc\u0637_clinic", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u06f4_\u06a9\u0644\u06cc\u062f_slot_\u0628\u0627_\u0645\u062d\u06cc\u0637_clinic" }, { "relation": "contains", @@ -297484,9 +298444,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L78", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_appointment_operations_fix_\u06f5_\u062a\u0633\u062a_end_to_end_\u0628\u0627_\u06a9\u0627\u0631\u0628\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u06f5_\u062a\u0633\u062a_end_to_end_\u0628\u0627_\u06a9\u0627\u0631\u0628\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { "relation": "contains", @@ -297494,9 +298454,9 @@ "source_file": ".claude/prompt/clinic-appointment-operations-fix.md", "source_location": "L86", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_appointment_operations_fix_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_appointment_operations_fix_\u06f6_\u0641\u0631\u0627\u0646\u062a_\u062d\u0630\u0641_\u0641\u0631\u0636_\u0647\u0627\u06cc_doctor_only", - "confidence_score": 1.0 + "target": "prompt_clinic_appointment_operations_fix_\u06f6_\u0641\u0631\u0627\u0646\u062a_\u062d\u0630\u0641_\u0641\u0631\u0636_\u0647\u0627\u06cc_doctor_only" }, { "relation": "contains", @@ -298444,9 +299404,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access", - "target": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { "relation": "contains", @@ -298454,9 +299414,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -298464,9 +299424,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -298474,9 +299434,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -298484,9 +299444,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L72", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -298494,9 +299454,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L31", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -298504,9 +299464,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L44", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -298514,9 +299474,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0648_\u0645\u062f\u06cc\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "target": "prompt_clinic_record_access_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -298524,9 +299484,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L46", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_record_access_\u06f1_backend_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u06f1_backend_\u062f\u0633\u062a\u0631\u0633\u06cc_\u067e\u0632\u0634\u06a9_\u0628\u0647_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { "relation": "contains", @@ -298534,9 +299494,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_record_access_\u06f2_backend_\u0645\u0646\u0634\u06cc", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u06f2_backend_\u0645\u0646\u0634\u06cc" }, { "relation": "contains", @@ -298544,9 +299504,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L59", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_record_access_\u06f3_frontend_\u0646\u0645\u0627\u06cc\u0634_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0631\u0627\u06cc_\u067e\u0632\u0634\u06a9", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u06f3_frontend_\u0646\u0645\u0627\u06cc\u0634_\u067e\u0631\u0648\u0646\u062f\u0647_\u0647\u0627\u06cc_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0628\u0631\u0627\u06cc_\u067e\u0632\u0634\u06a9" }, { "relation": "contains", @@ -298554,9 +299514,9 @@ "source_file": ".claude/prompt/clinic-record-access.md", "source_location": "L64", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_clinic_record_access_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_clinic_record_access_\u06f4_\u062a\u0633\u062a", - "confidence_score": 1.0 + "target": "prompt_clinic_record_access_\u06f4_\u062a\u0633\u062a" }, { "relation": "contains", @@ -302174,9 +303134,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit", - "target": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit" }, { "relation": "contains", @@ -302184,9 +303144,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "target": "prompt_doctors_list_city_and_limit_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -302194,9 +303154,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "target": "prompt_doctors_list_city_and_limit_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -302204,9 +303164,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L100", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "target": "prompt_doctors_list_city_and_limit_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -302214,9 +303174,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "target": "prompt_doctors_list_city_and_limit_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -302224,9 +303184,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L63", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "target": "prompt_doctors_list_city_and_limit_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -302234,9 +303194,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_\u0644\u06cc\u0633\u062a_\u067e\u0632\u0634\u06a9\u0627\u0646_\u0631\u0641\u0639_\u0633\u0642\u0641_\u062e\u0627\u0645\u0648\u0634_limit", - "target": "prompt_doctors_list_city_and_limit_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -302244,9 +303204,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L65", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_doctors_list_city_and_limit_\u06f1_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_tolistarray", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u06f1_\u0627\u0641\u0632\u0648\u062f\u0646_\u0634\u0647\u0631_\u0628\u0647_tolistarray" }, { "relation": "contains", @@ -302254,9 +303214,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L85", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_doctors_list_city_and_limit_\u06f2_\u0634\u0641\u0627\u0641_\u06a9\u0631\u062f\u0646_\u0633\u0642\u0641_limit", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u06f2_\u0634\u0641\u0627\u0641_\u06a9\u0631\u062f\u0646_\u0633\u0642\u0641_limit" }, { "relation": "contains", @@ -302264,9 +303224,9 @@ "source_file": ".claude/prompt/doctors-list-city-and-limit.md", "source_location": "L94", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_doctors_list_city_and_limit_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_doctors_list_city_and_limit_\u06f3_\u0628\u0647_\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc_\u0645\u0633\u062a\u0646\u062f\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_doctors_list_city_and_limit_\u06f3_\u0628\u0647_\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, { "relation": "contains", @@ -305004,9 +305964,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644" }, { "relation": "contains", @@ -305014,9 +305974,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0632\u0645\u06cc\u0646\u0647_\u0646\u062a\u06cc\u062c\u0647_\u0639\u06cc\u0628_\u06cc\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc_curl_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0632\u0645\u06cc\u0646\u0647_\u0646\u062a\u06cc\u062c\u0647_\u0639\u06cc\u0628_\u06cc\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc_curl_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633" }, { "relation": "contains", @@ -305024,9 +305984,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L55", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -305034,9 +305994,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -305044,9 +306004,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L204", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -305054,9 +306014,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L71", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -305064,9 +306024,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L115", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -305074,9 +306034,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627_context_\u062f\u0631\u0633\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627_\u062f\u0631_\u067e\u0646\u0644", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -305084,9 +306044,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L36", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0639\u0644\u0627\u0645\u062a_\u06f1_\u0633\u0627\u06cc\u062a_\u0639\u0645\u0648\u0645\u06cc_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_\u0627\u0633\u062a_\u0628\u0631\u0627\u06cc_\u067e\u0632\u0634\u06a9\u06cc_\u06a9\u0647_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0641\u0639\u0627\u0644_\u062f\u0627\u0631\u062f", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0639\u0644\u0627\u0645\u062a_\u06f1_\u0633\u0627\u06cc\u062a_\u0639\u0645\u0648\u0645\u06cc_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_\u0627\u0633\u062a_\u0628\u0631\u0627\u06cc_\u067e\u0632\u0634\u06a9\u06cc_\u06a9\u0647_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0641\u0639\u0627\u0644_\u062f\u0627\u0631\u062f" }, { "relation": "contains", @@ -305094,9 +306054,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L43", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0639\u0644\u0627\u0645\u062a_\u06f2_\u067e\u0646\u0644_\u0628\u0627_\u06a9\u0627\u0631\u0628\u0631_\u0627\u062f\u0645\u06cc\u0646_\u0627\u06cc\u0646_\u0631\u0648\u0632_\u0634\u06cc\u0641\u062a_\u06a9\u0627\u0631\u06cc_\u0646\u062f\u0627\u0631\u062f", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0639\u0644\u0627\u0645\u062a_\u06f2_\u067e\u0646\u0644_\u0628\u0627_\u06a9\u0627\u0631\u0628\u0631_\u0627\u062f\u0645\u06cc\u0646_\u0627\u06cc\u0646_\u0631\u0648\u0632_\u0634\u06cc\u0641\u062a_\u06a9\u0627\u0631\u06cc_\u0646\u062f\u0627\u0631\u062f" }, { "relation": "contains", @@ -305104,9 +306064,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L48", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0639\u0644\u0627\u0645\u062a_\u06f3_\u067e\u0632\u0634\u06a9_\u062f\u0639\u0648\u062a_\u0634\u062f\u0647_\u062f\u0631_\u0645\u062d\u06cc\u0637_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0647\u0645\u0627\u0646_\u067e\u06cc\u0627\u0645", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u0639\u0644\u0627\u0645\u062a_\u06f3_\u067e\u0632\u0634\u06a9_\u062f\u0639\u0648\u062a_\u0634\u062f\u0647_\u062f\u0631_\u0645\u062d\u06cc\u0637_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0647\u0645\u0627\u0646_\u067e\u06cc\u0627\u0645" }, { "relation": "contains", @@ -305114,9 +306074,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L73", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f1_\u0641\u06cc\u0644\u062f\u0647\u0627\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0641\u0642\u0637_\u0627\u0632_\u0628\u0631\u0646\u0627\u0645\u0647_\u0634\u062e\u0635\u06cc", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f1_\u0641\u06cc\u0644\u062f\u0647\u0627\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0641\u0642\u0637_\u0627\u0632_\u0628\u0631\u0646\u0627\u0645\u0647_\u0634\u062e\u0635\u06cc" }, { "relation": "contains", @@ -305124,9 +306084,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L92", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f2_\u0627\u0646\u062a\u062e\u0627\u0628_\u067e\u0632\u0634\u06a9_\u062f\u0631_\u067e\u0646\u0644_\u0627\u0632_dbuuid", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f2_\u0627\u0646\u062a\u062e\u0627\u0628_\u067e\u0632\u0634\u06a9_\u062f\u0631_\u067e\u0646\u0644_\u0627\u0632_dbuuid" }, { "relation": "contains", @@ -305134,9 +306094,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L104", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f3_turnstimeline_\u062e\u0637\u0627_\u0631\u0627_\u0631\u0648\u0632_\u0628\u062f\u0648\u0646_\u0634\u06cc\u0641\u062a_\u0646\u0634\u0627\u0646_\u0645\u06cc_\u062f\u0647\u062f", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f3_turnstimeline_\u062e\u0637\u0627_\u0631\u0627_\u0631\u0648\u0632_\u0628\u062f\u0648\u0646_\u0634\u06cc\u0641\u062a_\u0646\u0634\u0627\u0646_\u0645\u06cc_\u062f\u0647\u062f" }, { "relation": "contains", @@ -305144,9 +306104,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L117", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f1_\u062a\u062c\u0645\u06cc\u0639_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f1_\u062a\u062c\u0645\u06cc\u0639_\u0648\u0636\u0639\u06cc\u062a_\u0646\u0648\u0628\u062a_\u062f\u0647\u06cc_\u0639\u0645\u0648\u0645\u06cc_\u0627\u0632_\u0647\u0645\u0647_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0627" }, { "relation": "contains", @@ -305154,9 +306114,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L140", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f2_uuid_\u062f\u0631\u0633\u062a_\u067e\u0632\u0634\u06a9_\u062f\u0631_appointmentspage", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f2_uuid_\u062f\u0631\u0633\u062a_\u067e\u0632\u0634\u06a9_\u062f\u0631_appointmentspage" }, { "relation": "contains", @@ -305164,9 +306124,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L153", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f3_turnstimeline_\u062e\u0637\u0627_\u0631\u0648\u0632_\u0628\u062f\u0648\u0646_\u0634\u06cc\u0641\u062a", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f3_turnstimeline_\u062e\u0637\u0627_\u0631\u0648\u0632_\u0628\u062f\u0648\u0646_\u0634\u06cc\u0641\u062a" }, { "relation": "contains", @@ -305174,9 +306134,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L164", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f4_\u0627\u0646\u062a\u062e\u0627\u0628_\u0645\u062d\u0644_\u0628\u0631\u0627\u06cc_\u0627\u062f\u0645\u06cc\u0646_\u0648_\u0647\u0631_\u0628\u06cc\u0646\u0646\u062f\u0647_\u0627\u06cc_\u0628\u062f\u0648\u0646_context_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f4_\u0627\u0646\u062a\u062e\u0627\u0628_\u0645\u062d\u0644_\u0628\u0631\u0627\u06cc_\u0627\u062f\u0645\u06cc\u0646_\u0648_\u0647\u0631_\u0628\u06cc\u0646\u0646\u062f\u0647_\u0627\u06cc_\u0628\u062f\u0648\u0646_context_\u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { "relation": "contains", @@ -305184,9 +306144,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L178", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f5_\u0639\u0627\u062f\u06cc_\u0633\u0627\u0632\u06cc_\u0641\u0631\u0645\u062a_legacy_\u0628\u0631\u0646\u0627\u0645\u0647_\u0634\u062e\u0635\u06cc", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f5_\u0639\u0627\u062f\u06cc_\u0633\u0627\u0632\u06cc_\u0641\u0631\u0645\u062a_legacy_\u0628\u0631\u0646\u0627\u0645\u0647_\u0634\u062e\u0635\u06cc" }, { "relation": "contains", @@ -305194,9 +306154,9 @@ "source_file": ".claude/prompt/fix-public-booking-state-and-admin-context-slots.md", "source_location": "L189", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_fix_public_booking_state_and_admin_context_slots_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f6_\u062a\u0633\u062a_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a", - "confidence_score": 1.0 + "target": "prompt_fix_public_booking_state_and_admin_context_slots_\u06f6_\u062a\u0633\u062a_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, { "relation": "contains", @@ -307664,9 +308624,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation", - "target": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim" }, { "relation": "contains", @@ -307674,9 +308634,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L195", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u062a\u0633\u062a_\u067e\u0630\u06cc\u0631\u0634", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u062a\u0633\u062a_\u067e\u0630\u06cc\u0631\u0634" }, { "relation": "contains", @@ -307684,9 +308644,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -307694,9 +308654,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L24", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -307704,9 +308664,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -307714,9 +308674,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L182", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -307724,9 +308684,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L41", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -307734,9 +308694,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L82", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -307744,9 +308704,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0627\u0635\u0644\u0627\u062d_\u0645\u0646\u0637\u0642_\u0628\u06cc\u0645\u0647_\u06cc\u06a9_\u0645\u0646\u0628\u0639_\u0648\u0627\u062d\u062f_\u0645\u062d\u0627\u0633\u0628\u0647_\u0628\u0631\u0627\u06cc_\u067e\u0631\u062f\u0627\u062e\u062a_\u0641\u0627\u06a9\u062a\u0648\u0631_\u0648_claim", - "target": "prompt_insurance_shared_calculation_\u067e\u0631\u0648\u0698\u0647", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u067e\u0631\u0648\u0698\u0647" }, { "relation": "contains", @@ -307754,9 +308714,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f1_\u062f\u06cc\u0628\u0627\u06af_\u0627\u0648\u0644\u06cc\u0647_\u0686\u0631\u0627_\u067e\u0648\u0634\u0634_\u0628\u06cc\u0645\u0647_\u0627\u0639\u0645\u0627\u0644_\u0646\u0634\u062f\u0647", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f1_\u062f\u06cc\u0628\u0627\u06af_\u0627\u0648\u0644\u06cc\u0647_\u0686\u0631\u0627_\u067e\u0648\u0634\u0634_\u0628\u06cc\u0645\u0647_\u0627\u0639\u0645\u0627\u0644_\u0646\u0634\u062f\u0647" }, { "relation": "contains", @@ -307764,9 +308724,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L102", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f2_\u06cc\u06a9\u06cc_\u06a9\u0631\u062f\u0646_\u0645\u062d\u0627\u0633\u0628\u0647_\u0648\u06cc\u0632\u06cc\u062a", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f2_\u06cc\u06a9\u06cc_\u06a9\u0631\u062f\u0646_\u0645\u062d\u0627\u0633\u0628\u0647_\u0648\u06cc\u0632\u06cc\u062a" }, { "relation": "contains", @@ -307774,9 +308734,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L108", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f3_\u0630\u062e\u06cc\u0631\u0647_breakdown_\u0628\u06cc\u0645\u0647_\u0631\u0648\u06cc_patientsession", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f3_\u0630\u062e\u06cc\u0631\u0647_breakdown_\u0628\u06cc\u0645\u0647_\u0631\u0648\u06cc_patientsession" }, { "relation": "contains", @@ -307784,9 +308744,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L135", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f4_\u062d\u0630\u0641_\u062a\u06a9\u0631\u0627\u0631_\u0641\u0631\u0645\u0648\u0644_\u0645\u0627\u0646\u062f\u0647_\u0648_over_payment_guard", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f4_\u062d\u0630\u0641_\u062a\u06a9\u0631\u0627\u0631_\u0641\u0631\u0645\u0648\u0644_\u0645\u0627\u0646\u062f\u0647_\u0648_over_payment_guard" }, { "relation": "contains", @@ -307794,9 +308754,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L140", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f5_\u062e\u0631\u0648\u062c\u06cc_api", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f5_\u062e\u0631\u0648\u062c\u06cc_api" }, { "relation": "contains", @@ -307804,9 +308764,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L161", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f6_ui_\u0635\u0641\u062d\u0647_\u067e\u0631\u062f\u0627\u062e\u062a", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f6_ui_\u0635\u0641\u062d\u0647_\u067e\u0631\u062f\u0627\u062e\u062a" }, { "relation": "contains", @@ -307814,9 +308774,9 @@ "source_file": ".claude/prompt/insurance-shared-calculation.md", "source_location": "L174", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_insurance_shared_calculation_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_insurance_shared_calculation_\u06f7_\u0627\u0635\u0644\u0627\u062d_\u0645\u0648\u062f\u0627\u0644_\u0641\u0627\u06a9\u062a\u0648\u0631", - "confidence_score": 1.0 + "target": "prompt_insurance_shared_calculation_\u06f7_\u0627\u0635\u0644\u0627\u062d_\u0645\u0648\u062f\u0627\u0644_\u0641\u0627\u06a9\u062a\u0648\u0631" }, { "relation": "contains", @@ -328014,9 +328974,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L497", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_appointment_api", - "target": "api_appointment_post_api_v1_appointment_uuid_confirm", - "confidence_score": 1.0 + "target": "api_appointment_post_api_v1_appointment_uuid_confirm" }, { "relation": "contains", @@ -328034,9 +328994,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L276", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_appointment_api", - "target": "api_appointment_single_appointment_access_model", - "confidence_score": 1.0 + "target": "api_appointment_single_appointment_access_model" }, { "relation": "contains", @@ -328194,9 +329154,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L351", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointment_uuid", - "target": "api_appointment_errors_351", - "confidence_score": 1.0 + "target": "api_appointment_errors_351" }, { "relation": "contains", @@ -328204,9 +329164,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L311", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointment_uuid", - "target": "api_appointment_path_parameters_311", - "confidence_score": 1.0 + "target": "api_appointment_path_parameters_311" }, { "relation": "contains", @@ -328214,9 +329174,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L316", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointment_uuid", - "target": "api_appointment_response_200_316", - "confidence_score": 1.0 + "target": "api_appointment_response_200_316" }, { "relation": "contains", @@ -328224,9 +329184,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L397", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_doctor_doctoruuid", - "target": "api_appointment_errors_397", - "confidence_score": 1.0 + "target": "api_appointment_errors_397" }, { "relation": "contains", @@ -328234,9 +329194,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L370", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_doctor_doctoruuid", - "target": "api_appointment_path_parameters_370", - "confidence_score": 1.0 + "target": "api_appointment_path_parameters_370" }, { "relation": "contains", @@ -328244,9 +329204,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L375", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_doctor_doctoruuid", - "target": "api_appointment_query_parameters_375", - "confidence_score": 1.0 + "target": "api_appointment_query_parameters_375" }, { "relation": "contains", @@ -328254,9 +329214,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L380", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_doctor_doctoruuid", - "target": "api_appointment_response_200_380", - "confidence_score": 1.0 + "target": "api_appointment_response_200_380" }, { "relation": "contains", @@ -328264,9 +329224,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L434", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_user", - "target": "api_appointment_errors_434", - "confidence_score": 1.0 + "target": "api_appointment_errors_434" }, { "relation": "contains", @@ -328274,9 +329234,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L412", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_user", - "target": "api_appointment_query_parameters_412", - "confidence_score": 1.0 + "target": "api_appointment_query_parameters_412" }, { "relation": "contains", @@ -328284,9 +329244,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L417", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointments_user", - "target": "api_appointment_response_200_417", - "confidence_score": 1.0 + "target": "api_appointment_response_200_417" }, { "relation": "contains", @@ -328294,9 +329254,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L486", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_patch_api_v1_appointment_uuid_status", - "target": "api_appointment_errors_486", - "confidence_score": 1.0 + "target": "api_appointment_errors_486" }, { "relation": "contains", @@ -328304,9 +329264,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L451", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_patch_api_v1_appointment_uuid_status", - "target": "api_appointment_path_parameters_451", - "confidence_score": 1.0 + "target": "api_appointment_path_parameters_451" }, { "relation": "contains", @@ -328324,9 +329284,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L483", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_patch_api_v1_appointment_uuid_status", - "target": "api_appointment_response_200_483", - "confidence_score": 1.0 + "target": "api_appointment_response_200_483" }, { "relation": "contains", @@ -328334,9 +329294,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L562", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_post_api_v1_appointment_uuid_confirm", - "target": "api_appointment_errors_562", - "confidence_score": 1.0 + "target": "api_appointment_errors_562" }, { "relation": "contains", @@ -328344,9 +329304,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L506", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_post_api_v1_appointment_uuid_confirm", - "target": "api_appointment_request_body_506", - "confidence_score": 1.0 + "target": "api_appointment_request_body_506" }, { "relation": "contains", @@ -328354,9 +329314,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L534", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_post_api_v1_appointment_uuid_confirm", - "target": "api_appointment_response_200_534", - "confidence_score": 1.0 + "target": "api_appointment_response_200_534" }, { "relation": "contains", @@ -328364,9 +329324,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L526", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_post_api_v1_appointment_uuid_confirm", - "target": "api_appointment_what_happens_on_the_server", - "confidence_score": 1.0 + "target": "api_appointment_what_happens_on_the_server" }, { "relation": "contains", @@ -328374,9 +329334,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L609", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointment_uuid_events", - "target": "api_appointment_errors_609", - "confidence_score": 1.0 + "target": "api_appointment_errors_609" }, { "relation": "contains", @@ -328384,9 +329344,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L587", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointment_uuid_events", - "target": "api_appointment_path_parameters_587", - "confidence_score": 1.0 + "target": "api_appointment_path_parameters_587" }, { "relation": "contains", @@ -328394,9 +329354,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L592", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_appointment_uuid_events", - "target": "api_appointment_response_200_592", - "confidence_score": 1.0 + "target": "api_appointment_response_200_592" }, { "relation": "contains", @@ -328414,9 +329374,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L637", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_post_api_v1_my_appointment", - "target": "api_appointment_request_body_637", - "confidence_score": 1.0 + "target": "api_appointment_request_body_637" }, { "relation": "contains", @@ -328424,9 +329384,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L661", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_post_api_v1_my_appointment", - "target": "api_appointment_response_201_661", - "confidence_score": 1.0 + "target": "api_appointment_response_201_661" }, { "relation": "contains", @@ -328434,9 +329394,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L717", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_my_appointment_patient_lookup", - "target": "api_appointment_error_responses_717", - "confidence_score": 1.0 + "target": "api_appointment_error_responses_717" }, { "relation": "contains", @@ -328444,9 +329404,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L693", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_my_appointment_patient_lookup", - "target": "api_appointment_query_parameters_693", - "confidence_score": 1.0 + "target": "api_appointment_query_parameters_693" }, { "relation": "contains", @@ -328474,9 +329434,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L740", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_my_appointments", - "target": "api_appointment_get_api_v1_my_appointments_today_stats", - "confidence_score": 1.0 + "target": "api_appointment_get_api_v1_my_appointments_today_stats" }, { "relation": "contains", @@ -328484,9 +329444,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L750", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_my_appointments", - "target": "api_appointment_query_parameters_750", - "confidence_score": 1.0 + "target": "api_appointment_query_parameters_750" }, { "relation": "contains", @@ -328494,9 +329454,9 @@ "source_file": "docs/api/appointment.md", "source_location": "L759", "weight": 1.0, + "confidence_score": 1.0, "source": "api_appointment_get_api_v1_my_appointments", - "target": "api_appointment_response_200_759", - "confidence_score": 1.0 + "target": "api_appointment_response_200_759" }, { "relation": "contains", @@ -329224,9 +330184,9 @@ "source_file": "docs/api/billing.md", "source_location": "L5", "weight": 1.0, + "confidence_score": 1.0, "source": "api_billing", - "target": "api_patient", - "confidence_score": 1.0 + "target": "api_patient" }, { "relation": "contains", @@ -329294,9 +330254,9 @@ "source_file": "docs/api/billing.md", "source_location": "L193", "weight": 1.0, + "confidence_score": 1.0, "source": "api_billing_claims_\u0645\u0637\u0627\u0644\u0628\u0627\u062a_\u0628\u06cc\u0645\u0647_\u0641\u0627\u0632_\u06f5", - "target": "api_billing_get_api_v1_billing_claims_by_patient", - "confidence_score": 1.0 + "target": "api_billing_get_api_v1_billing_claims_by_patient" }, { "relation": "contains", @@ -329304,9 +330264,9 @@ "source_file": "docs/api/billing.md", "source_location": "L242", "weight": 1.0, + "confidence_score": 1.0, "source": "api_billing_claims_\u0645\u0637\u0627\u0644\u0628\u0627\u062a_\u0628\u06cc\u0645\u0647_\u0641\u0627\u0632_\u06f5", - "target": "api_billing_get_api_v1_billing_claims_by_patient_patientuuid", - "confidence_score": 1.0 + "target": "api_billing_get_api_v1_billing_claims_by_patient_patientuuid" }, { "relation": "contains", @@ -329468,6 +330428,16 @@ "source": "api_blog_get_api_v1_blogs", "target": "api_blog_response_200" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/blog.md", + "source_location": "L48", + "weight": 1.0, + "source": "api_blog_get_api_v1_blogs", + "target": "api_blog_\u0641\u06cc\u0644\u062f_city_\u0634\u0647\u0631_\u067e\u0633\u062a", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -329492,21 +330462,21 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L58", + "source_location": "L76", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_get_api_v1_blog_slug", - "target": "api_blog_response_200_58" + "target": "api_blog_response_200_76", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L137", + "source_location": "L156", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_post_api_v1_blog", - "target": "api_blog_errors_137" + "target": "api_blog_errors_156", + "confidence_score": 1.0 }, { "relation": "contains", @@ -329532,31 +330502,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L174", + "source_location": "L195", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_patch_api_v1_blog_uuid", - "target": "api_blog_errors_174" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/blog.md", - "source_location": "L152", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_blog_patch_api_v1_blog_uuid", - "target": "api_blog_path_parameters_152" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/blog.md", - "source_location": "L157", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_blog_patch_api_v1_blog_uuid", - "target": "api_blog_request_body_application_json_157" + "target": "api_blog_errors_195", + "confidence_score": 1.0 }, { "relation": "contains", @@ -329564,39 +330514,59 @@ "source_file": "docs/api/blog.md", "source_location": "L171", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_patch_api_v1_blog_uuid", - "target": "api_blog_response_200_171" + "target": "api_blog_path_parameters_171", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L194", + "source_location": "L176", + "weight": 1.0, + "source": "api_blog_patch_api_v1_blog_uuid", + "target": "api_blog_request_body_application_json_176", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/blog.md", + "source_location": "L192", + "weight": 1.0, + "source": "api_blog_patch_api_v1_blog_uuid", + "target": "api_blog_response_200_192", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/blog.md", + "source_location": "L216", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_delete_api_v1_blog_uuid", - "target": "api_blog_errors_194" + "target": "api_blog_errors_216", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L189", + "source_location": "L211", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_delete_api_v1_blog_uuid", - "target": "api_blog_response_200_189" + "target": "api_blog_response_200_211", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L231", + "source_location": "L253", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_post_file_upload_clinic_pro_blog_field_image", - "target": "api_blog_errors_231" + "target": "api_blog_errors_253", + "confidence_score": 1.0 }, { "relation": "contains", @@ -329612,11 +330582,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/blog.md", - "source_location": "L217", + "source_location": "L239", "weight": 1.0, - "confidence_score": 1.0, "source": "api_blog_post_file_upload_clinic_pro_blog_field_image", - "target": "api_blog_response_200_217" + "target": "api_blog_response_200_239", + "confidence_score": 1.0 }, { "relation": "contains", @@ -330554,9 +331524,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L311", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic", - "target": "api_doctor", - "confidence_score": 1.0 + "target": "api_doctor" }, { "relation": "contains", @@ -330814,9 +331784,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L315", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", - "target": "api_clinic_errors_315", - "confidence_score": 1.0 + "target": "api_clinic_errors_315" }, { "relation": "contains", @@ -330854,9 +331824,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L339", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", - "target": "api_clinic_errors_339", - "confidence_score": 1.0 + "target": "api_clinic_errors_339" }, { "relation": "contains", @@ -330864,9 +331834,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L328", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", - "target": "api_clinic_path_parameters_328", - "confidence_score": 1.0 + "target": "api_clinic_path_parameters_328" }, { "relation": "contains", @@ -330874,9 +331844,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L334", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", - "target": "api_clinic_response_200_334", - "confidence_score": 1.0 + "target": "api_clinic_response_200_334" }, { "relation": "contains", @@ -330884,9 +331854,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L399", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_admin_clinic_clinicuuid_doctor_permissions", - "target": "api_clinic_errors_399", - "confidence_score": 1.0 + "target": "api_clinic_errors_399" }, { "relation": "contains", @@ -330894,9 +331864,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L380", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_admin_clinic_clinicuuid_doctor_permissions", - "target": "api_clinic_response_200_380", - "confidence_score": 1.0 + "target": "api_clinic_response_200_380" }, { "relation": "contains", @@ -330904,9 +331874,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L423", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid_permissions", - "target": "api_clinic_errors_423", - "confidence_score": 1.0 + "target": "api_clinic_errors_423" }, { "relation": "contains", @@ -330914,9 +331884,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L414", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid_permissions", - "target": "api_clinic_path_parameters_414", - "confidence_score": 1.0 + "target": "api_clinic_path_parameters_414" }, { "relation": "contains", @@ -330924,9 +331894,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L420", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid_permissions", - "target": "api_clinic_response_200_420", - "confidence_score": 1.0 + "target": "api_clinic_response_200_420" }, { "relation": "contains", @@ -330934,9 +331904,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L454", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_patch_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid_permissions", - "target": "api_clinic_errors_454", - "confidence_score": 1.0 + "target": "api_clinic_errors_454" }, { "relation": "contains", @@ -330944,9 +331914,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L438", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_patch_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid_permissions", - "target": "api_clinic_request_body_438", - "confidence_score": 1.0 + "target": "api_clinic_request_body_438" }, { "relation": "contains", @@ -330954,9 +331924,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L451", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_patch_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid_permissions", - "target": "api_clinic_response_200_451", - "confidence_score": 1.0 + "target": "api_clinic_response_200_451" }, { "relation": "contains", @@ -330964,9 +331934,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L491", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", - "target": "api_clinic_errors_491", - "confidence_score": 1.0 + "target": "api_clinic_errors_491" }, { "relation": "contains", @@ -330984,9 +331954,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L477", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", - "target": "api_clinic_response_200_477", - "confidence_score": 1.0 + "target": "api_clinic_response_200_477" }, { "relation": "contains", @@ -330994,9 +331964,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L528", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", - "target": "api_clinic_errors_528", - "confidence_score": 1.0 + "target": "api_clinic_errors_528" }, { "relation": "contains", @@ -331004,9 +331974,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L505", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", - "target": "api_clinic_request_505", - "confidence_score": 1.0 + "target": "api_clinic_request_505" }, { "relation": "contains", @@ -331014,9 +331984,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L512", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", - "target": "api_clinic_response_200_512", - "confidence_score": 1.0 + "target": "api_clinic_response_200_512" }, { "relation": "contains", @@ -331074,9 +332044,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L544", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_clinicuuid_addresses", - "target": "api_clinic_response_200_544", - "confidence_score": 1.0 + "target": "api_clinic_response_200_544" }, { "relation": "contains", @@ -331084,9 +332054,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L601", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_api_v1_clinic_clinicuuid_address", - "target": "api_clinic_errors_601", - "confidence_score": 1.0 + "target": "api_clinic_errors_601" }, { "relation": "contains", @@ -331094,9 +332064,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L573", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_api_v1_clinic_clinicuuid_address", - "target": "api_clinic_request_573", - "confidence_score": 1.0 + "target": "api_clinic_request_573" }, { "relation": "contains", @@ -331104,9 +332074,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L596", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_post_api_v1_clinic_clinicuuid_address", - "target": "api_clinic_response_201_596", - "confidence_score": 1.0 + "target": "api_clinic_response_201_596" }, { "relation": "contains", @@ -331114,9 +332084,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L615", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_patch_api_v1_clinic_clinicuuid_address_addressuuid", - "target": "api_clinic_response_200_615", - "confidence_score": 1.0 + "target": "api_clinic_response_200_615" }, { "relation": "contains", @@ -331124,9 +332094,9 @@ "source_file": "docs/api/clinic.md", "source_location": "L630", "weight": 1.0, + "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_clinic_clinicuuid_address_addressuuid", - "target": "api_clinic_errors_630", - "confidence_score": 1.0 + "target": "api_clinic_errors_630" }, { "relation": "contains", @@ -331224,9 +332194,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L183", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_dashboard_doctor", - "target": "api_dashboard_errors_183", - "confidence_score": 1.0 + "target": "api_dashboard_errors_183" }, { "relation": "contains", @@ -331234,9 +332204,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L112", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_dashboard_doctor", - "target": "api_dashboard_query_params_112", - "confidence_score": 1.0 + "target": "api_dashboard_query_params_112" }, { "relation": "contains", @@ -331244,9 +332214,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L122", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_dashboard_doctor", - "target": "api_dashboard_response_200_122", - "confidence_score": 1.0 + "target": "api_dashboard_response_200_122" }, { "relation": "contains", @@ -331254,9 +332224,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L235", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_dashboard_secretary", - "target": "api_dashboard_errors_235", - "confidence_score": 1.0 + "target": "api_dashboard_errors_235" }, { "relation": "contains", @@ -331264,9 +332234,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L197", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_dashboard_secretary", - "target": "api_dashboard_response_200_197", - "confidence_score": 1.0 + "target": "api_dashboard_response_200_197" }, { "relation": "contains", @@ -331274,9 +332244,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L249", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_admin_dashboard_charts", - "target": "api_dashboard_query_params_249", - "confidence_score": 1.0 + "target": "api_dashboard_query_params_249" }, { "relation": "contains", @@ -331284,9 +332254,9 @@ "source_file": "docs/api/dashboard.md", "source_location": "L256", "weight": 1.0, + "confidence_score": 1.0, "source": "api_dashboard_get_api_v1_admin_dashboard_charts", - "target": "api_dashboard_response_200_256", - "confidence_score": 1.0 + "target": "api_dashboard_response_200_256" }, { "relation": "contains", @@ -332184,9 +333154,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L251", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_get_api_v1_doctors", - "target": "api_doctor_city_state_\u062f\u0631_\u067e\u0627\u0633\u062e_\u0644\u06cc\u0633\u062a", - "confidence_score": 1.0 + "target": "api_doctor_city_state_\u062f\u0631_\u067e\u0627\u0633\u062e_\u0644\u06cc\u0633\u062a" }, { "relation": "contains", @@ -332204,9 +333174,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L214", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_get_api_v1_doctors", - "target": "api_doctor_response_200_214", - "confidence_score": 1.0 + "target": "api_doctor_response_200_214" }, { "relation": "contains", @@ -332214,9 +333184,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L298", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_errors_298", - "confidence_score": 1.0 + "target": "api_doctor_errors_298" }, { "relation": "contains", @@ -332224,9 +333194,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L271", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_path_parameters_271", - "confidence_score": 1.0 + "target": "api_doctor_path_parameters_271" }, { "relation": "contains", @@ -332234,9 +333204,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L276", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_request_body_application_json_276", - "confidence_score": 1.0 + "target": "api_doctor_request_body_application_json_276" }, { "relation": "contains", @@ -332244,9 +333214,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L295", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_response_200_295", - "confidence_score": 1.0 + "target": "api_doctor_response_200_295" }, { "relation": "contains", @@ -332254,9 +333224,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L330", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_doctor_uuid", - "target": "api_doctor_errors_330", - "confidence_score": 1.0 + "target": "api_doctor_errors_330" }, { "relation": "contains", @@ -332264,9 +333234,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L317", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_doctor_uuid", - "target": "api_doctor_path_parameters_317", - "confidence_score": 1.0 + "target": "api_doctor_path_parameters_317" }, { "relation": "contains", @@ -332274,9 +333244,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L322", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_doctor_uuid", - "target": "api_doctor_response_200_322", - "confidence_score": 1.0 + "target": "api_doctor_response_200_322" }, { "relation": "contains", @@ -332284,9 +333254,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L367", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", - "target": "api_doctor_errors_367", - "confidence_score": 1.0 + "target": "api_doctor_errors_367" }, { "relation": "contains", @@ -332304,9 +333274,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L353", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", - "target": "api_doctor_response_200_353", - "confidence_score": 1.0 + "target": "api_doctor_response_200_353" }, { "relation": "contains", @@ -332314,9 +333284,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L381", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", - "target": "api_doctor_path_parameters_381", - "confidence_score": 1.0 + "target": "api_doctor_path_parameters_381" }, { "relation": "contains", @@ -332324,9 +333294,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L386", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", - "target": "api_doctor_response_200_386", - "confidence_score": 1.0 + "target": "api_doctor_response_200_386" }, { "relation": "contains", @@ -332334,9 +333304,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L469", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address", - "target": "api_doctor_errors_469", - "confidence_score": 1.0 + "target": "api_doctor_errors_469" }, { "relation": "contains", @@ -332354,9 +333324,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L454", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address", - "target": "api_doctor_response_201_454", - "confidence_score": 1.0 + "target": "api_doctor_response_201_454" }, { "relation": "contains", @@ -332364,9 +333334,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L495", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_errors_495", - "confidence_score": 1.0 + "target": "api_doctor_errors_495" }, { "relation": "contains", @@ -332374,9 +333344,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L484", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_path_parameters_484", - "confidence_score": 1.0 + "target": "api_doctor_path_parameters_484" }, { "relation": "contains", @@ -332384,9 +333354,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L489", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_request_body_489", - "confidence_score": 1.0 + "target": "api_doctor_request_body_489" }, { "relation": "contains", @@ -332394,9 +333364,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L492", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_response_200_492", - "confidence_score": 1.0 + "target": "api_doctor_response_200_492" }, { "relation": "contains", @@ -332404,9 +333374,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L515", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_errors_515", - "confidence_score": 1.0 + "target": "api_doctor_errors_515" }, { "relation": "contains", @@ -332414,9 +333384,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L510", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_response_200_510", - "confidence_score": 1.0 + "target": "api_doctor_response_200_510" }, { "relation": "contains", @@ -332424,9 +333394,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L538", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "target": "api_doctor_errors_538", - "confidence_score": 1.0 + "target": "api_doctor_errors_538" }, { "relation": "contains", @@ -332434,9 +333404,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L530", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "target": "api_doctor_path_parameters_530", - "confidence_score": 1.0 + "target": "api_doctor_path_parameters_530" }, { "relation": "contains", @@ -332444,9 +333414,9 @@ "source_file": "docs/api/doctor.md", "source_location": "L535", "weight": 1.0, + "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "target": "api_doctor_response_201_535", - "confidence_score": 1.0 + "target": "api_doctor_response_201_535" }, { "relation": "contains", @@ -333604,9 +334574,9 @@ "source_file": "docs/api/patient.md", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_patient_records_sessions_api", - "target": "api_patient_record_access_model", - "confidence_score": 1.0 + "target": "api_patient_record_access_model" }, { "relation": "contains", @@ -333784,9 +334754,9 @@ "source_file": "docs/api/patient.md", "source_location": "L714", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_auto_creation_on_appointment_confirm", - "target": "api_patient_\u0642\u0648\u0627\u0639\u062f", - "confidence_score": 1.0 + "target": "api_patient_\u0642\u0648\u0627\u0639\u062f" }, { "relation": "contains", @@ -333794,9 +334764,9 @@ "source_file": "docs/api/patient.md", "source_location": "L688", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_auto_creation_on_appointment_confirm", - "target": "api_patient_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u0646\u062f\u0647_\u06cc\u06a9\u06cc_\u0646\u0647_\u0647\u0631_\u062f\u0648_2026_07", - "confidence_score": 1.0 + "target": "api_patient_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u0646\u062f\u0647_\u06cc\u06a9\u06cc_\u0646\u0647_\u0647\u0631_\u062f\u0648_2026_07" }, { "relation": "contains", @@ -333804,9 +334774,9 @@ "source_file": "docs/api/patient.md", "source_location": "L702", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_auto_creation_on_appointment_confirm", - "target": "api_patient_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646", - "confidence_score": 1.0 + "target": "api_patient_\u0645\u0633\u06cc\u0631\u0647\u0627\u06cc_\u0642\u0637\u0639\u06cc_\u0634\u062f\u0646" }, { "relation": "contains", @@ -333864,9 +334834,9 @@ "source_file": "docs/api/patient.md", "source_location": "L776", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_\u067e\u0631\u0648\u0646\u062f\u0647_\u067e\u0632\u0634\u06a9\u06cc_medical_records", - "target": "api_patient_errors_776", - "confidence_score": 1.0 + "target": "api_patient_errors_776" }, { "relation": "contains", @@ -333914,9 +334884,9 @@ "source_file": "docs/api/patient.md", "source_location": "L802", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_\u067e\u06cc\u0627\u0645_\u0647\u0627\u06cc_\u0628\u06cc\u0645\u0627\u0631_messages", - "target": "api_patient_errors_802", - "confidence_score": 1.0 + "target": "api_patient_errors_802" }, { "relation": "contains", @@ -333954,9 +334924,9 @@ "source_file": "docs/api/patient.md", "source_location": "L836", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_\u06cc\u0627\u062f\u062f\u0627\u0634\u062a_\u0647\u0627\u06cc_\u0628\u06cc\u0645\u0627\u0631_notes", - "target": "api_patient_errors_836", - "confidence_score": 1.0 + "target": "api_patient_errors_836" }, { "relation": "contains", @@ -333994,9 +334964,9 @@ "source_file": "docs/api/patient.md", "source_location": "L881", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_\u0645\u0627\u0644\u06cc_\u0628\u06cc\u0645\u0627\u0631_financials_\u067e\u0631\u062f\u0627\u062e\u062a_\u062a\u0631\u0627\u06a9\u0646\u0634_\u06a9\u06cc\u0641_\u067e\u0648\u0644", - "target": "api_patient_errors_881", - "confidence_score": 1.0 + "target": "api_patient_errors_881" }, { "relation": "contains", @@ -334074,9 +335044,9 @@ "source_file": "docs/api/patient.md", "source_location": "L909", "weight": 1.0, + "confidence_score": 1.0, "source": "api_patient_\u06a9\u0627\u0644_\u0633\u0646\u062a\u0631_\u0628\u06cc\u0645\u0627\u0631_call_center", - "target": "api_patient_errors_909", - "confidence_score": 1.0 + "target": "api_patient_errors_909" }, { "relation": "contains", @@ -347960,5 +348930,5 @@ } ], "hyperedges": [], - "built_at_commit": "20bdc49e89d5f10772d2d330c3ba0e49e2a4fc28" + "built_at_commit": "bd66b213c2b08468aa54504e24de479181da1d1b" } \ No newline at end of file diff --git a/graphify-out/manifest.json b/graphify-out/manifest.json index 9211cee9..34a4811a 100644 --- a/graphify-out/manifest.json +++ b/graphify-out/manifest.json @@ -175,8 +175,8 @@ "semantic_hash": "" }, "assets/admin/pages/BlogFormPage.tsx": { - "mtime": 1781818086.9593, - "ast_hash": "b6d0df63c1861c606bcecfa92f9e759c", + "mtime": 1784436590.8620827, + "ast_hash": "8bdbc53c107f2dbce99fdee9a64c2d21", "semantic_hash": "" }, "assets/admin/pages/BlogsPage.tsx": { @@ -390,8 +390,8 @@ "semantic_hash": "" }, "assets/admin/types/index.ts": { - "mtime": 1784405041.8851566, - "ast_hash": "a2d09b66f54a28b06fe5eb5983c8eae0", + "mtime": 1784436549.033956, + "ast_hash": "94b69283c817cae0f50e393b2f0a0aae", "semantic_hash": "" }, "assets/app.js": { @@ -1045,18 +1045,18 @@ "semantic_hash": "" }, "src/Blog/Controller/BlogController.php": { - "mtime": 1782050215.4842806, - "ast_hash": "ad672b38e02294913941cd091bda8d11", + "mtime": 1784436358.1599944, + "ast_hash": "a88536dda2ec125e479c484b528cd55e", "semantic_hash": "" }, "src/Blog/Entity/Blog.php": { - "mtime": 1782650883.6137445, - "ast_hash": "522b7de6d697d4772d53e4b22ab013d4", + "mtime": 1784436137.9686174, + "ast_hash": "be06e1eefdafb77974b9e660892e8ad2", "semantic_hash": "" }, "src/Blog/Repository/BlogRepository.php": { - "mtime": 1782049659.4794345, - "ast_hash": "e160df21004a0b7bea47dcc8411444c8", + "mtime": 1784436286.6918185, + "ast_hash": "0223a7b12c86432a525998d6930ed3b9", "semantic_hash": "" }, "src/Category/Controller/CategoryController.php": { @@ -2355,8 +2355,8 @@ "semantic_hash": "" }, "docs/api/blog.md": { - "mtime": 1782050526.5533028, - "ast_hash": "8adc84cb5b0039d3f6bb0d6d4dd50fe1", + "mtime": 1784436743.5224912, + "ast_hash": "e5203e8275e475f02ab3b0097152dc87", "semantic_hash": "" }, "docs/api/clinic-invitation.md": { @@ -3290,8 +3290,8 @@ "semantic_hash": "" }, "assets/admin/pages/BlogFormPage.test.tsx": { - "mtime": 1782728407.095391, - "ast_hash": "cc7455a29a9259d50b2c4c7e6527fbca", + "mtime": 1784436655.5612447, + "ast_hash": "2d8ee62badb916c78a89023ef7d3bd20", "semantic_hash": "" }, "assets/admin/pages/BlogsPage.test.tsx": { @@ -5798,5 +5798,15 @@ "mtime": 1784399857.9370086, "ast_hash": "a82d4ab7dbe9e4dbdf32467126c6c63f", "semantic_hash": "" + }, + "migrations/Version20260719044321.php": { + "mtime": 1784436242.7711723, + "ast_hash": "af88fcdd11e617cd8f6f635b6eb91ed4", + "semantic_hash": "" + }, + "tests/Blog/BlogCityScopeTest.php": { + "mtime": 1784436420.7796662, + "ast_hash": "8cd9d74da637c6d05da4f349381eab26", + "semantic_hash": "" } } \ No newline at end of file