From 4c52316a4914fa093c5c98d413d803d513696c25 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Mon, 13 Jul 2026 15:09:19 +0330 Subject: [PATCH] Update manifest.json with new mtime and ast_hash for modified files; add PatientDetailPage and its test file --- graphify-out/.graphify_labels.json | 14 +- graphify-out/GRAPH_REPORT.md | 348 +++--- graphify-out/graph.json | 1857 +++++++++++++++++----------- graphify-out/manifest.json | 18 +- 4 files changed, 1298 insertions(+), 939 deletions(-) diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index be7ccc8f..8873e36e 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -770,18 +770,14 @@ "768": "Community 768", "769": "Community 769", "770": "Community 770", + "771": "Community 771", + "772": "Community 772", "773": "Community 773", "774": "Community 774", - "780": "Community 780", - "781": "Community 781", - "782": "Community 782", - "783": "Community 783", + "775": "Community 775", + "776": "Community 776", "784": "Community 784", "785": "Community 785", "786": "Community 786", - "787": "Community 787", - "789": "Community 789", - "791": "Community 791", - "792": "Community 792", - "793": "Community 793" + "789": "Community 789" } diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md index dd00a608..499bff13 100644 --- a/graphify-out/GRAPH_REPORT.md +++ b/graphify-out/GRAPH_REPORT.md @@ -1,16 +1,16 @@ # Graph Report - clinicpro (2026-07-13) ## Corpus Check -- 816 files · ~595,370 words +- 818 files · ~596,445 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 10008 nodes · 14090 edges · 785 communities (616 shown, 169 thin omitted) +- 10019 nodes · 14114 edges · 781 communities (614 shown, 167 thin omitted) - Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 306 edges (avg confidence: 0.8) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `15c6f5dc` +- Built from commit: `7ac875a7` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). @@ -770,57 +770,53 @@ - [[_COMMUNITY_Community 768|Community 768]] - [[_COMMUNITY_Community 769|Community 769]] - [[_COMMUNITY_Community 770|Community 770]] +- [[_COMMUNITY_Community 771|Community 771]] +- [[_COMMUNITY_Community 772|Community 772]] - [[_COMMUNITY_Community 773|Community 773]] - [[_COMMUNITY_Community 774|Community 774]] -- [[_COMMUNITY_Community 780|Community 780]] -- [[_COMMUNITY_Community 781|Community 781]] -- [[_COMMUNITY_Community 782|Community 782]] -- [[_COMMUNITY_Community 783|Community 783]] +- [[_COMMUNITY_Community 775|Community 775]] +- [[_COMMUNITY_Community 776|Community 776]] - [[_COMMUNITY_Community 784|Community 784]] - [[_COMMUNITY_Community 785|Community 785]] - [[_COMMUNITY_Community 786|Community 786]] -- [[_COMMUNITY_Community 787|Community 787]] - [[_COMMUNITY_Community 789|Community 789]] -- [[_COMMUNITY_Community 791|Community 791]] -- [[_COMMUNITY_Community 792|Community 792]] -- [[_COMMUNITY_Community 793|Community 793]] ## God Nodes (most connected - your core abstractions) 1. `ApiTestCase` - 92 edges 2. `BaseController` - 88 edges -3. `api` - 73 edges +3. `api` - 75 edges 4. `UserProfile` - 62 edges 5. `Doctor` - 60 edges 6. `useAuthStore` - 58 edges 7. `Clinic` - 50 edges -8. `ApiResponse` - 48 edges -9. `AdminApiController` - 45 edges -10. `formatDate()` - 44 edges +8. `ApiResponse` - 49 edges +9. `formatDate()` - 46 edges +10. `AdminApiController` - 45 edges ## Surprising Connections (you probably didn't know these) +- `PrivateRoute()` --calls--> `useAuthStore` [EXTRACTED] + assets/admin/App.tsx → assets/admin/stores/authStore.ts +- `PublicRoute()` --calls--> `useAuthStore` [EXTRACTED] + assets/admin/App.tsx → assets/admin/stores/authStore.ts +- `RoleRoute()` --calls--> `useAuthStore` [EXTRACTED] + assets/admin/App.tsx → assets/admin/stores/authStore.ts - `ServiceTariffModal()` --calls--> `formatNumber()` [EXTRACTED] assets/admin/components/ServiceTariffModal.tsx → assets/admin/lib/utils.ts -- `PersianDateInput()` --calls--> `formatDate()` [EXTRACTED] - assets/admin/components/ui/PersianDateInput.tsx → assets/admin/lib/utils.ts -- `NewAppointmentModal()` --calls--> `useAuthStore` [EXTRACTED] - assets/admin/pages/AppointmentsPage.tsx → assets/admin/stores/authStore.ts -- `LogoUploadField()` --calls--> `useAuthStore` [EXTRACTED] - assets/admin/pages/CategoriesPage.tsx → assets/admin/stores/authStore.ts -- `TabActions()` --calls--> `useAuthStore` [EXTRACTED] - assets/admin/pages/CategoriesPage.tsx → assets/admin/stores/authStore.ts +- `PersianDatePicker()` --calls--> `formatDate()` [EXTRACTED] + assets/admin/components/ui/PersianDatePicker.tsx → assets/admin/lib/utils.ts ## Import Cycles - None detected. -## Communities (785 total, 169 thin omitted) +## Communities (781 total, 167 thin omitted) ### Community 0 - "Community 0" Cohesion: 0.06 -Nodes (44): ALLOWED_ROLES, PrivateRoute(), PublicRoute(), RoleRoute(), queryClient, toastStyle, itemStyle(), menuForRole() (+36 more) +Nodes (22): ALLOWED_ROLES, PrivateRoute(), PublicRoute(), RoleRoute(), queryClient, toastStyle, DoctorProfilePage(), InsurancePricingPage() (+14 more) ### Community 1 - "Community 1" Cohesion: 0.03 -Nodes (42): AddressData, AddrForm, addrSchema, AVATAR_COLORS, BookingMeta, CityOpt, DateOverrideData, DEFAULT_BOOKING_META (+34 more) +Nodes (53): addMinutes(), AddressData, AddrForm, addrSchema, AVATAR_COLORS, BookingMeta, calcSlotCount(), CityOpt (+45 more) ### Community 2 - "Community 2" Cohesion: 0.10 @@ -843,12 +839,12 @@ Cohesion: 0.09 Nodes (15): SettlementController, SettlementRepository, WalletTransactionRepository, CommissionService, Settlement, JsonResponse, Request, User (+7 more) ### Community 7 - "Community 7" -Cohesion: 0.05 -Nodes (11): DoctorServiceController, DoctorService, Clinic, DoctorServiceRepository, Collection, Doctor, self, User (+3 more) +Cohesion: 0.06 +Nodes (8): DoctorService, Clinic, DoctorServiceRepository, Collection, Doctor, self, User, ManagerRegistry ### Community 8 - "Community 8" -Cohesion: 0.08 -Nodes (28): useSubscription(), AdminLayout(), avatarBg(), buildSections(), HUES, Props, ROLE_LABELS, Section (+20 more) +Cohesion: 0.16 +Nodes (15): AdminLayout(), avatarBg(), buildSections(), HUES, Props, ROLE_LABELS, Section, SectionItem (+7 more) ### Community 9 - "Community 9" Cohesion: 0.04 @@ -863,24 +859,24 @@ Cohesion: 0.50 Nodes (4): UserActiveContextRepository, ManagerRegistry, User, UserActiveContext ### Community 12 - "Community 12" -Cohesion: 0.05 -Nodes (37): Clinic Doctor Invitation API, DELETE `/api/v1/admin/clinic/invitation/{invUuid}`, Errors, Errors, Errors, Errors, Errors, Errors (+29 more) +Cohesion: 0.04 +Nodes (47): Clinic Doctor Invitation API, DELETE `/api/v1/admin/clinic/invitation/{invUuid}`, Errors, Errors, Errors, Errors, Errors, Errors (+39 more) ### Community 13 - "Community 13" -Cohesion: 0.05 -Nodes (42): get, get, patch, usePatient(), useUpdatePatient(), PaymentConfig, PaymentGatewayInfo, api (+34 more) +Cohesion: 0.04 +Nodes (70): get, get, patch, usePatient(), useUpdatePatient(), useSubscription(), itemStyle(), menuForRole() (+62 more) ### Community 14 - "Community 14" -Cohesion: 0.10 -Nodes (12): AppointmentSettingsController, DateOverride, Holiday, DateOverrideRepository, HolidayRepository, JsonResponse, Request, User (+4 more) +Cohesion: 0.15 +Nodes (8): AppointmentSettingsController, Holiday, HolidayRepository, JsonResponse, Request, User, Doctor, ManagerRegistry ### Community 15 - "Community 15" Cohesion: 0.25 Nodes (7): PaymentController, Appointment, JsonResponse, Payment, Request, Response, User ### Community 16 - "Community 16" -Cohesion: 0.07 -Nodes (7): PatientSession, SmsWallet, Appointment, Collection, PatientRecord, self, SessionService +Cohesion: 0.09 +Nodes (6): PatientSession, Appointment, Collection, PatientRecord, self, SessionService ### Community 17 - "Community 17" Cohesion: 0.05 @@ -899,8 +895,8 @@ Cohesion: 0.12 Nodes (5): AdminApiController, RepresentationRepository, JsonResponse, Request, StreamedResponse ### Community 21 - "Community 21" -Cohesion: 0.05 -Nodes (36): formatNumber(), AdminCharts, AdminDashboard(), AdminRecent, AdminStats, APPT_CLS, APPT_COLOR, APPT_LABEL (+28 more) +Cohesion: 0.03 +Nodes (50): formatNumber(), ClinicAddress, ClinicDetailPage(), ClinicDoctorItem, ClinicInvitation, EditForm, editSchema, HUES_LIST (+42 more) ### Community 22 - "Community 22" Cohesion: 0.15 @@ -915,28 +911,28 @@ Cohesion: 0.07 Nodes (3): City, Province, self ### Community 25 - "Community 25" -Cohesion: 0.05 -Nodes (39): Appointment API, Error Responses, Errors, Errors, Errors, Errors, Errors, Errors (+31 more) +Cohesion: 0.06 +Nodes (34): Appointment API, Error Responses, Errors, Errors, Errors, Errors, Errors, Errors (+26 more) ### Community 26 - "Community 26" Cohesion: 0.13 Nodes (8): InsuranceController, EntityInsurancePricing, EntityInsurancePricingRepository, TenantInsuranceCleanupService, JsonResponse, Request, User, ManagerRegistry ### Community 27 - "Community 27" -Cohesion: 0.06 -Nodes (35): 55. 🟢 `GET` all tag, 56. 🟢 `GET` supplementary_insurance, 57. 🟢 `GET` categories list, 58. 🟢 `GET` all state, 59. 🟢 `GET` all city, 60. 🟢 `GET` all specially doctor, 62. 🟡 `PATCH` patch, 63. 🔴 `DELETE` DELETE (+27 more) +Cohesion: 0.05 +Nodes (40): 55. 🟢 `GET` all tag, 56. 🟢 `GET` supplementary_insurance, 57. 🟢 `GET` categories list, 58. 🟢 `GET` all state, 59. 🟢 `GET` all city, 60. 🟢 `GET` all specially doctor, 61. 🔵 `POST` post, 62. 🟡 `PATCH` patch (+32 more) ### Community 28 - "Community 28" Cohesion: 0.08 Nodes (4): Appointment, Doctor, self, User ### Community 29 - "Community 29" -Cohesion: 0.06 -Nodes (35): Bulk import / export, DELETE `/api/v1/admin/city/{id}`, DELETE `/api/v1/admin/province/{id}`, Errors, Errors, Errors, Errors, GET `/api/v1/admin/cities` (+27 more) +Cohesion: 0.12 +Nodes (17): Bulk import / export, DELETE `/api/v1/admin/city/{id}`, DELETE `/api/v1/admin/province/{id}`, Errors, GET `/api/v1/admin/provinces`, GET `/api/v1/categorys/{bundle}` *(Legacy)*, GET `/api/v1/provinces`, Location API (Province & City) (+9 more) ### Community 30 - "Community 30" -Cohesion: 0.04 -Nodes (41): cn(), iranMobileOptionalSchema, iranMobileSchema, isValidIranMobile(), maskMobile(), sanitizeMobileInput(), toDate(), toEnglishDigits() (+33 more) +Cohesion: 0.07 +Nodes (34): FreeVisitPrice(), Pricing, cn(), formatDateTime(), iranMobileOptionalSchema, iranMobileSchema, isValidIranMobile(), maskMobile() (+26 more) ### Community 31 - "Community 31" Cohesion: 0.06 @@ -947,8 +943,8 @@ Cohesion: 0.06 Nodes (32): 10. Modal / Dialog, 11. Toast Notifications, 12. Empty States & Loading, 13. Page Header (هر صفحه), 14. تکنولوژی Stack, 15. Responsive Breakpoints, 16. Dark Mode (اختیاری — فاز دوم), 17. نمونه رنگ‌بندی صفحه داشبورد (+24 more) ### Community 33 - "Community 33" -Cohesion: 0.04 -Nodes (43): CoverageRow, Draft, KIND, TenantInsurance, ServiceTariffModal(), TariffResponse, TariffRow, Contract (+35 more) +Cohesion: 0.06 +Nodes (26): CoverageRow, Draft, KIND, TenantInsurance, ServiceTariffModal(), TariffResponse, TariffRow, EMPTY_ITEMS (+18 more) ### Community 34 - "Community 34" Cohesion: 0.06 @@ -975,8 +971,8 @@ Cohesion: 0.12 Nodes (5): DoctorAddress, City, Doctor, Province, self ### Community 40 - "Community 40" -Cohesion: 0.09 -Nodes (4): User, PasswordAuthenticatedUserInterface, self, UserInterface +Cohesion: 0.07 +Nodes (6): SmsWallet, User, PasswordAuthenticatedUserInterface, AppointmentExpiryService, self, UserInterface ### Community 41 - "Community 41" Cohesion: 0.11 @@ -1011,8 +1007,8 @@ Cohesion: 0.11 Nodes (4): Payment, Appointment, self, User ### Community 49 - "Community 49" -Cohesion: 0.09 -Nodes (18): AppointmentsPage(), BookingSlot, CancelledBadge(), DateNavigator(), EMPTY_ARR, getPersianWeekDay(), navBtnSx, NewAppointmentModal() (+10 more) +Cohesion: 0.07 +Nodes (21): AppointmentsPage(), BookingSlot, CancelledBadge(), DateNavigator(), EMPTY_ARR, getPersianWeekDay(), navBtnSx, NewAppointmentModal() (+13 more) ### Community 50 - "Community 50" Cohesion: 0.07 @@ -1027,8 +1023,8 @@ Cohesion: 0.07 Nodes (26): الزامات UI, باگ‌فیکس صفحه نوبت‌ها, باگ ۱ — کرش تقویم, باگ ۲ — روز هفته در DateNavigator, باگ ۳ — پیام «slot نیست», باگ ۴ — نوبت جدید: نام اجباری + find-or-create patient, باگ ۵ — patient_mobile نشان می‌دهد موبایل پزشک, باگ ۶ — نوبت‌های رزرو شده در نمایش زمانبندی (+18 more) ### Community 53 - "Community 53" -Cohesion: 0.07 -Nodes (17): AppLogRepository, PaymentLog, ClaimItemRepository, DoctorClaimRequestRepository, InvoiceItemRepository, PaymentLogRepository, PreRegistrationRepository, SiteConfigRepository (+9 more) +Cohesion: 0.08 +Nodes (14): AppLogRepository, ClaimItemRepository, DoctorClaimRequestRepository, DoctorInsuranceRepository, PreRegistrationRepository, SiteConfigRepository, ServiceEntityRepository, ManagerRegistry (+6 more) ### Community 54 - "Community 54" Cohesion: 0.10 @@ -1064,15 +1060,15 @@ Nodes (24): Billing API — صورتحساب (فاز ۴ سیستم صورتحس ### Community 62 - "Community 62" Cohesion: 0.03 -Nodes (82): ApiResponse, PaginatedResponse, formatDate(), formatDateTime(), ALL_STATUSES, AppointmentDetailPage(), timeOf(), STATUS_FILTERS (+74 more) +Nodes (85): ApiResponse, PaginatedResponse, STATUS_FILTERS, AddForm, addSchema, HUES_LIST, FILTERS, LEVEL_FILTER_OPTIONS (+77 more) ### Community 63 - "Community 63" -Cohesion: 0.06 -Nodes (38): FreeVisitPrice(), Pricing, usePaymentConfig(), formatRial(), tomanToRial(), FinancialSummary, MonthlyEntry, MyFinancialPage() (+30 more) +Cohesion: 0.04 +Nodes (61): PaymentConfig, PaymentGatewayInfo, usePaymentConfig(), formatDate(), formatRial(), emptyFeatures(), FEATURE_KEYS, FEATURE_LABELS (+53 more) ### Community 64 - "Community 64" -Cohesion: 0.29 -Nodes (4): SmsWalletController, JsonResponse, Request, User +Cohesion: 0.19 +Nodes (7): SmsWalletController, SmsSettingsRepository, SmsSettings, JsonResponse, Request, User, ManagerRegistry ### Community 65 - "Community 65" Cohesion: 0.08 @@ -1144,7 +1140,7 @@ Nodes (30): devDependencies, @babel/core, @babel/preset-env, @babel/preset-react ### Community 86 - "Community 86" Cohesion: 0.05 -Nodes (17): AppointmentExpiryServiceTest, LowTierFixesTest, SendCodeMobileRateLimitTest, ClaimsListPaginationTest, CaptchaFlowTest, ServiceItemMultiStaffTest, ServiceItemStaffOwnershipTest, KernelBrowser (+9 more) +Nodes (16): AppointmentExpiryServiceTest, LowTierFixesTest, SendCodeMobileRateLimitTest, ClaimsListPaginationTest, CaptchaFlowTest, ServiceItemMultiStaffTest, ServiceItemStaffOwnershipTest, KernelBrowser (+8 more) ### Community 87 - "Community 87" Cohesion: 0.10 @@ -1167,7 +1163,7 @@ Cohesion: 0.10 Nodes (20): DELETE `/api/v1/admin/users/{uuid}`, Errors, Errors, GET `/api/v1/admin/users`, GET `/api/v1/admin/users/stats`, GET `/api/v1/admin/users/{uuid}`, POST `/api/v1/admin/users/{uuid}/status`, PUT `/api/v1/admin/users/{uuid}` (+12 more) ### Community 92 - "Community 92" -Cohesion: 0.09 +Cohesion: 0.10 Nodes (21): Bulk import / export, DELETE `/api/v1/admin/doctor-service/{id}`, Doctor Service API, Errors, Errors, Errors, Errors, GET `/api/v1/admin/doctor-services` (+13 more) ### Community 93 - "Community 93" @@ -1215,8 +1211,8 @@ Cohesion: 0.11 Nodes (18): `AdminApiController::paymentDetail` — الان فقط GET, `MellatGateway.php` — الگوی موجود REST/SOAP (پس از کار sandbox), `PaymentGatewayInterface.php`, `PaymentManager.php` — الگوی log و transaction, برگشت/استرداد وجه ملت از پنل ادمین (bpReversalRequest / bpRefundRequest), زمینه, فایل‌های مرتبط, نکات مهم (+10 more) ### Community 104 - "Community 104" -Cohesion: 0.35 -Nodes (3): TagController, JsonResponse, Request +Cohesion: 0.18 +Nodes (6): TagController, TagRepository, JsonResponse, Request, ManagerRegistry, Tag ### Community 105 - "Community 105" Cohesion: 0.11 @@ -1231,8 +1227,8 @@ Cohesion: 0.33 Nodes (6): AppointmentController, Appointment, Doctor, JsonResponse, Request, User ### Community 108 - "Community 108" -Cohesion: 0.11 -Nodes (13): CaptchaController, BaseController, CategoryController, DoctorImportController, SiteContextController, JsonResponse, JsonResponse, Request (+5 more) +Cohesion: 0.13 +Nodes (11): BaseController, CategoryController, DoctorImportController, SiteContextController, JsonResponse, JsonResponse, Request, User (+3 more) ### Community 109 - "Community 109" Cohesion: 0.29 @@ -1583,8 +1579,8 @@ Cohesion: 0.14 Nodes (13): Endpoint ها, PATCH /api/v1/secretary/{uuid}, POST /api/v1/secretary, تسک ۱۴: ماژول منشی, توضیح, زمان تخمینی, ساختار JSON, سیستم مجوزها — Resource-Based Permissions (مقیاس‌پذیر) (+5 more) ### Community 201 - "Community 201" -Cohesion: 0.11 -Nodes (19): Admin API, Clinic Invitation Management, GET `/api/v1/admin/pre-registrations`, GET `/api/v1/admin/secretaries`, GET /api/v1/admin/settings, GET `/api/v1/admin/sms/logs`, GET `/api/v1/admin/sms/templates`, PATCH /api/v1/admin/settings (+11 more) +Cohesion: 0.10 +Nodes (20): Admin API, Clinic Invitation Management, GET `/api/v1/admin/financial-breakdowns`, GET `/api/v1/admin/financial-summary`, GET `/api/v1/admin/pre-registrations`, GET /api/v1/admin/settings, GET `/api/v1/admin/settings/tax-history`, GET `/api/v1/admin/settlement/{uuid}` (+12 more) ### Community 202 - "Community 202" Cohesion: 0.15 @@ -1603,8 +1599,8 @@ Cohesion: 0.21 Nodes (4): SeedDemoDataCommand, InputInterface, OutputInterface, SymfonyStyle ### Community 206 - "Community 206" -Cohesion: 0.06 -Nodes (17): GatewayFactory, MellatGateway, MockGateway, SepGateway, MellatGateway, SepGateway, SoapClient, PaymentGatewayInterface (+9 more) +Cohesion: 0.08 +Nodes (14): MellatGateway, MockGateway, SepGateway, SoapClient, PaymentGatewayInterface, PaymentInitResult, PaymentRefundResult, PaymentVerifyResult (+6 more) ### Community 207 - "Community 207" Cohesion: 0.15 @@ -1671,12 +1667,12 @@ Cohesion: 0.17 Nodes (11): تشخیص عمیق down شدن سرور بعد از ~۱۰ سیکل + وریفای و تکمیل فیکس‌های پایداری, زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, ۱. وریفای فیکس‌های repo (idempotent) (+3 more) ### Community 228 - "Community 228" -Cohesion: 0.04 -Nodes (46): Bulk import / export, DELETE `/api/v1/admin/insurance/{id}`, DELETE `/api/v1/insurance/{id}`, EntityInsurancePricing — قیمت‌گذاری ویزیت بر اساس بیمه, Errors, Errors, Errors, Errors (+38 more) +Cohesion: 0.10 +Nodes (20): Bulk import / export, DELETE `/api/v1/admin/insurance/{id}`, DELETE `/api/v1/insurance/{id}`, EntityInsurancePricing — قیمت‌گذاری ویزیت بر اساس بیمه, Errors, GET `/api/v1/admin/insurances`, GET `/api/v1/billing/tenant-insurances/{uuid}/service-coverage`, GET `/api/v1/insurance/{id}` (+12 more) ### Community 229 - "Community 229" Cohesion: 0.14 -Nodes (13): Errors, GET `/api/v1/representation/{uuid}/dashboard/monthly`, GET `/api/v1/representation/{uuid}/dashboard/yearly`, GET `/api/v1/site-context`, Path Parameters, Query Parameters, Query Parameters, Query Parameters (+5 more) +Nodes (13): DELETE `/api/v1/representation/{uuid}`, Errors, Errors, GET `/api/v1/representation/{uuid}/dashboard/monthly`, GET `/api/v1/site-context`, Path Parameters, Query Parameters, Query Parameters (+5 more) ### Community 230 - "Community 230" Cohesion: 0.35 @@ -1811,8 +1807,8 @@ Cohesion: 0.30 Nodes (4): RepresentationRepository, ManagerRegistry, Representation, User ### Community 265 - "Community 265" -Cohesion: 0.06 -Nodes (41): grid, PatientFormOptions, patientFormSchema, PatientFormValues, Props, baseValues, options, dateStrToTs() (+33 more) +Cohesion: 0.09 +Nodes (31): dateStrToTs(), EDUCATION_OPTS, formValuesToPayload(), GENDER_OPTS, MARITAL_OPTS, profileToFormValues(), REFERRAL_OPTS, tsToDateStr() (+23 more) ### Community 266 - "Community 266" Cohesion: 0.33 @@ -1851,8 +1847,8 @@ Cohesion: 0.08 Nodes (25): Bulk import / export, DELETE `/api/v1/admin/specialty/{id}`, Errors, Errors, Errors, Errors, GET `/api/v1/admin/specialties`, GET `/api/v1/specialties` (+17 more) ### Community 275 - "Community 275" -Cohesion: 0.13 -Nodes (5): MellatGatewayTest, ErrorCodesTest, PersianTextTest, TestCase, PersianText +Cohesion: 0.17 +Nodes (6): DoctorClaimRequest, DoctorClaimService, PersianTextTest, Doctor, User, PersianText ### Community 276 - "Community 276" Cohesion: 0.20 @@ -1891,8 +1887,8 @@ Cohesion: 0.29 Nodes (4): ServiceItemRepository, ManagerRegistry, ServiceItem, ServiceSection ### Community 286 - "Community 286" -Cohesion: 0.06 -Nodes (23): CityForm, citySchema, ImportError, InsuranceForm, insuranceSchema, LogoUploadField(), ProvinceForm, provinceSchema (+15 more) +Cohesion: 0.04 +Nodes (35): CityForm, citySchema, ImportError, InsuranceForm, insuranceSchema, LogoUploadField(), ProvinceForm, provinceSchema (+27 more) ### Community 287 - "Community 287" Cohesion: 0.31 @@ -1935,8 +1931,8 @@ Cohesion: 0.22 Nodes (9): Clinic Management, DELETE `/api/v1/admin/clinic/{uuid}`, Errors, GET `/api/v1/admin/clinics`, PATCH `/api/v1/admin/clinic/{uuid}/status`, Query Parameters, Response `200`, Response `200` (+1 more) ### Community 297 - "Community 297" -Cohesion: 0.15 -Nodes (13): DELETE `/api/v1/representation/iban/{id}`, Errors, Errors, Errors, GET `/api/v1/representation/doctors`, GET `/api/v1/representation/doctors/stats`, GET `/api/v1/representation/me`, Query Parameters (+5 more) +Cohesion: 0.22 +Nodes (9): DELETE `/api/v1/representation/iban/{id}`, Errors, Errors, GET `/api/v1/representation/doctors/stats`, GET `/api/v1/representation/me`, Response `200`, Response `200`, Response `200` (+1 more) ### Community 298 - "Community 298" Cohesion: 0.22 @@ -1963,8 +1959,8 @@ Cohesion: 0.12 Nodes (16): آماده‌سازی پروژه ClinicPro برای دیپلوی روی Coolify با Docker Compose, زمینه, فایل‌های مرتبط, نکات مهم (محدودیت‌ها و edge caseها), هدف, وظایف, ۱. ساخت `Dockerfile` چندمرحله‌ای, ۱۰. ساخت راهنمای `docs/deploy/coolify.md` (+8 more) ### Community 304 - "Community 304" -Cohesion: 0.22 -Nodes (9): 29. 🟢 `GET` clinic list 🆕, 30. 🟢 `GET` get 🆕, 36. 🟢 `GET` get my rate, 6. کلینیک (Clinic), هدرهای اضافی, پارامترهای Query, پاسخ‌ها, پاسخ‌ها (+1 more) +Cohesion: 0.04 +Nodes (51): 29. 🟢 `GET` clinic list 🆕, 30. 🟢 `GET` get 🆕, 32. 🔵 `POST` post, 33. 🔵 `POST` image_clinic, 34. 🔵 `POST` image logo, 36. 🟢 `GET` get my rate, 38. 🟢 `GET` Unapproved comments, 39. 🟡 `PATCH` Comment confirmation (+43 more) ### Community 306 - "Community 306" Cohesion: 0.07 @@ -2087,8 +2083,8 @@ Cohesion: 0.39 Nodes (5): JsonContains, FunctionNode, Node, Parser, SqlWalker ### Community 340 - "Community 340" -Cohesion: 0.08 -Nodes (20): AddForm, addSchema, ClinicsPage(), HUES_LIST, EMPTY, PreRegistration, STATUS_META, STATUS_TABS (+12 more) +Cohesion: 0.18 +Nodes (9): AdminUser, ASSIGNABLE_ROLES, ChangeRoleModal(), getPrimaryRole(), HUES_LIST, ROLE_META, ROLE_TABS, RoleBadge() (+1 more) ### Community 341 - "Community 341" Cohesion: 0.12 @@ -2319,25 +2315,21 @@ Cohesion: 0.11 Nodes (17): بازطراحی معماری پرداخت — سرویس‌محور، امن، توسعه‌پذیر (Backend), تست دستی (ddev، در حالت `payment_test_mode=1`), خروجی نهایی (طبق spec — در گزارش اجرا ارائه شود), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی (+9 more) ### Community 407 - "Community 407" -Cohesion: 0.27 -Nodes (8): MessageBusInterface, MockObject, SmsServiceLookupOnlyTest, SmsLogRepository, SmsMessageTemplateRepository, SmsService, SmsTextResolver, KavehNegarProvider +Cohesion: 0.17 +Nodes (11): MessageBusInterface, MockObject, SmsLogRepository, SmsServiceLookupOnlyTest, SmsLog, SmsLogRepository, SmsMessageTemplateRepository, SmsService (+3 more) ### Community 414 - "Community 414" Cohesion: 0.10 Nodes (20): edge cases, خلاصهٔ خطاها و اولویت, راه‌حل, راه‌حل, راه‌حل, راه‌حل, رفع خطاهای لاگ سرور (production) — ۱۴۰۵/۰۴/۲۰, ریشه (+12 more) ### Community 416 - "Community 416" -Cohesion: 0.05 -Nodes (32): emptyFeatures(), FEATURE_KEYS, FEATURE_LABELS, PeriodForm, periodSchema, PLAN_DISPLAY, PlanForm, planSchema (+24 more) +Cohesion: 0.03 +Nodes (41): grid, PatientFormOptions, patientFormSchema, PatientFormValues, Props, baseValues, options, Contract (+33 more) ### Community 418 - "Community 418" Cohesion: 0.17 Nodes (11): دیپلوی ClinicPro روی Coolify (Docker Compose), رفع اشکال, مراحل دیپلوی, معماری دیپلوی, نکات عملیاتی, چند دامنه فرانت‌اند (مهم), ۱. ساخت Resource در Coolify, ۲. اختصاص دامنه (+3 more) -### Community 419 - "Community 419" -Cohesion: 0.23 -Nodes (5): AbstractMigration, Schema, Version20260609132009, Schema, Version20260622173707 - ### Community 421 - "Community 421" Cohesion: 0.43 Nodes (5): BeforeInstallPromptEvent, usePwaInstall(), PwaInstallBanner(), detectIOS(), PwaLoginCard() @@ -2367,8 +2359,8 @@ Cohesion: 0.30 Nodes (6): PatientController, JsonResponse, PatientRecord, PatientSession, Request, User ### Community 435 - "Community 435" -Cohesion: 0.10 -Nodes (16): Command, CancelExpiredAppointmentsCommand, PruneLogsCommand, SeedCategoriesCommand, SeedSmsMessageTemplatesCommand, SystemOwnerCommand, InputInterface, OutputInterface (+8 more) +Cohesion: 0.13 +Nodes (13): Command, CancelExpiredAppointmentsCommand, FixIrimcNamesCommand, PruneLogsCommand, SeedSmsMessageTemplatesCommand, InputInterface, OutputInterface, InputInterface (+5 more) ### Community 439 - "Community 439" Cohesion: 0.17 @@ -2467,8 +2459,8 @@ Cohesion: 0.36 Nodes (3): CityRepository, City, ManagerRegistry ### Community 479 - "Community 479" -Cohesion: 0.42 -Nodes (4): DoctorClaimRequest, DoctorClaimService, Doctor, User +Cohesion: 0.19 +Nodes (6): SystemOwnerCommand, HealthController, EntityManagerInterface, InputInterface, OutputInterface, JsonResponse ### Community 480 - "Community 480" Cohesion: 0.36 @@ -2491,8 +2483,8 @@ Cohesion: 0.40 Nodes (5): Admin Endpoints, GET /api/v1/admin/sms/settings/review, GET /api/v1/admin/sms/wallet-report, POST /api/v1/admin/sms/settings/{id}/approve, POST /api/v1/admin/sms/settings/{id}/reject ### Community 490 - "Community 490" -Cohesion: 0.39 -Nodes (3): TagRepository, ManagerRegistry, Tag +Cohesion: 0.23 +Nodes (4): GatewayFactory, MellatGateway, MellatGatewayTest, SepGateway ### Community 491 - "Community 491" Cohesion: 0.12 @@ -2618,9 +2610,13 @@ Nodes (12): ارسال پیامک OTP فقط از طریق Kavenegar VerifyLooku Cohesion: 0.13 Nodes (14): Doctor Profile Claim API (تصاحب پروفایل پزشک ایمپورت‌شده), env های مرتبط, Errors, GET `/api/v1/admin/doctor-claims`, GET `/api/v1/doctor/{uuid}/claim-info`, POST `/api/v1/admin/doctors/{uuid}/transfer`, POST `/api/v1/doctor/{uuid}/claim`, Request (+6 more) +### Community 527 - "Community 527" +Cohesion: 0.16 +Nodes (6): UserProfileDemographicsTest, ErrorCodesTest, KavehNegarProviderTest, TestCase, UserProfile, KavehNegarProvider + ### Community 528 - "Community 528" -Cohesion: 0.38 -Nodes (3): FixIrimcNamesCommand, InputInterface, OutputInterface +Cohesion: 0.36 +Nodes (3): DoctorServiceController, JsonResponse, Request ### Community 529 - "Community 529" Cohesion: 0.43 @@ -2766,6 +2762,10 @@ Nodes (8): ۲.۲ انواع دسته‌بندی (Category Types), ۲.۲.۱ تگ Cohesion: 0.50 Nodes (4): API های جدید که باید ساخته شوند, API های موجود (استفاده کن، تغییر نده), تغییر روی API موجود, وضعیت فعلی API (مهم — قبل از پیاده‌سازی بخوان) +### Community 583 - "Community 583" +Cohesion: 0.23 +Nodes (5): AbstractMigration, Schema, Version20260609134112, Schema, Version20260628173151 + ### Community 584 - "Community 584" Cohesion: 0.50 Nodes (3): Entity: UserProfile, ساختار فایل‌ها, معماری — تسک ۰۳: ماژول پروفایل کاربر @@ -2798,13 +2798,17 @@ Nodes (3): Entity: Secretary, ساختار فایل‌ها, معماری — ت Cohesion: 0.50 Nodes (3): Entity: Payment, ساختار فایل‌ها, معماری — تسک ۱۵: ماژول پرداخت +### Community 593 - "Community 593" +Cohesion: 0.33 +Nodes (4): DateOverride, DateOverrideRepository, Doctor, ManagerRegistry + ### Community 596 - "Community 596" Cohesion: 0.29 Nodes (3): FinancialBreakdown, Payment, User ### Community 597 - "Community 597" -Cohesion: 0.29 -Nodes (7): Configuration, Errors, GET `/api/v1/admin/sms/templates`, GET `/api/v1/sms/template/{uuid}`, Response `200`, Response `200`, SMS API +Cohesion: 0.20 +Nodes (10): Configuration, Errors, Errors, GET `/api/v1/admin/sms/templates`, GET `/api/v1/sms/template/{uuid}`, POST `/api/v1/sms/send` — ⛔ غیرفعال (Deprecated), Response `200`, Response `200` (+2 more) ### Community 599 - "Community 599" Cohesion: 0.67 @@ -2847,8 +2851,8 @@ Cohesion: 0.15 Nodes (6): UniqueConstraintsTest, FinancialBreakdown, FinancialBreakdownRepository, FinancialBreakdownIntegrityTest, ManagerRegistry, Payment ### Community 632 - "Community 632" -Cohesion: 0.48 -Nodes (3): DoctorInsuranceRepository, DoctorInsurance, ManagerRegistry +Cohesion: 0.43 +Nodes (3): InvoiceItemRepository, InvoiceItem, ManagerRegistry ### Community 633 - "Community 633" Cohesion: 0.40 @@ -2870,10 +2874,6 @@ Nodes (3): ClinicStaffRepository, ClinicStaff, ManagerRegistry Cohesion: 0.14 Nodes (13): اصلاح فیلتر شهر/استان در لیست عمومی پزشکان (`GET /api/v1/doctors`), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+5 more) -### Community 648 - "Community 648" -Cohesion: 0.48 -Nodes (3): SmsSettingsRepository, SmsSettings, ManagerRegistry - ### Community 649 - "Community 649" Cohesion: 0.14 Nodes (13): زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی (flow جدا در SmsWallet — باید حذف شود), وظایف, پروژه, یکسان‌سازی کامل پرداخت به یک Flow واحد + entry ریدایرکت خالص (Backend + Admin) (+5 more) @@ -2900,23 +2900,19 @@ Nodes (10): Errors (payment refund/reverse/detail), GET `/api/v1/admin/payments` ### Community 658 - "Community 658" Cohesion: 0.47 -Nodes (6): formatPersianDate(), gToJ(), jFirstDayOfWeek(), PersianDateInput(), todayGregorian(), toPersianNums() +Nodes (3): SeedCategoriesCommand, InputInterface, OutputInterface ### Community 659 - "Community 659" Cohesion: 0.31 Nodes (4): ClinicInvitationService, Clinic, ClinicDoctorInvitation, User -### Community 661 - "Community 661" -Cohesion: 0.40 -Nodes (5): 32. 🔵 `POST` post, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها - ### Community 662 - "Community 662" Cohesion: 0.20 Nodes (10): Application Logs, DELETE `/api/v1/admin/logs`, GET `/api/v1/admin/logs`, GET `/api/v1/admin/logs/export`, Log Retention, Query Parameters, Query Parameters, Response `200` (+2 more) ### Community 666 - "Community 666" -Cohesion: 0.28 -Nodes (6): IbanItem, isValidIranIban(), RepProfile, RepresentationProfilePage(), toLatinDigits(), unwrap() +Cohesion: 0.53 +Nodes (3): PaymentLog, PaymentLogRepository, ManagerRegistry ### Community 671 - "Community 671" Cohesion: 0.40 @@ -2932,7 +2928,7 @@ Nodes (3): TaxRateHistoryRepository, ManagerRegistry, TaxRateHistory ### Community 676 - "Community 676" Cohesion: 0.40 -Nodes (5): addMinutes(), calcSlotCount(), hasOverlap(), parseMinutes(), SessionEditor() +Nodes (5): Errors, PATCH `/api/v1/appointment/{uuid}/status`, Path Parameters, Request Body, Response `200` ### Community 681 - "Community 681" Cohesion: 0.29 @@ -2962,10 +2958,6 @@ Nodes (16): Errors, Errors, Errors, GET `/api/v1/admin/representations`, GET `/a Cohesion: 0.67 Nodes (3): DELETE `/api/v1/sms/template/{uuid}`, Errors, Response `200` -### Community 696 - "Community 696" -Cohesion: 0.67 -Nodes (3): Errors, POST `/api/v1/sms/send` — ⛔ غیرفعال (Deprecated), Response `422` (همیشه) - ### Community 698 - "Community 698" Cohesion: 0.17 Nodes (11): رفع خطاهای ارسال پیامک کاوه‌نگار در سرور prod (431 + Idle timeout), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+3 more) @@ -2979,8 +2971,8 @@ Cohesion: 0.17 Nodes (11): رفع خطای `Class "SoapClient" not found` در پرداخت ملت (سرور prod), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+3 more) ### Community 705 - "Community 705" -Cohesion: 0.40 -Nodes (5): GET `/api/v1/admin/financial-breakdowns`, GET `/api/v1/admin/financial-summary`, GET `/api/v1/admin/settings/tax-history`, GET `/api/v1/admin/settlement/{uuid}`, موتور مالی نمایندگی +Cohesion: 0.50 +Nodes (4): GET `/api/v1/admin/secretaries`, Query Parameters, Response `200`, Secretary Management ### Community 706 - "Community 706" Cohesion: 0.29 @@ -3027,8 +3019,8 @@ Cohesion: 0.50 Nodes (3): Altcha(), AltchaProps, IntrinsicElements ### Community 720 - "Community 720" -Cohesion: 0.40 -Nodes (5): Errors, PATCH `/api/v1/admin/clinic/invitation/{invUuid}/status`, Path Parameters, Request Body, Response `200` +Cohesion: 0.50 +Nodes (4): Errors, POST `/api/v1/admin/insurance`, Request Body (`application/json`), Response `201` ### Community 721 - "Community 721" Cohesion: 0.67 @@ -3051,8 +3043,8 @@ Cohesion: 0.50 Nodes (4): Errors, POST `/api/v1/doctor`, Request Body (`application/json`), Response `201` ### Community 727 - "Community 727" -Cohesion: 0.40 -Nodes (5): Errors, Path Parameters, POST `/api/v1/doctor/invitation/{invUuid}/respond`, Request Body, Response `200` +Cohesion: 0.50 +Nodes (4): Errors, PATCH `/api/v1/admin/insurance/{id}`, Path Parameters, Response `200` ### Community 728 - "Community 728" Cohesion: 0.50 @@ -3090,6 +3082,10 @@ Nodes (4): Errors, GET `/api/v1/representation/{uuid}`, Path Parameters, Respons Cohesion: 0.38 Nodes (4): DoctorClaimController, JsonResponse, Request, User +### Community 740 - "Community 740" +Cohesion: 0.50 +Nodes (4): Errors, POST `/api/v1/insurance/`, Request Body (`application/json`), Response `201` + ### Community 741 - "Community 741" Cohesion: 0.67 Nodes (3): GET `/api/v1/clinic-pro/doctor-addresses/{doctorId}`, Path Parameters, Response `200` @@ -3119,36 +3115,44 @@ Cohesion: 0.40 Nodes (5): 37. 🔵 `POST` post, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها ### Community 757 - "Community 757" -Cohesion: 0.40 -Nodes (5): 61. 🔵 `POST` post, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها +Cohesion: 0.50 +Nodes (4): Errors, PATCH `/api/v1/insurance/{id}`, Request Body, Response `200` ### Community 758 - "Community 758" Cohesion: 0.40 Nodes (3): Props, StatTone, TONE ### Community 759 - "Community 759" -Cohesion: 0.18 -Nodes (6): HealthController, RepositoryClassMappingTest, EntityManagerInterface, KernelTestCase, DbLoggerTest, JsonResponse +Cohesion: 0.22 +Nodes (4): RepositoryClassMappingTest, KernelTestCase, LoggerInterface, DbLoggerTest ### Community 761 - "Community 761" -Cohesion: 0.40 -Nodes (5): 41. 🟡 `PATCH` patch, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها +Cohesion: 0.50 +Nodes (4): PUT `/api/v1/insurance-pricing`, Request Body, Response `200`, خطاها + +### Community 762 - "Community 762" +Cohesion: 0.50 +Nodes (4): Errors, POST `/api/v1/admin/province`, Request Body (`application/json`), Response `201` ### Community 763 - "Community 763" Cohesion: 0.33 Nodes (6): GET /api/v1/sms/balance — موجودی حساب پیامک, POST /api/v1/sms/queue — افزودن به صف, ۴. سیستم حساب و صف پیامک, ۴.۱ حساب پیامک (SMS Account), ۴.۲ صف پیامک (SMS Queue), ۴.۳ API پیامک +### Community 764 - "Community 764" +Cohesion: 0.50 +Nodes (4): Errors, PATCH `/api/v1/admin/province/{id}`, Path Parameters, Response `200` + ### Community 765 - "Community 765" -Cohesion: 0.67 -Nodes (3): DELETE `/api/v1/representation/{uuid}`, Errors, Response `200` +Cohesion: 0.50 +Nodes (4): Errors, POST `/api/v1/admin/city`, Request Body (`application/json`), Response `201` ### Community 766 - "Community 766" Cohesion: 0.40 Nodes (5): ۲.۸ تنظیمات نوبت (Appointment Settings), ۲.۸.۱ برنامه هفتگی (Weekly Schedule), ۲.۸.۲ تعطیلات (Holidays), ۲.۸.۳ لغو تعطیل (Date Override), ۲.۸.۴ الگوریتم محاسبه اسلات‌های خالی ### Community 767 - "Community 767" -Cohesion: 0.67 -Nodes (3): 33. 🔵 `POST` image_clinic, هدرهای اضافی, پاسخ‌ها +Cohesion: 0.50 +Nodes (4): Errors, GET `/api/v1/representation/doctors`, Query Parameters, Response `200` ### Community 768 - "Community 768" Cohesion: 0.50 @@ -3162,29 +3166,29 @@ Nodes (4): GET /api/v1/categories/cities — شهرها, GET /api/v1/categories/ Cohesion: 0.50 Nodes (4): ۲.۱۳ نظرات، لایک و امتیازدهی, ۲.۱۳.۱ نظر (Comment), ۲.۱۳.۲ لایک (Like), ۲.۱۳.۳ امتیاز (Rate) +### Community 771 - "Community 771" +Cohesion: 0.67 +Nodes (3): GET `/api/v1/insurance-pricing`, Response `200`, خطاها + +### Community 772 - "Community 772" +Cohesion: 0.67 +Nodes (3): GET `/api/v1/insurances`, Query Parameters, Response `200` + ### Community 773 - "Community 773" -Cohesion: 0.50 -Nodes (4): 38. 🟢 `GET` Unapproved comments, هدرهای اضافی, پارامترهای Query, پاسخ‌ها +Cohesion: 0.67 +Nodes (3): GET `/api/v1/admin/cities`, Query Parameters, Response `200` ### Community 774 - "Community 774" Cohesion: 0.67 Nodes (3): Errors, GET `/api/v1/notification-mobile/{target}`, Response `200` -### Community 780 - "Community 780" -Cohesion: 0.50 -Nodes (4): 39. 🟡 `PATCH` Comment confirmation, مثال Request, هدرهای اضافی, پاسخ‌ها +### Community 775 - "Community 775" +Cohesion: 0.67 +Nodes (3): GET `/api/v1/cities`, Query Parameters, Response `200` -### Community 781 - "Community 781" -Cohesion: 0.50 -Nodes (4): 40. 🔵 `POST` post, مثال Request, هدرهای اضافی, پاسخ‌ها - -### Community 782 - "Community 782" -Cohesion: 0.50 -Nodes (4): 44. 🟢 `GET` list comment, هدرهای اضافی, پارامترهای Query, پاسخ‌ها - -### Community 783 - "Community 783" -Cohesion: 0.43 -Nodes (3): SmsLogRepository, SmsLog, ManagerRegistry +### Community 776 - "Community 776" +Cohesion: 0.67 +Nodes (3): GET `/api/v1/representation/{uuid}/dashboard/yearly`, Query Parameters, Response `200` ### Community 785 - "Community 785" Cohesion: 0.53 @@ -3194,45 +3198,29 @@ Nodes (3): SessionServiceRepository, ManagerRegistry, SessionService Cohesion: 0.50 Nodes (4): 45. 🔵 `POST` post, مثال Request, هدرهای اضافی, پاسخ‌ها -### Community 787 - "Community 787" -Cohesion: 0.50 -Nodes (4): 46. 🟡 `PATCH` patch, مثال Request, هدرهای اضافی, پاسخ‌ها - ### Community 789 - "Community 789" -Cohesion: 0.17 +Cohesion: 0.16 Nodes (5): Authentication, ClinicPro — API Documentation Index, Error Code Reference, Modules, Standard Response Envelope -### Community 791 - "Community 791" -Cohesion: 0.67 -Nodes (3): 34. 🔵 `POST` image logo, هدرهای اضافی, پاسخ‌ها - -### Community 792 - "Community 792" -Cohesion: 0.67 -Nodes (3): 42. 🔴 `DELETE` delete, هدرهای اضافی, پاسخ‌ها - -### Community 793 - "Community 793" -Cohesion: 0.67 -Nodes (3): 43. 🟢 `GET` get, هدرهای اضافی, پاسخ‌ها - ## Knowledge Gaps -- **4282 isolated node(s):** `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps`, `options`, `baseValues` (+4277 more) +- **4286 isolated node(s):** `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps`, `options`, `baseValues` (+4281 more) These have ≤1 connection - possible missing edges or undocumented components. -- **169 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **167 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. ## Suggested Questions _Questions this graph is uniquely positioned to answer:_ - **Why does `Altcha` connect `Community 367` to `Community 485`, `Community 719`?** - _High betweenness centrality (0.078) - this node is a cross-community bridge._ -- **Why does `BaseController` connect `Community 108` to `Community 6`, `Community 7`, `Community 138`, `Community 139`, `Community 14`, `Community 654`, `Community 655`, `Community 15`, `Community 20`, `Community 22`, `Community 26`, `Community 164`, `Community 295`, `Community 424`, `Community 300`, `Community 433`, `Community 308`, `Community 58`, `Community 59`, `Community 318`, `Community 64`, `Community 75`, `Community 77`, `Community 724`, `Community 607`, `Community 480`, `Community 739`, `Community 230`, `Community 104`, `Community 107`, `Community 109`, `Community 494`, `Community 499`, `Community 252`, `Community 245`, `Community 121`, `Community 122`, `Community 380`?** + _High betweenness centrality (0.077) - this node is a cross-community bridge._ +- **Why does `BaseController` connect `Community 108` to `Community 6`, `Community 648`, `Community 138`, `Community 139`, `Community 14`, `Community 654`, `Community 528`, `Community 655`, `Community 15`, `Community 20`, `Community 22`, `Community 26`, `Community 164`, `Community 295`, `Community 424`, `Community 300`, `Community 433`, `Community 308`, `Community 58`, `Community 59`, `Community 318`, `Community 64`, `Community 75`, `Community 77`, `Community 724`, `Community 607`, `Community 480`, `Community 739`, `Community 230`, `Community 104`, `Community 107`, `Community 109`, `Community 494`, `Community 499`, `Community 252`, `Community 245`, `Community 121`, `Community 122`, `Community 380`?** _High betweenness centrality (0.043) - this node is a cross-community bridge._ -- **Why does `Version20260705070546` connect `Community 646` to `Community 419`?** - _High betweenness centrality (0.024) - this node is a cross-community bridge._ +- **Why does `MellatGateway` connect `Community 206` to `Community 40`, `Community 20`, `Community 759`?** + _High betweenness centrality (0.026) - this node is a cross-community bridge._ - **What connects `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps` to the rest of the system?** - _4282 weakly-connected nodes found - possible documentation gaps or missing edges._ + _4286 weakly-connected nodes found - possible documentation gaps or missing edges._ - **Should `Community 0` be split into smaller, more focused modules?** - _Cohesion score 0.055944055944055944 - nodes in this community are weakly interconnected._ + _Cohesion score 0.059743954480796585 - nodes in this community are weakly interconnected._ - **Should `Community 1` be split into smaller, more focused modules?** - _Cohesion score 0.028985507246376812 - nodes in this community are weakly interconnected._ + _Cohesion score 0.028481012658227847 - nodes in this community are weakly interconnected._ - **Should `Community 2` be split into smaller, more focused modules?** _Cohesion score 0.09523809523809523 - nodes in this community are weakly interconnected._ \ No newline at end of file diff --git a/graphify-out/graph.json b/graphify-out/graph.json index 4b713508..d1923942 100644 --- a/graphify-out/graph.json +++ b/graphify-out/graph.json @@ -17,7 +17,7 @@ "label": "ALLOWED_ROLES", "file_type": "code", "source_file": "assets/admin/App.tsx", - "source_location": "L63", + "source_location": "L64", "_origin": "ast", "id": "admin_app_allowed_roles", "community": 0, @@ -27,7 +27,7 @@ "label": "PrivateRoute()", "file_type": "code", "source_file": "assets/admin/App.tsx", - "source_location": "L65", + "source_location": "L66", "_origin": "ast", "id": "admin_app_privateroute", "community": 0, @@ -37,7 +37,7 @@ "label": "PublicRoute()", "file_type": "code", "source_file": "assets/admin/App.tsx", - "source_location": "L102", + "source_location": "L103", "_origin": "ast", "id": "admin_app_publicroute", "community": 0, @@ -47,7 +47,7 @@ "label": "RoleRoute()", "file_type": "code", "source_file": "assets/admin/App.tsx", - "source_location": "L107", + "source_location": "L108", "_origin": "ast", "id": "admin_app_roleroute", "community": 0, @@ -57,7 +57,7 @@ "label": "App()", "file_type": "code", "source_file": "assets/admin/App.tsx", - "source_location": "L121", + "source_location": "L122", "_origin": "ast", "id": "admin_app_app", "community": 0, @@ -70,7 +70,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_freevisitprice", - "community": 63, + "community": 30, "norm_label": "freevisitprice.tsx" }, { @@ -80,7 +80,7 @@ "source_location": "L7", "_origin": "ast", "id": "components_freevisitprice_pricing", - "community": 63, + "community": 30, "norm_label": "pricing" }, { @@ -90,7 +90,7 @@ "source_location": "L9", "_origin": "ast", "id": "components_freevisitprice_freevisitprice", - "community": 63, + "community": 30, "norm_label": "freevisitprice()" }, { @@ -130,7 +130,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_patientrecordinfoform_test", - "community": 265, + "community": 416, "norm_label": "patientrecordinfoform.test.tsx" }, { @@ -140,7 +140,7 @@ "source_location": "L9", "_origin": "ast", "id": "components_patientrecordinfoform_test_options", - "community": 265, + "community": 416, "norm_label": "options" }, { @@ -150,7 +150,7 @@ "source_location": "L19", "_origin": "ast", "id": "components_patientrecordinfoform_test_basevalues", - "community": 265, + "community": 416, "norm_label": "basevalues" }, { @@ -160,7 +160,7 @@ "source_location": "L40", "_origin": "ast", "id": "components_patientrecordinfoform_test_setup", - "community": 265, + "community": 416, "norm_label": "setup()" }, { @@ -170,7 +170,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_patientrecordinfoform", - "community": 265, + "community": 416, "norm_label": "patientrecordinfoform.tsx" }, { @@ -180,7 +180,7 @@ "source_location": "L17", "_origin": "ast", "id": "components_patientrecordinfoform_patientformschema", - "community": 265, + "community": 416, "norm_label": "patientformschema" }, { @@ -190,7 +190,7 @@ "source_location": "L38", "_origin": "ast", "id": "components_patientrecordinfoform_patientformvalues", - "community": 265, + "community": 416, "norm_label": "patientformvalues" }, { @@ -200,7 +200,7 @@ "source_location": "L40", "_origin": "ast", "id": "components_patientrecordinfoform_patientformoptions", - "community": 265, + "community": 416, "norm_label": "patientformoptions" }, { @@ -210,7 +210,7 @@ "source_location": "L50", "_origin": "ast", "id": "components_patientrecordinfoform_props", - "community": 265, + "community": 416, "norm_label": "props" }, { @@ -220,7 +220,7 @@ "source_location": "L60", "_origin": "ast", "id": "components_patientrecordinfoform_grid", - "community": 265, + "community": 416, "norm_label": "grid" }, { @@ -230,7 +230,7 @@ "source_location": "L66", "_origin": "ast", "id": "components_patientrecordinfoform_patientrecordinfoform", - "community": 265, + "community": 416, "norm_label": "patientrecordinfoform()" }, { @@ -350,7 +350,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_tenantinsurancecontracts", - "community": 33, + "community": 416, "norm_label": "tenantinsurancecontracts.tsx" }, { @@ -360,7 +360,7 @@ "source_location": "L9", "_origin": "ast", "id": "components_tenantinsurancecontracts_contract", - "community": 33, + "community": 416, "norm_label": "contract" }, { @@ -370,7 +370,7 @@ "source_location": "L20", "_origin": "ast", "id": "components_tenantinsurancecontracts_insuranceoption", - "community": 33, + "community": 416, "norm_label": "insuranceoption" }, { @@ -380,7 +380,7 @@ "source_location": "L26", "_origin": "ast", "id": "components_tenantinsurancecontracts_kind_label", - "community": 33, + "community": 416, "norm_label": "kind_label" }, { @@ -390,7 +390,7 @@ "source_location": "L31", "_origin": "ast", "id": "components_tenantinsurancecontracts_tenantinsurancecontracts", - "community": 33, + "community": 416, "norm_label": "tenantinsurancecontracts()" }, { @@ -420,7 +420,7 @@ "source_location": "L1", "_origin": "ast", "id": "layout_settingslayout_test", - "community": 0, + "community": 13, "norm_label": "settingslayout.test.tsx" }, { @@ -430,7 +430,7 @@ "source_location": "L1", "_origin": "ast", "id": "layout_settingslayout", - "community": 0, + "community": 13, "norm_label": "settingslayout.tsx" }, { @@ -440,7 +440,7 @@ "source_location": "L14", "_origin": "ast", "id": "layout_settingslayout_settingsmenuitem", - "community": 0, + "community": 13, "norm_label": "settingsmenuitem" }, { @@ -450,7 +450,7 @@ "source_location": "L23", "_origin": "ast", "id": "layout_settingslayout_settings_menu", - "community": 0, + "community": 13, "norm_label": "settings_menu" }, { @@ -460,7 +460,7 @@ "source_location": "L38", "_origin": "ast", "id": "layout_settingslayout_menuforrole", - "community": 0, + "community": 13, "norm_label": "menuforrole()" }, { @@ -470,7 +470,7 @@ "source_location": "L43", "_origin": "ast", "id": "layout_settingslayout_itemstyle", - "community": 0, + "community": 13, "norm_label": "itemstyle()" }, { @@ -480,7 +480,7 @@ "source_location": "L55", "_origin": "ast", "id": "layout_settingslayout_menurow", - "community": 0, + "community": 13, "norm_label": "menurow()" }, { @@ -490,7 +490,7 @@ "source_location": "L91", "_origin": "ast", "id": "layout_settingslayout_settingslayout", - "community": 0, + "community": 13, "norm_label": "settingslayout()" }, { @@ -650,7 +650,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_appointmentstatusdropdown", - "community": 13, + "community": 49, "norm_label": "appointmentstatusdropdown.tsx" }, { @@ -660,7 +660,7 @@ "source_location": "L8", "_origin": "ast", "id": "ui_appointmentstatusdropdown_status_meta", - "community": 13, + "community": 49, "norm_label": "status_meta" }, { @@ -670,7 +670,7 @@ "source_location": "L18", "_origin": "ast", "id": "ui_appointmentstatusdropdown_transitions", - "community": 13, + "community": 49, "norm_label": "transitions" }, { @@ -680,7 +680,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_appointmentstatusdropdown_props", - "community": 13, + "community": 49, "norm_label": "props" }, { @@ -690,7 +690,7 @@ "source_location": "L30", "_origin": "ast", "id": "ui_appointmentstatusdropdown_appointmentstatusdropdown", - "community": 13, + "community": 49, "norm_label": "appointmentstatusdropdown()" }, { @@ -780,7 +780,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_featuregate", - "community": 8, + "community": 13, "norm_label": "featuregate.tsx" }, { @@ -790,7 +790,7 @@ "source_location": "L6", "_origin": "ast", "id": "ui_featuregate_featuregateprops", - "community": 8, + "community": 13, "norm_label": "featuregateprops" }, { @@ -800,7 +800,7 @@ "source_location": "L11", "_origin": "ast", "id": "ui_featuregate_featuregate", - "community": 8, + "community": 13, "norm_label": "featuregate()" }, { @@ -810,7 +810,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_field", - "community": 265, + "community": 416, "norm_label": "field.tsx" }, { @@ -820,7 +820,7 @@ "source_location": "L3", "_origin": "ast", "id": "ui_field_props", - "community": 265, + "community": 416, "norm_label": "props" }, { @@ -830,7 +830,7 @@ "source_location": "L16", "_origin": "ast", "id": "ui_field_field", - "community": 265, + "community": 416, "norm_label": "field()" }, { @@ -840,7 +840,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_input", - "community": 265, + "community": 416, "norm_label": "input.tsx" }, { @@ -850,7 +850,7 @@ "source_location": "L3", "_origin": "ast", "id": "ui_input_props", - "community": 265, + "community": 416, "norm_label": "props" }, { @@ -860,7 +860,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_inputfield_test", - "community": 265, + "community": 416, "norm_label": "inputfield.test.tsx" }, { @@ -870,7 +870,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_invitedoctormodal", - "community": 30, + "community": 21, "norm_label": "invitedoctormodal.tsx" }, { @@ -880,7 +880,7 @@ "source_location": "L13", "_origin": "ast", "id": "ui_invitedoctormodal_inviteschema", - "community": 30, + "community": 21, "norm_label": "inviteschema" }, { @@ -890,7 +890,7 @@ "source_location": "L18", "_origin": "ast", "id": "ui_invitedoctormodal_inviteform", - "community": 30, + "community": 21, "norm_label": "inviteform" }, { @@ -900,7 +900,7 @@ "source_location": "L20", "_origin": "ast", "id": "ui_invitedoctormodal_props", - "community": 30, + "community": 21, "norm_label": "props" }, { @@ -910,7 +910,7 @@ "source_location": "L26", "_origin": "ast", "id": "ui_invitedoctormodal_invitedoctormodal", - "community": 30, + "community": 21, "norm_label": "invitedoctormodal()" }, { @@ -920,7 +920,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_mobileinput", - "community": 30, + "community": 62, "norm_label": "mobileinput.tsx" }, { @@ -930,7 +930,7 @@ "source_location": "L4", "_origin": "ast", "id": "ui_mobileinput_props", - "community": 30, + "community": 62, "norm_label": "props" }, { @@ -940,7 +940,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_modal", - "community": 416, + "community": 286, "norm_label": "modal.tsx" }, { @@ -950,7 +950,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_modal_modalsize", - "community": 416, + "community": 286, "norm_label": "modalsize" }, { @@ -960,7 +960,7 @@ "source_location": "L7", "_origin": "ast", "id": "ui_modal_sizemap", - "community": 416, + "community": 286, "norm_label": "sizemap" }, { @@ -970,7 +970,7 @@ "source_location": "L14", "_origin": "ast", "id": "ui_modal_props", - "community": 416, + "community": 286, "norm_label": "props" }, { @@ -980,7 +980,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_modal_modal", - "community": 416, + "community": 286, "norm_label": "modal()" }, { @@ -1030,7 +1030,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_pageheader", - "community": 416, + "community": 63, "norm_label": "pageheader.tsx" }, { @@ -1040,7 +1040,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_pageheader_crumb", - "community": 416, + "community": 63, "norm_label": "crumb" }, { @@ -1050,7 +1050,7 @@ "source_location": "L10", "_origin": "ast", "id": "ui_pageheader_props", - "community": 416, + "community": 63, "norm_label": "props" }, { @@ -1060,7 +1060,7 @@ "source_location": "L17", "_origin": "ast", "id": "ui_pageheader_pageheader", - "community": 416, + "community": 63, "norm_label": "pageheader()" }, { @@ -1210,7 +1210,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_persiandateinput", - "community": 30, + "community": 63, "norm_label": "persiandateinput.tsx" }, { @@ -1220,7 +1220,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_persiandateinput_props", - "community": 30, + "community": 63, "norm_label": "props" }, { @@ -1230,7 +1230,7 @@ "source_location": "L15", "_origin": "ast", "id": "ui_persiandateinput_persiandateinput", - "community": 30, + "community": 63, "norm_label": "persiandateinput()" }, { @@ -1240,7 +1240,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_persiandatepicker", - "community": 62, + "community": 416, "norm_label": "persiandatepicker.tsx" }, { @@ -1250,7 +1250,7 @@ "source_location": "L6", "_origin": "ast", "id": "ui_persiandatepicker_props", - "community": 62, + "community": 416, "norm_label": "props" }, { @@ -1260,7 +1260,7 @@ "source_location": "L16", "_origin": "ast", "id": "ui_persiandatepicker_persiandatepicker", - "community": 62, + "community": 416, "norm_label": "persiandatepicker()" }, { @@ -1270,7 +1270,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_portal", - "community": 340, + "community": 62, "norm_label": "portal.tsx" }, { @@ -1280,7 +1280,7 @@ "source_location": "L4", "_origin": "ast", "id": "ui_portal_portal", - "community": 340, + "community": 62, "norm_label": "portal()" }, { @@ -1400,7 +1400,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_searchableselect", - "community": 33, + "community": 416, "norm_label": "searchableselect.tsx" }, { @@ -1410,7 +1410,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_searchableselect_selectoption", - "community": 265, + "community": 416, "norm_label": "selectoption" }, { @@ -1420,7 +1420,7 @@ "source_location": "L10", "_origin": "ast", "id": "ui_searchableselect_props", - "community": 33, + "community": 416, "norm_label": "props" }, { @@ -1430,7 +1430,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_searchableselect_searchableselect", - "community": 33, + "community": 416, "norm_label": "searchableselect()" }, { @@ -1670,7 +1670,7 @@ "source_location": "L1", "_origin": "ast", "id": "hooks_usepaymentconfig", - "community": 13, + "community": 63, "norm_label": "usepaymentconfig.ts" }, { @@ -1680,7 +1680,7 @@ "source_location": "L5", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentgatewayinfo", - "community": 13, + "community": 63, "norm_label": "paymentgatewayinfo" }, { @@ -1690,7 +1690,7 @@ "source_location": "L10", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentconfig", - "community": 13, + "community": 63, "norm_label": "paymentconfig" }, { @@ -1750,7 +1750,7 @@ "source_location": "L7", "_origin": "ast", "id": "hooks_usesubscription_usesubscription", - "community": 8, + "community": 13, "norm_label": "usesubscription()" }, { @@ -2090,7 +2090,7 @@ "source_location": "L5", "_origin": "ast", "id": "lib_utils_rialtotoman", - "community": 33, + "community": 30, "norm_label": "rialtotoman()" }, { @@ -2100,7 +2100,7 @@ "source_location": "L6", "_origin": "ast", "id": "lib_utils_tomantorial", - "community": 63, + "community": 30, "norm_label": "tomantorial()" }, { @@ -2140,7 +2140,7 @@ "source_location": "L25", "_origin": "ast", "id": "lib_utils_formatdate", - "community": 62, + "community": 63, "norm_label": "formatdate()" }, { @@ -2150,7 +2150,7 @@ "source_location": "L33", "_origin": "ast", "id": "lib_utils_formatdatetime", - "community": 62, + "community": 30, "norm_label": "formatdatetime()" }, { @@ -2260,7 +2260,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_accountsettingspage", - "community": 0, + "community": 13, "norm_label": "accountsettingspage.tsx" }, { @@ -2270,7 +2270,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_accountsettingspage_role_labels", - "community": 0, + "community": 13, "norm_label": "role_labels" }, { @@ -2280,7 +2280,7 @@ "source_location": "L17", "_origin": "ast", "id": "pages_accountsettingspage_schema", - "community": 0, + "community": 13, "norm_label": "schema" }, { @@ -2290,7 +2290,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_accountsettingspage_form", - "community": 0, + "community": 13, "norm_label": "form" }, { @@ -2300,7 +2300,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_accountsettingspage_accountsettingspage", - "community": 0, + "community": 13, "norm_label": "accountsettingspage()" }, { @@ -2310,7 +2310,7 @@ "source_location": "L103", "_origin": "ast", "id": "pages_accountsettingspage_passwordfield", - "community": 0, + "community": 13, "norm_label": "passwordfield()" }, { @@ -2320,7 +2320,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_adminsubscriptionpage", - "community": 416, + "community": 63, "norm_label": "adminsubscriptionpage.tsx" }, { @@ -2330,7 +2330,7 @@ "source_location": "L19", "_origin": "ast", "id": "pages_adminsubscriptionpage_reportrow", - "community": 416, + "community": 63, "norm_label": "reportrow" }, { @@ -2340,7 +2340,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_adminsubscriptionpage_planschema", - "community": 416, + "community": 63, "norm_label": "planschema" }, { @@ -2350,7 +2350,7 @@ "source_location": "L40", "_origin": "ast", "id": "pages_adminsubscriptionpage_planform", - "community": 416, + "community": 63, "norm_label": "planform" }, { @@ -2360,7 +2360,7 @@ "source_location": "L42", "_origin": "ast", "id": "pages_adminsubscriptionpage_periodschema", - "community": 416, + "community": 63, "norm_label": "periodschema" }, { @@ -2370,7 +2370,7 @@ "source_location": "L51", "_origin": "ast", "id": "pages_adminsubscriptionpage_periodform", - "community": 416, + "community": 63, "norm_label": "periodform" }, { @@ -2380,7 +2380,7 @@ "source_location": "L55", "_origin": "ast", "id": "pages_adminsubscriptionpage_feature_labels", - "community": 416, + "community": 63, "norm_label": "feature_labels" }, { @@ -2390,7 +2390,7 @@ "source_location": "L62", "_origin": "ast", "id": "pages_adminsubscriptionpage_feature_keys", - "community": 416, + "community": 63, "norm_label": "feature_keys" }, { @@ -2400,7 +2400,7 @@ "source_location": "L64", "_origin": "ast", "id": "pages_adminsubscriptionpage_emptyfeatures", - "community": 416, + "community": 63, "norm_label": "emptyfeatures()" }, { @@ -2410,7 +2410,7 @@ "source_location": "L67", "_origin": "ast", "id": "pages_adminsubscriptionpage_plan_display", - "community": 416, + "community": 63, "norm_label": "plan_display" }, { @@ -2420,7 +2420,7 @@ "source_location": "L75", "_origin": "ast", "id": "pages_adminsubscriptionpage_switchtoggle", - "community": 416, + "community": 63, "norm_label": "switchtoggle" }, { @@ -2430,7 +2430,7 @@ "source_location": "L88", "_origin": "ast", "id": "pages_adminsubscriptionpage_planstab", - "community": 416, + "community": 63, "norm_label": "planstab()" }, { @@ -2440,7 +2440,7 @@ "source_location": "L371", "_origin": "ast", "id": "pages_adminsubscriptionpage_reporttab", - "community": 416, + "community": 63, "norm_label": "reporttab()" }, { @@ -2450,7 +2450,7 @@ "source_location": "L437", "_origin": "ast", "id": "pages_adminsubscriptionpage_adminsubscriptionpage", - "community": 416, + "community": 63, "norm_label": "adminsubscriptionpage()" }, { @@ -2460,7 +2460,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_appointmentdetailpage", - "community": 62, + "community": 30, "norm_label": "appointmentdetailpage.tsx" }, { @@ -2470,7 +2470,7 @@ "source_location": "L15", "_origin": "ast", "id": "pages_appointmentdetailpage_all_statuses", - "community": 62, + "community": 30, "norm_label": "all_statuses" }, { @@ -2480,7 +2480,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_appointmentdetailpage_timeof", - "community": 62, + "community": 30, "norm_label": "timeof()" }, { @@ -2490,7 +2490,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_appointmentdetailpage_inforow", - "community": 62, + "community": 30, "norm_label": "inforow()" }, { @@ -2500,7 +2500,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_appointmentdetailpage_appointmentdetailpage", - "community": 62, + "community": 30, "norm_label": "appointmentdetailpage()" }, { @@ -2530,7 +2530,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_appointmentsettingspage", - "community": 0, + "community": 13, "norm_label": "appointmentsettingspage.tsx" }, { @@ -2540,7 +2540,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_appointmentsettingspage_appointmentsettingspage", - "community": 0, + "community": 13, "norm_label": "appointmentsettingspage()" }, { @@ -2840,7 +2840,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_blogformpage", - "community": 33, + "community": 13, "norm_label": "blogformpage.tsx" }, { @@ -2850,7 +2850,7 @@ "source_location": "L17", "_origin": "ast", "id": "pages_blogformpage_schema", - "community": 33, + "community": 13, "norm_label": "schema" }, { @@ -2860,7 +2860,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_blogformpage_formdata", - "community": 33, + "community": 13, "norm_label": "formdata" }, { @@ -2870,7 +2870,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_blogformpage_uploadblogimage", - "community": 33, + "community": 13, "norm_label": "uploadblogimage()" }, { @@ -2880,7 +2880,7 @@ "source_location": "L46", "_origin": "ast", "id": "pages_blogformpage_blogformpage", - "community": 33, + "community": 13, "norm_label": "blogformpage()" }, { @@ -3350,7 +3350,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_clinicdetailpage", - "community": 30, + "community": 21, "norm_label": "clinicdetailpage.tsx" }, { @@ -3360,7 +3360,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_clinicdetailpage_hues_list", - "community": 30, + "community": 21, "norm_label": "hues_list" }, { @@ -3370,7 +3370,7 @@ "source_location": "L36", "_origin": "ast", "id": "pages_clinicdetailpage_iran_center", - "community": 30, + "community": 21, "norm_label": "iran_center" }, { @@ -3380,7 +3380,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_clinicdetailpage_clinicinvitation", - "community": 30, + "community": 21, "norm_label": "clinicinvitation" }, { @@ -3390,7 +3390,7 @@ "source_location": "L54", "_origin": "ast", "id": "pages_clinicdetailpage_clinicdoctoritem", - "community": 30, + "community": 21, "norm_label": "clinicdoctoritem" }, { @@ -3400,7 +3400,7 @@ "source_location": "L62", "_origin": "ast", "id": "pages_clinicdetailpage_clinicaddress", - "community": 30, + "community": 21, "norm_label": "clinicaddress" }, { @@ -3410,7 +3410,7 @@ "source_location": "L71", "_origin": "ast", "id": "pages_clinicdetailpage_opt", - "community": 30, + "community": 21, "norm_label": "opt" }, { @@ -3420,7 +3420,7 @@ "source_location": "L72", "_origin": "ast", "id": "pages_clinicdetailpage_optuuid", - "community": 30, + "community": 21, "norm_label": "optuuid" }, { @@ -3430,7 +3430,7 @@ "source_location": "L76", "_origin": "ast", "id": "pages_clinicdetailpage_urlorempty", - "community": 30, + "community": 21, "norm_label": "urlorempty" }, { @@ -3440,7 +3440,7 @@ "source_location": "L78", "_origin": "ast", "id": "pages_clinicdetailpage_editschema", - "community": 30, + "community": 21, "norm_label": "editschema" }, { @@ -3450,7 +3450,7 @@ "source_location": "L92", "_origin": "ast", "id": "pages_clinicdetailpage_editform", - "community": 30, + "community": 21, "norm_label": "editform" }, { @@ -3460,7 +3460,7 @@ "source_location": "L96", "_origin": "ast", "id": "pages_clinicdetailpage_searchableselectfield", - "community": 30, + "community": 21, "norm_label": "searchableselectfield()" }, { @@ -3470,7 +3470,7 @@ "source_location": "L190", "_origin": "ast", "id": "pages_clinicdetailpage_multichecklist", - "community": 30, + "community": 21, "norm_label": "multichecklist()" }, { @@ -3480,7 +3480,7 @@ "source_location": "L234", "_origin": "ast", "id": "pages_clinicdetailpage_mapclickhandler", - "community": 30, + "community": 21, "norm_label": "mapclickhandler()" }, { @@ -3490,7 +3490,7 @@ "source_location": "L238", "_origin": "ast", "id": "pages_clinicdetailpage_mapflycontroller", - "community": 30, + "community": 21, "norm_label": "mapflycontroller()" }, { @@ -3500,7 +3500,7 @@ "source_location": "L243", "_origin": "ast", "id": "pages_clinicdetailpage_mappicker", - "community": 30, + "community": 21, "norm_label": "mappicker()" }, { @@ -3510,7 +3510,7 @@ "source_location": "L267", "_origin": "ast", "id": "pages_clinicdetailpage_geocodecity", - "community": 30, + "community": 21, "norm_label": "geocodecity()" }, { @@ -3520,7 +3520,7 @@ "source_location": "L279", "_origin": "ast", "id": "pages_clinicdetailpage_editmodal", - "community": 30, + "community": 21, "norm_label": "editmodal()" }, { @@ -3530,7 +3530,7 @@ "source_location": "L465", "_origin": "ast", "id": "pages_clinicdetailpage_inv_status_map", - "community": 30, + "community": 21, "norm_label": "inv_status_map" }, { @@ -3540,7 +3540,7 @@ "source_location": "L476", "_origin": "ast", "id": "pages_clinicdetailpage_clinicdetailpage", - "community": 30, + "community": 21, "norm_label": "clinicdetailpage()" }, { @@ -3550,7 +3550,7 @@ "source_location": "L1340", "_origin": "ast", "id": "pages_clinicdetailpage_infotile", - "community": 30, + "community": 21, "norm_label": "infotile()" }, { @@ -3740,7 +3740,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_clinicspage", - "community": 340, + "community": 62, "norm_label": "clinicspage.tsx" }, { @@ -3750,7 +3750,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_clinicspage_hues_list", - "community": 340, + "community": 62, "norm_label": "hues_list" }, { @@ -3760,7 +3760,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_clinicspage_addschema", - "community": 340, + "community": 62, "norm_label": "addschema" }, { @@ -3770,7 +3770,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_clinicspage_addform", - "community": 340, + "community": 62, "norm_label": "addform" }, { @@ -3780,7 +3780,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_clinicspage_clinicspage", - "community": 340, + "community": 21, "norm_label": "clinicspage()" }, { @@ -4190,7 +4190,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_doctorclaimspage", - "community": 416, + "community": 286, "norm_label": "doctorclaimspage.tsx" }, { @@ -4200,7 +4200,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_doctorclaimspage_doctorclaim", - "community": 416, + "community": 286, "norm_label": "doctorclaim" }, { @@ -4210,7 +4210,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_doctorclaimspage_filters", - "community": 416, + "community": 286, "norm_label": "filters" }, { @@ -4220,7 +4220,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_doctorclaimspage_status_badge", - "community": 416, + "community": 286, "norm_label": "status_badge" }, { @@ -4230,7 +4230,7 @@ "source_location": "L36", "_origin": "ast", "id": "pages_doctorclaimspage_method_label", - "community": 416, + "community": 286, "norm_label": "method_label" }, { @@ -4240,7 +4240,7 @@ "source_location": "L42", "_origin": "ast", "id": "pages_doctorclaimspage_doctorclaimspage", - "community": 416, + "community": 286, "norm_label": "doctorclaimspage()" }, { @@ -4500,7 +4500,7 @@ "source_location": "L151", "_origin": "ast", "id": "pages_doctordetailpage_topersiannums", - "community": 658, + "community": 1, "norm_label": "topersiannums()" }, { @@ -4510,7 +4510,7 @@ "source_location": "L154", "_origin": "ast", "id": "pages_doctordetailpage_gtoj", - "community": 658, + "community": 1, "norm_label": "gtoj()" }, { @@ -4530,7 +4530,7 @@ "source_location": "L163", "_origin": "ast", "id": "pages_doctordetailpage_formatpersiandate", - "community": 658, + "community": 1, "norm_label": "formatpersiandate()" }, { @@ -4540,7 +4540,7 @@ "source_location": "L168", "_origin": "ast", "id": "pages_doctordetailpage_jfirstdayofweek", - "community": 658, + "community": 1, "norm_label": "jfirstdayofweek()" }, { @@ -4550,7 +4550,7 @@ "source_location": "L173", "_origin": "ast", "id": "pages_doctordetailpage_todaygregorian", - "community": 658, + "community": 1, "norm_label": "todaygregorian()" }, { @@ -4560,7 +4560,7 @@ "source_location": "L177", "_origin": "ast", "id": "pages_doctordetailpage_persiandateinput", - "community": 658, + "community": 1, "norm_label": "persiandateinput()" }, { @@ -4610,7 +4610,7 @@ "source_location": "L312", "_origin": "ast", "id": "pages_doctordetailpage_parseminutes", - "community": 676, + "community": 1, "norm_label": "parseminutes()" }, { @@ -4620,7 +4620,7 @@ "source_location": "L317", "_origin": "ast", "id": "pages_doctordetailpage_hasoverlap", - "community": 676, + "community": 1, "norm_label": "hasoverlap()" }, { @@ -4630,7 +4630,7 @@ "source_location": "L326", "_origin": "ast", "id": "pages_doctordetailpage_addminutes", - "community": 676, + "community": 1, "norm_label": "addminutes()" }, { @@ -4640,7 +4640,7 @@ "source_location": "L333", "_origin": "ast", "id": "pages_doctordetailpage_calcslotcount", - "community": 676, + "community": 1, "norm_label": "calcslotcount()" }, { @@ -4860,7 +4860,7 @@ "source_location": "L1105", "_origin": "ast", "id": "pages_doctordetailpage_sessioneditor", - "community": 676, + "community": 1, "norm_label": "sessioneditor()" }, { @@ -5060,7 +5060,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_doctorformpage", - "community": 30, + "community": 416, "norm_label": "doctorformpage.tsx" }, { @@ -5070,7 +5070,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_doctorformpage_specialtyoption", - "community": 30, + "community": 416, "norm_label": "specialtyoption" }, { @@ -5080,7 +5080,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_doctorformpage_schema", - "community": 30, + "community": 416, "norm_label": "schema" }, { @@ -5090,7 +5090,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_doctorformpage_formvalues", - "community": 30, + "community": 416, "norm_label": "formvalues" }, { @@ -5100,7 +5100,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_doctorformpage_degree_options", - "community": 30, + "community": 416, "norm_label": "degree_options" }, { @@ -5110,7 +5110,7 @@ "source_location": "L46", "_origin": "ast", "id": "pages_doctorformpage_gender_options", - "community": 30, + "community": 416, "norm_label": "gender_options" }, { @@ -5120,7 +5120,7 @@ "source_location": "L53", "_origin": "ast", "id": "pages_doctorformpage_field", - "community": 30, + "community": 416, "norm_label": "field()" }, { @@ -5130,7 +5130,7 @@ "source_location": "L76", "_origin": "ast", "id": "pages_doctorformpage_selectedentry", - "community": 30, + "community": 416, "norm_label": "selectedentry" }, { @@ -5140,7 +5140,7 @@ "source_location": "L78", "_origin": "ast", "id": "pages_doctorformpage_specialtypicker", - "community": 30, + "community": 416, "norm_label": "specialtypicker()" }, { @@ -5150,7 +5150,7 @@ "source_location": "L258", "_origin": "ast", "id": "pages_doctorformpage_doctorformpage", - "community": 30, + "community": 416, "norm_label": "doctorformpage()" }, { @@ -5160,7 +5160,7 @@ "source_location": "L442", "_origin": "ast", "id": "pages_doctorformpage_sectionheader", - "community": 30, + "community": 416, "norm_label": "sectionheader()" }, { @@ -5190,7 +5190,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_doctorspage", - "community": 0, + "community": 416, "norm_label": "doctorspage.tsx" }, { @@ -5200,7 +5200,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_doctorspage_admindoctor", - "community": 0, + "community": 416, "norm_label": "admindoctor" }, { @@ -5210,7 +5210,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_doctorspage_doctorstats", - "community": 0, + "community": 416, "norm_label": "doctorstats" }, { @@ -5220,7 +5220,7 @@ "source_location": "L49", "_origin": "ast", "id": "pages_doctorspage_specialtyoption", - "community": 0, + "community": 416, "norm_label": "specialtyoption" }, { @@ -5230,7 +5230,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_doctorspage_hues_list", - "community": 0, + "community": 416, "norm_label": "hues_list" }, { @@ -5240,7 +5240,7 @@ "source_location": "L59", "_origin": "ast", "id": "pages_doctorspage_degree_badge", - "community": 0, + "community": 416, "norm_label": "degree_badge" }, { @@ -5250,7 +5250,7 @@ "source_location": "L66", "_origin": "ast", "id": "pages_doctorspage_degree_label", - "community": 0, + "community": 416, "norm_label": "degree_label" }, { @@ -5260,7 +5260,7 @@ "source_location": "L73", "_origin": "ast", "id": "pages_doctorspage_doctoravatar", - "community": 0, + "community": 416, "norm_label": "doctoravatar()" }, { @@ -5270,7 +5270,7 @@ "source_location": "L97", "_origin": "ast", "id": "pages_doctorspage_doctorspage", - "community": 0, + "community": 416, "norm_label": "doctorspage()" }, { @@ -5280,7 +5280,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_financialreportpage", - "community": 62, + "community": 416, "norm_label": "financialreportpage.tsx" }, { @@ -5290,7 +5290,7 @@ "source_location": "L11", "_origin": "ast", "id": "pages_financialreportpage_daystart", - "community": 62, + "community": 416, "norm_label": "daystart()" }, { @@ -5300,7 +5300,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_financialreportpage_dayend", - "community": 62, + "community": 416, "norm_label": "dayend()" }, { @@ -5310,7 +5310,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_financialreportpage_breakdown", - "community": 62, + "community": 416, "norm_label": "breakdown" }, { @@ -5320,7 +5320,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_financialreportpage_summary", - "community": 62, + "community": 416, "norm_label": "summary" }, { @@ -5330,7 +5330,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_financialreportpage_source_label", - "community": 62, + "community": 416, "norm_label": "source_label" }, { @@ -5340,7 +5340,7 @@ "source_location": "L46", "_origin": "ast", "id": "pages_financialreportpage_financialreportpage", - "community": 62, + "community": 416, "norm_label": "financialreportpage()" }, { @@ -5390,7 +5390,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_loginpage", - "community": 0, + "community": 13, "norm_label": "loginpage.tsx" }, { @@ -5400,7 +5400,7 @@ "source_location": "L10", "_origin": "ast", "id": "pages_loginpage_mode", - "community": 0, + "community": 13, "norm_label": "mode" }, { @@ -5410,7 +5410,7 @@ "source_location": "L11", "_origin": "ast", "id": "pages_loginpage_smsstep", - "community": 0, + "community": 13, "norm_label": "smsstep" }, { @@ -5420,7 +5420,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_loginpage_forgotstep", - "community": 0, + "community": 13, "norm_label": "forgotstep" }, { @@ -5430,7 +5430,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_loginpage_loginpage", - "community": 0, + "community": 13, "norm_label": "loginpage()" }, { @@ -5500,7 +5500,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_myclinicpage", - "community": 0, + "community": 13, "norm_label": "myclinicpage.tsx" }, { @@ -5510,7 +5510,7 @@ "source_location": "L6", "_origin": "ast", "id": "pages_myclinicpage_myclinicpagecontent", - "community": 0, + "community": 13, "norm_label": "myclinicpagecontent()" }, { @@ -5520,7 +5520,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_myclinicpage_myclinicpage", - "community": 0, + "community": 13, "norm_label": "myclinicpage()" }, { @@ -5840,7 +5840,7 @@ "source_location": "L1814", "_origin": "ast", "id": "pages_mypatientspage_visitsummarycard", - "community": 62, + "community": 63, "norm_label": "visitsummarycard()" }, { @@ -5850,7 +5850,7 @@ "source_location": "L1883", "_origin": "ast", "id": "pages_mypatientspage_visitdetailmodal", - "community": 62, + "community": 63, "norm_label": "visitdetailmodal()" }, { @@ -5880,7 +5880,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_mysecretariespage", - "community": 8, + "community": 62, "norm_label": "mysecretariespage.tsx" }, { @@ -5890,7 +5890,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_mysecretariespage_default_permissions", - "community": 8, + "community": 62, "norm_label": "default_permissions" }, { @@ -5900,7 +5900,7 @@ "source_location": "L45", "_origin": "ast", "id": "pages_mysecretariespage_permsection", - "community": 8, + "community": 62, "norm_label": "permsection" }, { @@ -5910,7 +5910,7 @@ "source_location": "L47", "_origin": "ast", "id": "pages_mysecretariespage_permission_labels", - "community": 8, + "community": 62, "norm_label": "permission_labels" }, { @@ -5920,7 +5920,7 @@ "source_location": "L87", "_origin": "ast", "id": "pages_mysecretariespage_all_actions", - "community": 8, + "community": 62, "norm_label": "all_actions" }, { @@ -5930,7 +5930,7 @@ "source_location": "L95", "_origin": "ast", "id": "pages_mysecretariespage_action_headers", - "community": 8, + "community": 62, "norm_label": "action_headers" }, { @@ -5940,7 +5940,7 @@ "source_location": "L104", "_origin": "ast", "id": "pages_mysecretariespage_permissionsmatrix", - "community": 8, + "community": 62, "norm_label": "permissionsmatrix()" }, { @@ -5950,7 +5950,7 @@ "source_location": "L248", "_origin": "ast", "id": "pages_mysecretariespage_createschema", - "community": 8, + "community": 62, "norm_label": "createschema" }, { @@ -5960,7 +5960,7 @@ "source_location": "L252", "_origin": "ast", "id": "pages_mysecretariespage_createform", - "community": 8, + "community": 62, "norm_label": "createform" }, { @@ -5970,7 +5970,7 @@ "source_location": "L254", "_origin": "ast", "id": "pages_mysecretariespage_clinicdoctor", - "community": 8, + "community": 62, "norm_label": "clinicdoctor" }, { @@ -5980,7 +5980,7 @@ "source_location": "L261", "_origin": "ast", "id": "pages_mysecretariespage_mysecretariespagecontent", - "community": 8, + "community": 13, "norm_label": "mysecretariespagecontent()" }, { @@ -5990,7 +5990,7 @@ "source_location": "L790", "_origin": "ast", "id": "pages_mysecretariespage_mysecretariespage", - "community": 8, + "community": 13, "norm_label": "mysecretariespage()" }, { @@ -6103,6 +6103,116 @@ "community": 33, "norm_label": "newsessionpage()" }, + { + "label": "PatientDetailPage.test.tsx", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "pages_patientdetailpage_test", + "community": 13, + "norm_label": "patientdetailpage.test.tsx" + }, + { + "label": "get", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L14", + "_origin": "ast", + "id": "pages_patientdetailpage_test_get", + "community": 13, + "norm_label": "get" + }, + { + "label": "renderDetail()", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L28", + "_origin": "ast", + "id": "pages_patientdetailpage_test_renderdetail", + "community": 13, + "norm_label": "renderdetail()" + }, + { + "label": "PatientDetailPage.tsx", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "pages_patientdetailpage", + "community": 0, + "norm_label": "patientdetailpage.tsx" + }, + { + "label": "TabKey", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L14", + "_origin": "ast", + "id": "pages_patientdetailpage_tabkey", + "community": 0, + "norm_label": "tabkey" + }, + { + "label": "TABS", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "pages_patientdetailpage_tabs", + "community": 0, + "norm_label": "tabs" + }, + { + "label": "GENDER_LABEL", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L28", + "_origin": "ast", + "id": "pages_patientdetailpage_gender_label", + "community": 0, + "norm_label": "gender_label" + }, + { + "label": "Placeholder()", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L30", + "_origin": "ast", + "id": "pages_patientdetailpage_placeholder", + "community": 0, + "norm_label": "placeholder()" + }, + { + "label": "InfoRow()", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L38", + "_origin": "ast", + "id": "pages_patientdetailpage_inforow", + "community": 0, + "norm_label": "inforow()" + }, + { + "label": "PatientDetailPage()", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L48", + "_origin": "ast", + "id": "pages_patientdetailpage_patientdetailpage", + "community": 0, + "norm_label": "patientdetailpage()" + }, + { + "label": "TabList()", + "file_type": "code", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L130", + "_origin": "ast", + "id": "pages_patientdetailpage_tablist", + "community": 0, + "norm_label": "tablist()" + }, { "label": "PatientRecordFormPage.test.tsx", "file_type": "code", @@ -6140,7 +6250,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_patientrecordformpage", - "community": 13, + "community": 0, "norm_label": "patientrecordformpage.tsx" }, { @@ -6150,7 +6260,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_patientrecordformpage_referral_options", - "community": 13, + "community": 0, "norm_label": "referral_options" }, { @@ -6160,7 +6270,7 @@ "source_location": "L16", "_origin": "ast", "id": "pages_patientrecordformpage_schema", - "community": 13, + "community": 0, "norm_label": "schema" }, { @@ -6170,7 +6280,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_patientrecordformpage_form", - "community": 13, + "community": 0, "norm_label": "form" }, { @@ -6180,7 +6290,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_patientrecordformpage_toepoch", - "community": 13, + "community": 0, "norm_label": "toepoch()" }, { @@ -6190,7 +6300,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_patientrecordformpage_fromepoch", - "community": 13, + "community": 0, "norm_label": "fromepoch()" }, { @@ -6200,7 +6310,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_patientrecordformpage_patientrecordformpage", - "community": 13, + "community": 0, "norm_label": "patientrecordformpage()" }, { @@ -6270,7 +6380,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_paymentdetailpage", - "community": 62, + "community": 63, "norm_label": "paymentdetailpage.tsx" }, { @@ -6280,7 +6390,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_paymentdetailpage_payment_type_labels", - "community": 62, + "community": 63, "norm_label": "payment_type_labels" }, { @@ -6290,7 +6400,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_paymentdetailpage_inforow", - "community": 62, + "community": 63, "norm_label": "inforow()" }, { @@ -6300,7 +6410,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_paymentdetailpage_paymentdetailpage", - "community": 62, + "community": 63, "norm_label": "paymentdetailpage()" }, { @@ -6410,7 +6520,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_preregistrationspage", - "community": 340, + "community": 62, "norm_label": "preregistrationspage.tsx" }, { @@ -6420,7 +6530,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_preregistrationspage_preregistration", - "community": 340, + "community": 62, "norm_label": "preregistration" }, { @@ -6430,7 +6540,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_preregistrationspage_empty", - "community": 340, + "community": 62, "norm_label": "empty" }, { @@ -6440,7 +6550,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_preregistrationspage_type_meta", - "community": 340, + "community": 62, "norm_label": "type_meta" }, { @@ -6450,7 +6560,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_preregistrationspage_status_meta", - "community": 340, + "community": 62, "norm_label": "status_meta" }, { @@ -6460,7 +6570,7 @@ "source_location": "L38", "_origin": "ast", "id": "pages_preregistrationspage_status_tabs", - "community": 340, + "community": 62, "norm_label": "status_tabs" }, { @@ -6470,7 +6580,7 @@ "source_location": "L45", "_origin": "ast", "id": "pages_preregistrationspage_preregistrationspage", - "community": 340, + "community": 62, "norm_label": "preregistrationspage()" }, { @@ -6580,7 +6690,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_representationfinancepage", - "community": 21, + "community": 63, "norm_label": "representationfinancepage.tsx" }, { @@ -6590,7 +6700,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_representationfinancepage_financerow", - "community": 21, + "community": 63, "norm_label": "financerow" }, { @@ -6600,7 +6710,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_representationfinancepage_rangekey", - "community": 21, + "community": 63, "norm_label": "rangekey" }, { @@ -6610,7 +6720,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_representationfinancepage_rangefrom", - "community": 21, + "community": 63, "norm_label": "rangefrom()" }, { @@ -6620,7 +6730,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_representationfinancepage_ranges", - "community": 21, + "community": 63, "norm_label": "ranges" }, { @@ -6630,7 +6740,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_representationfinancepage_representationfinancepage", - "community": 21, + "community": 63, "norm_label": "representationfinancepage()" }, { @@ -6640,7 +6750,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_representationprofilepage", - "community": 666, + "community": 0, "norm_label": "representationprofilepage.tsx" }, { @@ -6650,7 +6760,7 @@ "source_location": "L10", "_origin": "ast", "id": "pages_representationprofilepage_tojalali", - "community": 666, + "community": 0, "norm_label": "tojalali()" }, { @@ -6660,7 +6770,7 @@ "source_location": "L21", "_origin": "ast", "id": "pages_representationprofilepage_tolatindigits", - "community": 666, + "community": 0, "norm_label": "tolatindigits()" }, { @@ -6670,7 +6780,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_representationprofilepage_isvalidirannationalcode", - "community": 666, + "community": 0, "norm_label": "isvalidirannationalcode()" }, { @@ -6680,7 +6790,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_representationprofilepage_isvalidiraniban", - "community": 666, + "community": 0, "norm_label": "isvalidiraniban()" }, { @@ -6690,7 +6800,7 @@ "source_location": "L49", "_origin": "ast", "id": "pages_representationprofilepage_ibanitem", - "community": 666, + "community": 0, "norm_label": "ibanitem" }, { @@ -6700,7 +6810,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_representationprofilepage_repprofile", - "community": 666, + "community": 0, "norm_label": "repprofile" }, { @@ -6710,7 +6820,7 @@ "source_location": "L67", "_origin": "ast", "id": "pages_representationprofilepage_unwrap", - "community": 666, + "community": 0, "norm_label": "unwrap()" }, { @@ -6720,7 +6830,7 @@ "source_location": "L69", "_origin": "ast", "id": "pages_representationprofilepage_representationprofilepage", - "community": 666, + "community": 0, "norm_label": "representationprofilepage()" }, { @@ -6920,7 +7030,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_selectcontextpage", - "community": 0, + "community": 13, "norm_label": "selectcontextpage.tsx" }, { @@ -6930,7 +7040,7 @@ "source_location": "L5", "_origin": "ast", "id": "pages_selectcontextpage_role_labels", - "community": 0, + "community": 13, "norm_label": "role_labels" }, { @@ -6940,7 +7050,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_selectcontextpage_type_icons", - "community": 0, + "community": 13, "norm_label": "type_icons" }, { @@ -6950,7 +7060,7 @@ "source_location": "L18", "_origin": "ast", "id": "pages_selectcontextpage_selectcontextpage", - "community": 0, + "community": 13, "norm_label": "selectcontextpage()" }, { @@ -6960,7 +7070,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_settingsmenupage_test", - "community": 0, + "community": 13, "norm_label": "settingsmenupage.test.tsx" }, { @@ -6970,7 +7080,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_settingsmenupage", - "community": 0, + "community": 13, "norm_label": "settingsmenupage.tsx" }, { @@ -6980,7 +7090,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_settingsmenupage_settingsmenupage", - "community": 0, + "community": 13, "norm_label": "settingsmenupage()" }, { @@ -6990,7 +7100,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_settingspage", - "community": 33, + "community": 30, "norm_label": "settingspage.tsx" }, { @@ -7000,7 +7110,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_settingspage_taxhistoryrow", - "community": 33, + "community": 30, "norm_label": "taxhistoryrow" }, { @@ -7010,7 +7120,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_settingspage_schema", - "community": 33, + "community": 30, "norm_label": "schema" }, { @@ -7020,7 +7130,7 @@ "source_location": "L50", "_origin": "ast", "id": "pages_settingspage_formvalues", - "community": 33, + "community": 30, "norm_label": "formvalues" }, { @@ -7030,7 +7140,7 @@ "source_location": "L52", "_origin": "ast", "id": "pages_settingspage_settings", - "community": 33, + "community": 30, "norm_label": "settings" }, { @@ -7040,7 +7150,7 @@ "source_location": "L56", "_origin": "ast", "id": "pages_settingspage_toform", - "community": 33, + "community": 30, "norm_label": "toform()" }, { @@ -7050,7 +7160,7 @@ "source_location": "L84", "_origin": "ast", "id": "pages_settingspage_sectionid", - "community": 33, + "community": 30, "norm_label": "sectionid" }, { @@ -7060,7 +7170,7 @@ "source_location": "L86", "_origin": "ast", "id": "pages_settingspage_sectiondef", - "community": 33, + "community": 30, "norm_label": "sectiondef" }, { @@ -7070,7 +7180,7 @@ "source_location": "L95", "_origin": "ast", "id": "pages_settingspage_sections", - "community": 33, + "community": 30, "norm_label": "sections" }, { @@ -7080,7 +7190,7 @@ "source_location": "L105", "_origin": "ast", "id": "pages_settingspage_sectionhead", - "community": 33, + "community": 30, "norm_label": "sectionhead()" }, { @@ -7090,7 +7200,7 @@ "source_location": "L117", "_origin": "ast", "id": "pages_settingspage_toggle", - "community": 33, + "community": 30, "norm_label": "toggle()" }, { @@ -7100,7 +7210,7 @@ "source_location": "L126", "_origin": "ast", "id": "pages_settingspage_field", - "community": 33, + "community": 30, "norm_label": "field()" }, { @@ -7110,7 +7220,7 @@ "source_location": "L146", "_origin": "ast", "id": "pages_settingspage_settingspage", - "community": 33, + "community": 30, "norm_label": "settingspage()" }, { @@ -7120,7 +7230,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_settlementdetailpage", - "community": 0, + "community": 30, "norm_label": "settlementdetailpage.tsx" }, { @@ -7130,7 +7240,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_settlementdetailpage_settlementdetail", - "community": 0, + "community": 30, "norm_label": "settlementdetail" }, { @@ -7140,7 +7250,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_settlementdetailpage_row", - "community": 0, + "community": 30, "norm_label": "row()" }, { @@ -7150,7 +7260,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_settlementdetailpage_settlementdetailpage", - "community": 0, + "community": 30, "norm_label": "settlementdetailpage()" }, { @@ -7570,7 +7680,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_tagssettingspage", - "community": 416, + "community": 286, "norm_label": "tagssettingspage.tsx" }, { @@ -7580,7 +7690,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_tagssettingspage_tenanttag", - "community": 416, + "community": 286, "norm_label": "tenanttag" }, { @@ -7590,7 +7700,7 @@ "source_location": "L16", "_origin": "ast", "id": "pages_tagssettingspage_schema", - "community": 416, + "community": 286, "norm_label": "schema" }, { @@ -7600,7 +7710,7 @@ "source_location": "L20", "_origin": "ast", "id": "pages_tagssettingspage_form", - "community": 416, + "community": 286, "norm_label": "form" }, { @@ -7610,7 +7720,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_tagssettingspage_empty", - "community": 416, + "community": 286, "norm_label": "empty" }, { @@ -7620,7 +7730,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_tagssettingspage_tagssettingspage", - "community": 416, + "community": 286, "norm_label": "tagssettingspage()" }, { @@ -7920,7 +8030,7 @@ "source_location": "L1", "_origin": "ast", "id": "stores_authstore_test", - "community": 0, + "community": 13, "norm_label": "authstore.test.ts" }, { @@ -7930,7 +8040,7 @@ "source_location": "L4", "_origin": "ast", "id": "stores_authstore_test_initial", - "community": 0, + "community": 13, "norm_label": "initial" }, { @@ -7940,7 +8050,7 @@ "source_location": "L6", "_origin": "ast", "id": "stores_authstore_test_jsonres", - "community": 0, + "community": 13, "norm_label": "jsonres()" }, { @@ -7950,7 +8060,7 @@ "source_location": "L1", "_origin": "ast", "id": "stores_authstore", - "community": 0, + "community": 13, "norm_label": "authstore.ts" }, { @@ -7960,7 +8070,7 @@ "source_location": "L4", "_origin": "ast", "id": "stores_authstore_contextitem", - "community": 0, + "community": 13, "norm_label": "contextitem" }, { @@ -7970,7 +8080,7 @@ "source_location": "L14", "_origin": "ast", "id": "stores_authstore_authstate", - "community": 0, + "community": 13, "norm_label": "authstate" }, { @@ -7980,7 +8090,7 @@ "source_location": "L34", "_origin": "ast", "id": "stores_authstore_gettoken", - "community": 0, + "community": 13, "norm_label": "gettoken()" }, { @@ -7990,7 +8100,7 @@ "source_location": "L44", "_origin": "ast", "id": "stores_authstore_apifetch", - "community": 0, + "community": 13, "norm_label": "apifetch()" }, { @@ -8000,7 +8110,7 @@ "source_location": "L57", "_origin": "ast", "id": "stores_authstore_useauthstore", - "community": 0, + "community": 13, "norm_label": "useauthstore" }, { @@ -8190,7 +8300,7 @@ "source_location": "L40", "_origin": "ast", "id": "types_index_clinic", - "community": 340, + "community": 62, "norm_label": "clinic" }, { @@ -8200,7 +8310,7 @@ "source_location": "L51", "_origin": "ast", "id": "types_index_clinicdetail", - "community": 30, + "community": 21, "norm_label": "clinicdetail" }, { @@ -8210,7 +8320,7 @@ "source_location": "L82", "_origin": "ast", "id": "types_index_appointmentstatus", - "community": 62, + "community": 30, "norm_label": "appointmentstatus" }, { @@ -8220,7 +8330,7 @@ "source_location": "L91", "_origin": "ast", "id": "types_index_appointment", - "community": 62, + "community": 30, "norm_label": "appointment" }, { @@ -8420,7 +8530,7 @@ "source_location": "L300", "_origin": "ast", "id": "types_index_blog", - "community": 33, + "community": 13, "norm_label": "blog" }, { @@ -8580,7 +8690,7 @@ "source_location": "L516", "_origin": "ast", "id": "types_index_patientrecord", - "community": 13, + "community": 0, "norm_label": "patientrecord" }, { @@ -9830,7 +9940,7 @@ "source_location": "", "_origin": "ast", "id": "abstractmigration", - "community": 419, + "community": 583, "norm_label": "abstractmigration" }, { @@ -12830,7 +12940,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260622173707", - "community": 419, + "community": 661, "norm_label": "version20260622173707.php" }, { @@ -12840,7 +12950,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260622173707_version20260622173707", - "community": 419, + "community": 661, "norm_label": "version20260622173707" }, { @@ -12850,7 +12960,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260622173707_version20260622173707_getdescription", - "community": 419, + "community": 661, "norm_label": ".getdescription()" }, { @@ -12860,7 +12970,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260622173707_version20260622173707_up", - "community": 419, + "community": 661, "norm_label": ".up()" }, { @@ -12870,7 +12980,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260622173707_php_schema", - "community": 419, + "community": 661, "norm_label": "schema" }, { @@ -12880,7 +12990,7 @@ "source_location": "L27", "_origin": "ast", "id": "migrations_version20260622173707_version20260622173707_down", - "community": 419, + "community": 661, "norm_label": ".down()" }, { @@ -13910,7 +14020,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260628173151", - "community": 593, + "community": 583, "norm_label": "version20260628173151.php" }, { @@ -13920,7 +14030,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260628173151_version20260628173151", - "community": 593, + "community": 583, "norm_label": "version20260628173151" }, { @@ -13930,7 +14040,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260628173151_version20260628173151_getdescription", - "community": 593, + "community": 583, "norm_label": ".getdescription()" }, { @@ -13940,7 +14050,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260628173151_version20260628173151_up", - "community": 593, + "community": 583, "norm_label": ".up()" }, { @@ -13950,7 +14060,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260628173151_php_schema", - "community": 593, + "community": 583, "norm_label": "schema" }, { @@ -13960,7 +14070,7 @@ "source_location": "L30", "_origin": "ast", "id": "migrations_version20260628173151_version20260628173151_down", - "community": 593, + "community": 583, "norm_label": ".down()" }, { @@ -18210,7 +18320,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_dateoverriderepository", - "community": 14, + "community": 593, "norm_label": "dateoverriderepository.php" }, { @@ -18220,7 +18330,7 @@ "source_location": "L10", "_origin": "ast", "id": "repository_dateoverriderepository_dateoverriderepository", - "community": 14, + "community": 593, "norm_label": "dateoverriderepository" }, { @@ -18230,7 +18340,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_dateoverriderepository_dateoverriderepository_construct", - "community": 14, + "community": 593, "norm_label": ".__construct()" }, { @@ -18240,7 +18350,7 @@ "source_location": "L12", "_origin": "ast", "id": "src_appointment_repository_dateoverriderepository_php_managerregistry", - "community": 14, + "community": 593, "norm_label": "managerregistry" }, { @@ -18250,7 +18360,7 @@ "source_location": "L17", "_origin": "ast", "id": "repository_dateoverriderepository_dateoverriderepository_findbyuuid", - "community": 14, + "community": 593, "norm_label": ".findbyuuid()" }, { @@ -18260,7 +18370,7 @@ "source_location": "L17", "_origin": "ast", "id": "dateoverride", - "community": 14, + "community": 593, "norm_label": "dateoverride" }, { @@ -18270,7 +18380,7 @@ "source_location": "L23", "_origin": "ast", "id": "repository_dateoverriderepository_dateoverriderepository_findbydoctor", - "community": 14, + "community": 593, "norm_label": ".findbydoctor()" }, { @@ -18280,7 +18390,7 @@ "source_location": "L23", "_origin": "ast", "id": "src_appointment_repository_dateoverriderepository_php_doctor", - "community": 14, + "community": 593, "norm_label": "doctor" }, { @@ -18290,7 +18400,7 @@ "source_location": "L28", "_origin": "ast", "id": "repository_dateoverriderepository_dateoverriderepository_save", - "community": 14, + "community": 593, "norm_label": ".save()" }, { @@ -18300,7 +18410,7 @@ "source_location": "L34", "_origin": "ast", "id": "repository_dateoverriderepository_dateoverriderepository_remove", - "community": 14, + "community": 593, "norm_label": ".remove()" }, { @@ -18560,7 +18670,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_appointmentexpiryservice", - "community": 762, + "community": 40, "norm_label": "appointmentexpiryservice.php" }, { @@ -18570,7 +18680,7 @@ "source_location": "L10", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice", - "community": 762, + "community": 40, "norm_label": "appointmentexpiryservice" }, { @@ -18580,7 +18690,7 @@ "source_location": "L12", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice_construct", - "community": 762, + "community": 40, "norm_label": ".__construct()" }, { @@ -18590,7 +18700,7 @@ "source_location": "L23", "_origin": "ast", "id": "service_appointmentexpiryservice_appointmentexpiryservice_expirestale", - "community": 762, + "community": 40, "norm_label": ".expirestale()" }, { @@ -18820,7 +18930,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_systemownercommand", - "community": 435, + "community": 479, "norm_label": "systemownercommand.php" }, { @@ -18830,7 +18940,7 @@ "source_location": "L25", "_origin": "ast", "id": "command_systemownercommand_systemownercommand", - "community": 435, + "community": 479, "norm_label": "systemownercommand" }, { @@ -18840,7 +18950,7 @@ "source_location": "L31", "_origin": "ast", "id": "command_systemownercommand_systemownercommand_construct", - "community": 435, + "community": 479, "norm_label": ".__construct()" }, { @@ -18850,7 +18960,7 @@ "source_location": "L38", "_origin": "ast", "id": "command_systemownercommand_systemownercommand_configure", - "community": 435, + "community": 479, "norm_label": ".configure()" }, { @@ -18860,7 +18970,7 @@ "source_location": "L47", "_origin": "ast", "id": "command_systemownercommand_systemownercommand_execute", - "community": 435, + "community": 479, "norm_label": ".execute()" }, { @@ -18870,7 +18980,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_auth_command_systemownercommand_php_inputinterface", - "community": 435, + "community": 479, "norm_label": "inputinterface" }, { @@ -18880,7 +18990,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_auth_command_systemownercommand_php_outputinterface", - "community": 435, + "community": 479, "norm_label": "outputinterface" }, { @@ -20370,7 +20480,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_otpservice", - "community": 783, + "community": 407, "norm_label": "otpservice.php" }, { @@ -21710,7 +21820,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_invoiceitemrepository", - "community": 53, + "community": 632, "norm_label": "invoiceitemrepository.php" }, { @@ -21720,7 +21830,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository", - "community": 53, + "community": 632, "norm_label": "invoiceitemrepository" }, { @@ -21730,7 +21840,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_construct", - "community": 53, + "community": 632, "norm_label": ".__construct()" }, { @@ -21740,7 +21850,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_billing_repository_invoiceitemrepository_php_managerregistry", - "community": 53, + "community": 632, "norm_label": "managerregistry" }, { @@ -21750,7 +21860,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_save", - "community": 53, + "community": 632, "norm_label": ".save()" }, { @@ -21760,7 +21870,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_billing_repository_invoiceitemrepository_php_invoiceitem", - "community": 53, + "community": 632, "norm_label": "invoiceitem" }, { @@ -21770,7 +21880,7 @@ "source_location": "L29", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", - "community": 53, + "community": 632, "norm_label": ".detailsforids()" }, { @@ -22810,7 +22920,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_seedcategoriescommand", - "community": 435, + "community": 658, "norm_label": "seedcategoriescommand.php" }, { @@ -22820,7 +22930,7 @@ "source_location": "L22", "_origin": "ast", "id": "command_seedcategoriescommand_seedcategoriescommand", - "community": 435, + "community": 658, "norm_label": "seedcategoriescommand" }, { @@ -22830,7 +22940,7 @@ "source_location": "L28", "_origin": "ast", "id": "command_seedcategoriescommand_seedcategoriescommand_construct", - "community": 435, + "community": 658, "norm_label": ".__construct()" }, { @@ -22840,7 +22950,7 @@ "source_location": "L35", "_origin": "ast", "id": "command_seedcategoriescommand_seedcategoriescommand_execute", - "community": 435, + "community": 658, "norm_label": ".execute()" }, { @@ -22850,7 +22960,7 @@ "source_location": "L35", "_origin": "ast", "id": "src_category_command_seedcategoriescommand_php_inputinterface", - "community": 435, + "community": 658, "norm_label": "inputinterface" }, { @@ -22860,7 +22970,7 @@ "source_location": "L35", "_origin": "ast", "id": "src_category_command_seedcategoriescommand_php_outputinterface", - "community": 435, + "community": 658, "norm_label": "outputinterface" }, { @@ -26590,7 +26700,7 @@ "source_location": "L1", "_origin": "ast", "id": "command_fixirimcnamescommand", - "community": 528, + "community": 435, "norm_label": "fixirimcnamescommand.php" }, { @@ -26600,7 +26710,7 @@ "source_location": "L22", "_origin": "ast", "id": "command_fixirimcnamescommand_fixirimcnamescommand", - "community": 528, + "community": 435, "norm_label": "fixirimcnamescommand" }, { @@ -26610,7 +26720,7 @@ "source_location": "L28", "_origin": "ast", "id": "command_fixirimcnamescommand_fixirimcnamescommand_construct", - "community": 528, + "community": 435, "norm_label": ".__construct()" }, { @@ -26620,7 +26730,7 @@ "source_location": "L33", "_origin": "ast", "id": "command_fixirimcnamescommand_fixirimcnamescommand_configure", - "community": 528, + "community": 435, "norm_label": ".configure()" }, { @@ -26630,7 +26740,7 @@ "source_location": "L38", "_origin": "ast", "id": "command_fixirimcnamescommand_fixirimcnamescommand_execute", - "community": 528, + "community": 435, "norm_label": ".execute()" }, { @@ -26640,7 +26750,7 @@ "source_location": "L38", "_origin": "ast", "id": "src_doctor_command_fixirimcnamescommand_php_inputinterface", - "community": 528, + "community": 435, "norm_label": "inputinterface" }, { @@ -26650,7 +26760,7 @@ "source_location": "L38", "_origin": "ast", "id": "src_doctor_command_fixirimcnamescommand_php_outputinterface", - "community": 528, + "community": 435, "norm_label": "outputinterface" }, { @@ -28530,7 +28640,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_doctorclaimservice", - "community": 479, + "community": 275, "norm_label": "doctorclaimservice.php" }, { @@ -28540,7 +28650,7 @@ "source_location": "L28", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice", - "community": 479, + "community": 275, "norm_label": "doctorclaimservice" }, { @@ -28550,7 +28660,7 @@ "source_location": "L34", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_construct", - "community": 479, + "community": 275, "norm_label": ".__construct()" }, { @@ -28560,7 +28670,7 @@ "source_location": "L41", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_claim", - "community": 479, + "community": 275, "norm_label": ".claim()" }, { @@ -28570,7 +28680,7 @@ "source_location": "L41", "_origin": "ast", "id": "src_doctor_service_doctorclaimservice_php_doctor", - "community": 479, + "community": 275, "norm_label": "doctor" }, { @@ -28580,7 +28690,7 @@ "source_location": "L41", "_origin": "ast", "id": "src_doctor_service_doctorclaimservice_php_user", - "community": 479, + "community": 275, "norm_label": "user" }, { @@ -28590,7 +28700,7 @@ "source_location": "L41", "_origin": "ast", "id": "doctorclaimrequest", - "community": 479, + "community": 275, "norm_label": "doctorclaimrequest" }, { @@ -28600,7 +28710,7 @@ "source_location": "L89", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_transferbyadmin", - "community": 479, + "community": 275, "norm_label": ".transferbyadmin()" }, { @@ -28610,7 +28720,7 @@ "source_location": "L124", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_verifyidentity", - "community": 479, + "community": 275, "norm_label": ".verifyidentity()" }, { @@ -28620,7 +28730,7 @@ "source_location": "L150", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_finalize", - "community": 479, + "community": 275, "norm_label": ".finalize()" }, { @@ -28630,7 +28740,7 @@ "source_location": "L189", "_origin": "ast", "id": "service_doctorclaimservice_doctorclaimservice_revert", - "community": 479, + "community": 275, "norm_label": ".revert()" }, { @@ -28780,7 +28890,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_doctorservicecontroller", - "community": 7, + "community": 528, "norm_label": "doctorservicecontroller.php" }, { @@ -28790,7 +28900,7 @@ "source_location": "L16", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller", - "community": 7, + "community": 528, "norm_label": "doctorservicecontroller" }, { @@ -28800,7 +28910,7 @@ "source_location": "L19", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_construct", - "community": 7, + "community": 528, "norm_label": ".__construct()" }, { @@ -28810,7 +28920,7 @@ "source_location": "L24", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_list", - "community": 7, + "community": 528, "norm_label": ".list()" }, { @@ -28820,7 +28930,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_request", - "community": 7, + "community": 528, "norm_label": "request" }, { @@ -28830,7 +28940,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_jsonresponse", - "community": 7, + "community": 528, "norm_label": "jsonresponse" }, { @@ -28840,7 +28950,7 @@ "source_location": "L37", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_create", - "community": 7, + "community": 528, "norm_label": ".create()" }, { @@ -28850,7 +28960,7 @@ "source_location": "L62", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_update", - "community": 7, + "community": 528, "norm_label": ".update()" }, { @@ -28860,7 +28970,7 @@ "source_location": "L85", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_delete", - "community": 7, + "community": 528, "norm_label": ".delete()" }, { @@ -28870,7 +28980,7 @@ "source_location": "L98", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_adminlist", - "community": 7, + "community": 528, "norm_label": ".adminlist()" }, { @@ -28880,7 +28990,7 @@ "source_location": "L130", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_slugify", - "community": 7, + "community": 528, "norm_label": ".slugify()" }, { @@ -30220,7 +30330,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_doctorinsurancerepository", - "community": 632, + "community": 53, "norm_label": "doctorinsurancerepository.php" }, { @@ -30230,7 +30340,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository", - "community": 632, + "community": 53, "norm_label": "doctorinsurancerepository" }, { @@ -30240,7 +30350,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository_construct", - "community": 632, + "community": 53, "norm_label": ".__construct()" }, { @@ -30250,7 +30360,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_insurance_repository_doctorinsurancerepository_php_managerregistry", - "community": 632, + "community": 53, "norm_label": "managerregistry" }, { @@ -30260,7 +30370,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository_save", - "community": 632, + "community": 53, "norm_label": ".save()" }, { @@ -30270,7 +30380,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_insurance_repository_doctorinsurancerepository_php_doctorinsurance", - "community": 632, + "community": 53, "norm_label": "doctorinsurance" }, { @@ -30280,7 +30390,7 @@ "source_location": "L24", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository_remove", - "community": 632, + "community": 53, "norm_label": ".remove()" }, { @@ -33790,7 +33900,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_gatewayfactory", - "community": 206, + "community": 490, "norm_label": "gatewayfactory.php" }, { @@ -33800,7 +33910,7 @@ "source_location": "L14", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory", - "community": 206, + "community": 490, "norm_label": "gatewayfactory" }, { @@ -33810,7 +33920,7 @@ "source_location": "L25", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_construct", - "community": 206, + "community": 490, "norm_label": ".__construct()" }, { @@ -33820,7 +33930,7 @@ "source_location": "L25", "_origin": "ast", "id": "mellatgateway", - "community": 206, + "community": 490, "norm_label": "mellatgateway" }, { @@ -33830,7 +33940,7 @@ "source_location": "L25", "_origin": "ast", "id": "sepgateway", - "community": 206, + "community": 490, "norm_label": "sepgateway" }, { @@ -33840,7 +33950,7 @@ "source_location": "L37", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_istestmode", - "community": 206, + "community": 490, "norm_label": ".istestmode()" }, { @@ -33850,7 +33960,7 @@ "source_location": "L43", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_ismellatsandbox", - "community": 206, + "community": 490, "norm_label": ".ismellatsandbox()" }, { @@ -33860,7 +33970,7 @@ "source_location": "L52", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_resolve", - "community": 206, + "community": 490, "norm_label": ".resolve()" }, { @@ -33880,7 +33990,7 @@ "source_location": "L68", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_isenabled", - "community": 206, + "community": 490, "norm_label": ".isenabled()" }, { @@ -33890,7 +34000,7 @@ "source_location": "L80", "_origin": "ast", "id": "gateway_gatewayfactory_gatewayfactory_activegateways", - "community": 206, + "community": 490, "norm_label": ".activegateways()" }, { @@ -33900,7 +34010,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_mellatgateway", - "community": 677, + "community": 759, "norm_label": "mellatgateway.php" }, { @@ -34170,7 +34280,7 @@ "source_location": "L367", "_origin": "ast", "id": "gateway_mellatgateway_mellatgateway_time", - "community": 16, + "community": 40, "norm_label": ".time()" }, { @@ -34610,7 +34720,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_paymentlogrepository", - "community": 53, + "community": 666, "norm_label": "paymentlogrepository.php" }, { @@ -34620,7 +34730,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository", - "community": 53, + "community": 666, "norm_label": "paymentlogrepository" }, { @@ -34630,7 +34740,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository_construct", - "community": 53, + "community": 666, "norm_label": ".__construct()" }, { @@ -34640,7 +34750,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_payment_repository_paymentlogrepository_php_managerregistry", - "community": 53, + "community": 666, "norm_label": "managerregistry" }, { @@ -34650,7 +34760,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository_save", - "community": 53, + "community": 666, "norm_label": ".save()" }, { @@ -34660,7 +34770,7 @@ "source_location": "L16", "_origin": "ast", "id": "paymentlog", - "community": 53, + "community": 666, "norm_label": "paymentlog" }, { @@ -39070,7 +39180,7 @@ "source_location": "L1", "_origin": "ast", "id": "captcha_captchacontroller", - "community": 108, + "community": 648, "norm_label": "captchacontroller.php" }, { @@ -39080,7 +39190,7 @@ "source_location": "L10", "_origin": "ast", "id": "captcha_captchacontroller_captchacontroller", - "community": 108, + "community": 648, "norm_label": "captchacontroller" }, { @@ -39090,7 +39200,7 @@ "source_location": "L13", "_origin": "ast", "id": "captcha_captchacontroller_captchacontroller_construct", - "community": 108, + "community": 648, "norm_label": ".__construct()" }, { @@ -39100,7 +39210,7 @@ "source_location": "L15", "_origin": "ast", "id": "captcha_captchacontroller_captchacontroller_challenge", - "community": 108, + "community": 648, "norm_label": ".challenge()" }, { @@ -39110,7 +39220,7 @@ "source_location": "L15", "_origin": "ast", "id": "src_shared_captcha_captchacontroller_php_jsonresponse", - "community": 108, + "community": 648, "norm_label": "jsonresponse" }, { @@ -39120,7 +39230,7 @@ "source_location": "L32", "_origin": "ast", "id": "captcha_captchacontroller_captchacontroller_config", - "community": 108, + "community": 648, "norm_label": ".config()" }, { @@ -39520,7 +39630,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_healthcontroller", - "community": 759, + "community": 479, "norm_label": "healthcontroller.php" }, { @@ -39530,7 +39640,7 @@ "source_location": "L10", "_origin": "ast", "id": "controller_healthcontroller_healthcontroller", - "community": 759, + "community": 479, "norm_label": "healthcontroller" }, { @@ -39540,7 +39650,7 @@ "source_location": "L12", "_origin": "ast", "id": "controller_healthcontroller_healthcontroller_construct", - "community": 759, + "community": 479, "norm_label": ".__construct()" }, { @@ -39550,7 +39660,7 @@ "source_location": "L17", "_origin": "ast", "id": "controller_healthcontroller_healthcontroller_invoke", - "community": 759, + "community": 479, "norm_label": ".__invoke()" }, { @@ -39560,7 +39670,7 @@ "source_location": "L17", "_origin": "ast", "id": "src_shared_controller_healthcontroller_php_jsonresponse", - "community": 759, + "community": 479, "norm_label": "jsonresponse" }, { @@ -40190,7 +40300,7 @@ "source_location": "", "_origin": "ast", "id": "loggerinterface", - "community": 677, + "community": 759, "norm_label": "loggerinterface" }, { @@ -40320,7 +40430,7 @@ "source_location": "L1", "_origin": "ast", "id": "logging_logpruneservice", - "community": 764, + "community": 689, "norm_label": "logpruneservice.php" }, { @@ -40330,7 +40440,7 @@ "source_location": "L11", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice", - "community": 764, + "community": 689, "norm_label": "logpruneservice" }, { @@ -40340,7 +40450,7 @@ "source_location": "L13", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice_construct", - "community": 764, + "community": 689, "norm_label": ".__construct()" }, { @@ -40350,7 +40460,7 @@ "source_location": "L19", "_origin": "ast", "id": "logging_logpruneservice_logpruneservice_prunebyretention", - "community": 764, + "community": 689, "norm_label": ".prunebyretention()" }, { @@ -40460,7 +40570,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_apiirservice", - "community": 677, + "community": 759, "norm_label": "apiirservice.php" }, { @@ -41920,7 +42030,7 @@ "source_location": "L1", "_origin": "ast", "id": "entity_smswallet", - "community": 16, + "community": 40, "norm_label": "smswallet.php" }, { @@ -41930,7 +42040,7 @@ "source_location": "L8", "_origin": "ast", "id": "entity_smswallet_smswallet", - "community": 16, + "community": 40, "norm_label": "smswallet" }, { @@ -41940,7 +42050,7 @@ "source_location": "L33", "_origin": "ast", "id": "entity_smswallet_smswallet_construct", - "community": 16, + "community": 40, "norm_label": ".__construct()" }, { @@ -41950,7 +42060,7 @@ "source_location": "L41", "_origin": "ast", "id": "entity_smswallet_smswallet_getid", - "community": 16, + "community": 40, "norm_label": ".getid()" }, { @@ -41960,7 +42070,7 @@ "source_location": "L42", "_origin": "ast", "id": "entity_smswallet_smswallet_getentitytype", - "community": 16, + "community": 40, "norm_label": ".getentitytype()" }, { @@ -41970,7 +42080,7 @@ "source_location": "L43", "_origin": "ast", "id": "entity_smswallet_smswallet_getentityid", - "community": 16, + "community": 40, "norm_label": ".getentityid()" }, { @@ -41980,7 +42090,7 @@ "source_location": "L44", "_origin": "ast", "id": "entity_smswallet_smswallet_getbalancerials", - "community": 16, + "community": 40, "norm_label": ".getbalancerials()" }, { @@ -41990,7 +42100,7 @@ "source_location": "L46", "_origin": "ast", "id": "entity_smswallet_smswallet_credit", - "community": 16, + "community": 40, "norm_label": ".credit()" }, { @@ -42000,7 +42110,7 @@ "source_location": "L52", "_origin": "ast", "id": "entity_smswallet_smswallet_debit", - "community": 16, + "community": 40, "norm_label": ".debit()" }, { @@ -42160,7 +42270,7 @@ "source_location": "L1", "_origin": "ast", "id": "provider_kavehnegarprovider", - "community": 677, + "community": 759, "norm_label": "kavehnegarprovider.php" }, { @@ -42360,7 +42470,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_smslogrepository", - "community": 783, + "community": 407, "norm_label": "smslogrepository.php" }, { @@ -42370,7 +42480,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_smslogrepository_smslogrepository", - "community": 783, + "community": 407, "norm_label": "smslogrepository" }, { @@ -42380,7 +42490,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_smslogrepository_smslogrepository_construct", - "community": 783, + "community": 407, "norm_label": ".__construct()" }, { @@ -42390,7 +42500,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_sms_repository_smslogrepository_php_managerregistry", - "community": 783, + "community": 407, "norm_label": "managerregistry" }, { @@ -42400,7 +42510,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_smslogrepository_smslogrepository_save", - "community": 783, + "community": 407, "norm_label": ".save()" }, { @@ -42410,7 +42520,7 @@ "source_location": "L12", "_origin": "ast", "id": "smslog", - "community": 783, + "community": 407, "norm_label": "smslog" }, { @@ -42490,7 +42600,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_smssettingsrepository", - "community": 648, + "community": 64, "norm_label": "smssettingsrepository.php" }, { @@ -42500,7 +42610,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_smssettingsrepository_smssettingsrepository", - "community": 648, + "community": 64, "norm_label": "smssettingsrepository" }, { @@ -42510,7 +42620,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_smssettingsrepository_smssettingsrepository_construct", - "community": 648, + "community": 64, "norm_label": ".__construct()" }, { @@ -42520,7 +42630,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_sms_repository_smssettingsrepository_php_managerregistry", - "community": 648, + "community": 64, "norm_label": "managerregistry" }, { @@ -42530,7 +42640,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_smssettingsrepository_smssettingsrepository_findbyentity", - "community": 648, + "community": 64, "norm_label": ".findbyentity()" }, { @@ -42540,7 +42650,7 @@ "source_location": "L16", "_origin": "ast", "id": "smssettings", - "community": 648, + "community": 64, "norm_label": "smssettings" }, { @@ -42550,7 +42660,7 @@ "source_location": "L21", "_origin": "ast", "id": "repository_smssettingsrepository_smssettingsrepository_save", - "community": 648, + "community": 64, "norm_label": ".save()" }, { @@ -45720,7 +45830,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_tagrepository", - "community": 490, + "community": 104, "norm_label": "tagrepository.php" }, { @@ -45730,7 +45840,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_tagrepository_tagrepository", - "community": 490, + "community": 104, "norm_label": "tagrepository" }, { @@ -45740,7 +45850,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_tagrepository_tagrepository_construct", - "community": 490, + "community": 104, "norm_label": ".__construct()" }, { @@ -45750,7 +45860,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_tag_repository_tagrepository_php_managerregistry", - "community": 490, + "community": 104, "norm_label": "managerregistry" }, { @@ -45760,7 +45870,7 @@ "source_location": "L17", "_origin": "ast", "id": "repository_tagrepository_tagrepository_findactive", - "community": 490, + "community": 104, "norm_label": ".findactive()" }, { @@ -45770,7 +45880,7 @@ "source_location": "L26", "_origin": "ast", "id": "repository_tagrepository_tagrepository_save", - "community": 490, + "community": 104, "norm_label": ".save()" }, { @@ -45780,7 +45890,7 @@ "source_location": "L26", "_origin": "ast", "id": "tag", - "community": 490, + "community": 104, "norm_label": "tag" }, { @@ -45790,7 +45900,7 @@ "source_location": "L32", "_origin": "ast", "id": "repository_tagrepository_tagrepository_remove", - "community": 490, + "community": 104, "norm_label": ".remove()" }, { @@ -46910,7 +47020,7 @@ "source_location": "L21", "_origin": "ast", "id": "entitymanagerinterface", - "community": 759, + "community": 479, "norm_label": "entitymanagerinterface" }, { @@ -46920,7 +47030,7 @@ "source_location": "L23", "_origin": "ast", "id": "tests_apitestcase_apitestcase_setup", - "community": 759, + "community": 86, "norm_label": ".setup()" }, { @@ -47600,7 +47710,7 @@ "source_location": "", "_origin": "ast", "id": "testcase", - "community": 275, + "community": 527, "norm_label": "testcase" }, { @@ -48240,7 +48350,7 @@ "source_location": "L1", "_origin": "ast", "id": "doctor_doctorclaimtest", - "community": 479, + "community": 275, "norm_label": "doctorclaimtest.php" }, { @@ -49030,7 +49140,7 @@ "source_location": "L1", "_origin": "ast", "id": "payment_mellatgatewaytest", - "community": 275, + "community": 490, "norm_label": "mellatgatewaytest.php" }, { @@ -49040,7 +49150,7 @@ "source_location": "L11", "_origin": "ast", "id": "payment_mellatgatewaytest_mellatgatewaytest", - "community": 275, + "community": 490, "norm_label": "mellatgatewaytest" }, { @@ -49050,7 +49160,7 @@ "source_location": "L13", "_origin": "ast", "id": "payment_mellatgatewaytest_mellatgatewaytest_testconstructoracceptsnullcredentials", - "community": 275, + "community": 490, "norm_label": ".testconstructoracceptsnullcredentials()" }, { @@ -49170,7 +49280,7 @@ "source_location": "L1", "_origin": "ast", "id": "rating_commentlistnplusonetest", - "community": 86, + "community": 696, "norm_label": "commentlistnplusonetest.php" }, { @@ -49180,7 +49290,7 @@ "source_location": "L17", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest", - "community": 86, + "community": 696, "norm_label": "commentlistnplusonetest" }, { @@ -49190,7 +49300,7 @@ "source_location": "L19", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testtreeisserializedcorrectly", - "community": 86, + "community": 696, "norm_label": ".testtreeisserializedcorrectly()" }, { @@ -49200,7 +49310,7 @@ "source_location": "L52", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_jsonget", - "community": 86, + "community": 696, "norm_label": ".jsonget()" }, { @@ -49210,7 +49320,7 @@ "source_location": "L64", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testrepositoryfetchjoinscollections", - "community": 86, + "community": 696, "norm_label": ".testrepositoryfetchjoinscollections()" }, { @@ -49770,7 +49880,7 @@ "source_location": "L1", "_origin": "ast", "id": "shared_corsregexenvprocessortest", - "community": 275, + "community": 527, "norm_label": "corsregexenvprocessortest.php" }, { @@ -49900,7 +50010,7 @@ "source_location": "L1", "_origin": "ast", "id": "shared_errorcodestest", - "community": 275, + "community": 527, "norm_label": "errorcodestest.php" }, { @@ -49910,7 +50020,7 @@ "source_location": "L13", "_origin": "ast", "id": "shared_errorcodestest_errorcodestest", - "community": 275, + "community": 527, "norm_label": "errorcodestest" }, { @@ -49920,7 +50030,7 @@ "source_location": "L15", "_origin": "ast", "id": "shared_errorcodestest_errorcodestest_testwirevaluesarepreserved", - "community": 275, + "community": 527, "norm_label": ".testwirevaluesarepreserved()" }, { @@ -49930,7 +50040,7 @@ "source_location": "L25", "_origin": "ast", "id": "shared_errorcodestest_errorcodestest_testmessagesresolve", - "community": 275, + "community": 527, "norm_label": ".testmessagesresolve()" }, { @@ -50070,7 +50180,7 @@ "source_location": "L1", "_origin": "ast", "id": "sms_kavehnegarprovidertest", - "community": 740, + "community": 527, "norm_label": "kavehnegarprovidertest.php" }, { @@ -50080,7 +50190,7 @@ "source_location": "L15", "_origin": "ast", "id": "sms_kavehnegarprovidertest_kavehnegarprovidertest", - "community": 740, + "community": 527, "norm_label": "kavehnegarprovidertest" }, { @@ -50090,7 +50200,7 @@ "source_location": "L20", "_origin": "ast", "id": "sms_kavehnegarprovidertest_kavehnegarprovidertest_provider", - "community": 740, + "community": 527, "norm_label": ".provider()" }, { @@ -50100,7 +50210,7 @@ "source_location": "L20", "_origin": "ast", "id": "tests_sms_kavehnegarprovidertest_php_kavehnegarprovider", - "community": 740, + "community": 527, "norm_label": "kavehnegarprovider" }, { @@ -50110,7 +50220,7 @@ "source_location": "L30", "_origin": "ast", "id": "sms_kavehnegarprovidertest_kavehnegarprovidertest_testsendtemplateusesgetwithquery", - "community": 740, + "community": 527, "norm_label": ".testsendtemplateusesgetwithquery()" }, { @@ -50120,7 +50230,7 @@ "source_location": "L42", "_origin": "ast", "id": "sms_kavehnegarprovidertest_kavehnegarprovidertest_testsendusesgetnotpost", - "community": 740, + "community": 527, "norm_label": ".testsendusesgetnotpost()" }, { @@ -74450,7 +74560,7 @@ "source_location": "L3075", "_origin": "ast", "id": "docs_clinicpro_manual_v2_32_post_post", - "community": 661, + "community": 304, "norm_label": "32. \ud83d\udd35 `post` post" }, { @@ -74460,7 +74570,7 @@ "source_location": "L3085", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3085", - "community": 661, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74470,7 +74580,7 @@ "source_location": "L3091", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3091", - "community": 661, + "community": 304, "norm_label": "request body" }, { @@ -74480,7 +74590,7 @@ "source_location": "L3110", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3110", - "community": 661, + "community": 304, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -74490,7 +74600,7 @@ "source_location": "L3145", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3145", - "community": 661, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74500,7 +74610,7 @@ "source_location": "L3153", "_origin": "ast", "id": "docs_clinicpro_manual_v2_33_post_image_clinic", - "community": 767, + "community": 304, "norm_label": "33. \ud83d\udd35 `post` image_clinic" }, { @@ -74510,7 +74620,7 @@ "source_location": "L3161", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3161", - "community": 767, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74520,7 +74630,7 @@ "source_location": "L3169", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3169", - "community": 767, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74530,7 +74640,7 @@ "source_location": "L3177", "_origin": "ast", "id": "docs_clinicpro_manual_v2_34_post_image_logo", - "community": 791, + "community": 304, "norm_label": "34. \ud83d\udd35 `post` image logo" }, { @@ -74540,7 +74650,7 @@ "source_location": "L3185", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3185", - "community": 791, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74550,7 +74660,7 @@ "source_location": "L3193", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3193", - "community": 791, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74690,7 +74800,7 @@ "source_location": "L3324", "_origin": "ast", "id": "docs_clinicpro_manual_v2_38_get_unapproved_comments", - "community": 773, + "community": 304, "norm_label": "38. \ud83d\udfe2 `get` unapproved comments" }, { @@ -74700,7 +74810,7 @@ "source_location": "L3332", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc_query_3332", - "community": 773, + "community": 304, "norm_label": "\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc query" }, { @@ -74710,7 +74820,7 @@ "source_location": "L3339", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3339", - "community": 773, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74720,7 +74830,7 @@ "source_location": "L3346", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3346", - "community": 773, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74730,7 +74840,7 @@ "source_location": "L3354", "_origin": "ast", "id": "docs_clinicpro_manual_v2_39_patch_comment_confirmation", - "community": 780, + "community": 304, "norm_label": "39. \ud83d\udfe1 `patch` comment confirmation" }, { @@ -74740,7 +74850,7 @@ "source_location": "L3362", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3362", - "community": 780, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74750,7 +74860,7 @@ "source_location": "L3369", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3369", - "community": 780, + "community": 304, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -74760,7 +74870,7 @@ "source_location": "L3375", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3375", - "community": 780, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74770,7 +74880,7 @@ "source_location": "L3383", "_origin": "ast", "id": "docs_clinicpro_manual_v2_40_post_post", - "community": 781, + "community": 304, "norm_label": "40. \ud83d\udd35 `post` post" }, { @@ -74780,7 +74890,7 @@ "source_location": "L3391", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3391", - "community": 781, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74790,7 +74900,7 @@ "source_location": "L3398", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3398", - "community": 781, + "community": 304, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -74800,7 +74910,7 @@ "source_location": "L3404", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3404", - "community": 781, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74810,7 +74920,7 @@ "source_location": "L3412", "_origin": "ast", "id": "docs_clinicpro_manual_v2_41_patch_patch", - "community": 761, + "community": 304, "norm_label": "41. \ud83d\udfe1 `patch` patch" }, { @@ -74820,7 +74930,7 @@ "source_location": "L3420", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3420", - "community": 761, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74830,7 +74940,7 @@ "source_location": "L3427", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3427", - "community": 761, + "community": 304, "norm_label": "request body" }, { @@ -74840,7 +74950,7 @@ "source_location": "L3439", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3439", - "community": 761, + "community": 304, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -74850,7 +74960,7 @@ "source_location": "L3453", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3453", - "community": 761, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74860,7 +74970,7 @@ "source_location": "L3461", "_origin": "ast", "id": "docs_clinicpro_manual_v2_42_delete_delete", - "community": 792, + "community": 304, "norm_label": "42. \ud83d\udd34 `delete` delete" }, { @@ -74870,7 +74980,7 @@ "source_location": "L3469", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3469", - "community": 792, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74880,7 +74990,7 @@ "source_location": "L3476", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3476", - "community": 792, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74890,7 +75000,7 @@ "source_location": "L3484", "_origin": "ast", "id": "docs_clinicpro_manual_v2_43_get_get", - "community": 793, + "community": 304, "norm_label": "43. \ud83d\udfe2 `get` get" }, { @@ -74900,7 +75010,7 @@ "source_location": "L3492", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3492", - "community": 793, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74910,7 +75020,7 @@ "source_location": "L3498", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3498", - "community": 793, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -74920,7 +75030,7 @@ "source_location": "L3506", "_origin": "ast", "id": "docs_clinicpro_manual_v2_44_get_list_comment", - "community": 782, + "community": 304, "norm_label": "44. \ud83d\udfe2 `get` list comment" }, { @@ -74930,7 +75040,7 @@ "source_location": "L3514", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc_query_3514", - "community": 782, + "community": 304, "norm_label": "\u067e\u0627\u0631\u0627\u0645\u062a\u0631\u0647\u0627\u06cc query" }, { @@ -74940,7 +75050,7 @@ "source_location": "L3521", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3521", - "community": 782, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -74950,7 +75060,7 @@ "source_location": "L3528", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3528", - "community": 782, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -75000,7 +75110,7 @@ "source_location": "L3565", "_origin": "ast", "id": "docs_clinicpro_manual_v2_46_patch_patch", - "community": 787, + "community": 304, "norm_label": "46. \ud83d\udfe1 `patch` patch" }, { @@ -75010,7 +75120,7 @@ "source_location": "L3573", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3573", - "community": 787, + "community": 304, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -75020,7 +75130,7 @@ "source_location": "L3580", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3580", - "community": 787, + "community": 304, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -75030,7 +75140,7 @@ "source_location": "L3586", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3586", - "community": 787, + "community": 304, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -75570,7 +75680,7 @@ "source_location": "L3994", "_origin": "ast", "id": "docs_clinicpro_manual_v2_61_post_post", - "community": 757, + "community": 27, "norm_label": "61. \ud83d\udd35 `post` post" }, { @@ -75580,7 +75690,7 @@ "source_location": "L4002", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_4002", - "community": 757, + "community": 27, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -75590,7 +75700,7 @@ "source_location": "L4009", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_4009", - "community": 757, + "community": 27, "norm_label": "request body" }, { @@ -75600,7 +75710,7 @@ "source_location": "L4016", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_4016", - "community": 757, + "community": 27, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -75610,7 +75720,7 @@ "source_location": "L4025", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_4025", - "community": 757, + "community": 27, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -79530,7 +79640,7 @@ "source_location": "L917", "_origin": "ast", "id": "api_admin_secretary_management", - "community": 201, + "community": 705, "norm_label": "secretary management" }, { @@ -79540,7 +79650,7 @@ "source_location": "L919", "_origin": "ast", "id": "api_admin_get_api_v1_admin_secretaries", - "community": 201, + "community": 705, "norm_label": "get `/api/v1/admin/secretaries`" }, { @@ -79550,7 +79660,7 @@ "source_location": "L925", "_origin": "ast", "id": "api_admin_query_parameters_925", - "community": 201, + "community": 705, "norm_label": "query parameters" }, { @@ -79560,7 +79670,7 @@ "source_location": "L932", "_origin": "ast", "id": "api_admin_response_200_932", - "community": 201, + "community": 705, "norm_label": "response `200`" }, { @@ -79760,7 +79870,7 @@ "source_location": "L1201", "_origin": "ast", "id": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", - "community": 705, + "community": 201, "norm_label": "\u0645\u0648\u062a\u0648\u0631 \u0645\u0627\u0644\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc" }, { @@ -79770,7 +79880,7 @@ "source_location": "L1222", "_origin": "ast", "id": "api_admin_get_api_v1_admin_financial_breakdowns", - "community": 705, + "community": 201, "norm_label": "get `/api/v1/admin/financial-breakdowns`" }, { @@ -79780,7 +79890,7 @@ "source_location": "L1256", "_origin": "ast", "id": "api_admin_get_api_v1_admin_financial_summary", - "community": 705, + "community": 201, "norm_label": "get `/api/v1/admin/financial-summary`" }, { @@ -79790,7 +79900,7 @@ "source_location": "L1274", "_origin": "ast", "id": "api_admin_get_api_v1_admin_settings_tax_history", - "community": 705, + "community": 201, "norm_label": "get `/api/v1/admin/settings/tax-history`" }, { @@ -79800,7 +79910,7 @@ "source_location": "L1288", "_origin": "ast", "id": "api_admin_get_api_v1_admin_settlement_uuid", - "community": 705, + "community": 201, "norm_label": "get `/api/v1/admin/settlement/{uuid}`" }, { @@ -80700,7 +80810,7 @@ "source_location": "L339", "_origin": "ast", "id": "api_appointment_patch_api_v1_appointment_uuid_status", - "community": 25, + "community": 676, "norm_label": "patch `/api/v1/appointment/{uuid}/status`" }, { @@ -80710,7 +80820,7 @@ "source_location": "L345", "_origin": "ast", "id": "api_appointment_path_parameters_345", - "community": 25, + "community": 676, "norm_label": "path parameters" }, { @@ -80720,7 +80830,7 @@ "source_location": "L350", "_origin": "ast", "id": "api_appointment_request_body", - "community": 25, + "community": 676, "norm_label": "request body" }, { @@ -80730,7 +80840,7 @@ "source_location": "L370", "_origin": "ast", "id": "api_appointment_response_200_370", - "community": 25, + "community": 676, "norm_label": "response `200`" }, { @@ -80740,7 +80850,7 @@ "source_location": "L373", "_origin": "ast", "id": "api_appointment_errors_373", - "community": 25, + "community": 676, "norm_label": "errors" }, { @@ -82260,7 +82370,7 @@ "source_location": "L156", "_origin": "ast", "id": "api_clinic_invitation_patch_api_v1_admin_clinic_invitation_invuuid_status", - "community": 720, + "community": 12, "norm_label": "patch `/api/v1/admin/clinic/invitation/{invuuid}/status`" }, { @@ -82270,7 +82380,7 @@ "source_location": "L162", "_origin": "ast", "id": "api_clinic_invitation_path_parameters_162", - "community": 720, + "community": 12, "norm_label": "path parameters" }, { @@ -82280,7 +82390,7 @@ "source_location": "L167", "_origin": "ast", "id": "api_clinic_invitation_request_body", - "community": 720, + "community": 12, "norm_label": "request body" }, { @@ -82290,7 +82400,7 @@ "source_location": "L178", "_origin": "ast", "id": "api_clinic_invitation_response_200_178", - "community": 720, + "community": 12, "norm_label": "response `200`" }, { @@ -82300,7 +82410,7 @@ "source_location": "L186", "_origin": "ast", "id": "api_clinic_invitation_errors_186", - "community": 720, + "community": 12, "norm_label": "errors" }, { @@ -82500,7 +82610,7 @@ "source_location": "L354", "_origin": "ast", "id": "api_clinic_invitation_post_api_v1_doctor_invitation_invuuid_respond", - "community": 727, + "community": 12, "norm_label": "post `/api/v1/doctor/invitation/{invuuid}/respond`" }, { @@ -82510,7 +82620,7 @@ "source_location": "L362", "_origin": "ast", "id": "api_clinic_invitation_path_parameters_362", - "community": 727, + "community": 12, "norm_label": "path parameters" }, { @@ -82520,7 +82630,7 @@ "source_location": "L367", "_origin": "ast", "id": "api_clinic_invitation_request_body_367", - "community": 727, + "community": 12, "norm_label": "request body" }, { @@ -82530,7 +82640,7 @@ "source_location": "L375", "_origin": "ast", "id": "api_clinic_invitation_response_200_375", - "community": 727, + "community": 12, "norm_label": "response `200`" }, { @@ -82540,7 +82650,7 @@ "source_location": "L383", "_origin": "ast", "id": "api_clinic_invitation_errors_383", - "community": 727, + "community": 12, "norm_label": "errors" }, { @@ -83680,7 +83790,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_doctor_service", - "community": 92, + "community": 789, "norm_label": "doctor-service.md" }, { @@ -84420,7 +84530,7 @@ "source_location": "L11", "_origin": "ast", "id": "api_insurance_get_api_v1_insurances", - "community": 228, + "community": 772, "norm_label": "get `/api/v1/insurances`" }, { @@ -84430,7 +84540,7 @@ "source_location": "L17", "_origin": "ast", "id": "api_insurance_query_parameters", - "community": 228, + "community": 772, "norm_label": "query parameters" }, { @@ -84440,7 +84550,7 @@ "source_location": "L22", "_origin": "ast", "id": "api_insurance_response_200", - "community": 228, + "community": 772, "norm_label": "response `200`" }, { @@ -84490,7 +84600,7 @@ "source_location": "L78", "_origin": "ast", "id": "api_insurance_post_api_v1_admin_insurance", - "community": 228, + "community": 720, "norm_label": "post `/api/v1/admin/insurance`" }, { @@ -84500,7 +84610,7 @@ "source_location": "L84", "_origin": "ast", "id": "api_insurance_request_body_application_json", - "community": 228, + "community": 720, "norm_label": "request body (`application/json`)" }, { @@ -84510,7 +84620,7 @@ "source_location": "L101", "_origin": "ast", "id": "api_insurance_response_201", - "community": 228, + "community": 720, "norm_label": "response `201`" }, { @@ -84520,7 +84630,7 @@ "source_location": "L104", "_origin": "ast", "id": "api_insurance_errors_104", - "community": 228, + "community": 720, "norm_label": "errors" }, { @@ -84530,7 +84640,7 @@ "source_location": "L113", "_origin": "ast", "id": "api_insurance_patch_api_v1_admin_insurance_id", - "community": 228, + "community": 727, "norm_label": "patch `/api/v1/admin/insurance/{id}`" }, { @@ -84540,7 +84650,7 @@ "source_location": "L119", "_origin": "ast", "id": "api_insurance_path_parameters", - "community": 228, + "community": 727, "norm_label": "path parameters" }, { @@ -84550,7 +84660,7 @@ "source_location": "L126", "_origin": "ast", "id": "api_insurance_response_200_126", - "community": 228, + "community": 727, "norm_label": "response `200`" }, { @@ -84560,7 +84670,7 @@ "source_location": "L129", "_origin": "ast", "id": "api_insurance_errors_129", - "community": 228, + "community": 727, "norm_label": "errors" }, { @@ -84620,7 +84730,7 @@ "source_location": "L180", "_origin": "ast", "id": "api_insurance_post_api_v1_insurance", - "community": 228, + "community": 740, "norm_label": "post `/api/v1/insurance/`" }, { @@ -84630,7 +84740,7 @@ "source_location": "L186", "_origin": "ast", "id": "api_insurance_request_body_application_json_186", - "community": 228, + "community": 740, "norm_label": "request body (`application/json`)" }, { @@ -84640,7 +84750,7 @@ "source_location": "L201", "_origin": "ast", "id": "api_insurance_response_201_201", - "community": 228, + "community": 740, "norm_label": "response `201`" }, { @@ -84650,7 +84760,7 @@ "source_location": "L214", "_origin": "ast", "id": "api_insurance_errors_214", - "community": 228, + "community": 740, "norm_label": "errors" }, { @@ -84680,7 +84790,7 @@ "source_location": "L235", "_origin": "ast", "id": "api_insurance_patch_api_v1_insurance_id", - "community": 228, + "community": 757, "norm_label": "patch `/api/v1/insurance/{id}`" }, { @@ -84690,7 +84800,7 @@ "source_location": "L241", "_origin": "ast", "id": "api_insurance_request_body", - "community": 228, + "community": 757, "norm_label": "request body" }, { @@ -84700,7 +84810,7 @@ "source_location": "L246", "_origin": "ast", "id": "api_insurance_response_200_246", - "community": 228, + "community": 757, "norm_label": "response `200`" }, { @@ -84710,7 +84820,7 @@ "source_location": "L249", "_origin": "ast", "id": "api_insurance_errors_249", - "community": 228, + "community": 757, "norm_label": "errors" }, { @@ -84750,7 +84860,7 @@ "source_location": "L281", "_origin": "ast", "id": "api_insurance_get_api_v1_insurance_pricing", - "community": 228, + "community": 771, "norm_label": "get `/api/v1/insurance-pricing`" }, { @@ -84760,7 +84870,7 @@ "source_location": "L287", "_origin": "ast", "id": "api_insurance_response_200_287", - "community": 228, + "community": 771, "norm_label": "response `200`" }, { @@ -84770,7 +84880,7 @@ "source_location": "L315", "_origin": "ast", "id": "api_insurance_\u062e\u0637\u0627\u0647\u0627", - "community": 228, + "community": 771, "norm_label": "\u062e\u0637\u0627\u0647\u0627" }, { @@ -84780,7 +84890,7 @@ "source_location": "L320", "_origin": "ast", "id": "api_insurance_put_api_v1_insurance_pricing", - "community": 228, + "community": 761, "norm_label": "put `/api/v1/insurance-pricing`" }, { @@ -84790,7 +84900,7 @@ "source_location": "L326", "_origin": "ast", "id": "api_insurance_request_body_326", - "community": 228, + "community": 761, "norm_label": "request body" }, { @@ -84800,7 +84910,7 @@ "source_location": "L343", "_origin": "ast", "id": "api_insurance_response_200_343", - "community": 228, + "community": 761, "norm_label": "response `200`" }, { @@ -84810,7 +84920,7 @@ "source_location": "L346", "_origin": "ast", "id": "api_insurance_\u062e\u0637\u0627\u0647\u0627_346", - "community": 228, + "community": 761, "norm_label": "\u062e\u0637\u0627\u0647\u0627" }, { @@ -84960,7 +85070,7 @@ "source_location": "L26", "_origin": "ast", "id": "api_location_get_api_v1_cities", - "community": 29, + "community": 775, "norm_label": "get `/api/v1/cities`" }, { @@ -84970,7 +85080,7 @@ "source_location": "L32", "_origin": "ast", "id": "api_location_query_parameters", - "community": 29, + "community": 775, "norm_label": "query parameters" }, { @@ -84980,7 +85090,7 @@ "source_location": "L37", "_origin": "ast", "id": "api_location_response_200_37", - "community": 29, + "community": 775, "norm_label": "response `200`" }, { @@ -85030,7 +85140,7 @@ "source_location": "L80", "_origin": "ast", "id": "api_location_get_api_v1_admin_cities", - "community": 29, + "community": 773, "norm_label": "get `/api/v1/admin/cities`" }, { @@ -85040,7 +85150,7 @@ "source_location": "L86", "_origin": "ast", "id": "api_location_query_parameters_86", - "community": 29, + "community": 773, "norm_label": "query parameters" }, { @@ -85050,7 +85160,7 @@ "source_location": "L94", "_origin": "ast", "id": "api_location_response_200_94", - "community": 29, + "community": 773, "norm_label": "response `200`" }, { @@ -85060,7 +85170,7 @@ "source_location": "L99", "_origin": "ast", "id": "api_location_post_api_v1_admin_province", - "community": 29, + "community": 762, "norm_label": "post `/api/v1/admin/province`" }, { @@ -85070,7 +85180,7 @@ "source_location": "L105", "_origin": "ast", "id": "api_location_request_body_application_json", - "community": 29, + "community": 762, "norm_label": "request body (`application/json`)" }, { @@ -85080,7 +85190,7 @@ "source_location": "L120", "_origin": "ast", "id": "api_location_response_201", - "community": 29, + "community": 762, "norm_label": "response `201`" }, { @@ -85090,7 +85200,7 @@ "source_location": "L123", "_origin": "ast", "id": "api_location_errors_123", - "community": 29, + "community": 762, "norm_label": "errors" }, { @@ -85100,7 +85210,7 @@ "source_location": "L132", "_origin": "ast", "id": "api_location_patch_api_v1_admin_province_id", - "community": 29, + "community": 764, "norm_label": "patch `/api/v1/admin/province/{id}`" }, { @@ -85110,7 +85220,7 @@ "source_location": "L138", "_origin": "ast", "id": "api_location_path_parameters", - "community": 29, + "community": 764, "norm_label": "path parameters" }, { @@ -85120,7 +85230,7 @@ "source_location": "L145", "_origin": "ast", "id": "api_location_response_200_145", - "community": 29, + "community": 764, "norm_label": "response `200`" }, { @@ -85130,7 +85240,7 @@ "source_location": "L148", "_origin": "ast", "id": "api_location_errors_148", - "community": 29, + "community": 764, "norm_label": "errors" }, { @@ -85160,7 +85270,7 @@ "source_location": "L170", "_origin": "ast", "id": "api_location_post_api_v1_admin_city", - "community": 29, + "community": 765, "norm_label": "post `/api/v1/admin/city`" }, { @@ -85170,7 +85280,7 @@ "source_location": "L176", "_origin": "ast", "id": "api_location_request_body_application_json_176", - "community": 29, + "community": 765, "norm_label": "request body (`application/json`)" }, { @@ -85180,7 +85290,7 @@ "source_location": "L197", "_origin": "ast", "id": "api_location_response_201_197", - "community": 29, + "community": 765, "norm_label": "response `201`" }, { @@ -85190,7 +85300,7 @@ "source_location": "L200", "_origin": "ast", "id": "api_location_errors_200", - "community": 29, + "community": 765, "norm_label": "errors" }, { @@ -86310,7 +86420,7 @@ "source_location": "L144", "_origin": "ast", "id": "api_representation_delete_api_v1_representation_uuid", - "community": 765, + "community": 229, "norm_label": "delete `/api/v1/representation/{uuid}`" }, { @@ -86320,7 +86430,7 @@ "source_location": "L150", "_origin": "ast", "id": "api_representation_response_200_150", - "community": 765, + "community": 229, "norm_label": "response `200`" }, { @@ -86330,7 +86440,7 @@ "source_location": "L155", "_origin": "ast", "id": "api_representation_errors_155", - "community": 765, + "community": 229, "norm_label": "errors" }, { @@ -86390,7 +86500,7 @@ "source_location": "L208", "_origin": "ast", "id": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", - "community": 229, + "community": 776, "norm_label": "get `/api/v1/representation/{uuid}/dashboard/yearly`" }, { @@ -86400,7 +86510,7 @@ "source_location": "L214", "_origin": "ast", "id": "api_representation_query_parameters_214", - "community": 229, + "community": 776, "norm_label": "query parameters" }, { @@ -86410,7 +86520,7 @@ "source_location": "L219", "_origin": "ast", "id": "api_representation_response_200_219", - "community": 229, + "community": 776, "norm_label": "response `200`" }, { @@ -86720,7 +86830,7 @@ "source_location": "L475", "_origin": "ast", "id": "api_representation_get_api_v1_representation_doctors", - "community": 297, + "community": 767, "norm_label": "get `/api/v1/representation/doctors`" }, { @@ -86730,7 +86840,7 @@ "source_location": "L481", "_origin": "ast", "id": "api_representation_query_parameters_481", - "community": 297, + "community": 767, "norm_label": "query parameters" }, { @@ -86740,7 +86850,7 @@ "source_location": "L488", "_origin": "ast", "id": "api_representation_response_200_488", - "community": 297, + "community": 767, "norm_label": "response `200`" }, { @@ -86750,7 +86860,7 @@ "source_location": "L503", "_origin": "ast", "id": "api_representation_errors_503", - "community": 297, + "community": 767, "norm_label": "errors" }, { @@ -87560,7 +87670,7 @@ "source_location": "L25", "_origin": "ast", "id": "api_sms_post_api_v1_sms_send_\u063a\u06cc\u0631\u0641\u0639\u0627\u0644_deprecated", - "community": 696, + "community": 597, "norm_label": "post `/api/v1/sms/send` \u2014 \u26d4 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 (deprecated)" }, { @@ -87570,7 +87680,7 @@ "source_location": "L34", "_origin": "ast", "id": "api_sms_response_422_\u0647\u0645\u06cc\u0634\u0647", - "community": 696, + "community": 597, "norm_label": "response `422` (\u0647\u0645\u06cc\u0634\u0647)" }, { @@ -87580,7 +87690,7 @@ "source_location": "L44", "_origin": "ast", "id": "api_sms_errors", - "community": 696, + "community": 597, "norm_label": "errors" }, { @@ -88090,7 +88200,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_specialty", - "community": 274, + "community": 789, "norm_label": "specialty.md" }, { @@ -100543,12 +100653,23 @@ "context": "import", "confidence": "EXTRACTED", "source_file": "assets/admin/App.tsx", - "source_location": "L57", + "source_location": "L58", "weight": 1.0, "source": "admin_app", - "target": "pages_patientrecordformpage", + "target": "pages_patientdetailpage", "confidence_score": 1.0 }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/App.tsx", + "source_location": "L57", + "weight": 1.0, + "confidence_score": 1.0, + "source": "admin_app", + "target": "pages_patientrecordformpage" + }, { "relation": "imports_from", "context": "import", @@ -100556,9 +100677,9 @@ "source_file": "assets/admin/App.tsx", "source_location": "L56", "weight": 1.0, + "confidence_score": 1.0, "source": "admin_app", - "target": "pages_patientslistpage", - "confidence_score": 1.0 + "target": "pages_patientslistpage" }, { "relation": "imports_from", @@ -105002,9 +105123,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "ui_pagination", - "confidence_score": 1.0 + "target": "ui_pagination" }, { "relation": "imports_from", @@ -105353,9 +105474,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "ui_persiandateinput", - "confidence_score": 1.0 + "target": "ui_persiandateinput" }, { "relation": "imports_from", @@ -107845,6 +107966,28 @@ "source": "pages_newsessionpage", "target": "lib_api" }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L10", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "lib_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L11", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "lib_api", + "confidence_score": 1.0 + }, { "relation": "imports_from", "context": "import", @@ -107852,9 +107995,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "lib_api", - "confidence_score": 1.0 + "target": "lib_api" }, { "relation": "imports_from", @@ -107863,9 +108006,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "lib_api", - "confidence_score": 1.0 + "target": "lib_api" }, { "relation": "imports_from", @@ -107874,9 +108017,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "lib_api", - "confidence_score": 1.0 + "target": "lib_api" }, { "relation": "imports_from", @@ -107885,9 +108028,9 @@ "source_file": "assets/admin/pages/PatientsListPage.test.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage_test", - "target": "lib_api", - "confidence_score": 1.0 + "target": "lib_api" }, { "relation": "imports_from", @@ -108559,6 +108702,28 @@ "source": "pages_newsessionpage", "target": "lib_api_api" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L9", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "lib_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L11", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "lib_api_api", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -108566,9 +108731,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "lib_api_api", - "confidence_score": 1.0 + "target": "lib_api_api" }, { "relation": "imports", @@ -108577,9 +108742,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "lib_api_api", - "confidence_score": 1.0 + "target": "lib_api_api" }, { "relation": "imports", @@ -108588,9 +108753,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "lib_api_api", - "confidence_score": 1.0 + "target": "lib_api_api" }, { "relation": "imports", @@ -108599,9 +108764,9 @@ "source_file": "assets/admin/pages/PatientsListPage.test.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage_test", - "target": "lib_api_api", - "confidence_score": 1.0 + "target": "lib_api_api" }, { "relation": "imports", @@ -109098,6 +109263,17 @@ "source": "pages_newsessionpage", "target": "lib_api_apiresponse" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L10", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "lib_api_apiresponse", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -109105,9 +109281,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "lib_api_apiresponse", - "confidence_score": 1.0 + "target": "lib_api_apiresponse" }, { "relation": "imports", @@ -109116,9 +109292,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "lib_api_apiresponse", - "confidence_score": 1.0 + "target": "lib_api_apiresponse" }, { "relation": "imports", @@ -110481,6 +110657,17 @@ "source": "pages_newsessionpage", "target": "lib_utils" }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L12", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "lib_utils", + "confidence_score": 1.0 + }, { "relation": "imports_from", "context": "import", @@ -110488,9 +110675,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "lib_utils", - "confidence_score": 1.0 + "target": "lib_utils" }, { "relation": "imports_from", @@ -111412,9 +111599,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "lib_utils_formatnumber", - "confidence_score": 1.0 + "target": "lib_utils_formatnumber" }, { "relation": "calls", @@ -111801,6 +111988,28 @@ "source": "pages_mysecretariespage", "target": "lib_utils_formatdate" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L12", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "lib_utils_formatdate", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L112", + "weight": 1.0, + "source": "pages_patientdetailpage_patientdetailpage", + "target": "lib_utils_formatdate" + }, { "relation": "imports", "context": "import", @@ -117599,6 +117808,162 @@ "source": "pages_newsessionpage", "target": "types_index_servicesection" }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L12", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "pages_patientdetailpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L14", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "pages_patientdetailpage_test_get", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L28", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "pages_patientdetailpage_test_renderdetail", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L4", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "test_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L4", + "weight": 1.0, + "source": "pages_patientdetailpage_test", + "target": "test_utils_renderwithproviders", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.test.tsx", + "source_location": "L29", + "weight": 1.0, + "source": "pages_patientdetailpage_test_renderdetail", + "target": "test_utils_renderwithproviders", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L28", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_gender_label", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L38", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_inforow", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L48", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_patientdetailpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L30", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_placeholder", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L14", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_tabkey", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L130", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_tablist", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L16", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "pages_patientdetailpage_tabs", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L11", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "types_index", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "assets/admin/pages/PatientDetailPage.tsx", + "source_location": "L11", + "weight": 1.0, + "source": "pages_patientdetailpage", + "target": "types_index_patientrecord", + "confidence_score": 1.0 + }, { "relation": "imports_from", "context": "import", @@ -117606,9 +117971,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "pages_patientrecordformpage", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage" }, { "relation": "contains", @@ -117616,9 +117981,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "pages_patientrecordformpage_test_patch", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_test_patch" }, { "relation": "contains", @@ -117626,9 +117991,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "pages_patientrecordformpage_test_post", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_test_post" }, { "relation": "imports_from", @@ -117637,9 +118002,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "test_utils", - "confidence_score": 1.0 + "target": "test_utils" }, { "relation": "imports", @@ -117648,9 +118013,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.test.tsx", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage_test", - "target": "test_utils_renderwithproviders", - "confidence_score": 1.0 + "target": "test_utils_renderwithproviders" }, { "relation": "contains", @@ -117658,9 +118023,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L26", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "pages_patientrecordformpage_form", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_form" }, { "relation": "contains", @@ -117668,9 +118033,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "pages_patientrecordformpage_fromepoch", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_fromepoch" }, { "relation": "contains", @@ -117678,9 +118043,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L32", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "pages_patientrecordformpage_patientrecordformpage", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_patientrecordformpage" }, { "relation": "contains", @@ -117688,9 +118053,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "pages_patientrecordformpage_referral_options", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_referral_options" }, { "relation": "contains", @@ -117698,9 +118063,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L16", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "pages_patientrecordformpage_schema", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_schema" }, { "relation": "contains", @@ -117708,9 +118073,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L28", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "pages_patientrecordformpage_toepoch", - "confidence_score": 1.0 + "target": "pages_patientrecordformpage_toepoch" }, { "relation": "imports_from", @@ -117719,9 +118084,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "types_index", - "confidence_score": 1.0 + "target": "types_index" }, { "relation": "imports", @@ -117730,9 +118095,9 @@ "source_file": "assets/admin/pages/PatientRecordFormPage.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientrecordformpage", - "target": "types_index_patientrecord", - "confidence_score": 1.0 + "target": "types_index_patientrecord" }, { "relation": "imports_from", @@ -117741,9 +118106,9 @@ "source_file": "assets/admin/pages/PatientsListPage.test.tsx", "source_location": "L11", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage_test", - "target": "pages_patientslistpage", - "confidence_score": 1.0 + "target": "pages_patientslistpage" }, { "relation": "contains", @@ -117751,9 +118116,9 @@ "source_file": "assets/admin/pages/PatientsListPage.test.tsx", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage_test", - "target": "pages_patientslistpage_test_get", - "confidence_score": 1.0 + "target": "pages_patientslistpage_test_get" }, { "relation": "imports_from", @@ -117762,9 +118127,9 @@ "source_file": "assets/admin/pages/PatientsListPage.test.tsx", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage_test", - "target": "test_utils", - "confidence_score": 1.0 + "target": "test_utils" }, { "relation": "imports", @@ -117773,9 +118138,9 @@ "source_file": "assets/admin/pages/PatientsListPage.test.tsx", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage_test", - "target": "test_utils_renderwithproviders", - "confidence_score": 1.0 + "target": "test_utils_renderwithproviders" }, { "relation": "contains", @@ -117783,9 +118148,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "pages_patientslistpage_empty", - "confidence_score": 1.0 + "target": "pages_patientslistpage_empty" }, { "relation": "contains", @@ -117793,9 +118158,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "pages_patientslistpage_patientslistpage", - "confidence_score": 1.0 + "target": "pages_patientslistpage_patientslistpage" }, { "relation": "contains", @@ -117803,9 +118168,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "pages_patientslistpage_tagdots", - "confidence_score": 1.0 + "target": "pages_patientslistpage_tagdots" }, { "relation": "imports_from", @@ -117814,9 +118179,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "types_index", - "confidence_score": 1.0 + "target": "types_index" }, { "relation": "imports", @@ -117825,9 +118190,9 @@ "source_file": "assets/admin/pages/PatientsListPage.tsx", "source_location": "L10", "weight": 1.0, + "confidence_score": 1.0, "source": "pages_patientslistpage", - "target": "types_index_patientrecord", - "confidence_score": 1.0 + "target": "types_index_patientrecord" }, { "relation": "contains", @@ -123605,9 +123970,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L8", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "inherits", @@ -123615,9 +123980,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856_version20260713110856", - "target": "abstractmigration", - "confidence_score": 1.0 + "target": "abstractmigration" }, { "relation": "references", @@ -129991,9 +130356,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856", - "target": "migrations_version20260713110856_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_php_schema" }, { "relation": "contains", @@ -130001,9 +130366,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L13", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856", - "target": "migrations_version20260713110856_version20260713110856", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_version20260713110856" }, { "relation": "method", @@ -130011,9 +130376,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L29", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856_version20260713110856", - "target": "migrations_version20260713110856_version20260713110856_down", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_version20260713110856_down" }, { "relation": "method", @@ -130021,9 +130386,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856_version20260713110856", - "target": "migrations_version20260713110856_version20260713110856_getdescription", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_version20260713110856_getdescription" }, { "relation": "method", @@ -130031,9 +130396,9 @@ "source_file": "migrations/Version20260713110856.php", "source_location": "L20", "weight": 1.0, + "confidence_score": 1.0, "source": "migrations_version20260713110856_version20260713110856", - "target": "migrations_version20260713110856_version20260713110856_up", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_version20260713110856_up" }, { "relation": "references", @@ -130042,9 +130407,9 @@ "source_location": "L20", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260713110856_version20260713110856_up", - "target": "migrations_version20260713110856_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_php_schema" }, { "relation": "references", @@ -130053,9 +130418,9 @@ "source_location": "L29", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "migrations_version20260713110856_version20260713110856_down", - "target": "migrations_version20260713110856_php_schema", - "confidence_score": 1.0 + "target": "migrations_version20260713110856_php_schema" }, { "relation": "contains", @@ -163407,9 +163772,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_patientrecord", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_patientrecord" }, { "relation": "imports", @@ -163449,9 +163814,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L61", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller", - "target": "controller_patientcontroller_patientcontroller_applyrecordtags", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_applyrecordtags" }, { "relation": "method", @@ -163620,9 +163985,9 @@ "source_location": "L61", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_applyrecordtags", - "target": "src_patient_controller_patientcontroller_php_jsonresponse", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_jsonresponse" }, { "relation": "references", @@ -163631,9 +163996,9 @@ "source_location": "L61", "weight": 1.0, "context": "parameter_type", + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_applyrecordtags", - "target": "src_patient_controller_patientcontroller_php_patientrecord", - "confidence_score": 1.0 + "target": "src_patient_controller_patientcontroller_php_patientrecord" }, { "relation": "calls", @@ -163642,9 +164007,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L227", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_create", - "target": "controller_patientcontroller_patientcontroller_applyrecordtags", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_applyrecordtags" }, { "relation": "calls", @@ -163653,9 +164018,9 @@ "source_file": "src/Patient/Controller/PatientController.php", "source_location": "L375", "weight": 1.0, + "confidence_score": 1.0, "source": "controller_patientcontroller_patientcontroller_update", - "target": "controller_patientcontroller_patientcontroller_applyrecordtags", - "confidence_score": 1.0 + "target": "controller_patientcontroller_patientcontroller_applyrecordtags" }, { "relation": "references", @@ -164458,9 +164823,9 @@ "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L84", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord", - "target": "entity_patientrecord_patientrecord_getrecordnumber", - "confidence_score": 1.0 + "target": "entity_patientrecord_patientrecord_getrecordnumber" }, { "relation": "method", @@ -164468,9 +164833,9 @@ "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L88", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord", - "target": "entity_patientrecord_patientrecord_gettags", - "confidence_score": 1.0 + "target": "entity_patientrecord_patientrecord_gettags" }, { "relation": "method", @@ -164498,9 +164863,9 @@ "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L85", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord", - "target": "entity_patientrecord_patientrecord_setrecordnumber", - "confidence_score": 1.0 + "target": "entity_patientrecord_patientrecord_setrecordnumber" }, { "relation": "method", @@ -164508,9 +164873,9 @@ "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L95", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord", - "target": "entity_patientrecord_patientrecord_settags", - "confidence_score": 1.0 + "target": "entity_patientrecord_patientrecord_settags" }, { "relation": "method", @@ -164573,9 +164938,9 @@ "source_location": "L88", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord_gettags", - "target": "src_patient_entity_patientrecord_php_collection", - "confidence_score": 1.0 + "target": "src_patient_entity_patientrecord_php_collection" }, { "relation": "calls", @@ -164606,9 +164971,9 @@ "source_location": "L85", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord_setrecordnumber", - "target": "src_patient_entity_patientrecord_php_self", - "confidence_score": 1.0 + "target": "src_patient_entity_patientrecord_php_self" }, { "relation": "references", @@ -164617,9 +164982,9 @@ "source_location": "L95", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord_settags", - "target": "src_patient_entity_patientrecord_php_self", - "confidence_score": 1.0 + "target": "src_patient_entity_patientrecord_php_self" }, { "relation": "calls", @@ -164628,9 +164993,9 @@ "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L97", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord_settags", - "target": "entity_patientrecord_patientrecord_gettags", - "confidence_score": 1.0 + "target": "entity_patientrecord_patientrecord_gettags" }, { "relation": "calls", @@ -164639,9 +165004,9 @@ "source_file": "src/Patient/Entity/PatientRecord.php", "source_location": "L120", "weight": 1.0, + "confidence_score": 1.0, "source": "entity_patientrecord_patientrecord_toarray", - "target": "entity_patientrecord_patientrecord_gettags", - "confidence_score": 1.0 + "target": "entity_patientrecord_patientrecord_gettags" }, { "relation": "contains", @@ -193004,9 +193369,9 @@ "source_file": "tests/Patient/PatientRecordFieldsTest.php", "source_location": "L9", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordfieldstest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -193014,9 +193379,9 @@ "source_file": "tests/Patient/PatientRecordFieldsTest.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordfieldstest_patientrecordfieldstest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -193025,9 +193390,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L7", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "inherits", @@ -193035,9 +193400,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest", - "target": "tests_apitestcase_apitestcase", - "confidence_score": 1.0 + "target": "tests_apitestcase_apitestcase" }, { "relation": "imports", @@ -196353,9 +196718,9 @@ "source_file": "tests/Patient/PatientRecordFieldsTest.php", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordfieldstest", - "target": "patient_patientrecordfieldstest_patientrecordfieldstest", - "confidence_score": 1.0 + "target": "patient_patientrecordfieldstest_patientrecordfieldstest" }, { "relation": "method", @@ -196363,9 +196728,9 @@ "source_file": "tests/Patient/PatientRecordFieldsTest.php", "source_location": "L17", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordfieldstest_patientrecordfieldstest", - "target": "patient_patientrecordfieldstest_patientrecordfieldstest_testfieldsandtagsroundtrip", - "confidence_score": 1.0 + "target": "patient_patientrecordfieldstest_patientrecordfieldstest_testfieldsandtagsroundtrip" }, { "relation": "contains", @@ -196373,9 +196738,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L12", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest" }, { "relation": "imports", @@ -196384,9 +196749,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L6", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest", - "target": "tests_patient_patientrecordtagsapitest_php_tenanttag", - "confidence_score": 1.0 + "target": "tests_patient_patientrecordtagsapitest_php_tenanttag" }, { "relation": "method", @@ -196394,9 +196759,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L14", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_doctor", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_doctor" }, { "relation": "method", @@ -196404,9 +196769,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L23", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag" }, { "relation": "method", @@ -196414,9 +196779,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L31", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testcreateandupdatewithrecordnumberandtags", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testcreateandupdatewithrecordnumberandtags" }, { "relation": "method", @@ -196424,9 +196789,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L59", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testrejectsforeigntag", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testrejectsforeigntag" }, { "relation": "calls", @@ -196435,9 +196800,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L33", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testcreateandupdatewithrecordnumberandtags", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_doctor", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_doctor" }, { "relation": "calls", @@ -196446,9 +196811,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L61", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testrejectsforeigntag", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_doctor", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_doctor" }, { "relation": "references", @@ -196457,9 +196822,9 @@ "source_location": "L23", "weight": 1.0, "context": "return_type", + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag", - "target": "tests_patient_patientrecordtagsapitest_php_tenanttag", - "confidence_score": 1.0 + "target": "tests_patient_patientrecordtagsapitest_php_tenanttag" }, { "relation": "calls", @@ -196468,9 +196833,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testcreateandupdatewithrecordnumberandtags", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag" }, { "relation": "calls", @@ -196479,9 +196844,9 @@ "source_file": "tests/Patient/PatientRecordTagsApiTest.php", "source_location": "L67", "weight": 1.0, + "confidence_score": 1.0, "source": "patient_patientrecordtagsapitest_patientrecordtagsapitest_testrejectsforeigntag", - "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag", - "confidence_score": 1.0 + "target": "patient_patientrecordtagsapitest_patientrecordtagsapitest_tag" }, { "relation": "contains", @@ -246151,5 +246516,5 @@ } ], "hyperedges": [], - "built_at_commit": "15c6f5dce7dad718ff8d0a51f8718a031d0c4998" + "built_at_commit": "7ac875a7a656cf5183a79ec0e94eecc903c44947" } \ No newline at end of file diff --git a/graphify-out/manifest.json b/graphify-out/manifest.json index c15376dd..cedb28e3 100644 --- a/graphify-out/manifest.json +++ b/graphify-out/manifest.json @@ -1,7 +1,7 @@ { "assets/admin/App.tsx": { - "mtime": 1783941723.2993376, - "ast_hash": "d15b9cd1fec760d96e6b90a7a88315a3", + "mtime": 1783942634.2516086, + "ast_hash": "d31dcdb2c9d0cda57d1220dea2812a93", "semantic_hash": "" }, "assets/admin/components/FreeVisitPrice.tsx": { @@ -4220,8 +4220,8 @@ "semantic_hash": "" }, "assets/admin/pages/PatientsListPage.tsx": { - "mtime": 1783941700.6718628, - "ast_hash": "e2dbfd9f4f60e3185fa16dab3a46a31a", + "mtime": 1783942646.1557667, + "ast_hash": "6dbf138716a28e0b06e4eb2e515b5a3b", "semantic_hash": "" }, "migrations/Version20260713110856.php": { @@ -4238,5 +4238,15 @@ "mtime": 1783941399.4635859, "ast_hash": "2a74fa1bbac4733b5fa8819dfb5037a3", "semantic_hash": "" + }, + "assets/admin/pages/PatientDetailPage.test.tsx": { + "mtime": 1783942674.0350368, + "ast_hash": "2c942eaf0574410ad3055b1b3cc1f3cc", + "semantic_hash": "" + }, + "assets/admin/pages/PatientDetailPage.tsx": { + "mtime": 1783942607.6126573, + "ast_hash": "39431f7f27edebb846f6eec272310fd3", + "semantic_hash": "" } } \ No newline at end of file