From 0750bc98127001ef453947a2161219525869d4f5 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Thu, 9 Jul 2026 07:26:58 +0330 Subject: [PATCH] feat: add multi-city representation support and domain context resolution - Created migration to add representation_cities table and domain, is_global fields to representations. - Implemented SiteContextController to resolve domain to site context (city | representation | unknown). - Developed DomainContext and DomainContextResolver services for domain mapping. - Added tests for DomainContextResolver and commission logic based on domain ownership. --- ...esentation-multi-city-domain-commission.md | 177 + assets/admin/pages/RepresentationsPage.tsx | 82 +- assets/admin/types/index.ts | 5 +- config/packages/security.yaml | 1 + docs/api/admin.md | 9 +- docs/api/clinic.md | 1 + docs/api/doctor.md | 1 + docs/api/payment.md | 2 + docs/api/representation.md | 44 +- graphify-out/.graphify_labels.json | 14 + graphify-out/GRAPH_REPORT.md | 300 +- ...b40a5240e452e10cf28f161bd84e51d2e8cc8.json | 1 + ...343c9dfde0b0c18906b58f1a6e9e86a1edc14.json | 1 + ...df3a2378487bfb7c681b3025c2606bee54ff0.json | 1 + ...4aede458a8aa728db0dbf61fb6343d1180b4c.json | 1 + ...1ee441fb4bf5d01de9b11018bd2fdbf407ea2.json | 1 + ...3f7fd00dbc02314461ec472bcdaee0606f4c2.json | 1 + ...a40a6134b0e8f8e44b35d362a96001b735648.json | 1 + ...4d981b536c81547093f6e65da782c763388ed.json | 1 + ...a635da85aea7fcb546e96053143ccd69aa5c5.json | 1 + ...e968c83172cf728cd8ee8dc098c837fcf1da4.json | 1 + ...c23a52638902a186dc8d24c1272b869e4c64c.json | 1 + ...fddee8e862636aa0f47c22dfaae2a498a5f95.json | 1 + ...318f55afe334c70bdda309cd42f109ef5d352.json | 1 + ...ab3a9d9b80ad393ffd57df618c2124838ee77.json | 1 + ...017826685729dd8b5c5bf59c3c9b3c3b02287.json | 1 + ...d0ba5d7d82aa5f96bdb8fc46948fe79473b4b.json | 1 + ...dac0153a7746dc1c47ecc814b0d98f9748641.json | 1 + ...3adab490ce59bca3460cb410ae040a333cbac.json | 1 + ...6ee6b0bc49477020e7f9151578d36ffae67cf.json | 1 + ...e76916407a34814806989fa09192962701bd3.json | 1 + ...e4e6fb88ab3d86dea725e9a7c27cba0f6d6d8.json | 1 + ...c4f1b9694b133669ff06a70a7c996b47c67f6.json | 1 + ...c9232a425204b86c18b13e6748549882fb1f7.json | 1 + ...94485ae27190d29b5997edbd5ade0f9a14617.json | 1 + ...90e9d6f03c74dbd27b854f65d72965cac06a9.json | 1 + graphify-out/cache/stat-index.json | 2 +- graphify-out/graph.json | 4539 ++++++++++++----- graphify-out/manifest.json | 118 +- migrations/Version20260709033925.php | 44 + src/Admin/Controller/AdminApiController.php | 53 +- .../Controller/AppointmentController.php | 14 +- src/Clinic/Controller/ClinicController.php | 3 +- src/Clinic/Repository/ClinicRepository.php | 4 + src/Doctor/Controller/DoctorController.php | 3 +- src/Doctor/Repository/DoctorRepository.php | 4 + src/Location/Repository/CityRepository.php | 5 + src/Payment/Service/PaymentManager.php | 18 +- .../Controller/RepresentationController.php | 78 +- .../Controller/SiteContextController.php | 58 + src/Representation/Entity/Representation.php | 58 +- .../Repository/RepresentationRepository.php | 4 +- src/Representation/Service/DomainContext.php | 26 + .../Service/DomainContextResolver.php | 66 + src/Settlement/Service/CommissionService.php | 11 +- tests/Representation/DomainCommissionTest.php | 128 + 56 files changed, 4297 insertions(+), 1600 deletions(-) create mode 100644 .claude/prompt/representation-multi-city-domain-commission.md create mode 100644 graphify-out/cache/ast/v0.8.44/196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8.json create mode 100644 graphify-out/cache/ast/v0.8.44/2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14.json create mode 100644 graphify-out/cache/ast/v0.8.44/33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0.json create mode 100644 graphify-out/cache/ast/v0.8.44/3c5e7d2db5d360bbf96cee9bb9f4aede458a8aa728db0dbf61fb6343d1180b4c.json create mode 100644 graphify-out/cache/ast/v0.8.44/416d314362c1793e98f5009fed41ee441fb4bf5d01de9b11018bd2fdbf407ea2.json create mode 100644 graphify-out/cache/ast/v0.8.44/428d7fe5382e98ea3e0f553f59a3f7fd00dbc02314461ec472bcdaee0606f4c2.json create mode 100644 graphify-out/cache/ast/v0.8.44/4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648.json create mode 100644 graphify-out/cache/ast/v0.8.44/55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed.json create mode 100644 graphify-out/cache/ast/v0.8.44/5f159ba0f3ab3fd3dbb2e3844e8a635da85aea7fcb546e96053143ccd69aa5c5.json create mode 100644 graphify-out/cache/ast/v0.8.44/60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4.json create mode 100644 graphify-out/cache/ast/v0.8.44/71132bf3d0aeee34eae0945736ec23a52638902a186dc8d24c1272b869e4c64c.json create mode 100644 graphify-out/cache/ast/v0.8.44/7a65598ff6675e87b27a3e8577afddee8e862636aa0f47c22dfaae2a498a5f95.json create mode 100644 graphify-out/cache/ast/v0.8.44/7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352.json create mode 100644 graphify-out/cache/ast/v0.8.44/88e61f95e22344069359621948aab3a9d9b80ad393ffd57df618c2124838ee77.json create mode 100644 graphify-out/cache/ast/v0.8.44/8f5af952c994559d4ca21e87957017826685729dd8b5c5bf59c3c9b3c3b02287.json create mode 100644 graphify-out/cache/ast/v0.8.44/91ff9fe1543497259c0bf018b7fd0ba5d7d82aa5f96bdb8fc46948fe79473b4b.json create mode 100644 graphify-out/cache/ast/v0.8.44/94dc860f300f6e0acf241b7c064dac0153a7746dc1c47ecc814b0d98f9748641.json create mode 100644 graphify-out/cache/ast/v0.8.44/969c6a645198cf9b930a5d4fa203adab490ce59bca3460cb410ae040a333cbac.json create mode 100644 graphify-out/cache/ast/v0.8.44/987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf.json create mode 100644 graphify-out/cache/ast/v0.8.44/a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3.json create mode 100644 graphify-out/cache/ast/v0.8.44/bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8.json create mode 100644 graphify-out/cache/ast/v0.8.44/cfccd8ae84b285c32a68817fa06c4f1b9694b133669ff06a70a7c996b47c67f6.json create mode 100644 graphify-out/cache/ast/v0.8.44/dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7.json create mode 100644 graphify-out/cache/ast/v0.8.44/e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617.json create mode 100644 graphify-out/cache/ast/v0.8.44/fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9.json create mode 100644 migrations/Version20260709033925.php create mode 100644 src/Representation/Controller/SiteContextController.php create mode 100644 src/Representation/Service/DomainContext.php create mode 100644 src/Representation/Service/DomainContextResolver.php create mode 100644 tests/Representation/DomainCommissionTest.php diff --git a/.claude/prompt/representation-multi-city-domain-commission.md b/.claude/prompt/representation-multi-city-domain-commission.md new file mode 100644 index 00000000..df7aa0c8 --- /dev/null +++ b/.claude/prompt/representation-multi-city-domain-commission.md @@ -0,0 +1,177 @@ +# نمایندگان: چند-شهری، کمیسیون دامنه‌محور، نماینده سراسری، سرویس مرکزی دامنه + +## پروژه + +`clinicpro` — پرامپت همتا در فرانت: `nobat724_front/.claude/prompt/global-rep-domain-site.md` (بعد از این اجرا شود). قرارداد API این پرامپت توسط سایت عمومی مصرف می‌شود. + +## زمینه + +نماینده (Representation) الان تک‌شهری است (`representations.city_id`)، دامنه ندارد و کمیسیون صرفاً بر اساس `doctor.representation_id` هنگام post-action پرداخت ثبت می‌شود. نیاز محصول: (۱) نماینده چند-شهری، (۲) کمیسیون فقط وقتی ثبت شود که **دامنه مبدأ خرید متعلق به نماینده** باشد **و** پزشک/کلینیک متعلق به همان نماینده، (۳) «نماینده سراسری» با دامنه اختصاصی که سایتش فقط پزشکان/کلینیک‌های خودش را نشان می‌دهد، (۴) یک سرویس مرکزی تشخیص دامنه که تنها نقطه‌ی نگاشت host → context باشد. + +**پیش‌نیاز معماری که از قبل موجود است (تحلیل‌شده):** +- `Payment` entity فیلد `frontendAddress` (دامنه مبدأ) را ذخیره می‌کند — `docs/api/payment.md` §معماری. یعنی **مبنای دامنه‌محور بدون مکانیزم جدید در دسترس است.** +- کمیسیون در `PaymentManager::processCallback` → post-action («confirm نوبت / فعال‌سازی اشتراک / … + کمیسیون») ثبت می‌شود و ردیفش `FinancialBreakdown` است (`representation_share_rials`, `commission_percent`, `gross_rials`, source=appointment|subscription) — `docs/api/representation.md` §مالی. +- پزشک و کلینیک هر دو `representation_id` دارند (ست‌شده هنگام ثبت توسط نماینده — `POST /api/v1/representation/doctor|clinic`). +- جدول `cities` ستون `representation_id` (نگاشت معکوس قدیمی city→rep) و ستون `domain` (مثل `yasuj-nobat.ir`) دارد. +- نقش `ROLE_REPRESENTATION` برای پنل نماینده در `/admin`. + +## مشکل / هدف + +شش قابلیت زیر بدون شکستن قراردادهای فعلی (BC در API و داده) پیاده شوند. **قبل از هر کدنویسی، تحلیل ساختار فعلی را کامل کن**: `graphify query` روی commission/representation، سپس این فایل‌ها را بخوان و در مرحله ② (طراحی) خلاصه ارائه کن — `src/Payment/Service/PaymentManager.php` (محل دقیق ثبت کمیسیون فعلی)، Entity/Service مربوط به `FinancialBreakdown`، `src/Representation/*`، کنترلر عمومی لیست پزشکان/کلینیک‌ها، صفحه نمایندگان در `assets/admin/pages/`. + +## فایل‌های مرتبط + +| فایل | نقش | +|------|-----| +| `src/Representation/Entity/Representation.php` | entity فعلی — `cityId` تکی، بدون domain/is_global | +| `src/Representation/Controller/*` | CRUD ادمین + پنل نماینده | +| `src/Payment/Service/PaymentManager.php` | post-action پرداخت — محل فعلی ثبت کمیسیون | +| Entity/Repository `FinancialBreakdown` (grep: `representation_share_rials`) | ردیف مالی کمیسیون | +| کنترلر عمومی `GET /api/v1/doctors` و `GET /api/v1/clinics` (front با `state_id/city_id/specialty_id/page/limit` صدا می‌زند) | باید فیلتر domain-scoped بگیرند | +| `src/Location/Entity/City.php` | `domain` + `representation_id` موجود | +| صفحه نمایندگان در `assets/admin/pages/` (grep: `admin/representations`) | فرم و لیست ادمین | +| `docs/api/representation.md`، `admin.md`، `doctor.md`، `clinic.md`، `payment.md` | مستندات لازم‌الاصلاح | + +## وضعیت فعلی + +`Representation` (کپی واقعی — فیلدهای کلیدی): + +```php +#[ORM\Column(name: 'city_id', type: 'integer', nullable: true)] +private ?int $cityId = null; + +#[ORM\Column(name: 'commission_percent', type: 'decimal', precision: 5, scale: 2)] +private string $commissionPercent = '10.00'; + +#[ORM\Column(type: 'boolean')] +private bool $active = true; + +public function toArray(): array +{ + return [ + 'uuid' => $this->uuid, 'full_name' => $this->fullName, + 'mobile_number' => $this->mobileNumber, 'city_id' => $this->cityId, + 'commission_percent' => $this->commissionPercent, + 'bank_account' => $this->bankAccount, 'active' => $this->active, + 'created_at' => $this->createdAt, + ]; +} +``` + +کمیسیون فعلی: فقط شرط «پزشکِ نوبت `representation_id` دارد» — دامنه هیچ نقشی ندارد. + +## وظایف + +### ۱. چند-شهری شدن نماینده (Entity + Migration با حفظ داده) + +- جدول join جدید `representation_cities` (`representation_id` FK→representations، `city_id` FK→cities، PK مرکب) — روی `Representation` به‌صورت `ManyToMany` به `City` با `#[ORM\JoinTable(name: 'representation_cities')]`. +- Migration داده (در همان migration، بعد از ساخت جدول): + +```sql +INSERT IGNORE INTO representation_cities (representation_id, city_id) + SELECT id, city_id FROM representations WHERE city_id IS NOT NULL; +INSERT IGNORE INTO representation_cities (representation_id, city_id) + SELECT representation_id, id FROM cities WHERE representation_id IS NOT NULL; +``` + +- ستون `representations.city_id` را **نگه دار** (deprecated؛ دیگر نوشته نمی‌شود)؛ `toArray()['city_id']` = اولین شهر collection (یا null) برای BC. +- خروجی جدید `toArray()`: `city_ids: int[]` و `cities: [{id, name}]` (نام‌ها با join؛ در لیست‌های admin با DQL array hydration، نه getter). +- API create/PATCH: پذیرش `city_ids: int[]` (BC: اگر فقط `city_id` آمد → `[city_id]`). validation: هر id موجود در cities. + +### ۲. فیلدهای `domain` و `is_global` + +- `representations.domain` — `string(255) nullable unique`. نرمال‌سازی هنگام ذخیره: lowercase، حذف `https?://`، حذف `www.`، حذف `/` انتهایی. +- `representations.is_global` — `boolean default false`. +- validation: + - hostname معتبر (`/^[a-z0-9.-]+\.[a-z]{2,}$/`). + - برخورد با `cities.domain` ممنوع → خطای conflict با پیام فارسی. + - `is_global=true` → `city_ids` اختیاری. `is_global` و `domain` **admin-only** (همان الگوی privileged fields فعلی مثل `commission_percent` در PATCH). +- خروجی `toArray()` و لیست `/api/v1/admin/representations`: `domain` و `is_global` اضافه شود. + +### ۳. سرویس مرکزی تشخیص دامنه — `DomainContextResolver` + +فایل جدید `src/Representation/Service/DomainContextResolver.php` — **تنها** نقطه‌ی نگاشت host → context در کل backend: + +```php +final class DomainContext +{ + public function __construct( + public readonly ?Representation $representation, // نماینده مالک دامنه + public readonly ?City $city, // اگر دامنه‌ی یکی از شهرها بود + public readonly bool $isGlobalRepresentation, + ) {} +} + +final class DomainContextResolver +{ + public function resolve(?string $host): DomainContext + { + // normalize: lowercase، حذف port و www + // 1) match با cities.domain → city + // 2) match با representations.domain (active=1) → representation + isGlobal + // 3) هیچ‌کدام → context خالی + } +} +``` + +- تطبیق هم full host (`yasuj-nobat.ir`) هم واریانت `www.` آن. +- هیچ کنترلر/سرویس دیگری حق parse مستقیم دامنه ندارد — همه از این سرویس. + +### ۴. کمیسیون دامنه‌محور (قانون جدید — مهم‌ترین بخش) + +در `PaymentManager` post-action (هر دو مسیر **نوبت** و **اشتراک**): + +```php +// pseudocode — جایگزین منطق فعلی +$host = parse_url($payment->getFrontendAddress() ?? '', PHP_URL_HOST); +$ctx = $this->domainContextResolver->resolve($host); +$rep = $ctx->representation; // مالک دامنه‌ی مبدأ خرید +$ownerRepId = $doctor?->getRepresentationId() ?? $clinic?->getRepresentationId(); + +if ($rep !== null && $rep->isActive() && $ownerRepId === $rep->getId()) { + // FinancialBreakdown با representation_share_rials طبق commission_percent همان $rep +} // در غیر این صورت: هیچ کمیسیونی ثبت نشود (نه نماینده دیگر، نه fallback قدیمی) +``` + +- شرط دوگانه صریح: «دامنه متعلق به نماینده» **و** «پزشک/کلینیک متعلق به همان نماینده». نبود هرکدام → صفر کمیسیون. +- پرداخت بدون `frontendAddress` → کمیسیون ندارد. +- اشتراک: مالکیت از `clinic.representation_id` کلینیکِ اشتراک. +- داشبورد/گزارش‌های نماینده schema عوض نمی‌کنند (همه از `FinancialBreakdown` می‌خوانند) — فقط منبع ثبت. +- **تست‌ها** (الگوی تست‌های Payment موجود، mock gateway): (a) دامنه rep + پزشک همان rep → ثبت؛ (b) دامنه rep دیگر → ثبت نشود؛ (c) بدون frontendAddress → ثبت نشود؛ (d) rep غیرفعال → ثبت نشود. + +### ۵. فیلتر دامنه در لیست‌های عمومی + endpoint زمینه سایت + +پارامتر اختیاری `domain` به `GET /api/v1/doctors` و `GET /api/v1/clinics`: + +- resolve با `DomainContextResolver`: + - **نماینده سراسری** → فقط ردیف‌های `representation_id = rep.id` (فیلترهای specialty/search اعمال شوند؛ `city_id/state_id` در این حالت نادیده). + - شهر یا ناشناخته → رفتار فعلی بدون تغییر (نماینده شهری محدودیت نمایش **ندارد**). +- endpoint عمومی جدید `GET /api/v1/site-context?domain=...` (بدون auth؛ در `public_endpoints` فایل security.yaml): + +```json +{ "success": true, "data": { + "type": "representation", + "representation": { "uuid": "...", "full_name": "...", "is_global": true }, + "city": null +} } +``` + +`type`: `city` | `representation` | `unknown`. سایت عمومی برای دامنه‌های خارج از city.json از این endpoint استفاده می‌کند (قرارداد پرامپت فرانت). + +### ۶. پنل ادمین (React) — فرم و لیست نمایندگان + +- فرم: نام، موبایل، **دامنه** (`input dir=ltr`)، **شهرها** (multi-select بر پایه `SearchableSelect`/الگوی موجود با chips)، **چک‌باکس «نماینده سراسری»** (فعال → select شهر disabled)، درصد کمیسیون، وضعیت فعال. +- لیست: ستون شهرها (نام‌ها با «،»)، ستون دامنه، badge سبز «سراسری ✓» (`badge green`) برای `is_global`. +- Types (`assets/admin/types/index.ts`): `city_ids: number[]`, `cities: {id: number; name: string}[]`, `domain?: string | null`, `is_global: boolean`. +- Zod schema + payload builder مطابق الگوی صفحات فعلی (React Hook Form + zodResolver + TanStack Query). + +## نکات مهم + +- **ترتیب**: Entity+Migration → Resolver → کمیسیون → APIهای عمومی → admin UI → docs. هر مرحله جدا تست. +- migration داده idempotent (`INSERT IGNORE`) و حافظ داده قدیمی (هم `representations.city_id` هم `cities.representation_id`). +- `cities.representation_id` حذف نشود (seed/front به schema وابسته) — deprecated اعلام شود. +- خطاها با `AppException(ErrorCodes::...)` + پیام فارسی؛ کدهای جدید در `ErrorCodes.php`. +- Edge caseها: دامنه با `www.`/پورت؛ برخورد دامنه rep با دامنه شهر (validation)؛ rep سراسری بدون دامنه (مجاز، فقط هشدار فرم)؛ unique بودن دامنه بین repها؛ پزشک بدون rep در دامنه rep (نوبت ثبت می‌شود، کمیسیون نه)؛ `is_global=true` با `city_ids` پر (مجاز — صرفاً metadata). +- مستندات همزمان: `docs/api/representation.md` (فیلدها + site-context)، `doctor.md`/`clinic.md` (پارامتر `domain`)، `payment.md` (قانون کمیسیون در §معماری)، `admin.md`. +- تست‌های موجود Representation/Payment سبز بمانند؛ phpstan سطح ۵ سبز؛ `tsc --noEmit` سبز؛ migration diff فقط تغییرات همین فیچر. +- **نکته عملیاتی**: دامنه هر نماینده سراسری باید به `ALLOWED_FRONTEND_HOSTS` (env و `docker/frontend-domains.json` + `gen-cors-env.php`) و به Domains در Coolify اضافه شود وگرنه CORS/TLS ندارد — در گزارش نهایی یادآوری کن. diff --git a/assets/admin/pages/RepresentationsPage.tsx b/assets/admin/pages/RepresentationsPage.tsx index 798ef0ca..54d10568 100644 --- a/assets/admin/pages/RepresentationsPage.tsx +++ b/assets/admin/pages/RepresentationsPage.tsx @@ -22,7 +22,9 @@ import SearchableSelect from '../components/ui/SearchableSelect'; const schema = z.object({ full_name: z.string().min(2, 'نام الزامی است'), mobile_number: iranMobileSchema, - city_id: z.number().nullable().optional(), + city_ids: z.array(z.number()).optional(), + domain: z.string().optional(), + is_global: z.boolean().optional(), commission_percent: z.coerce.number().min(0).max(100), }); type FormData = z.infer; @@ -55,17 +57,20 @@ export default function RepresentationsPage() { }, }); - const { register, handleSubmit, reset, control, formState: { errors, isSubmitting } } = useForm({ + const { register, handleSubmit, reset, control, watch, formState: { errors, isSubmitting } } = useForm({ resolver: zodResolver(schema), - defaultValues: { commission_percent: 10 }, + defaultValues: { commission_percent: 10, city_ids: [], is_global: false }, }); + const isGlobal = watch('is_global') ?? false; const createMutation = useMutation({ mutationFn: (d: FormData) => api.post>('/api/v1/representation', { full_name: d.full_name, mobile_number: d.mobile_number, - city_id: d.city_id ?? null, + city_ids: d.city_ids ?? [], + is_global: d.is_global ?? false, + ...(d.domain?.trim() && { domain: d.domain.trim() }), commission_percent: d.commission_percent, }), onSuccess: () => { @@ -89,9 +94,15 @@ export default function RepresentationsPage() { }); const columns: Column[] = [ - { key: 'full_name', header: 'نام', render: (r) => {r.full_name} }, + { key: 'full_name', header: 'نام', render: (r) => ( + + {r.full_name} + {r.is_global && سراسری ✓} + + ) }, { key: 'mobile_number', header: 'موبایل', render: (r) => {r.mobile_number ?? '—'} }, - { key: 'city', header: 'شهر', render: (r) => r.city ?? '—' }, + { key: 'domain', header: 'دامنه', render: (r) => r.domain ? {r.domain} : '—' }, + { key: 'city', header: 'شهرها', render: (r) => r.city ?? '—' }, { key: 'commission_percent', header: 'کمیسیون', render: (r) => `${formatNumber(r.commission_percent)}٪` }, { key: 'wallet_balance', header: 'موجودی کیف‌پول', render: (r) => formatRial(r.wallet_balance ?? 0) }, { key: 'is_active', header: 'وضعیت', render: (r) => }, @@ -183,21 +194,54 @@ export default function RepresentationsPage() { {errors.mobile_number &&

{errors.mobile_number.message}

}
- + +
+
+ + + {errors.domain &&

{errors.domain.message}

} +
+
+ ( - field.onChange(val as number | null)} - placeholder="انتخاب شهر..." - isClearable - isLoading={citiesQuery.isLoading} - noOptionsMessage="هیچ شهری یافت نشد" - /> - )} + render={({ field }) => { + const selected: number[] = field.value ?? []; + return ( +
+ !selected.includes(o.value))} + value={null} + onChange={(val) => { + if (val !== null && !selected.includes(val as number)) { + field.onChange([...selected, val as number]); + } + }} + placeholder={isGlobal ? 'اختیاری — افزودن شهر...' : 'افزودن شهر...'} + isClearable + isLoading={citiesQuery.isLoading} + noOptionsMessage="هیچ شهری یافت نشد" + /> + {selected.length > 0 && ( +
+ {selected.map((id) => ( + + {cityOptions.find((o) => o.value === id)?.label ?? id} + + + ))} +
+ )} +
+ ); + }} />
diff --git a/assets/admin/types/index.ts b/assets/admin/types/index.ts index 19a18ead..23efe8f3 100644 --- a/assets/admin/types/index.ts +++ b/assets/admin/types/index.ts @@ -147,9 +147,12 @@ export interface Representation { id: number; uuid: string; full_name: string; - domain?: string; + domain?: string | null; + is_global?: boolean; mobile_number: string | null; city_id: number | null; + city_ids?: number[]; + cities?: { id: number; name: string }[]; city: string | null; commission_percent: number; bank_account: { card?: string; bank_name?: string; iban?: string } | null; diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 98a3fc74..684f2a1a 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -62,6 +62,7 @@ security: - { path: ^/api/v1/appointment-slots, roles: PUBLIC_ACCESS } - { path: ^/api/v1/appointment-settings/month-availability/, roles: PUBLIC_ACCESS } - { path: ^/api/v1/comments/, roles: PUBLIC_ACCESS } + - { path: ^/api/v1/site-context$, methods: [GET], roles: PUBLIC_ACCESS } - { path: ^/api/v1/specialties, methods: [GET], roles: PUBLIC_ACCESS } - path: '^/api/v1/rate/[^/]+$' methods: [GET] diff --git a/docs/api/admin.md b/docs/api/admin.md index 50a0faa9..d14a28f0 100644 --- a/docs/api/admin.md +++ b/docs/api/admin.md @@ -742,7 +742,7 @@ List all representations. | `page` | integer | ❌ | Default: 1 | | `limit` | integer | ❌ | Default: 15 | | `search` | string | ❌ | Search by name or mobile (representation's or linked user's) | -| `city_id` | integer | ❌ | Filter by city | +| `city_id` | integer | ❌ | Filter by city (عضویت در شهرهای چندگانه‌ی نماینده — `representation_cities`) | ### Response `200` Paginated representation list. Each item: @@ -752,14 +752,19 @@ Paginated representation list. Each item: "uuid": "...", "full_name": "حامد حسینی", "mobile_number": "09120671756", + "domain": "x-nobat.ir", + "is_global": true, "city_id": 132, - "city": "یزد", + "city_ids": [132, 108], + "cities": [{ "id": 132, "name": "یزد" }, { "id": 108, "name": "تهران" }], + "city": "یزد، تهران", "commission_percent": 10.0, "wallet_balance": 0, "is_active": true, "created_at": "2026-06-18T..." } ``` +> `city_id` = اولین شهر (BC)؛ `city` = نام شهرها با «،». `is_global=true` یعنی نماینده سراسری (badge در پنل). > `mobile_number` falls back to the linked user's mobile when the representation's own `mobile_number` column is empty. diff --git a/docs/api/clinic.md b/docs/api/clinic.md index 62600af3..33b60d3b 100644 --- a/docs/api/clinic.md +++ b/docs/api/clinic.md @@ -196,6 +196,7 @@ List clinics with pagination. | `city` | integer | ❌ | City id — filters by the **clinic address's** city | | `state` | integer | ❌ | Province id — filters by the **clinic address's** province | | `specialty` | integer | ❌ | Specialty id | +| `domain` | string | ❌ | دامنه‌ی سایتِ درخواست‌کننده. اگر دامنه‌ی یک **نماینده سراسری** باشد، فقط کلینیک‌های همان نماینده برمی‌گردند و `city`/`state` نادیده گرفته می‌شوند؛ دامنه شهری/ناشناخته اثری ندارد | > `city`/`state` are matched against the clinic's address (`DoctorAddress` linked by `clinic_id`), not a field on the clinic itself. diff --git a/docs/api/doctor.md b/docs/api/doctor.md index 72201d85..c086ea74 100644 --- a/docs/api/doctor.md +++ b/docs/api/doctor.md @@ -186,6 +186,7 @@ List doctors with pagination and filters. | `specialty_id` | integer | ❌ | Filter by specialty ID | | `city_id` | integer | ❌ | Filter by city ID — شامل دکترهایی که آدرس شخصی‌شان (`doctor_addresses.city_id`, با `doctor_id` مقداردار) در آن شهر است یا از طریق کلینیکی که آدرس آن در آن شهر است (`doctor_addresses.clinic_id`) | | `state_id` | integer | ❌ | Filter by province ID — بر اساس آدرس شخصی پزشک (`doctor_addresses.province_id`) یا آدرس کلینیک | +| `domain` | string | ❌ | دامنه‌ی سایتِ درخواست‌کننده. اگر دامنه‌ی یک **نماینده سراسری** باشد، فقط پزشکانِ همان نماینده برمی‌گردند و `city_id`/`state_id` نادیده گرفته می‌شوند؛ دامنه شهری/ناشناخته اثری ندارد | ### Response `200` ```json diff --git a/docs/api/payment.md b/docs/api/payment.md index fa5dc5d2..6f7c02df 100644 --- a/docs/api/payment.md +++ b/docs/api/payment.md @@ -52,6 +52,8 @@ **امنیت verify:** `processCallback` داخل `EntityManager::wrapInTransaction` با `findByOrderIdForUpdate` (SELECT … FOR UPDATE) اجرا می‌شود؛ گاردِ «فقط `pending`» آن را **idempotent** می‌کند (verify تکراری/race بی‌اثر). +**کمیسیون دامنه‌محور (post-action):** نماینده‌ی مبدأ از `payment.frontend_address` با `DomainContextResolver` تعیین می‌شود؛ کمیسیون (نوبت و اشتراک) فقط وقتی ثبت می‌شود که این نماینده فعال باشد **و** پزشک/کلینیک موضوع خرید `representation_id` همان نماینده را داشته باشد — جزئیات در `docs/api/representation.md` §قانون کمیسیون دامنه‌محور. + **یکدستیِ typeها:** هر سه نوع (`appointment`/`subscription`/`sms_wallet`) از همان `GET /payment/pay/{orderId}` عبور می‌کنند؛ `PaymentManager::callbackUrl()` پیشوند callback را بر اساس `type` انتخاب می‌کند. POST این endpointها فقط `Payment` pending می‌سازد و `pay_url` برمی‌گرداند (نه `redirect_url`). **افزودن درگاه جدید (Open/Closed):** یک کلاس جدید implements `PaymentGatewayInterface` بساز، در `GatewayFactory::$gateways` + `LABELS` ثبت کن. `PaymentController`/`PaymentManager` تغییر نمی‌کنند. diff --git a/docs/api/representation.md b/docs/api/representation.md index 8469e25f..c66e754a 100644 --- a/docs/api/representation.md +++ b/docs/api/representation.md @@ -32,10 +32,14 @@ Create a new representation. |-------|------|----------|-------------| | `full_name` | string | ✅ | Agent full name | | `mobile_number` | string | ✅ | Login mobile (creates a User account) | -| `city_id` | integer | ❌ | City ID (FK to categories where bundle=city) | +| `city_ids` | integer[] | ❌ | شهرهای تحت پوشش (چند-شهری). `city_id` تکی هم برای BC پذیرفته می‌شود | +| `domain` | string | ❌ | دامنه اختصاصی نماینده (نرمال می‌شود: بدون scheme/www). یکتا؛ نباید با دامنه شهرها تداخل کند. **admin-only** | +| `is_global` | boolean | ❌ | نماینده سراسری — سایتِ دامنه‌اش فقط پزشکان/کلینیک‌های خودش را نشان می‌دهد. **admin-only** | | `commission_percent` | float | ❌ | Commission rate (0–100) | | `bank_account` | object | ❌ | Bank details for settlements | +**پاسخ‌ها اکنون شامل:** `city_ids: int[]`، `cities: [{id, name}]`، `domain`، `is_global` (علاوه بر `city_id` قدیمی = اولین شهر). + ### Response `201` ```json { @@ -119,9 +123,9 @@ Update representation. } ``` -All fields optional. +All fields optional. `city_ids: int[]` جایگزین `city_id` است (تکی هم پذیرفته می‌شود). -**Privileged fields:** `commission_percent` and `active` are **admin-only** — a representation editing its own record may change `full_name`, `city_id`, `bank_account` but **not** these two. `commission_percent` must be within `0–100`. +**Privileged fields:** `commission_percent`، `active`، `domain` و `is_global` **admin-only** هستند — نماینده روی رکورد خودش فقط `full_name`، `city_ids`، `bank_account` را می‌تواند تغییر دهد. `commission_percent` باید در بازه `0–100` باشد. خطاهای `domain`: نامعتبر → 422، تکراری یا برخورد با دامنه شهر → 409. ### Response `200` Updated representation object. @@ -233,6 +237,40 @@ Get yearly earnings dashboard for a representation. --- +## GET `/api/v1/site-context` + +**عمومی (بدون auth).** نگاشت یک دامنه به زمینه‌ی سایت — مصرف‌کننده: سایت عمومی nobat724 برای دامنه‌های خارج از `data/city.json` (دامنه اختصاصی نمایندگان سراسری). + +### Query Parameters +| Param | Type | Required | Description | +|-------|------|----------|-------------| +| `domain` | string | ✅ | host یا URL کامل؛ نرمال می‌شود (scheme/www/پورت حذف) | + +### Response `200` +```json +{ + "success": true, + "data": { + "type": "representation", + "city": null, + "representation": { "uuid": "...", "full_name": "نماینده الف", "is_global": true } + } +} +``` +`type`: `city` (دامنه یکی از شهرها) | `representation` (دامنه اختصاصی نماینده فعال) | `unknown`. برای `city`، آبجکت `city: {id, name}` پر می‌شود. + +--- + +## قانون کمیسیون دامنه‌محور + +کمیسیون (نوبت **و** اشتراک) فقط وقتی ثبت می‌شود که **هر دو** شرط برقرار باشد: +1. دامنه‌ی مبدأ خرید (`payment.frontend_address`) متعلق به یک نماینده‌ی فعال باشد (`representations.domain`). +2. پزشک/کلینیکِ موضوع خرید، `representation_id` همان نماینده را داشته باشد. + +در غیر این صورت هیچ کمیسیونی برای هیچ نماینده‌ای ثبت نمی‌شود (پرداخت بدون `frontend_address` هم کمیسیون ندارد). درصد: نوبت = `commission_percent` نماینده؛ اشتراک = تنظیم سراسری `upgrade_commission_percent`. نگاشت دامنه فقط از طریق `DomainContextResolver` انجام می‌شود. + +--- + ## پنل نماینده (ROLE_REPRESENTATION) این endpointها برای کاربرِ دارای نقش `ROLE_REPRESENTATION` در پنل ادمین (`/admin`) هستند. مالکیت همیشه از کاربر جاری (`#[CurrentUser]` + `findByUser`) تعیین می‌شود؛ هیچ uuid/id ورودی برای تعیین مالکیت پذیرفته نمی‌شود. diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index 22046446..745435a9 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -703,24 +703,38 @@ "701": "Community 701", "702": "Community 702", "703": "Community 703", + "704": "Community 704", "705": "Community 705", "706": "Community 706", "707": "Community 707", "708": "Community 708", "709": "Community 709", "710": "Community 710", + "711": "Community 711", "712": "Community 712", + "713": "Community 713", + "714": "Community 714", "715": "Community 715", "716": "Community 716", "717": "Community 717", "718": "Community 718", "719": "Community 719", "720": "Community 720", + "721": "Community 721", "722": "Community 722", + "723": "Community 723", + "724": "Community 724", "725": "Community 725", "726": "Community 726", "727": "Community 727", + "728": "Community 728", "729": "Community 729", + "730": "Community 730", + "731": "Community 731", + "732": "Community 732", + "733": "Community 733", + "734": "Community 734", + "735": "Community 735", "736": "Community 736", "738": "Community 738" } diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md index 526c67b0..6603b8fc 100644 --- a/graphify-out/GRAPH_REPORT.md +++ b/graphify-out/GRAPH_REPORT.md @@ -1,16 +1,16 @@ -# Graph Report - clinicpro (2026-07-08) +# Graph Report - clinicpro (2026-07-09) ## Corpus Check -- 720 files · ~528,271 words +- 726 files · ~532,146 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 9087 nodes · 12533 edges · 724 communities (578 shown, 146 thin omitted) +- 9155 nodes · 12640 edges · 738 communities (588 shown, 150 thin omitted) - Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 277 edges (avg confidence: 0.8) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `a5460cba` +- Built from commit: `59559e2e` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). @@ -704,30 +704,44 @@ - [[_COMMUNITY_Community 701|Community 701]] - [[_COMMUNITY_Community 702|Community 702]] - [[_COMMUNITY_Community 703|Community 703]] +- [[_COMMUNITY_Community 704|Community 704]] - [[_COMMUNITY_Community 705|Community 705]] - [[_COMMUNITY_Community 706|Community 706]] - [[_COMMUNITY_Community 707|Community 707]] - [[_COMMUNITY_Community 708|Community 708]] - [[_COMMUNITY_Community 709|Community 709]] - [[_COMMUNITY_Community 710|Community 710]] +- [[_COMMUNITY_Community 711|Community 711]] - [[_COMMUNITY_Community 712|Community 712]] +- [[_COMMUNITY_Community 713|Community 713]] +- [[_COMMUNITY_Community 714|Community 714]] - [[_COMMUNITY_Community 715|Community 715]] - [[_COMMUNITY_Community 716|Community 716]] - [[_COMMUNITY_Community 717|Community 717]] - [[_COMMUNITY_Community 718|Community 718]] - [[_COMMUNITY_Community 719|Community 719]] - [[_COMMUNITY_Community 720|Community 720]] +- [[_COMMUNITY_Community 721|Community 721]] - [[_COMMUNITY_Community 722|Community 722]] +- [[_COMMUNITY_Community 723|Community 723]] +- [[_COMMUNITY_Community 724|Community 724]] - [[_COMMUNITY_Community 725|Community 725]] - [[_COMMUNITY_Community 726|Community 726]] - [[_COMMUNITY_Community 727|Community 727]] +- [[_COMMUNITY_Community 728|Community 728]] - [[_COMMUNITY_Community 729|Community 729]] +- [[_COMMUNITY_Community 730|Community 730]] +- [[_COMMUNITY_Community 731|Community 731]] +- [[_COMMUNITY_Community 732|Community 732]] +- [[_COMMUNITY_Community 733|Community 733]] +- [[_COMMUNITY_Community 734|Community 734]] +- [[_COMMUNITY_Community 735|Community 735]] - [[_COMMUNITY_Community 736|Community 736]] - [[_COMMUNITY_Community 738|Community 738]] ## God Nodes (most connected - your core abstractions) -1. `BaseController` - 76 edges -2. `ApiTestCase` - 72 edges +1. `BaseController` - 78 edges +2. `ApiTestCase` - 74 edges 3. `api` - 55 edges 4. `UserProfile` - 52 edges 5. `Clinic` - 50 edges @@ -744,15 +758,15 @@ assets/admin/components/ui/Pagination.tsx → assets/admin/lib/utils.ts - `PersianDatePicker()` --calls--> `formatDate()` [EXTRACTED] assets/admin/components/ui/PersianDatePicker.tsx → assets/admin/lib/utils.ts -- `MyFinancialPage()` --calls--> `formatRial()` [EXTRACTED] - assets/admin/pages/MyFinancialPage.tsx → assets/admin/lib/utils.ts -- `RepresentationSettlementPage()` --calls--> `formatRial()` [EXTRACTED] - assets/admin/pages/RepresentationSettlementPage.tsx → assets/admin/lib/utils.ts +- `SettlementsPage()` --calls--> `formatRial()` [EXTRACTED] + assets/admin/pages/SettlementsPage.tsx → assets/admin/lib/utils.ts +- `NewAppointmentModal()` --calls--> `useAuthStore` [EXTRACTED] + assets/admin/pages/AppointmentsPage.tsx → assets/admin/stores/authStore.ts ## Import Cycles - None detected. -## Communities (724 total, 146 thin omitted) +## Communities (738 total, 150 thin omitted) ### Community 0 - "Community 0" Cohesion: 0.05 @@ -771,8 +785,8 @@ Cohesion: 0.10 Nodes (20): `RepresentationActionController` — welcome به‌صورت inline (بدون تمپلت), `SmsMessageTemplate::DEFAULTS` (فاقد نام تمپلت و نگاشت token), `SmsService::sendNow` — انتخاب بین lookup و متن‌آزاد, الگوی فعلی همه‌ی call-siteها (به‌جز OTP) — متن‌آزاد، بدون `templateCode`, تبدیل همه‌ی پیامک‌های سیستمی به VerifyLookup کاوه‌نگار (تمپلت نام‌دار), تنها جای درست (OTP) — که باید الگوی بقیه شود, زمینه, فایل‌های مرتبط (+12 more) ### Community 4 - "Community 4" -Cohesion: 0.06 -Nodes (8): DoctorService, Doctor, DoctorServiceRepository, Collection, self, User, WeeklySchedule, ManagerRegistry +Cohesion: 0.05 +Nodes (11): DoctorServiceController, DoctorService, Doctor, DoctorServiceRepository, Collection, self, User, WeeklySchedule (+3 more) ### Community 5 - "Community 5" Cohesion: 0.07 @@ -804,11 +818,11 @@ Nodes (4): UserActiveContextRepository, ManagerRegistry, User, UserActiveContext ### Community 12 - "Community 12" Cohesion: 0.05 -Nodes (39): Clinic Doctor Invitation API, DELETE `/api/v1/admin/clinic/invitation/{invUuid}`, Errors, Errors, Errors, Errors, Errors, Errors (+31 more) +Nodes (44): Clinic Doctor Invitation API, DELETE `/api/v1/admin/clinic/invitation/{invUuid}`, Errors, Errors, Errors, Errors, Errors, Errors (+36 more) ### Community 13 - "Community 13" -Cohesion: 0.07 -Nodes (25): get, PaymentConfig, PaymentGatewayInfo, api, ApiError, getToken(), refreshOnce(), request() (+17 more) +Cohesion: 0.08 +Nodes (20): get, api, ApiError, getToken(), refreshOnce(), request(), { refreshMock, logoutMock }, replaceMock (+12 more) ### Community 14 - "Community 14" Cohesion: 0.15 @@ -823,8 +837,8 @@ Cohesion: 0.07 Nodes (7): PatientSession, SmsWallet, Appointment, Collection, PatientRecord, self, SessionService ### Community 17 - "Community 17" -Cohesion: 0.05 -Nodes (38): DELETE `/api/v1/comment/{uuid}`, Errors, Errors, Errors, Errors, Errors, Errors, Errors (+30 more) +Cohesion: 0.06 +Nodes (33): DELETE `/api/v1/comment/{uuid}`, Errors, Errors, Errors, Errors, Errors, Errors, Errors (+25 more) ### Community 18 - "Community 18" Cohesion: 0.05 @@ -832,15 +846,15 @@ Nodes (38): API, API, API, API, API, Route, Route, Route (+30 more) ### Community 19 - "Community 19" Cohesion: 0.04 -Nodes (62): PaginatedResponse, formatDate(), STATUS_FILTERS, FILTERS, Breakdown, SOURCE_LABEL, Summary, STATUS_FILTERS (+54 more) +Nodes (56): PaginatedResponse, formatDate(), STATUS_FILTERS, AddForm, addSchema, ClinicsPage(), HUES_LIST, FILTERS (+48 more) ### Community 20 - "Community 20" -Cohesion: 0.14 +Cohesion: 0.13 Nodes (3): AdminApiController, JsonResponse, Request ### Community 21 - "Community 21" -Cohesion: 0.04 -Nodes (53): usePaymentConfig(), formatNumber(), formatRial(), emptyFeatures(), FEATURE_KEYS, FEATURE_LABELS, PeriodForm, periodSchema (+45 more) +Cohesion: 0.06 +Nodes (29): formatNumber(), ClinicDetailPage(), AdminCharts, AdminDashboard(), AdminRecent, AdminStats, APPT_CLS, APPT_COLOR (+21 more) ### Community 22 - "Community 22" Cohesion: 0.15 @@ -883,8 +897,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.08 -Nodes (21): CoverageRow, Draft, KIND, TenantInsurance, ServiceTariffModal(), TariffResponse, TariffRow, EMPTY_ITEMS (+13 more) +Cohesion: 0.07 +Nodes (25): CoverageRow, Draft, KIND, TenantInsurance, ServiceTariffModal(), TariffResponse, TariffRow, EMPTY_ITEMS (+17 more) ### Community 34 - "Community 34" Cohesion: 0.06 @@ -904,7 +918,7 @@ Nodes (31): API endpoint موجود برای آدرس دکتر:, `DELETE /api/v1 ### Community 38 - "Community 38" Cohesion: 0.22 -Nodes (8): Authentication API, DELETE `/api/v1/notification-mobile/{target}`, Errors, Errors, GET `/api/v1/notification-mobile/{target}`, Notification Mobile (OTP), Response `200`, Response `200` +Nodes (8): Authentication API, DELETE `/api/v1/notification-mobile/{target}`, Errors, Notification Mobile (OTP), POST `/oauth/logout`, Request Body, Response `200`, Response `200` ### Community 39 - "Community 39" Cohesion: 0.12 @@ -963,16 +977,16 @@ Cohesion: 0.07 Nodes (26): الزامات UI, باگ‌فیکس صفحه نوبت‌ها, باگ ۱ — کرش تقویم, باگ ۲ — روز هفته در DateNavigator, باگ ۳ — پیام «slot نیست», باگ ۴ — نوبت جدید: نام اجباری + find-or-create patient, باگ ۵ — patient_mobile نشان می‌دهد موبایل پزشک, باگ ۶ — نوبت‌های رزرو شده در نمایش زمانبندی (+18 more) ### Community 53 - "Community 53" -Cohesion: 0.10 -Nodes (13): AppLogRepository, PaymentLog, ClaimItemRepository, ClinicStaffRepository, PaymentLogRepository, PreRegistrationRepository, ServiceEntityRepository, ManagerRegistry (+5 more) +Cohesion: 0.08 +Nodes (16): AppLogRepository, ClaimItemRepository, DoctorInsuranceRepository, InvoiceItemRepository, PreRegistrationRepository, TaxRateHistoryRepository, ServiceEntityRepository, ManagerRegistry (+8 more) ### Community 54 - "Community 54" Cohesion: 0.10 Nodes (4): ClinicDoctorInvitation, Clinic, Doctor, User ### Community 55 - "Community 55" -Cohesion: 0.14 -Nodes (3): Representation, self, User +Cohesion: 0.11 +Nodes (4): Representation, Collection, self, User ### Community 56 - "Community 56" Cohesion: 0.08 @@ -1003,8 +1017,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 63 - "Community 63" -Cohesion: 0.05 -Nodes (31): AbstractAuthenticator, AuthenticationException, ErrorCodes, AuthController, ClinicServiceController, PatientController, StaffController, AppException (+23 more) +Cohesion: 0.22 +Nodes (5): AuthController, RateLimiterFactory, JsonResponse, Request, User ### Community 64 - "Community 64" Cohesion: 0.29 @@ -1031,8 +1045,8 @@ Cohesion: 0.15 Nodes (12): رفع بهم‌ریختگی کامل پنل ادمین روی iPhone 8 (Safari/Chrome iOS), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+4 more) ### Community 71 - "Community 71" -Cohesion: 0.09 -Nodes (20): AddForm, addSchema, ClinicsPage(), HUES_LIST, EMPTY, PreRegistration, STATUS_META, STATUS_TABS (+12 more) +Cohesion: 0.20 +Nodes (8): AdminUser, ChangeRoleModal(), getPrimaryRole(), HUES_LIST, ROLE_META, ROLE_TABS, RoleBadge(), UserStats ### Community 72 - "Community 72" Cohesion: 0.09 @@ -1083,8 +1097,8 @@ Cohesion: 0.07 Nodes (30): devDependencies, @babel/core, @babel/preset-env, @babel/preset-react, @babel/preset-typescript, core-js, @csstools/postcss-oklab-function, @hotwired/stimulus (+22 more) ### Community 86 - "Community 86" -Cohesion: 0.06 -Nodes (15): AppointmentExpiryServiceTest, LowTierFixesTest, SendCodeMobileRateLimitTest, ClaimsListPaginationTest, ServiceItemStaffOwnershipTest, EntityManagerInterface, KernelBrowser, CommentListNPlusOneTest (+7 more) +Cohesion: 0.07 +Nodes (14): AppointmentExpiryServiceTest, LowTierFixesTest, SendCodeMobileRateLimitTest, ClaimsListPaginationTest, ServiceItemStaffOwnershipTest, EntityManagerInterface, KernelBrowser, CommentPaginationTest (+6 more) ### Community 87 - "Community 87" Cohesion: 0.10 @@ -1119,8 +1133,8 @@ Cohesion: 0.10 Nodes (20): 12. تنظیمات نوبت — تعطیلات, 76. 🔴 `DELETE` delete, 77. 🔵 `POST` post, 78. 🟡 `PATCH` patch, 79. 🔴 `DELETE` delete, 80. 🟢 `GET` get, Request Body, Request Body (+12 more) ### Community 95 - "Community 95" -Cohesion: 0.15 -Nodes (4): ClinicSubscription, Payment, SubscriptionPeriod, SubscriptionPlan +Cohesion: 0.08 +Nodes (7): ClinicSubscription, Holiday, Doctor, self, Payment, SubscriptionPeriod, SubscriptionPlan ### Community 96 - "Community 96" Cohesion: 0.18 @@ -1167,12 +1181,12 @@ Cohesion: 0.11 Nodes (18): Endpoint ها, gate check در تسک‌های بعدی, GET /api/v1/subscription/my, GET /api/v1/subscription/plans, POST /api/v1/admin/subscription/period, POST /api/v1/subscription-payment (موجود), POST /api/v1/subscription/trial, POST /api/v1/subscription/trial (خطا — قبلاً استفاده شده) (+10 more) ### Community 107 - "Community 107" -Cohesion: 0.32 +Cohesion: 0.33 Nodes (6): AppointmentController, Appointment, Doctor, JsonResponse, Request, User ### Community 108 - "Community 108" -Cohesion: 0.18 -Nodes (7): BaseController, CategoryController, CategoryImportController, JsonResponse, JsonResponse, Request, JsonResponse +Cohesion: 0.13 +Nodes (10): BaseController, CategoryController, CategoryImportController, SiteContextController, JsonResponse, JsonResponse, Request, JsonResponse (+2 more) ### Community 109 - "Community 109" Cohesion: 0.29 @@ -1187,8 +1201,8 @@ Cohesion: 0.16 Nodes (3): DoctorService, self, Specialty ### Community 112 - "Community 112" -Cohesion: 0.18 -Nodes (3): Holiday, Doctor, self +Cohesion: 0.06 +Nodes (36): PaymentConfig, PaymentGatewayInfo, usePaymentConfig(), buildKavenegarPattern(), KavenegarGuide(), STATUS_LOG_META, Tab, TAG_FILTER_OPTIONS (+28 more) ### Community 113 - "Community 113" Cohesion: 0.15 @@ -1403,8 +1417,8 @@ Cohesion: 0.10 Nodes (20): api.ir (استعلام هویت — Shahkar / IbanMatch), اتصال به دیتابیس‌های مستقل (الزامی), اسرار (الزامی — قبل از اولین دیپلوی), امنیت و منابع, بررسی سلامت, دامنه‌ها و CORS, دیپلوی‌های بعدی, راهنمای دیپلوی ClinicPro (Coolify + Docker Compose) (+12 more) ### Community 169 - "Community 169" -Cohesion: 0.16 -Nodes (4): RanginehProvider, SmsService, SendSmsMessage, SmsProviderInterface +Cohesion: 0.32 +Nodes (3): SmsService, SendSmsMessage, SmsProviderInterface ### Community 170 - "Community 170" Cohesion: 0.13 @@ -1524,7 +1538,7 @@ Nodes (13): Endpoint ها, PATCH /api/v1/secretary/{uuid}, POST /api/v1/secretar ### Community 201 - "Community 201" Cohesion: 0.15 -Nodes (13): Admin API, Clinic Invitation Management, GET `/api/v1/admin/pre-registrations`, GET `/api/v1/admin/secretaries`, GET /api/v1/admin/settings, PATCH /api/v1/admin/settings, POST `/api/v1/admin/pre-registrations/{uuid}/approve`, POST `/api/v1/admin/pre-registrations/{uuid}/reject` (+5 more) +Nodes (13): Admin API, Clinic Invitation Management, GET `/api/v1/admin/secretaries`, GET /api/v1/admin/settings, GET `/api/v1/admin/settlements`, PATCH /api/v1/admin/settings, Query Parameters, Query Parameters (+5 more) ### Community 202 - "Community 202" Cohesion: 0.15 @@ -1535,8 +1549,8 @@ Cohesion: 0.15 Nodes (12): Clinic Services API, DELETE /api/v1/service-item/{uuid}, DELETE /api/v1/service-section/{uuid}, GET /api/v1/service-items/{sectionUuid}, GET /api/v1/service-items/{uuid}/tariffs, GET /api/v1/service-sections, PATCH /api/v1/service-item/{uuid}, PATCH /api/v1/service-section/{uuid} (+4 more) ### Community 204 - "Community 204" -Cohesion: 0.16 -Nodes (6): ExceptionSubscriber, SecurityHeadersSubscriber, EventSubscriberInterface, ExceptionEvent, LoggerInterface, ResponseEvent +Cohesion: 0.21 +Nodes (6): AuthenticationException, ExceptionSubscriber, SecurityHeadersSubscriber, EventSubscriberInterface, ExceptionEvent, ResponseEvent ### Community 205 - "Community 205" Cohesion: 0.10 @@ -1547,8 +1561,8 @@ Cohesion: 0.08 Nodes (14): MellatGateway, MockGateway, SepGateway, SoapClient, PaymentGatewayInterface, PaymentInitResult, PaymentRefundResult, PaymentVerifyResult (+6 more) ### Community 207 - "Community 207" -Cohesion: 0.15 -Nodes (13): ۲. مدل داده و موجودیت‌ها, ۲.۱ کاربر (User), ۲.۱۰ پرداخت (Payment Types), ۲.۱۰.۱ پرداخت نوبت, ۲.۱۰.۲ پرداخت اشتراک, ۲.۱۱ پروفایل بیمار (Profile), ۲.۱۲ وبلاگ (Blog), ۲.۳ دکتر (Doctor) (+5 more) +Cohesion: 0.07 +Nodes (30): ۲. مدل داده و موجودیت‌ها, ۲.۱ کاربر (User), ۲.۱۰ پرداخت (Payment Types), ۲.۱۰.۱ پرداخت نوبت, ۲.۱۰.۲ پرداخت اشتراک, ۲.۱۱ پروفایل بیمار (Profile), ۲.۱۲ وبلاگ (Blog), ۲.۱۳ نظرات، لایک و امتیازدهی (+22 more) ### Community 208 - "Community 208" Cohesion: 0.23 @@ -1603,8 +1617,8 @@ Cohesion: 0.23 Nodes (5): PaymentRepository, Appointment, ManagerRegistry, Payment, User ### Community 225 - "Community 225" -Cohesion: 0.06 -Nodes (32): Contract, InsuranceOption, KIND_LABEL, formatDateTime(), ALL_STATUSES, AppointmentDetailPage(), timeOf(), LEVEL_FILTER_OPTIONS (+24 more) +Cohesion: 0.07 +Nodes (26): formatDateTime(), ALL_STATUSES, AppointmentDetailPage(), timeOf(), LogsPage(), SessionRow(), PAYMENT_TYPE_LABELS, PaymentDetailPage() (+18 more) ### Community 226 - "Community 226" Cohesion: 0.15 @@ -1619,8 +1633,8 @@ Cohesion: 0.20 Nodes (10): Bulk import / export, DELETE `/api/v1/admin/insurance/{id}`, DELETE `/api/v1/insurance/{id}`, EntityInsurancePricing — قیمت‌گذاری ویزیت بر اساس بیمه, GET `/api/v1/insurance/{id}`, Insurance API, Response `200`, Response `200` (+2 more) ### Community 229 - "Community 229" -Cohesion: 0.15 -Nodes (12): DELETE `/api/v1/representation/{uuid}`, Errors, Errors, GET `/api/v1/representation/{uuid}/dashboard/monthly`, GET `/api/v1/representation/{uuid}/dashboard/yearly`, Path Parameters, Query Parameters, Query Parameters (+4 more) +Cohesion: 0.14 +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 @@ -1679,8 +1693,8 @@ Cohesion: 0.28 Nodes (4): SubscriptionService, ClinicSubscription, Payment, SubscriptionPlan ### Community 245 - "Community 245" -Cohesion: 0.36 -Nodes (3): DoctorServiceController, JsonResponse, Request +Cohesion: 0.31 +Nodes (6): ErrorCodes, ClinicServiceController, JsonResponse, Request, ServiceSection, User ### Community 246 - "Community 246" Cohesion: 0.17 @@ -1719,8 +1733,8 @@ Cohesion: 0.18 Nodes (11): 1. 🔵 `POST` refresh token, 1. احراز هویت (Authentication), 2. 🟢 `GET` X-CSRF-Token, 3. 🟢 `GET` user info 🆕, Request Body, بخش دوم — مستند کامل API, خطاهای عمومی, فهرست مطالب (+3 more) ### Community 255 - "Community 255" -Cohesion: 0.18 -Nodes (11): GET /api/v1/doctors/{id}, GET /api/v1/doctors/{id}/insurances, GET /api/v1/representations/{id}, GET /oauth/userinfo — اطلاعات کاربر (سازگار با دروپال), POST /api/v1/representations/{id}/bank-accounts, POST /oauth/token — تجدید توکن (Refresh), POST /oauth/token — ورود به سیستم, Task-02: احراز هویت (Authentication) (+3 more) +Cohesion: 0.11 +Nodes (19): GET /api/v1/appointment-settings/slots — دریافت اسلات‌های خالی, GET /api/v1/categories/cities — شهرها, GET /api/v1/categories/states — استان‌ها, GET /api/v1/doctors/{id}, GET /api/v1/doctors/{id}/insurances, GET /api/v1/representations/{id}, GET /oauth/userinfo — اطلاعات کاربر (سازگار با دروپال), POST /api/v1/appointment-settings/holidays — ثبت تعطیلی (فقط ادمین) (+11 more) ### Community 256 - "Community 256" Cohesion: 0.29 @@ -1755,8 +1769,8 @@ Cohesion: 0.33 Nodes (4): RepresentationRepository, ManagerRegistry, Representation, User ### Community 265 - "Community 265" -Cohesion: 0.08 -Nodes (27): calcFinalPrice(), EMPTY_RECORDS, EMPTY_SESSIONS, fileNumber(), getPatientName(), getPatientPhone(), InsurancePricing, MyPatientsPageInner() (+19 more) +Cohesion: 0.06 +Nodes (33): Contract, InsuranceOption, KIND_LABEL, calcFinalPrice(), EMPTY_RECORDS, EMPTY_SESSIONS, fileNumber(), getPatientName() (+25 more) ### Community 266 - "Community 266" Cohesion: 0.33 @@ -1791,7 +1805,7 @@ Cohesion: 0.18 Nodes (10): Endpoint های موجود که تغییر می‌کنند, GET /api/v1/admin/dashboard/charts?from=UNIX&to=UNIX, GET /api/v1/dashboard/clinic, GET /api/v1/dashboard/doctor, تسک ۱۶: داشبورد هوشمند — چارت + فیلتر زمانی, توضیح, زمان تخمینی, فیلتر بازه زمانی (+2 more) ### Community 274 - "Community 274" -Cohesion: 0.21 +Cohesion: 0.20 Nodes (5): Authentication, ClinicPro — API Documentation Index, Error Code Reference, Modules, Standard Response Envelope ### Community 275 - "Community 275" @@ -1803,8 +1817,8 @@ Cohesion: 0.20 Nodes (9): Architecture Audit — ClinicPro Symfony 7 Migration, Architecture Score (بعد از اصلاحات), Architecture Violations, Executive Summary, Final Verdict (بعد از اصلاحات), Missing Requirements (کامل), اصلاحات اعمال‌شده (بعد از Audit), دلیل تصمیم (+1 more) ### Community 277 - "Community 277" -Cohesion: 0.20 -Nodes (9): بخش اول — مستند محصول (PRD), فهرست کلی, کلینیک پرو — مستند جامع فنی و API, ۵. فهرست مشکلات شناسایی‌شده و اصلاحات لازم, ۶. پیوست, ۶.۱ دیاگرام وضعیت نوبت, ۶.۲ جریان کمیسیون, ۶.۳ بررسی محدودیت منشی (+1 more) +Cohesion: 0.08 +Nodes (23): GET /api/v1/sms/balance — موجودی حساب پیامک, POST /api/v1/sms/queue — افزودن به صف, بخش اول — مستند محصول (PRD), ثبت‌نام دکتر — از طریق نماینده, ثبت‌نام دکتر — از طریق کلینیک, ثبت‌نام دکتر — مستقل, فهرست کلی, کلینیک پرو — مستند جامع فنی و API (+15 more) ### Community 279 - "Community 279" Cohesion: 0.20 @@ -1896,7 +1910,7 @@ Nodes (3): PreRegistrationController, JsonResponse, Request ### Community 301 - "Community 301" Cohesion: 0.04 -Nodes (52): FreeVisitPrice(), Pricing, ApiResponse, cn(), iranMobileOptionalSchema, iranMobileSchema, isValidIranMobile(), maskMobile() (+44 more) +Nodes (60): FreeVisitPrice(), Pricing, ApiResponse, cn(), formatRial(), iranMobileOptionalSchema, iranMobileSchema, isValidIranMobile() (+52 more) ### Community 302 - "Community 302" Cohesion: 0.12 @@ -1907,8 +1921,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.04 -Nodes (48): 29. 🟢 `GET` clinic list 🆕, 30. 🟢 `GET` get 🆕, 31. 🟡 `PATCH` patch, 33. 🔵 `POST` image_clinic, 34. 🔵 `POST` image logo, 35. 🟡 `PATCH` patch, 36. 🟢 `GET` get my rate, 40. 🔵 `POST` post (+40 more) +Cohesion: 0.22 +Nodes (9): 29. 🟢 `GET` clinic list 🆕, 30. 🟢 `GET` get 🆕, 36. 🟢 `GET` get my rate, 6. کلینیک (Clinic), هدرهای اضافی, پارامترهای Query, پاسخ‌ها, پاسخ‌ها (+1 more) ### Community 306 - "Community 306" Cohesion: 0.07 @@ -2031,8 +2045,8 @@ Cohesion: 0.39 Nodes (5): JsonContains, FunctionNode, Node, Parser, SqlWalker ### Community 340 - "Community 340" -Cohesion: 0.43 -Nodes (3): InvoiceItemRepository, InvoiceItem, ManagerRegistry +Cohesion: 0.35 +Nodes (5): PatientController, JsonResponse, PatientSession, Request, User ### Community 341 - "Community 341" Cohesion: 0.12 @@ -2254,10 +2268,6 @@ Nodes (6): ClaimAmountBoundsTest, ClaimsListNPlusOneTest, ClaimItem, Claim, Doct Cohesion: 0.22 Nodes (7): initiate(), refund(), reverse(), verify(), PaymentInitResult, PaymentRefundResult, PaymentVerifyResult -### Community 399 - "Community 399" -Cohesion: 0.23 -Nodes (5): AbstractMigration, Schema, Version20260609130407, Schema, Version20260628134241 - ### Community 401 - "Community 401" Cohesion: 0.12 Nodes (15): `lib/utils.ts`, `SettingsPage.tsx` (ورودی‌ها ریال ذخیره می‌شوند), زمینه, فایل‌های مرتبط, مشکل / هدف, نمونهٔ نمایش (Subscription), نکات مهم, واحد پول = تومان در پنل ادمین (نمایش ÷۱۰ / ورودی ×۱۰) — ذخیره و درگاه ریال می‌ماند (+7 more) @@ -2267,17 +2277,25 @@ Cohesion: 0.11 Nodes (17): بازطراحی معماری پرداخت — سرویس‌محور، امن، توسعه‌پذیر (Backend), تست دستی (ddev، در حالت `payment_test_mode=1`), خروجی نهایی (طبق spec — در گزارش اجرا ارائه شود), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی (+9 more) ### Community 407 - "Community 407" -Cohesion: 0.17 -Nodes (11): MessageBusInterface, MockObject, SmsLogRepository, SmsServiceLookupOnlyTest, SmsLog, SmsLogRepository, SmsMessageTemplateRepository, SmsService (+3 more) +Cohesion: 0.27 +Nodes (8): MessageBusInterface, MockObject, SmsServiceLookupOnlyTest, SmsLogRepository, SmsMessageTemplateRepository, SmsService, SmsTextResolver, KavehNegarProvider ### Community 418 - "Community 418" Cohesion: 0.17 Nodes (11): دیپلوی ClinicPro روی Coolify (Docker Compose), رفع اشکال, مراحل دیپلوی, معماری دیپلوی, نکات عملیاتی, چند دامنه فرانت‌اند (مهم), ۱. ساخت Resource در Coolify, ۲. اختصاص دامنه (+3 more) +### Community 421 - "Community 421" +Cohesion: 0.23 +Nodes (5): AbstractMigration, Schema, Version20260609132009, Schema, Version20260628165710 + ### Community 424 - "Community 424" Cohesion: 0.33 Nodes (5): SecretaryController, DoctorSecretary, JsonResponse, Request, User +### Community 430 - "Community 430" +Cohesion: 0.13 +Nodes (14): زمینه, فایل‌های مرتبط, مشکل / هدف, نمایندگان: چند-شهری، کمیسیون دامنه‌محور، نماینده سراسری، سرویس مرکزی دامنه, نکات مهم, وضعیت فعلی, وظایف, پروژه (+6 more) + ### Community 432 - "Community 432" Cohesion: 0.12 Nodes (16): backend (آماده — فقط annotation/doc ناقص), افزودن فیلد «تاریخ شروع فعالیت» (سال تجربه) در پنل ادمین با تقویم شمسی, زمینه, فایل‌های مرتبط, فرم ساخت پزشک — `DoctorFormPage.tsx` (خط ~282), فرم ویرایش پزشک — `DoctorDetailPage.tsx` (وضعیت فعلی، بدون فیلد تاریخ), مشکل / هدف, نکات مهم (+8 more) @@ -2295,8 +2313,8 @@ Cohesion: 0.11 Nodes (18): [F10] راهنمای کهنه در `CLAUDE.md`: endpoint `categorys/{bundle}` منتقل شده, [F11] داشبورد دکتر `GET /api/v1/dashboard/doctor` همیشه 500 (فیلد ناموجود در DQL) — ✅ رفع شد, [F1] phpstan: مقایسهٔ همیشه‌درست در محاسبهٔ estimated SMS — ✅ رفع شد, [F2] تست‌های PHPUnit به API خارجی Kavenegar درخواست واقعی می‌زنند, [F3] دیتابیس تست seed نشده — فقط کاربر ادمین وجود دارد, [F4] اسکریپت seeder `create_test_users.php` وجود ندارد, [F5] ادمین با JWT معتبر به `/api/doc` (Swagger UI) دسترسی ندارد (401), [F6] ناسازگاری کدهای خطا بین دامنه‌ها (+10 more) ### Community 452 - "Community 452" -Cohesion: 0.48 -Nodes (3): DoctorInsuranceRepository, DoctorInsurance, ManagerRegistry +Cohesion: 0.36 +Nodes (5): StaffController, ClinicStaff, JsonResponse, Request, User ### Community 456 - "Community 456" Cohesion: 0.15 @@ -2307,8 +2325,8 @@ Cohesion: 0.47 Nodes (6): formatPersianDate(), gToJ(), jFirstDayOfWeek(), PersianDateInput(), todayGregorian(), toPersianNums() ### Community 459 - "Community 459" -Cohesion: 0.40 -Nodes (5): API موجود (نیاز به تغییر ندارند), اپیک ۳ — منشی (Secretary) — تکمیل, تغییرات مورد نیاز, توضیح, نیازمندی‌های کارکردی +Cohesion: 0.33 +Nodes (6): API موجود (نیاز به تغییر ندارند), اپیک‌ها, اپیک ۳ — منشی (Secretary) — تکمیل, تغییرات مورد نیاز, توضیح, نیازمندی‌های کارکردی ### Community 460 - "Community 460" Cohesion: 0.33 @@ -2375,7 +2393,7 @@ Cohesion: 0.33 Nodes (5): ایندکس‌ها, جدول: sms_accounts (حساب پیامک), جدول: sms_queue (صف پیامک), نکات مهم, پایگاه داده — تسک ۱۷: ماژول پیامک ### Community 478 - "Community 478" -Cohesion: 0.39 +Cohesion: 0.36 Nodes (3): CityRepository, City, ManagerRegistry ### Community 479 - "Community 479" @@ -2411,8 +2429,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.25 -Nodes (8): ثبت‌نام دکتر — از طریق نماینده, ثبت‌نام دکتر — از طریق کلینیک, ثبت‌نام دکتر — مستقل, ۱. معرفی محصول, ۱.۱ نقش‌های سیستم, ۱.۲ فلوهای عملیاتی اصلی, ۱.۳ پلن‌های اشتراک, ۱.۴ سیستم پیامک +Cohesion: 0.15 +Nodes (11): emptyFeatures(), FEATURE_KEYS, FEATURE_LABELS, PeriodForm, periodSchema, PLAN_DISPLAY, PlanForm, planSchema (+3 more) ### Community 491 - "Community 491" Cohesion: 0.12 @@ -2447,8 +2465,8 @@ Cohesion: 0.40 Nodes (5): addMinutes(), calcSlotCount(), hasOverlap(), parseMinutes(), SessionEditor() ### Community 500 - "Community 500" -Cohesion: 0.33 -Nodes (6): API موجود (نیاز به endpoint جدید ندارد), اپیک‌ها, اپیک ۷ — داشبورد هوشمند (Smart Dashboard), تغییر مورد نیاز, توضیح, نیازمندی‌های کارکردی +Cohesion: 0.40 +Nodes (5): API موجود (نیاز به endpoint جدید ندارد), اپیک ۷ — داشبورد هوشمند (Smart Dashboard), تغییر مورد نیاز, توضیح, نیازمندی‌های کارکردی ### Community 501 - "Community 501" Cohesion: 0.40 @@ -2567,8 +2585,8 @@ Cohesion: 0.50 Nodes (4): Errors, POST `/api/v1/user/verify-code`, Request Body, Response `200` ### Community 534 - "Community 534" -Cohesion: 0.13 -Nodes (12): AdminUserDetail, AVATAR_COLORS, EditForm, editSchema, GENDER_LABELS, getPrimaryRole(), MARITAL_LABELS, MEDICAL_SECTIONS (+4 more) +Cohesion: 0.31 +Nodes (4): DomainContextResolver, DomainCommissionTest, Payment, Representation ### Community 536 - "Community 536" Cohesion: 0.12 @@ -2587,8 +2605,8 @@ Cohesion: 0.50 Nodes (4): 38. 🟢 `GET` Unapproved comments, هدرهای اضافی, پارامترهای Query, پاسخ‌ها ### Community 543 - "Community 543" -Cohesion: 0.53 -Nodes (3): TaxRateHistoryRepository, ManagerRegistry, TaxRateHistory +Cohesion: 0.30 +Nodes (6): AbstractAuthenticator, Passport, PasswordAuthenticator, Request, Response, TokenInterface ### Community 544 - "Community 544" Cohesion: 0.15 @@ -2762,12 +2780,8 @@ Nodes (3): ماژول‌های شناسایی‌شده در PRD, موارد پو Cohesion: 0.67 Nodes (3): نقاط ضعف, نقاط قوت, ۶. تحلیل API Design -### Community 606 - "Community 606" -Cohesion: 0.25 -Nodes (8): ۲.۲ انواع دسته‌بندی (Category Types), ۲.۲.۱ تگ (Tag), ۲.۲.۲ استان (State), ۲.۲.۳ شهر (City), ۲.۲.۴ بیمه پایه (Basic Insurance), ۲.۲.۵ بیمه مکمل (Supplementary Insurance), ۲.۲.۶ تخصص دکتر (Doctor Specialty), ۲.۲.۷ خدمات دکتر (Doctor Services) - ### Community 607 - "Community 607" -Cohesion: 0.35 +Cohesion: 0.34 Nodes (5): RepresentationController, JsonResponse, Representation, Request, User ### Community 612 - "Community 612" @@ -2775,12 +2789,12 @@ Cohesion: 0.67 Nodes (3): بک‌اند, فرانت‌اند, وضعیت فعلی کد (مهم — قبل از تغییر بخوان) ### Community 618 - "Community 618" -Cohesion: 0.13 -Nodes (6): ServiceItemDeleteCleanupTest, TenantInsuranceCleanupTest, TenantServiceCoverageRepository, TenantInsuranceCleanupService, ManagerRegistry, TenantServiceCoverage +Cohesion: 0.10 +Nodes (7): ServiceItemDeleteCleanupTest, ServiceCoverageNPlusOneTest, TenantInsuranceCleanupTest, TenantServiceCoverageRepository, TenantInsuranceCleanupService, ManagerRegistry, TenantServiceCoverage ### Community 625 - "Community 625" -Cohesion: 0.40 -Nodes (5): Errors, Path Parameters, POST `/api/v1/admin/clinic/{uuid}/invite-doctor`, Request Body (`application/json`), Response `201` +Cohesion: 0.22 +Nodes (3): AppException, SlotTakenException, RuntimeException ### Community 631 - "Community 631" Cohesion: 0.50 @@ -2814,6 +2828,10 @@ Nodes (4): Errors, POST `/file/upload/clinic_pro/doctor/field_image`, Request, R Cohesion: 0.50 Nodes (4): Errors, POST `/api/v1/clinic-pro/doctor-address`, Request Body, Response `201` +### Community 641 - "Community 641" +Cohesion: 0.39 +Nodes (3): ClinicStaffRepository, ClinicStaff, ManagerRegistry + ### Community 647 - "Community 647" Cohesion: 0.14 Nodes (13): اصلاح فیلتر شهر/استان در لیست عمومی پزشکان (`GET /api/v1/doctors`), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+5 more) @@ -2855,8 +2873,8 @@ Cohesion: 0.31 Nodes (4): ClinicInvitationService, Clinic, ClinicDoctorInvitation, User ### Community 661 - "Community 661" -Cohesion: 0.50 -Nodes (4): GET `/api/v1/admin/settlements`, Query Parameters, Response `200`, Settlement Management +Cohesion: 0.43 +Nodes (3): SmsLogRepository, SmsLog, ManagerRegistry ### Community 662 - "Community 662" Cohesion: 0.29 @@ -2902,10 +2920,6 @@ Nodes (5): GET `/api/v1/admin/comments`, GET `/api/v1/admin/rates`, Query Parame Cohesion: 0.50 Nodes (4): Errors, PATCH `/api/v1/admin/insurance/{id}`, Path Parameters, Response `200` -### Community 688 - "Community 688" -Cohesion: 0.67 -Nodes (3): POST `/oauth/logout`, Request Body, Response `200` - ### Community 689 - "Community 689" Cohesion: 0.50 Nodes (4): PUT `/api/v1/insurance-pricing`, Request Body, Response `200`, خطاها @@ -2938,10 +2952,6 @@ Nodes (3): Errors, POST `/api/v1/sms/send` — ⛔ غیرفعال (Deprecated), Cohesion: 0.17 Nodes (11): رفع خطاهای ارسال پیامک کاوه‌نگار در سرور prod (431 + Idle timeout), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+3 more) -### Community 699 - "Community 699" -Cohesion: 0.33 -Nodes (6): GET /api/v1/sms/balance — موجودی حساب پیامک, POST /api/v1/sms/queue — افزودن به صف, ۴. سیستم حساب و صف پیامک, ۴.۱ حساب پیامک (SMS Account), ۴.۲ صف پیامک (SMS Queue), ۴.۳ API پیامک - ### Community 701 - "Community 701" Cohesion: 0.17 Nodes (11): رفع خطای `Class "SoapClient" not found` در پرداخت ملت (سرور prod), زمینه, فایل‌های مرتبط, مشکل / هدف, نکات مهم, وضعیت فعلی, وظایف, پروژه (+3 more) @@ -2955,8 +2965,8 @@ Cohesion: 0.40 Nodes (5): 37. 🔵 `POST` post, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها ### Community 706 - "Community 706" -Cohesion: 0.40 -Nodes (5): ۲.۸ تنظیمات نوبت (Appointment Settings), ۲.۸.۱ برنامه هفتگی (Weekly Schedule), ۲.۸.۲ تعطیلات (Holidays), ۲.۸.۳ لغو تعطیل (Date Override), ۲.۸.۴ الگوریتم محاسبه اسلات‌های خالی +Cohesion: 0.53 +Nodes (3): PaymentLog, PaymentLogRepository, ManagerRegistry ### Community 707 - "Community 707" Cohesion: 0.38 @@ -2974,22 +2984,38 @@ Nodes (4): 39. 🟡 `PATCH` Comment confirmation, مثال Request, هدرهای Cohesion: 0.50 Nodes (4): 44. 🟢 `GET` list comment, هدرهای اضافی, پارامترهای Query, پاسخ‌ها +### Community 713 - "Community 713" +Cohesion: 0.40 +Nodes (5): Errors, Path Parameters, POST `/api/v1/like/{commentUuid}`, Request Body (`application/json`), Response `200` + +### Community 714 - "Community 714" +Cohesion: 0.40 +Nodes (5): 31. 🟡 `PATCH` patch, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها + ### Community 715 - "Community 715" -Cohesion: 0.50 -Nodes (4): GET /api/v1/appointment-settings/slots — دریافت اسلات‌های خالی, POST /api/v1/appointment-settings/holidays — ثبت تعطیلی (فقط ادمین), POST /api/v1/appointment-settings/overrides — ثبت Override توسط دکتر, Task-09: API تنظیمات نوبت +Cohesion: 0.40 +Nodes (5): 35. 🟡 `PATCH` patch, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها ### Community 716 - "Community 716" -Cohesion: 0.50 -Nodes (4): GET /api/v1/categories/cities — شهرها, GET /api/v1/categories/states — استان‌ها, Task-08: API دسته‌بندی‌ها, سایر Endpoint های دسته‌بندی — الزامی - -### Community 717 - "Community 717" -Cohesion: 0.50 -Nodes (4): ۲.۱۳ نظرات، لایک و امتیازدهی, ۲.۱۳.۱ نظر (Comment), ۲.۱۳.۲ لایک (Like), ۲.۱۳.۳ امتیاز (Rate) +Cohesion: 0.40 +Nodes (5): 41. 🟡 `PATCH` patch, Request Body, مثال Request, هدرهای اضافی, پاسخ‌ها ### Community 720 - "Community 720" Cohesion: 0.33 Nodes (3): Closure, CorsRegexEnvProcessor, EnvVarProcessorInterface +### Community 721 - "Community 721" +Cohesion: 0.50 +Nodes (4): GET `/api/v1/admin/pre-registrations`, POST `/api/v1/admin/pre-registrations/{uuid}/approve`, POST `/api/v1/admin/pre-registrations/{uuid}/reject`, Pre-Registration Management + +### Community 723 - "Community 723" +Cohesion: 0.50 +Nodes (4): 40. 🔵 `POST` post, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 724 - "Community 724" +Cohesion: 0.50 +Nodes (4): 45. 🔵 `POST` post, مثال Request, هدرهای اضافی, پاسخ‌ها + ### Community 725 - "Community 725" Cohesion: 0.43 Nodes (3): InvoiceService, Invoice, PatientSession @@ -2998,6 +3024,34 @@ Nodes (3): InvoiceService, Invoice, PatientSession Cohesion: 0.53 Nodes (4): Money, BillingCalculator, CoverageRule, ShareBreakdown +### Community 728 - "Community 728" +Cohesion: 0.50 +Nodes (4): 46. 🟡 `PATCH` patch, مثال Request, هدرهای اضافی, پاسخ‌ها + +### Community 730 - "Community 730" +Cohesion: 0.67 +Nodes (3): Errors, GET `/api/v1/notification-mobile/{target}`, Response `200` + +### Community 731 - "Community 731" +Cohesion: 0.67 +Nodes (3): GET `/api/v1/representation/{uuid}/dashboard/yearly`, Query Parameters, Response `200` + +### Community 732 - "Community 732" +Cohesion: 0.67 +Nodes (3): 33. 🔵 `POST` image_clinic, هدرهای اضافی, پاسخ‌ها + +### Community 733 - "Community 733" +Cohesion: 0.67 +Nodes (3): 34. 🔵 `POST` image logo, هدرهای اضافی, پاسخ‌ها + +### Community 734 - "Community 734" +Cohesion: 0.67 +Nodes (3): 42. 🔴 `DELETE` delete, هدرهای اضافی, پاسخ‌ها + +### Community 735 - "Community 735" +Cohesion: 0.67 +Nodes (3): 43. 🟢 `GET` get, هدرهای اضافی, پاسخ‌ها + ### Community 736 - "Community 736" Cohesion: 0.40 Nodes (3): Props, StatTone, TONE @@ -3007,21 +3061,21 @@ Cohesion: 0.50 Nodes (4): Errors, GET `/api/v1/representation/{uuid}`, Path Parameters, Response `200` ## Knowledge Gaps -- **3978 isolated node(s):** `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps`, `TenantInsurance`, `CoverageRow` (+3973 more) +- **3995 isolated node(s):** `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps`, `TenantInsurance`, `CoverageRow` (+3990 more) These have ≤1 connection - possible missing edges or undocumented components. -- **146 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **150 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 `BaseController` connect `Community 108` to `Community 6`, `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 435`, `Community 308`, `Community 59`, `Community 318`, `Community 63`, `Community 64`, `Community 75`, `Community 77`, `Community 607`, `Community 230`, `Community 104`, `Community 107`, `Community 109`, `Community 245`, `Community 121`, `Community 122`, `Community 252`?** - _High betweenness centrality (0.030) - this node is a cross-community bridge._ -- **Why does `ApiTestCase` connect `Community 86` to `Community 609`, `Community 541`, `Community 641`, `Community 484`, `Community 577`, `Community 41`, `Community 618`, `Community 397`, `Community 497`, `Community 594`, `Community 562`, `Community 82`, `Community 565`, `Community 371`, `Community 535`, `Community 573`, `Community 574`, `Community 575`?** - _High betweenness centrality (0.024) - this node is a cross-community bridge._ -- **Why does `Version20260705070546` connect `Community 646` to `Community 399`?** +- **Why does `BaseController` connect `Community 108` to `Community 4`, `Community 6`, `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 435`, `Community 308`, `Community 59`, `Community 318`, `Community 63`, `Community 64`, `Community 452`, `Community 75`, `Community 77`, `Community 340`, `Community 607`, `Community 230`, `Community 104`, `Community 107`, `Community 109`, `Community 245`, `Community 121`, `Community 122`, `Community 252`?** + _High betweenness centrality (0.033) - this node is a cross-community bridge._ +- **Why does `ApiTestCase` connect `Community 86` to `Community 397`, `Community 534`, `Community 535`, `Community 541`, `Community 41`, `Community 562`, `Community 565`, `Community 573`, `Community 574`, `Community 575`, `Community 577`, `Community 717`, `Community 594`, `Community 82`, `Community 609`, `Community 484`, `Community 618`, `Community 497`, `Community 371`?** + _High betweenness centrality (0.025) - this node is a cross-community bridge._ +- **Why does `Version20260705070546` connect `Community 646` to `Community 421`?** _High betweenness centrality (0.019) - this node is a cross-community bridge._ - **What connects `ALLOWED_ROLES`, `Pricing`, `ImageCropModalProps` to the rest of the system?** - _3978 weakly-connected nodes found - possible documentation gaps or missing edges._ + _3995 weakly-connected nodes found - possible documentation gaps or missing edges._ - **Should `Community 0` be split into smaller, more focused modules?** _Cohesion score 0.05200501253132832 - nodes in this community are weakly interconnected._ - **Should `Community 1` be split into smaller, more focused modules?** diff --git a/graphify-out/cache/ast/v0.8.44/196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8.json b/graphify-out/cache/ast/v0.8.44/196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8.json new file mode 100644 index 00000000..9508aeb0 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "label": "RepresentationController.php", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L1"}, {"id": "controller_representationcontroller_representationcontroller", "label": "RepresentationController", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L22"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_representationcontroller_representationcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L26"}, {"id": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "label": ".applyRepresentationData()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39"}, {"id": "controller_representationcontroller_representationcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93"}, {"id": "controller_representationcontroller_representationcontroller_get", "label": ".get()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192"}, {"id": "controller_representationcontroller_representationcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230"}, {"id": "controller_representationcontroller_representationcontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L317"}, {"id": "controller_representationcontroller_representationcontroller_dashboardmonthly", "label": ".dashboardMonthly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357"}, {"id": "controller_representationcontroller_representationcontroller_dashboardyearly", "label": ".dashboardYearly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415"}, {"id": "controller_representationcontroller_representationcontroller_buildstats", "label": ".buildStats()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L492"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "cityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "jalalidateservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "controller_representationcontroller_representationcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L22", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L24", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L26", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_get", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_get", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L317", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L317", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_dashboardmonthly", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_dashboardyearly", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L492", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_buildstats", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L492", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "target": "representation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L65", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L181", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L283", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "controller_representationcontroller_representationcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L404", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L411", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L470", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L477", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L43", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L44", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L45", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L51", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setCities", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L57", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L58", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L58", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L61", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L67", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "findByDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L73", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L78", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L81", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setIsGlobal", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L147", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "findByMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "addRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L163", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L165", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L169", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setBankAccount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L224", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L268", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L270", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L274", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L278", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setFullName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setBankAccount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L295", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L297", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L301", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L303", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L307", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L309", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L312", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L346", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L348", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L351", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L352", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L401", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliYear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L404", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L404", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliMonth", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliMonthRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L407", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L409", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L461", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L463", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L467", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliYear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L470", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L470", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliMonthRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L474", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliYearRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L481", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L483", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L494", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L512", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L512", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L512", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14.json b/graphify-out/cache/ast/v0.8.44/2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14.json new file mode 100644 index 00000000..6603f4bb --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "label": "CommissionService.php", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L1"}, {"id": "service_commissionservice_commissionservice", "label": "CommissionService", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L20"}, {"id": "service_commissionservice_commissionservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L22"}, {"id": "service_commissionservice_commissionservice_processappointment", "label": ".processAppointment()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L35"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L35"}, {"id": "service_commissionservice_commissionservice_processsubscription", "label": ".processSubscription()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L59"}, {"id": "service_commissionservice_commissionservice_resolverep", "label": ".resolveRep()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L78"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L78"}, {"id": "service_commissionservice_commissionservice_settle", "label": ".settle()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L85"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "siteconfigrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "financialbreakdown", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "wallettransaction", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "financialbreakdownrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "settlementrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "wallettransactionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_service_commissionservice_php", "target": "service_commissionservice_commissionservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L20", "weight": 1.0}, {"source": "service_commissionservice_commissionservice", "target": "service_commissionservice_commissionservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L22", "weight": 1.0}, {"source": "service_commissionservice_commissionservice", "target": "service_commissionservice_commissionservice_processappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L35", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_processappointment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "service_commissionservice_commissionservice", "target": "service_commissionservice_commissionservice_processsubscription", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L59", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_processsubscription", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L59", "weight": 1.0, "context": "parameter_type"}, {"source": "service_commissionservice_commissionservice", "target": "service_commissionservice_commissionservice_resolverep", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L78", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_resolverep", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L78", "weight": 1.0, "context": "return_type"}, {"source": "service_commissionservice_commissionservice", "target": "service_commissionservice_commissionservice_settle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L85", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_settle", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L85", "weight": 1.0, "context": "parameter_type"}, {"source": "service_commissionservice_commissionservice_settle", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L85", "weight": 1.0, "context": "parameter_type"}, {"source": "service_commissionservice_commissionservice_processappointment", "target": "service_commissionservice_commissionservice_resolverep", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L42", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_processappointment", "target": "service_commissionservice_commissionservice_settle", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L45", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_processsubscription", "target": "service_commissionservice_commissionservice_resolverep", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L65", "weight": 1.0}, {"source": "service_commissionservice_commissionservice_processsubscription", "target": "service_commissionservice_commissionservice_settle", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Settlement/Service/CommissionService.php", "source_location": "L68", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_commissionservice_commissionservice_processappointment", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L37", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_processappointment", "callee": "getCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L48", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_processsubscription", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L61", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_processsubscription", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L71", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_resolverep", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L81", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_resolverep", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L82", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L94", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L96", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L99", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L103", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L104", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L114", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "getWalletBalance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L117", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "setPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L119", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "setDescription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L120", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L120", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L120", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L121", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L127", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "number_format", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "number_format", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L133", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L136", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L140", "receiver": null}, {"caller_nid": "service_commissionservice_commissionservice_settle", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php", "source_location": "L142", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0.json b/graphify-out/cache/ast/v0.8.44/33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0.json new file mode 100644 index 00000000..4bb04c06 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "label": "Representation.php", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L1"}, {"id": "entity_representation_representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L13"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L25"}, {"id": "collection", "label": "Collection", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L40"}, {"id": "entity_representation_representation_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L70"}, {"id": "entity_representation_representation_normalizedomain", "label": ".normalizeDomain()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L81"}, {"id": "entity_representation_representation_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L92"}, {"id": "entity_representation_representation_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L93"}, {"id": "entity_representation_representation_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L94"}, {"id": "entity_representation_representation_getfullname", "label": ".getFullName()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L95"}, {"id": "entity_representation_representation_getmobilenumber", "label": ".getMobileNumber()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L96"}, {"id": "entity_representation_representation_getcityid", "label": ".getCityId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L97"}, {"id": "entity_representation_representation_getcities", "label": ".getCities()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L99"}, {"id": "entity_representation_representation_cityids", "label": ".cityIds()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101"}, {"id": "entity_representation_representation_getdomain", "label": ".getDomain()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L102"}, {"id": "entity_representation_representation_isglobal", "label": ".isGlobal()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L103"}, {"id": "entity_representation_representation_getcommissionpercent", "label": ".getCommissionPercent()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L104"}, {"id": "entity_representation_representation_getbankaccount", "label": ".getBankAccount()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L105"}, {"id": "entity_representation_representation_isactive", "label": ".isActive()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L106"}, {"id": "entity_representation_representation_setfullname", "label": ".setFullName()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108"}, {"id": "entity_representation_representation_setmobilenumber", "label": ".setMobileNumber()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109"}, {"id": "entity_representation_representation_setcityid", "label": ".setCityId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110"}, {"id": "entity_representation_representation_setcities", "label": ".setCities()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L112"}, {"id": "entity_representation_representation_setdomain", "label": ".setDomain()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121"}, {"id": "entity_representation_representation_setisglobal", "label": ".setIsGlobal()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122"}, {"id": "entity_representation_representation_setcommissionpercent", "label": ".setCommissionPercent()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123"}, {"id": "entity_representation_representation_setbankaccount", "label": ".setBankAccount()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124"}, {"id": "entity_representation_representation_setactive", "label": ".setActive()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125"}, {"id": "entity_representation_representation_getibans", "label": ".getIbans()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L128"}, {"id": "entity_representation_representation_addiban", "label": ".addIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L134"}, {"id": "entity_representation_representation_removeiban", "label": ".removeIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L153"}, {"id": "entity_representation_representation_findverifiediban", "label": ".findVerifiedIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L164"}, {"id": "entity_representation_representation_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L174"}, {"id": "entity_representation_representation_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L176"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "arraycollection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "collection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "entity_representation_representation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L13", "weight": 1.0}, {"source": "entity_representation_representation", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "entity_representation_representation", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L40", "weight": 1.0, "context": "field"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_representation_representation_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_normalizedomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L92", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L94", "weight": 1.0}, {"source": "entity_representation_representation_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L94", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getmobilenumber", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getcityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getcities", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L99", "weight": 1.0}, {"source": "entity_representation_representation_getcities", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L99", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_cityids", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getdomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L102", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_isglobal", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getcommissionpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L104", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L105", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_isactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L106", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108", "weight": 1.0}, {"source": "entity_representation_representation_setfullname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setmobilenumber", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_representation_representation_setmobilenumber", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setcityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_representation_representation_setcityid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setcities", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L112", "weight": 1.0}, {"source": "entity_representation_representation_setcities", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L112", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setdomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_representation_representation_setdomain", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setisglobal", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122", "weight": 1.0}, {"source": "entity_representation_representation_setisglobal", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setcommissionpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123", "weight": 1.0}, {"source": "entity_representation_representation_setcommissionpercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124", "weight": 1.0}, {"source": "entity_representation_representation_setbankaccount", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125", "weight": 1.0}, {"source": "entity_representation_representation_setactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getibans", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L128", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_addiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L134", "weight": 1.0}, {"source": "entity_representation_representation_addiban", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L134", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_removeiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L153", "weight": 1.0}, {"source": "entity_representation_representation_removeiban", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L153", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_findverifiediban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L164", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L174", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L176", "weight": 1.0}, {"source": "entity_representation_representation_getcityid", "target": "entity_representation_representation_cityids", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_representation_representation_cityids", "target": "entity_representation_representation_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_representation_representation_cityids", "target": "entity_representation_representation_toarray", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_representation_representation_setfullname", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108", "weight": 1.0}, {"source": "entity_representation_representation_setmobilenumber", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_representation_representation_setcityid", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_representation_representation_setcities", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L118", "weight": 1.0}, {"source": "entity_representation_representation_setdomain", "target": "self", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_representation_representation_setdomain", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_representation_representation_setisglobal", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122", "weight": 1.0}, {"source": "entity_representation_representation_setcommissionpercent", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123", "weight": 1.0}, {"source": "entity_representation_representation_setbankaccount", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124", "weight": 1.0}, {"source": "entity_representation_representation_setactive", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125", "weight": 1.0}, {"source": "entity_representation_representation_addiban", "target": "entity_representation_representation_getibans", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L136", "weight": 1.0}, {"source": "entity_representation_representation_addiban", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L149", "weight": 1.0}, {"source": "entity_representation_representation_removeiban", "target": "entity_representation_representation_getibans", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L156", "weight": 1.0}, {"source": "entity_representation_representation_removeiban", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L159", "weight": 1.0}, {"source": "entity_representation_representation_findverifiediban", "target": "entity_representation_representation_getibans", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L166", "weight": 1.0}, {"source": "entity_representation_representation_toarray", "target": "entity_representation_representation_getcityid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L182", "weight": 1.0}, {"source": "entity_representation_representation_toarray", "target": "entity_representation_representation_cityids", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L183", "weight": 1.0}, {"source": "entity_representation_representation_toarray", "target": "entity_representation_representation_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L185", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_representation_representation_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_representation_representation_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_representation_representation_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L76", "receiver": null}, {"caller_nid": "entity_representation_representation_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L77", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L84", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L84", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L85", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L86", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L87", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L88", "receiver": null}, {"caller_nid": "entity_representation_representation_cityids", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L101", "receiver": null}, {"caller_nid": "entity_representation_representation_cityids", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L101", "receiver": null}, {"caller_nid": "entity_representation_representation_setcities", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L114", "receiver": null}, {"caller_nid": "entity_representation_representation_setcities", "callee": "contains", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L116", "receiver": null}, {"caller_nid": "entity_representation_representation_setcities", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L116", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L137", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L141", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L141", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L146", "receiver": null}, {"caller_nid": "entity_representation_representation_removeiban", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L155", "receiver": null}, {"caller_nid": "entity_representation_representation_removeiban", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L155", "receiver": null}, {"caller_nid": "entity_representation_representation_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L174", "receiver": null}, {"caller_nid": "entity_representation_representation_toarray", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L184", "receiver": null}, {"caller_nid": "entity_representation_representation_toarray", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L184", "receiver": null}, {"caller_nid": "entity_representation_representation_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L185", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/3c5e7d2db5d360bbf96cee9bb9f4aede458a8aa728db0dbf61fb6343d1180b4c.json b/graphify-out/cache/ast/v0.8.44/3c5e7d2db5d360bbf96cee9bb9f4aede458a8aa728db0dbf61fb6343d1180b4c.json new file mode 100644 index 00000000..5b9ae7cd --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/3c5e7d2db5d360bbf96cee9bb9f4aede458a8aa728db0dbf61fb6343d1180b4c.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "label": "AdminApiController.php", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1"}, {"id": "controller_adminapicontroller_adminapicontroller", "label": "AdminApiController", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L32"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_adminapicontroller_adminapicontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L36"}, {"id": "controller_adminapicontroller_adminapicontroller_userstats", "label": ".userStats()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L46"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L46"}, {"id": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "label": ".toggleUserStatus()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L106"}, {"id": "controller_adminapicontroller_adminapicontroller_updateuserrole", "label": ".updateUserRole()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L118"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L118"}, {"id": "controller_adminapicontroller_adminapicontroller_userdetail", "label": ".userDetail()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L145"}, {"id": "controller_adminapicontroller_adminapicontroller_updateuser", "label": ".updateUser()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L165"}, {"id": "controller_adminapicontroller_adminapicontroller_deleteuser", "label": ".deleteUser()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L193"}, {"id": "controller_adminapicontroller_adminapicontroller_users", "label": ".users()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L205"}, {"id": "controller_adminapicontroller_adminapicontroller_doctorstats", "label": ".doctorStats()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L262"}, {"id": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "label": ".toggleDoctorStatus()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L287"}, {"id": "controller_adminapicontroller_adminapicontroller_doctorslist", "label": ".doctorsList()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L299"}, {"id": "controller_adminapicontroller_adminapicontroller_createdoctor", "label": ".createDoctor()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L389"}, {"id": "controller_adminapicontroller_adminapicontroller_clinicslist", "label": ".clinicsList()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L446"}, {"id": "controller_adminapicontroller_adminapicontroller_createclinic", "label": ".createClinic()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L503"}, {"id": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "label": ".toggleClinicStatus()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L544"}, {"id": "controller_adminapicontroller_adminapicontroller_deleteclinic", "label": ".deleteClinic()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L556"}, {"id": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "label": ".appointmentsTodayStats()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L571"}, {"id": "controller_adminapicontroller_adminapicontroller_appointments", "label": ".appointments()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L638"}, {"id": "controller_adminapicontroller_adminapicontroller_createappointment", "label": ".createAppointment()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L751"}, {"id": "controller_adminapicontroller_adminapicontroller_payments", "label": ".payments()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L835"}, {"id": "controller_adminapicontroller_adminapicontroller_paymentdetail", "label": ".paymentDetail()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L879"}, {"id": "controller_adminapicontroller_adminapicontroller_refundpayment", "label": ".refundPayment()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L929"}, {"id": "controller_adminapicontroller_adminapicontroller_reversepayment", "label": ".reversePayment()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L948"}, {"id": "controller_adminapicontroller_adminapicontroller_representations", "label": ".representations()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L964"}, {"id": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "label": ".financialBreakdowns()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1077"}, {"id": "controller_adminapicontroller_adminapicontroller_financialsummary", "label": ".financialSummary()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1153"}, {"id": "controller_adminapicontroller_adminapicontroller_secretaries", "label": ".secretaries()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1184"}, {"id": "controller_adminapicontroller_adminapicontroller_rates", "label": ".rates()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1268"}, {"id": "controller_adminapicontroller_adminapicontroller_comments", "label": ".comments()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1355"}, {"id": "controller_adminapicontroller_adminapicontroller_smslogs", "label": ".smsLogs()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1444"}, {"id": "controller_adminapicontroller_adminapicontroller_settlements", "label": ".settlements()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1520"}, {"id": "controller_adminapicontroller_adminapicontroller_settlementdetail", "label": ".settlementDetail()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1603"}, {"id": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "label": ".smsSampleTemplates()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1651"}, {"id": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "label": ".dashboardRecent()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1726"}, {"id": "controller_adminapicontroller_adminapicontroller_dashboardstats", "label": ".dashboardStats()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1844"}, {"id": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "label": ".dashboardCharts()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1972"}, {"id": "controller_adminapicontroller_adminapicontroller_logs", "label": ".logs()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2044"}, {"id": "controller_adminapicontroller_adminapicontroller_clearlogs", "label": ".clearLogs()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2101"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "slottakenexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "specialty", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "comment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "rate", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "doctorsecretary", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "financialbreakdown", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "settlement", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "applog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "smslog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "smstemplate", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L27", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L28", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L29", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L30", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_admin_controller_adminapicontroller_php", "target": "controller_adminapicontroller_adminapicontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L32", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L34", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L36", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_userstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L46", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_userstats", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L46", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L106", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L106", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_updateuserrole", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L118", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_updateuserrole", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L118", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_updateuserrole", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L118", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_userdetail", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L145", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_userdetail", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L145", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_updateuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L165", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_updateuser", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L165", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_updateuser", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L165", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_deleteuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L193", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_deleteuser", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L193", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_users", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L205", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_users", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L205", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_users", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L205", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_doctorstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L262", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_doctorstats", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L262", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L287", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L287", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_doctorslist", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L299", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_doctorslist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L299", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_doctorslist", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L299", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_createdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L389", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_createdoctor", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L389", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_createdoctor", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L389", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_clinicslist", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L446", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_clinicslist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L446", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_clinicslist", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L446", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_createclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L503", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_createclinic", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L503", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_createclinic", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L503", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L544", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L544", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_deleteclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L556", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_deleteclinic", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L556", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L571", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L571", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L571", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_appointments", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L638", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_appointments", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L638", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_appointments", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L638", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_createappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L751", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_createappointment", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L751", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_createappointment", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L751", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_payments", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L835", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_payments", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L835", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_payments", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L835", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_paymentdetail", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L879", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_paymentdetail", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L879", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_refundpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L929", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_refundpayment", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L929", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_refundpayment", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L929", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_reversepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L948", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_reversepayment", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L948", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_reversepayment", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L948", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_representations", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L964", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_representations", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L964", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_representations", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L964", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1077", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1077", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1077", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_financialsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1153", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_financialsummary", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1153", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_secretaries", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1184", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_secretaries", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1184", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_secretaries", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1184", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_rates", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1268", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_rates", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1268", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_rates", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1268", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_comments", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1355", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_comments", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1355", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_comments", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1355", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_smslogs", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1444", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_smslogs", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1444", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_smslogs", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1444", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_settlements", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1520", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_settlements", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1520", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_settlements", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1520", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_settlementdetail", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1603", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_settlementdetail", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1603", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1651", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1651", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1651", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1726", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1726", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_dashboardstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1844", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_dashboardstats", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1844", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1972", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1972", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L1972", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_logs", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2044", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_logs", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2044", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_adminapicontroller_adminapicontroller_logs", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2044", "weight": 1.0, "context": "return_type"}, {"source": "controller_adminapicontroller_adminapicontroller", "target": "controller_adminapicontroller_adminapicontroller_clearlogs", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2101", "weight": 1.0}, {"source": "controller_adminapicontroller_adminapicontroller_clearlogs", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Admin/Controller/AdminApiController.php", "source_location": "L2101", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "controller_adminapicontroller_adminapicontroller_userstats", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L89", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L92", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L94", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userstats", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L110", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L113", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleuserstatus", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L121", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L121", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L122", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L124", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L124", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L135", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L139", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L142", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuserrole", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L142", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getEmail", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L156", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L158", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L159", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getCreatedAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L161", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_userdetail", "callee": "getCreatedAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L161", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L168", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L168", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L169", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L173", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "setRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L174", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L176", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "setEmail", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "setPasswordHash", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L180", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "password_hash", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L180", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L183", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L185", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L186", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "getEmail", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L188", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_updateuser", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteuser", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteuser", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L197", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteuser", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L199", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteuser", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L200", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteuser", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L202", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L210", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L210", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L211", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L211", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L212", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L239", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L239", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L244", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L244", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L244", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L247", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L247", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_users", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L256", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L265", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L267", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L268", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L269", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L271", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorstats", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L291", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "setActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L293", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "isActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L293", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L294", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L296", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggledoctorstatus", "callee": "isActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L296", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L302", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L303", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L306", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L306", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L307", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L308", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L308", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L310", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L331", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L338", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L344", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L354", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L356", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L357", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L360", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L360", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L367", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L368", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L381", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L382", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_doctorslist", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L386", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L392", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L392", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L393", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L393", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L394", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L399", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L406", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setPasswordHash", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L407", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "password_hash", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L407", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L407", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L407", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L408", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L411", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L411", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L413", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L418", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setGender", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L418", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L419", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setDegree", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L419", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L420", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setMedicalSystemCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L420", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L421", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L421", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L422", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L422", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L423", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setActivityTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L423", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L425", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L425", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L427", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L427", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L428", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L428", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L432", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L433", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L435", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L435", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L435", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L438", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L439", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L441", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createdoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L441", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L451", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L451", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L452", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L454", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L467", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L469", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L475", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L489", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clinicslist", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L500", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L506", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L506", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L507", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L507", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L508", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L513", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L514", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L520", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L520", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L523", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L526", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L527", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L529", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L529", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L529", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L534", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "setTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L534", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "setAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L536", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L536", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L538", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L539", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L541", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L541", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L541", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createclinic", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L541", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L547", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L547", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L548", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "setIsActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L550", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L550", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L551", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L553", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_toggleclinicstatus", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L553", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L559", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L559", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L560", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "purgeForEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L562", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L562", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L563", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L564", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_deleteclinic", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L599", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L599", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L599", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L600", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L603", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L604", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "groupBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "array_sum", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L621", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointmentstodaystats", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L630", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L689", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L690", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L692", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L692", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L693", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L693", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L694", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L694", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L696", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L708", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L708", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L712", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L712", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L714", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L716", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L717", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L717", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L717", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L722", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L722", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L727", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L727", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L727", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L727", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L730", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L738", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L740", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L743", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_appointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L746", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L794", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L794", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L798", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L799", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L801", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L801", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L801", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L802", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L805", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L805", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L808", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L808", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "setRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L811", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L812", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L813", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L817", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "setNote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L817", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "resolveSlotLocationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L818", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "setAddressId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L819", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "bookAtomically", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L822", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L822", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L824", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L827", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L828", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_createappointment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L831", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L838", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L839", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L840", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L840", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L841", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L841", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L843", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L843", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L843", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L843", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L843", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L853", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L853", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L857", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L857", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L860", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L860", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L860", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L862", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L862", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L862", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L862", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L865", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L872", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L873", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_payments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L876", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L894", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L906", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L907", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L911", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L924", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_paymentdetail", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L932", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L934", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L936", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "getClientIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L940", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L944", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L944", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_refundpayment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L945", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_reversepayment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L951", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_reversepayment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L953", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_reversepayment", "callee": "getClientIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L955", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_reversepayment", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L958", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_reversepayment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L958", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_reversepayment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L959", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1010", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1011", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1012", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1012", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1013", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1015", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1015", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1015", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1015", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1015", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1022", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1022", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1027", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1027", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1031", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1031", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1031", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1033", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1033", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1033", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1033", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1037", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1040", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1040", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1052", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1062", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "implode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1064", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1064", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1068", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_representations", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1072", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1094", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1095", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1096", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1097", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1097", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1098", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1099", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1101", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1101", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1101", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1101", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1101", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1101", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1114", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1114", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1117", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1117", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1120", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1120", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1123", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1123", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1126", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1126", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1126", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1128", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1128", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1128", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1128", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1131", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1147", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1150", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialsummary", "callee": "getSingleResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1162", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialsummary", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1162", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialsummary", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1162", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialsummary", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1162", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialsummary", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1162", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_financialsummary", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1173", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1227", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1228", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1229", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1229", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1231", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1231", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1231", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1231", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1231", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1231", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1243", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1243", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1247", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1247", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1247", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1249", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1249", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1249", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1249", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1252", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1260", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_secretaries", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1263", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1309", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1310", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1311", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1311", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1313", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1313", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1313", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1313", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1313", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1313", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1326", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1326", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1330", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1330", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1330", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1332", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1332", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1332", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1332", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1335", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1346", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_rates", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1350", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1399", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1400", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1401", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1401", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1402", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1402", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1404", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1404", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1404", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1404", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1404", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1404", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1416", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1416", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1420", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1420", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1423", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1423", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1423", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1425", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1425", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1425", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1425", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1428", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "mb_substr", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1432", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1436", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_comments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1439", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1485", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1486", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1487", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1487", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1489", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1489", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1489", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1489", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1495", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1495", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1498", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1498", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1498", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1500", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1500", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1500", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1500", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1503", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1511", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1512", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smslogs", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1515", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1564", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1565", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1566", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1566", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1568", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1568", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1568", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1568", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1568", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1578", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1578", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1581", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1581", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1581", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1583", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1583", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1583", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1583", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1586", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1596", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1597", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlements", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1600", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1616", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1627", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1628", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1632", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1644", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_settlementdetail", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1645", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1693", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1694", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1695", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1695", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1697", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1697", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1697", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1697", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1703", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1703", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1706", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1706", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1706", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1708", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1708", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1708", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1708", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1711", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1718", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1721", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1782", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1795", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1806", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1813", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1814", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1816", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1821", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1823", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1830", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1832", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1837", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "mktime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1880", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "mktime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1881", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1883", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1883", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1883", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1883", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1883", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1887", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1887", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1887", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1887", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1887", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1887", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1892", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1892", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1892", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1892", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1892", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1896", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1896", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1896", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1896", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1896", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1900", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1906", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1906", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1906", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1906", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1906", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1910", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1918", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1925", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1930", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "mktime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1935", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1935", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1936", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1938", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1946", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardstats", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1953", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1975", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1976", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1978", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1978", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1979", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1979", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1981", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1986", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1988", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1993", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L1995", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2000", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2001", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2006", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2010", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2018", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2028", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2031", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2032", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2033", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2061", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2062", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2063", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2063", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2064", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2064", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2065", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2065", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2066", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2066", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2068", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2068", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2068", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2073", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2073", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2076", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2076", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2079", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2079", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2082", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2082", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2085", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2087", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2087", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2087", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2088", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2088", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2088", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2088", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2090", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_logs", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2090", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clearlogs", "callee": "deleteAll", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2104", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clearlogs", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2104", "receiver": null}, {"caller_nid": "controller_adminapicontroller_adminapicontroller_clearlogs", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php", "source_location": "L2106", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/416d314362c1793e98f5009fed41ee441fb4bf5d01de9b11018bd2fdbf407ea2.json b/graphify-out/cache/ast/v0.8.44/416d314362c1793e98f5009fed41ee441fb4bf5d01de9b11018bd2fdbf407ea2.json new file mode 100644 index 00000000..c4452bcb --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/416d314362c1793e98f5009fed41ee441fb4bf5d01de9b11018bd2fdbf407ea2.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "label": "AppointmentController.php", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L1"}, {"id": "controller_appointmentcontroller_appointmentcontroller", "label": "AppointmentController", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L26"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_appointmentcontroller_appointmentcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L29"}, {"id": "controller_appointmentcontroller_appointmentcontroller_slots", "label": ".slots()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L40"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L40"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L40"}, {"id": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "label": ".monthAvailability()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L136"}, {"id": "controller_appointmentcontroller_appointmentcontroller_book", "label": ".book()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L181"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L181"}, {"id": "controller_appointmentcontroller_appointmentcontroller_get", "label": ".get()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L301"}, {"id": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "label": ".listByDoctor()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L346"}, {"id": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "label": ".listByUser()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L405"}, {"id": "controller_appointmentcontroller_appointmentcontroller_canview", "label": ".canView()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L447"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L447"}, {"id": "controller_appointmentcontroller_appointmentcontroller_canmanage", "label": ".canManage()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L454"}, {"id": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "label": ".resolveSlotLocationId()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L461"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L461"}, {"id": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "label": ".updateStatus()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L466"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "weeklyschedule", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "appointmentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "slottakenexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "weeklyschedulerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "slotcalculatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "patientservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "optimisticlockexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_appointmentcontroller_php", "target": "controller_appointmentcontroller_appointmentcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L26", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L27", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L29", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_slots", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L40", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_slots", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L40", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_slots", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L40", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L136", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L136", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L136", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_book", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L181", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L181", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L181", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L181", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L301", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_get", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L301", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_get", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L301", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L346", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L346", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L346", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L346", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L405", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L405", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L405", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L405", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_canview", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L447", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_canview", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L447", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_canview", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L447", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_canmanage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L454", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_canmanage", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L454", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_canmanage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L454", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L461", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L461", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller", "target": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L466", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L466", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L466", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L466", "weight": 1.0, "context": "return_type"}, {"source": "controller_appointmentcontroller_appointmentcontroller_slots", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L115", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L144", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L265", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L271", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_book", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L290", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_get", "target": "controller_appointmentcontroller_appointmentcontroller_canview", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L339", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L399", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "target": "controller_appointmentcontroller_appointmentcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L441", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "controller_appointmentcontroller_appointmentcontroller_canmanage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L516", "weight": 1.0}, {"source": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Controller/AppointmentController.php", "source_location": "L538", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L116", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L118", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L123", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L123", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L124", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "getAllSlotsWithAvailability", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L127", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_slots", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L129", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L139", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L141", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L147", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "hasAnyAvailability", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L156", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L163", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "getMeta", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L219", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L219", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L224", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L240", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L240", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L249", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L255", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L259", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientGender", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L260", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L261", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setNote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L261", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L265", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setBookingRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L267", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L267", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setAddressId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L278", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L278", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L283", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L285", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L286", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "setPatientReason", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L287", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "markPendingWithTtl", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "bookAtomically", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L293", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L295", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_book", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L334", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L336", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L340", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L343", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_get", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L343", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L390", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L392", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L396", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L442", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L444", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L444", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L444", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canview", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L451", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L457", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L457", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L457", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L457", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_canmanage", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L458", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L511", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L513", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L520", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L520", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L521", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "getVersion", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L522", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L524", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L526", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L530", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "saveWithLock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "autoCreateOnAppointmentConfirm", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L539", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L542", "receiver": null}, {"caller_nid": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php", "source_location": "L542", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/428d7fe5382e98ea3e0f553f59a3f7fd00dbc02314461ec472bcdaee0606f4c2.json b/graphify-out/cache/ast/v0.8.44/428d7fe5382e98ea3e0f553f59a3f7fd00dbc02314461ec472bcdaee0606f4c2.json new file mode 100644 index 00000000..8ed5809f --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/428d7fe5382e98ea3e0f553f59a3f7fd00dbc02314461ec472bcdaee0606f4c2.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontextresolver_php", "label": "DomainContextResolver.php", "file_type": "code", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L1"}, {"id": "service_domaincontextresolver_domaincontextresolver", "label": "DomainContextResolver", "file_type": "code", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L15"}, {"id": "service_domaincontextresolver_domaincontextresolver_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L17"}, {"id": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", "label": ".applyToListFilters()", "file_type": "code", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L27"}, {"id": "service_domaincontextresolver_domaincontextresolver_resolve", "label": ".resolve()", "file_type": "code", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L44"}, {"id": "domaincontext", "label": "DomainContext", "file_type": "code", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L44"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontextresolver_php", "target": "cityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontextresolver_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontextresolver_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontextresolver_php", "target": "service_domaincontextresolver_domaincontextresolver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L15", "weight": 1.0}, {"source": "service_domaincontextresolver_domaincontextresolver", "target": "service_domaincontextresolver_domaincontextresolver_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L17", "weight": 1.0}, {"source": "service_domaincontextresolver_domaincontextresolver", "target": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L27", "weight": 1.0}, {"source": "service_domaincontextresolver_domaincontextresolver", "target": "service_domaincontextresolver_domaincontextresolver_resolve", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L44", "weight": 1.0}, {"source": "service_domaincontextresolver_domaincontextresolver_resolve", "target": "domaincontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L44", "weight": 1.0, "context": "return_type"}, {"source": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", "target": "service_domaincontextresolver_domaincontextresolver_resolve", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L35", "weight": 1.0}, {"source": "service_domaincontextresolver_domaincontextresolver_resolve", "target": "domaincontext", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContextResolver.php", "source_location": "L48", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L31", "receiver": null}, {"caller_nid": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L37", "receiver": null}, {"caller_nid": "service_domaincontextresolver_domaincontextresolver_resolve", "callee": "Representation", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L46", "receiver": null}, {"caller_nid": "service_domaincontextresolver_domaincontextresolver_resolve", "callee": "findByDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L51", "receiver": null}, {"caller_nid": "service_domaincontextresolver_domaincontextresolver_resolve", "callee": "findActiveByDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L55", "receiver": null}, {"caller_nid": "service_domaincontextresolver_domaincontextresolver_resolve", "callee": "findActiveByDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L59", "receiver": null}, {"caller_nid": "service_domaincontextresolver_domaincontextresolver_resolve", "callee": "isGlobal", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php", "source_location": "L61", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648.json b/graphify-out/cache/ast/v0.8.44/4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648.json new file mode 100644 index 00000000..a9b86425 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_collect_diagnostics_sh", "label": "collect-diagnostics.sh", "file_type": "code", "source_file": "docs/collect-diagnostics.sh", "source_location": "L1", "metadata": {"language": "bash", "kind": "file"}}, {"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_collect_diagnostics_sh__entry", "label": "collect-diagnostics.sh script", "file_type": "code", "source_file": "docs/collect-diagnostics.sh", "source_location": "L1", "metadata": {"language": "bash", "kind": "bash_entrypoint"}}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_collect_diagnostics_sh", "target": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_collect_diagnostics_sh__entry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/collect-diagnostics.sh", "source_location": "L1", "weight": 1.0}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed.json b/graphify-out/cache/ast/v0.8.44/55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed.json new file mode 100644 index 00000000..cd82e8e7 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_claude_prompt_representation_multi_city_domain_commission_md", "label": "representation-multi-city-domain-commission.md", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L1"}, {"id": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "label": "\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646: \u0686\u0646\u062f-\u0634\u0647\u0631\u06cc\u060c \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631\u060c \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 \u0633\u0631\u0627\u0633\u0631\u06cc\u060c \u0633\u0631\u0648\u06cc\u0633 \u0645\u0631\u06a9\u0632\u06cc \u062f\u0627\u0645\u0646\u0647", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L1"}, {"id": "prompt_representation_multi_city_domain_commission_\u067e\u0631\u0648\u0698\u0647", "label": "\u067e\u0631\u0648\u0698\u0647", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L3"}, {"id": "prompt_representation_multi_city_domain_commission_\u0632\u0645\u06cc\u0646\u0647", "label": "\u0632\u0645\u06cc\u0646\u0647", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L7"}, {"id": "prompt_representation_multi_city_domain_commission_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", "label": "\u0645\u0634\u06a9\u0644 / \u0647\u062f\u0641", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L18"}, {"id": "prompt_representation_multi_city_domain_commission_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", "label": "\u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L22"}, {"id": "prompt_representation_multi_city_domain_commission_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", "label": "\u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0644\u06cc", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L35"}, {"id": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "label": "\u0648\u0638\u0627\u06cc\u0641", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L63"}, {"id": "prompt_representation_multi_city_domain_commission_\u06f1_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u0634\u062f\u0646_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_entity_migration_\u0628\u0627_\u062d\u0641\u0638_\u062f\u0627\u062f\u0647", "label": "\u06f1. \u0686\u0646\u062f-\u0634\u0647\u0631\u06cc \u0634\u062f\u0646 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 (Entity + Migration \u0628\u0627 \u062d\u0641\u0638 \u062f\u0627\u062f\u0647)", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L65"}, {"id": "prompt_representation_multi_city_domain_commission_\u06f2_\u0641\u06cc\u0644\u062f\u0647\u0627\u06cc_domain_\u0648_is_global", "label": "\u06f2. \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc `domain` \u0648 `is_global`", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L81"}, {"id": "prompt_representation_multi_city_domain_commission_\u06f3_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062a\u0634\u062e\u06cc\u0635_\u062f\u0627\u0645\u0646\u0647_domaincontextresolver", "label": "\u06f3. \u0633\u0631\u0648\u06cc\u0633 \u0645\u0631\u06a9\u0632\u06cc \u062a\u0634\u062e\u06cc\u0635 \u062f\u0627\u0645\u0646\u0647 \u2014 `DomainContextResolver`", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L91"}, {"id": "prompt_representation_multi_city_domain_commission_\u06f4_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0642\u0627\u0646\u0648\u0646_\u062c\u062f\u06cc\u062f_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0628\u062e\u0634", "label": "\u06f4. \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631 (\u0642\u0627\u0646\u0648\u0646 \u062c\u062f\u06cc\u062f \u2014 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0628\u062e\u0634)", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L120"}, {"id": "prompt_representation_multi_city_domain_commission_\u06f5_\u0641\u06cc\u0644\u062a\u0631_\u062f\u0627\u0645\u0646\u0647_\u062f\u0631_\u0644\u06cc\u0633\u062a_\u0647\u0627\u06cc_\u0639\u0645\u0648\u0645\u06cc_endpoint_\u0632\u0645\u06cc\u0646\u0647_\u0633\u0627\u06cc\u062a", "label": "\u06f5. \u0641\u06cc\u0644\u062a\u0631 \u062f\u0627\u0645\u0646\u0647 \u062f\u0631 \u0644\u06cc\u0633\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc + endpoint \u0632\u0645\u06cc\u0646\u0647 \u0633\u0627\u06cc\u062a", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L142"}, {"id": "prompt_representation_multi_city_domain_commission_\u06f6_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_react_\u0641\u0631\u0645_\u0648_\u0644\u06cc\u0633\u062a_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646", "label": "\u06f6. \u067e\u0646\u0644 \u0627\u062f\u0645\u06cc\u0646 (React) \u2014 \u0641\u0631\u0645 \u0648 \u0644\u06cc\u0633\u062a \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L161"}, {"id": "prompt_representation_multi_city_domain_commission_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", "label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645", "file_type": "document", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L168"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_claude_prompt_representation_multi_city_domain_commission_md", "target": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L1", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u067e\u0631\u0648\u0698\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L3", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u0632\u0645\u06cc\u0646\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L7", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L18", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L22", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L35", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L63", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_multi_city_domain_commission_\u06f1_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u0634\u062f\u0646_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_entity_migration_\u0628\u0627_\u062d\u0641\u0638_\u062f\u0627\u062f\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L65", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_multi_city_domain_commission_\u06f2_\u0641\u06cc\u0644\u062f\u0647\u0627\u06cc_domain_\u0648_is_global", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L81", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_multi_city_domain_commission_\u06f3_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062a\u0634\u062e\u06cc\u0635_\u062f\u0627\u0645\u0646\u0647_domaincontextresolver", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L91", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_multi_city_domain_commission_\u06f4_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0642\u0627\u0646\u0648\u0646_\u062c\u062f\u06cc\u062f_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0628\u062e\u0634", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L120", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_multi_city_domain_commission_\u06f5_\u0641\u06cc\u0644\u062a\u0631_\u062f\u0627\u0645\u0646\u0647_\u062f\u0631_\u0644\u06cc\u0633\u062a_\u0647\u0627\u06cc_\u0639\u0645\u0648\u0645\u06cc_endpoint_\u0632\u0645\u06cc\u0646\u0647_\u0633\u0627\u06cc\u062a", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L142", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_multi_city_domain_commission_\u06f6_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_react_\u0641\u0631\u0645_\u0648_\u0644\u06cc\u0633\u062a_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L161", "weight": 1.0}, {"source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", "target": "prompt_representation_multi_city_domain_commission_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", "relation": "contains", "confidence": "EXTRACTED", "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", "source_location": "L168", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/5f159ba0f3ab3fd3dbb2e3844e8a635da85aea7fcb546e96053143ccd69aa5c5.json b/graphify-out/cache/ast/v0.8.44/5f159ba0f3ab3fd3dbb2e3844e8a635da85aea7fcb546e96053143ccd69aa5c5.json new file mode 100644 index 00000000..ed18d499 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/5f159ba0f3ab3fd3dbb2e3844e8a635da85aea7fcb546e96053143ccd69aa5c5.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_repository_representationrepository_php", "label": "RepresentationRepository.php", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L1"}, {"id": "repository_representationrepository_representationrepository", "label": "RepresentationRepository", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L10"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_representationrepository_representationrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L12"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L12"}, {"id": "repository_representationrepository_representationrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L17"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L17"}, {"id": "repository_representationrepository_representationrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L22"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L22"}, {"id": "repository_representationrepository_representationrepository_findactivebydomain", "label": ".findActiveByDomain()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L27"}, {"id": "repository_representationrepository_representationrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L32"}, {"id": "repository_representationrepository_representationrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L38"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_repository_representationrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_repository_representationrepository_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_repository_representationrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_repository_representationrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_repository_representationrepository_php", "target": "repository_representationrepository_representationrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository", "target": "repository_representationrepository_representationrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_representationrepository_representationrepository", "target": "repository_representationrepository_representationrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository_findbyuuid", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L17", "weight": 1.0, "context": "return_type"}, {"source": "repository_representationrepository_representationrepository", "target": "repository_representationrepository_representationrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L22", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_representationrepository_representationrepository_findbyuser", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "repository_representationrepository_representationrepository", "target": "repository_representationrepository_representationrepository_findactivebydomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L27", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository_findactivebydomain", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L27", "weight": 1.0, "context": "return_type"}, {"source": "repository_representationrepository_representationrepository", "target": "repository_representationrepository_representationrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L32", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository_save", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L32", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_representationrepository_representationrepository", "target": "repository_representationrepository_representationrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L38", "weight": 1.0}, {"source": "repository_representationrepository_representationrepository_remove", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L38", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_representationrepository_representationrepository_construct", "target": "representation", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L14", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_representationrepository_representationrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_findbyuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_findactivebydomain", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_representationrepository_representationrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php", "source_location": "L41", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4.json b/graphify-out/cache/ast/v0.8.44/60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4.json new file mode 100644 index 00000000..27ad12cc --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontext_php", "label": "DomainContext.php", "file_type": "code", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L1"}, {"id": "service_domaincontext_domaincontext", "label": "DomainContext", "file_type": "code", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L9"}, {"id": "service_domaincontext_domaincontext_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L11"}, {"id": "service_domaincontext_domaincontext_empty", "label": ".empty()", "file_type": "code", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L17"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L17"}, {"id": "service_domaincontext_domaincontext_representationid", "label": ".representationId()", "file_type": "code", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L22"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontext_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontext_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_service_domaincontext_php", "target": "service_domaincontext_domaincontext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L9", "weight": 1.0}, {"source": "service_domaincontext_domaincontext", "target": "service_domaincontext_domaincontext_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L11", "weight": 1.0}, {"source": "service_domaincontext_domaincontext", "target": "service_domaincontext_domaincontext_empty", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L17", "weight": 1.0}, {"source": "service_domaincontext_domaincontext_empty", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L17", "weight": 1.0, "context": "return_type"}, {"source": "service_domaincontext_domaincontext", "target": "service_domaincontext_domaincontext_representationid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Service/DomainContext.php", "source_location": "L22", "weight": 1.0}], "raw_calls": []} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/71132bf3d0aeee34eae0945736ec23a52638902a186dc8d24c1272b869e4c64c.json b/graphify-out/cache/ast/v0.8.44/71132bf3d0aeee34eae0945736ec23a52638902a186dc8d24c1272b869e4c64c.json new file mode 100644 index 00000000..fde0acef --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/71132bf3d0aeee34eae0945736ec23a52638902a186dc8d24c1272b869e4c64c.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_doctor_md", "label": "doctor.md", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L1"}, {"id": "api_doctor_doctor_api", "label": "Doctor API", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L1"}, {"id": "api_doctor_post_api_v1_doctor", "label": "POST `/api/v1/doctor`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L9"}, {"id": "api_doctor_request_body_application_json", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L15"}, {"id": "api_doctor_response_201", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L39"}, {"id": "api_doctor_errors", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L59"}, {"id": "api_doctor_get_api_v1_doctor_uuid", "label": "GET `/api/v1/doctor/{uuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L68"}, {"id": "api_doctor_path_parameters", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L74"}, {"id": "api_doctor_response_200", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L79"}, {"id": "api_doctor_errors_117", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L117"}, {"id": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", "label": "GET `/api/v1/clinic/my-doctor/{doctorUuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L124"}, {"id": "api_doctor_path_parameters_130", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L130"}, {"id": "api_doctor_response_200_135", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L135"}, {"id": "api_doctor_errors_154", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L154"}, {"id": "api_doctor_schedule_fields_notes", "label": "Schedule Fields Notes", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L162"}, {"id": "api_doctor_get_api_v1_doctors", "label": "GET `/api/v1/doctors`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L174"}, {"id": "api_doctor_query_parameters", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L180"}, {"id": "api_doctor_response_200_191", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L191"}, {"id": "api_doctor_patch_api_v1_doctor_uuid", "label": "PATCH `/api/v1/doctor/{uuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L220"}, {"id": "api_doctor_path_parameters_226", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L226"}, {"id": "api_doctor_request_body_application_json_231", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L231"}, {"id": "api_doctor_response_200_250", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L250"}, {"id": "api_doctor_errors_253", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L253"}, {"id": "api_doctor_delete_api_v1_doctor_uuid", "label": "DELETE `/api/v1/doctor/{uuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L262"}, {"id": "api_doctor_path_parameters_270", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L270"}, {"id": "api_doctor_response_200_275", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L275"}, {"id": "api_doctor_errors_283", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L283"}, {"id": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", "label": "POST `/file/upload/clinic_pro/doctor/field_image`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L292"}, {"id": "api_doctor_request", "label": "Request", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L298"}, {"id": "api_doctor_response_200_305", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L305"}, {"id": "api_doctor_errors_319", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L319"}, {"id": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", "label": "GET `/api/v1/clinic-pro/doctor-addresses/{doctorId}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L327"}, {"id": "api_doctor_path_parameters_333", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L333"}, {"id": "api_doctor_response_200_338", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L338"}, {"id": "api_doctor_post_api_v1_clinic_pro_doctor_address", "label": "POST `/api/v1/clinic-pro/doctor-address`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L377"}, {"id": "api_doctor_request_body", "label": "Request Body", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L383"}, {"id": "api_doctor_response_201_406", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L406"}, {"id": "api_doctor_errors_421", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L421"}, {"id": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "label": "PATCH `/api/v1/clinic-pro/doctor-address/{id}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L430"}, {"id": "api_doctor_path_parameters_436", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L436"}, {"id": "api_doctor_request_body_441", "label": "Request Body", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L441"}, {"id": "api_doctor_response_200_444", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L444"}, {"id": "api_doctor_errors_447", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L447"}, {"id": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", "label": "DELETE `/api/v1/clinic-pro/doctor-address/{id}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L456"}, {"id": "api_doctor_response_200_462", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L462"}, {"id": "api_doctor_errors_467", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L467"}, {"id": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", "label": "POST `/api/v1/clinic-pro/doctor-address/from-clinic/{clinicUuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L476"}, {"id": "api_doctor_path_parameters_482", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L482"}, {"id": "api_doctor_response_201_487", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L487"}, {"id": "api_doctor_errors_490", "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", "source_location": "L490"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_doctor_md", "target": "api_doctor_doctor_api", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L1", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_post_api_v1_doctor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L9", "weight": 1.0}, {"source": "api_doctor_post_api_v1_doctor", "target": "api_doctor_request_body_application_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L15", "weight": 1.0}, {"source": "api_doctor_post_api_v1_doctor", "target": "api_doctor_response_201", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L39", "weight": 1.0}, {"source": "api_doctor_post_api_v1_doctor", "target": "api_doctor_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L59", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_get_api_v1_doctor_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L68", "weight": 1.0}, {"source": "api_doctor_get_api_v1_doctor_uuid", "target": "api_doctor_path_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L74", "weight": 1.0}, {"source": "api_doctor_get_api_v1_doctor_uuid", "target": "api_doctor_response_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L79", "weight": 1.0}, {"source": "api_doctor_get_api_v1_doctor_uuid", "target": "api_doctor_errors_117", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L117", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L124", "weight": 1.0}, {"source": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", "target": "api_doctor_path_parameters_130", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L130", "weight": 1.0}, {"source": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", "target": "api_doctor_response_200_135", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L135", "weight": 1.0}, {"source": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", "target": "api_doctor_errors_154", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L154", "weight": 1.0}, {"source": "api_doctor_get_api_v1_clinic_my_doctor_doctoruuid", "target": "api_doctor_schedule_fields_notes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L162", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_get_api_v1_doctors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L174", "weight": 1.0}, {"source": "api_doctor_get_api_v1_doctors", "target": "api_doctor_query_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L180", "weight": 1.0}, {"source": "api_doctor_get_api_v1_doctors", "target": "api_doctor_response_200_191", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L191", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_patch_api_v1_doctor_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L220", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_doctor_uuid", "target": "api_doctor_path_parameters_226", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L226", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_doctor_uuid", "target": "api_doctor_request_body_application_json_231", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L231", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_doctor_uuid", "target": "api_doctor_response_200_250", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L250", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_doctor_uuid", "target": "api_doctor_errors_253", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L253", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_delete_api_v1_doctor_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L262", "weight": 1.0}, {"source": "api_doctor_delete_api_v1_doctor_uuid", "target": "api_doctor_path_parameters_270", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L270", "weight": 1.0}, {"source": "api_doctor_delete_api_v1_doctor_uuid", "target": "api_doctor_response_200_275", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L275", "weight": 1.0}, {"source": "api_doctor_delete_api_v1_doctor_uuid", "target": "api_doctor_errors_283", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L283", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L292", "weight": 1.0}, {"source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", "target": "api_doctor_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L298", "weight": 1.0}, {"source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", "target": "api_doctor_response_200_305", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L305", "weight": 1.0}, {"source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", "target": "api_doctor_errors_319", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L319", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L327", "weight": 1.0}, {"source": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", "target": "api_doctor_path_parameters_333", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L333", "weight": 1.0}, {"source": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", "target": "api_doctor_response_200_338", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L338", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_post_api_v1_clinic_pro_doctor_address", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L377", "weight": 1.0}, {"source": "api_doctor_post_api_v1_clinic_pro_doctor_address", "target": "api_doctor_request_body", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L383", "weight": 1.0}, {"source": "api_doctor_post_api_v1_clinic_pro_doctor_address", "target": "api_doctor_response_201_406", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L406", "weight": 1.0}, {"source": "api_doctor_post_api_v1_clinic_pro_doctor_address", "target": "api_doctor_errors_421", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L421", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L430", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "target": "api_doctor_path_parameters_436", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L436", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "target": "api_doctor_request_body_441", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L441", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "target": "api_doctor_response_200_444", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L444", "weight": 1.0}, {"source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "target": "api_doctor_errors_447", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L447", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L456", "weight": 1.0}, {"source": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", "target": "api_doctor_response_200_462", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L462", "weight": 1.0}, {"source": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", "target": "api_doctor_errors_467", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L467", "weight": 1.0}, {"source": "api_doctor_doctor_api", "target": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L476", "weight": 1.0}, {"source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", "target": "api_doctor_path_parameters_482", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L482", "weight": 1.0}, {"source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", "target": "api_doctor_response_201_487", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L487", "weight": 1.0}, {"source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", "target": "api_doctor_errors_490", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", "source_location": "L490", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/7a65598ff6675e87b27a3e8577afddee8e862636aa0f47c22dfaae2a498a5f95.json b/graphify-out/cache/ast/v0.8.44/7a65598ff6675e87b27a3e8577afddee8e862636aa0f47c22dfaae2a498a5f95.json new file mode 100644 index 00000000..972f8c27 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/7a65598ff6675e87b27a3e8577afddee8e862636aa0f47c22dfaae2a498a5f95.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "label": "DomainCommissionTest.php", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L1"}, {"id": "representation_domaincommissiontest_domaincommissiontest", "label": "DomainCommissionTest", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L18"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "representation_domaincommissiontest_domaincommissiontest_makerep", "label": ".makeRep()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L20"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L20"}, {"id": "representation_domaincommissiontest_domaincommissiontest_makepayment", "label": ".makePayment()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L34"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L34"}, {"id": "representation_domaincommissiontest_domaincommissiontest_resolver", "label": ".resolver()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L43"}, {"id": "domaincontextresolver", "label": "DomainContextResolver", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L43"}, {"id": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "label": ".testResolverMatchesRepresentationDomainWithNormalization()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L50"}, {"id": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "label": ".testResolverIgnoresInactiveRepresentation()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L62"}, {"id": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "label": ".testResolverUnknownDomainIsEmpty()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L73"}, {"id": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "label": ".testAppointmentCommissionOnlyWhenDomainOwnerMatchesDoctorOwner()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L83"}, {"id": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "label": ".testSubscriptionCommissionUsesSameDomainGuard()", "file_type": "code", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L108"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "siteconfigrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "domaincontextresolver", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "financialbreakdownrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "commissionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_representation_domaincommissiontest_php", "target": "representation_domaincommissiontest_domaincommissiontest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L18", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L18", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_makerep", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L20", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_makerep", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L20", "weight": 1.0, "context": "return_type"}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_makepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L34", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_makepayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L34", "weight": 1.0, "context": "return_type"}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_resolver", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L43", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_resolver", "target": "domaincontextresolver", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L43", "weight": 1.0, "context": "return_type"}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L50", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L62", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L73", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L83", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest", "target": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L108", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_makepayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L36", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_resolver", "target": "domaincontextresolver", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L45", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "target": "representation_domaincommissiontest_domaincommissiontest_makerep", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L53", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "target": "representation_domaincommissiontest_domaincommissiontest_resolver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L55", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "target": "representation_domaincommissiontest_domaincommissiontest_makerep", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L65", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "target": "representation_domaincommissiontest_domaincommissiontest_resolver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L67", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "target": "representation_domaincommissiontest_domaincommissiontest_resolver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L75", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "target": "representation_domaincommissiontest_domaincommissiontest_makerep", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L89", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "target": "representation_domaincommissiontest_domaincommissiontest_makepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L93", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "target": "representation_domaincommissiontest_domaincommissiontest_makerep", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L116", "weight": 1.0}, {"source": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "target": "representation_domaincommissiontest_domaincommissiontest_makepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Representation/DomainCommissionTest.php", "source_location": "L119", "weight": 1.0}], "raw_calls": [{"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L22", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "setDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L25", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "setIsGlobal", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makerep", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makepayment", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makepayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_makepayment", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_resolver", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L45", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_resolver", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L45", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L52", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L55", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L58", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L64", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L67", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L75", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L75", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L78", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L85", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L85", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L99", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L99", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L116", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "processSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L120", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L120", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "getDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "processSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php", "source_location": "L126", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352.json b/graphify-out/cache/ast/v0.8.44/7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352.json new file mode 100644 index 00000000..5628e57c --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260709033925_php", "label": "Version20260709033925.php", "file_type": "code", "source_file": "migrations/Version20260709033925.php", "source_location": "L1"}, {"id": "migrations_version20260709033925_version20260709033925", "label": "Version20260709033925", "file_type": "code", "source_file": "migrations/Version20260709033925.php", "source_location": "L13"}, {"id": "abstractmigration", "label": "AbstractMigration", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "migrations_version20260709033925_version20260709033925_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "migrations/Version20260709033925.php", "source_location": "L15"}, {"id": "migrations_version20260709033925_version20260709033925_up", "label": ".up()", "file_type": "code", "source_file": "migrations/Version20260709033925.php", "source_location": "L20"}, {"id": "schema", "label": "Schema", "file_type": "code", "source_file": "migrations/Version20260709033925.php", "source_location": "L20"}, {"id": "migrations_version20260709033925_version20260709033925_down", "label": ".down()", "file_type": "code", "source_file": "migrations/Version20260709033925.php", "source_location": "L35"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260709033925_php", "target": "schema", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260709033925_php", "target": "abstractmigration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_migrations_version20260709033925_php", "target": "migrations_version20260709033925_version20260709033925", "relation": "contains", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260709033925_version20260709033925", "target": "abstractmigration", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L13", "weight": 1.0}, {"source": "migrations_version20260709033925_version20260709033925", "target": "migrations_version20260709033925_version20260709033925_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L15", "weight": 1.0}, {"source": "migrations_version20260709033925_version20260709033925", "target": "migrations_version20260709033925_version20260709033925_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L20", "weight": 1.0}, {"source": "migrations_version20260709033925_version20260709033925_up", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L20", "weight": 1.0, "context": "parameter_type"}, {"source": "migrations_version20260709033925_version20260709033925", "target": "migrations_version20260709033925_version20260709033925_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L35", "weight": 1.0}, {"source": "migrations_version20260709033925_version20260709033925_down", "target": "schema", "relation": "references", "confidence": "EXTRACTED", "source_file": "migrations/Version20260709033925.php", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L22", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L23", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L24", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L25", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L26", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L29", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_up", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L31", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L38", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L39", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L40", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L41", "receiver": null}, {"caller_nid": "migrations_version20260709033925_version20260709033925_down", "callee": "addSql", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php", "source_location": "L42", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/88e61f95e22344069359621948aab3a9d9b80ad393ffd57df618c2124838ee77.json b/graphify-out/cache/ast/v0.8.44/88e61f95e22344069359621948aab3a9d9b80ad393ffd57df618c2124838ee77.json new file mode 100644 index 00000000..e1b6731e --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/88e61f95e22344069359621948aab3a9d9b80ad393ffd57df618c2124838ee77.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "label": "DoctorController.php", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L1"}, {"id": "controller_doctorcontroller_doctorcontroller", "label": "DoctorController", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L30"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_doctorcontroller_doctorcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L33"}, {"id": "controller_doctorcontroller_doctorcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51"}, {"id": "controller_doctorcontroller_doctorcontroller_show", "label": ".show()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L128"}, {"id": "controller_doctorcontroller_doctorcontroller_showforclinic", "label": ".showForClinic()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L175"}, {"id": "controller_doctorcontroller_doctorcontroller_list", "label": ".list()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L209"}, {"id": "controller_doctorcontroller_doctorcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L261"}, {"id": "controller_doctorcontroller_doctorcontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L344"}, {"id": "controller_doctorcontroller_doctorcontroller_uploadimage", "label": ".uploadImage()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L385"}, {"id": "controller_doctorcontroller_doctorcontroller_createaddress", "label": ".createAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L479"}, {"id": "controller_doctorcontroller_doctorcontroller_showaddress", "label": ".showAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L542"}, {"id": "controller_doctorcontroller_doctorcontroller_updateaddress", "label": ".updateAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L580"}, {"id": "controller_doctorcontroller_doctorcontroller_deleteaddress", "label": ".deleteAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L639"}, {"id": "controller_doctorcontroller_doctorcontroller_listaddresses", "label": ".listAddresses()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L685"}, {"id": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "label": ".hydrateDoctor()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L730"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L730"}, {"id": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "label": ".hydrateAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L803"}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L803"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "weeklyschedulerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "tenantinsurance", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "tenantinsurancecleanupservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "doctorservicerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "doctoraddressrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "cityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "provincerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "filevalidatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "specialtyrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L27", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L28", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_controller_doctorcontroller_php", "target": "controller_doctorcontroller_doctorcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L30", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L31", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L33", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_create", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L51", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_show", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L128", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_show", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L128", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_showforclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L175", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_showforclinic", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L175", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_showforclinic", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L175", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L209", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_list", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L209", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_list", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L209", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L261", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L261", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_update", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L261", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L261", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L344", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L344", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_uploadimage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L385", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_uploadimage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L385", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_uploadimage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L385", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_createaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L479", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_createaddress", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L479", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_createaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L479", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_createaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L479", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_showaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L542", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_showaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L542", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_showaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L542", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_updateaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L580", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_updateaddress", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L580", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_updateaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L580", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_updateaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L580", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_deleteaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L639", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_deleteaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L639", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_deleteaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L639", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_listaddresses", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L685", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_listaddresses", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L685", "weight": 1.0, "context": "return_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L730", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L730", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller", "target": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L803", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L803", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_doctorcontroller_doctorcontroller_create", "target": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L113", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_update", "target": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L337", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_createaddress", "target": "doctoraddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L535", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_createaddress", "target": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L536", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_updateaddress", "target": "doctoraddress", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L624", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_updateaddress", "target": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L633", "weight": 1.0}, {"source": "controller_doctorcontroller_doctorcontroller_deleteaddress", "target": "doctoraddress", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Doctor/Controller/DoctorController.php", "source_location": "L673", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L102", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L114", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L117", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L118", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L121", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L124", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L125", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_create", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L125", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L156", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L158", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L159", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L161", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L163", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getProvinceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L167", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "getLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L167", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "array_merge", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_show", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L186", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "contains", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L190", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "array_merge", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L197", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L198", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L199", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L200", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getProvinceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L203", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L203", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L204", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showforclinic", "callee": "getLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L204", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "applyToListFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "findWithFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "findByDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L249", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L250", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L250", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L253", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "toListArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_list", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L325", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L327", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L330", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L330", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L330", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L330", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L331", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L334", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L334", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L335", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L335", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L338", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L340", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L341", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_update", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L341", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_delete", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L373", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L375", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_delete", "callee": "purgeForEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L378", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_delete", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L378", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L379", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L380", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L435", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L436", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L437", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "sys_get_temp_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L441", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L441", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "file_put_contents", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L442", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "validate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L446", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "detectMimeType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L447", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L449", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L450", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "is_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L452", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "mkdir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L453", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "rename", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L458", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "filesize", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L460", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L463", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L464", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L465", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "\\Symfony\\Component\\Uid\\Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L465", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "file_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L472", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "unlink", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L472", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L473", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_uploadimage", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L473", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L516", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L521", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L521", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L524", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L527", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L529", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L531", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L537", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L539", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_createaddress", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L539", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L568", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L570", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L574", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L577", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_showaddress", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L577", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L619", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L621", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L624", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L625", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L628", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L628", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L628", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L628", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L629", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L632", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L632", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L636", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_updateaddress", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L636", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L668", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L670", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L673", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L678", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L681", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_deleteaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L682", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L708", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L710", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L713", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L714", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "getAddresses", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "findByDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L719", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L720", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L720", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L721", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L721", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_listaddresses", "callee": "array_merge", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L732", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setGender", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L732", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L733", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setMedicalSystemCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L733", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L734", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L734", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L735", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setActivityTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L735", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L736", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setDegree", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L736", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L737", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L737", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L738", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L738", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L742", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getImages", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L743", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setImages", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L745", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L747", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L747", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setImages", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L748", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L752", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L752", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L757", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "filter_var", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L757", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "setSocialMedia", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L761", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L766", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L766", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L768", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L769", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L769", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L774", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L775", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L776", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L777", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L777", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L779", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L780", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L780", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L785", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L785", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L786", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getProvinces", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L786", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L788", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L789", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getProvinces", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L789", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L794", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L794", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L795", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getCities", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L795", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L797", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L798", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "callee": "getCities", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L798", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L805", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L805", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L806", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L806", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L807", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L807", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L809", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L809", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L810", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L810", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L812", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L812", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L813", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L813", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L815", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L816", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setCity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L817", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L819", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L820", "receiver": null}, {"caller_nid": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "callee": "setProvince", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php", "source_location": "L821", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/8f5af952c994559d4ca21e87957017826685729dd8b5c5bf59c3c9b3c3b02287.json b/graphify-out/cache/ast/v0.8.44/8f5af952c994559d4ca21e87957017826685729dd8b5c5bf59c3c9b3c3b02287.json new file mode 100644 index 00000000..0499d7a6 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/8f5af952c994559d4ca21e87957017826685729dd8b5c5bf59c3c9b3c3b02287.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "label": "PaymentManager.php", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L1"}, {"id": "service_paymentmanager_paymentmanager", "label": "PaymentManager", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L28"}, {"id": "service_paymentmanager_paymentmanager_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L30"}, {"id": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "label": ".bookingRepresentationIdFor()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L52"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L52"}, {"id": "service_paymentmanager_paymentmanager_startgatewayhandoff", "label": ".startGatewayHandoff()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L61"}, {"id": "paymentinitresult", "label": "PaymentInitResult", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L61"}, {"id": "service_paymentmanager_paymentmanager_processcallback", "label": ".processCallback()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L100"}, {"id": "service_paymentmanager_paymentmanager_refundpayment", "label": ".refundPayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L185"}, {"id": "paymentrefundresult", "label": "PaymentRefundResult", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L185"}, {"id": "service_paymentmanager_paymentmanager_reversepayment", "label": ".reversePayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L225"}, {"id": "service_paymentmanager_paymentmanager_callbackurl", "label": ".callbackUrl()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L251"}, {"id": "service_paymentmanager_paymentmanager_runpostaction", "label": ".runPostAction()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L261"}, {"id": "service_paymentmanager_paymentmanager_runreversepostaction", "label": ".runReversePostAction()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L272"}, {"id": "service_paymentmanager_paymentmanager_reverseappointment", "label": ".reverseAppointment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L282"}, {"id": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "label": ".reverseSmsWalletCharge()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L293"}, {"id": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "label": ".handleAppointmentConfirmation()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L305"}, {"id": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "label": ".handleSubscriptionActivation()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L343"}, {"id": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "label": ".handleSmsWalletCharge()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L367"}, {"id": "service_paymentmanager_paymentmanager_failpayment", "label": ".failPayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L382"}, {"id": "service_paymentmanager_paymentmanager_log", "label": ".log()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L389"}, {"id": "service_paymentmanager_paymentmanager_sanitize", "label": ".sanitize()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L408"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentlog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "gatewayfactory", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentinitresult", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentrefundresult", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentlogrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "jalalidateservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "commissionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smslog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smsservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smswalletservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "subscriptionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "service_paymentmanager_paymentmanager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L28", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L30", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L52", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_startgatewayhandoff", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L61", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "paymentinitresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_processcallback", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L100", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L100", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_refundpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L185", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L185", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L185", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_reversepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L225", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L225", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L225", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_callbackurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L251", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_callbackurl", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L251", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_runpostaction", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L261", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L261", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_runreversepostaction", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L272", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L272", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_reverseappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L282", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reverseappointment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L282", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L293", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L293", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L305", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L305", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L343", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L343", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L367", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L367", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_failpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L382", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_failpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L382", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_log", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L389", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_log", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L389", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_sanitize", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L408", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "service_paymentmanager_paymentmanager_failpayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L68", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "service_paymentmanager_paymentmanager_callbackurl", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L74", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L90", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L109", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L126", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "service_paymentmanager_paymentmanager_sanitize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L140", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "service_paymentmanager_paymentmanager_runpostaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L174", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L192", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "service_paymentmanager_paymentmanager_runreversepostaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L214", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L218", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L232", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "service_paymentmanager_paymentmanager_runreversepostaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L242", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L245", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_callbackurl", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L253", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L264", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L264", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L265", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L266", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L275", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L276", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "service_paymentmanager_paymentmanager_reverseappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L277", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "target": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L319", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "target": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L352", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_failpayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L384", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_failpayment", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L386", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "callee": "representationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L54", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L54", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "callee": "getFrontendAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L54", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L63", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L64", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "isTestMode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L65", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "isOpen", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L67", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "initiate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L75", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L75", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L75", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "recordFailure", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L79", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "recordSuccess", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L86", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "setGatewayToken", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L88", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L89", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L102", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "findByOrderIdForUpdate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L103", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L109", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setCallbackIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L113", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getGatewayToken", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L118", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L119", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "hash_equals", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L120", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L121", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L122", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L124", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L125", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L135", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L136", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "recordFailure", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L138", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L140", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "recordSuccess", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L144", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L147", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L148", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L149", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "findByReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L156", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L157", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L157", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L158", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L159", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L165", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L166", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L170", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L170", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L172", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L187", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "findByOrderIdForUpdate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L188", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L188", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L192", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L196", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L197", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "array_sum", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L198", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L198", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L204", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L204", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L205", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L205", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L209", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "setMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L210", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L213", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L216", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L227", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "findByOrderIdForUpdate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L228", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L228", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L232", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L236", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L236", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L237", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L237", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L241", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L243", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_callbackurl", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L253", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_callbackurl", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L256", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_callbackurl", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L256", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_runpostaction", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L263", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_runreversepostaction", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L274", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_runreversepostaction", "callee": "deleteByPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L275", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "getAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L284", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L285", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L289", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L290", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L295", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L297", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "getOrCreate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L301", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "deduct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L302", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L302", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L307", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L308", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L312", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L313", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L315", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L316", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L318", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L320", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L323", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "dispatchTemplate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L325", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L326", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "formatDateTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L327", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L327", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L328", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L328", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getNotificationMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L333", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "dispatchTemplate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L335", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L336", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "formatDateTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L337", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L337", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L338", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L338", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L345", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L350", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L351", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "createFromPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "processSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L356", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L356", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L356", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L360", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "createFromPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L362", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L362", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "processSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L363", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L363", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L363", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L369", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L371", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "getOrCreate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L376", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "charge", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L377", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L377", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_failpayment", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L384", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_failpayment", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L385", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L392", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L393", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L395", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L403", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L403", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L403", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/91ff9fe1543497259c0bf018b7fd0ba5d7d82aa5f96bdb8fc46948fe79473b4b.json b/graphify-out/cache/ast/v0.8.44/91ff9fe1543497259c0bf018b7fd0ba5d7d82aa5f96bdb8fc46948fe79473b4b.json new file mode 100644 index 00000000..2c885f94 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/91ff9fe1543497259c0bf018b7fd0ba5d7d82aa5f96bdb8fc46948fe79473b4b.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "label": "DoctorRepository.php", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L1"}, {"id": "repository_doctorrepository_doctorrepository", "label": "DoctorRepository", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L14"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_doctorrepository_doctorrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L16"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L16"}, {"id": "repository_doctorrepository_doctorrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L21"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L21"}, {"id": "repository_doctorrepository_doctorrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L26"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L26"}, {"id": "repository_doctorrepository_doctorrepository_findonebymobile", "label": ".findOneByMobile()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L31"}, {"id": "repository_doctorrepository_doctorrepository_findwithfilters", "label": ".findWithFilters()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L42"}, {"id": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "label": ".doctorIdsViaClinicLocation()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L122"}, {"id": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "label": ".findByClinicWithFilters()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L139"}, {"id": "repository_doctorrepository_doctorrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L192"}, {"id": "repository_doctorrepository_doctorrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L200"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "join", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "paginator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "repository_doctorrepository_doctorrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L16", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L21", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findbyuuid", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L21", "weight": 1.0, "context": "return_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L26", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L26", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository_findbyuser", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L26", "weight": 1.0, "context": "return_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findonebymobile", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L31", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findonebymobile", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L31", "weight": 1.0, "context": "return_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findwithfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L42", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L122", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L139", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L192", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_save", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L192", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L200", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_remove", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L200", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository_construct", "target": "doctor", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L18", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findwithfilters", "target": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L57", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_doctorrepository_doctorrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L18", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L23", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "getOneOrNullResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "distinct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L50", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L50", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L50", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L50", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L55", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "orX", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "expr", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L60", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L61", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L65", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "orX", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L68", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "expr", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L68", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L70", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L71", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L75", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L79", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L80", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L80", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L82", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L83", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L83", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L85", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L86", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L86", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L88", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L93", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L94", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L94", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L97", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "count", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L100", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L100", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L100", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L100", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L110", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "getScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L131", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L136", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L136", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L136", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L136", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L143", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "distinct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L147", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L154", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L155", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L155", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L157", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L158", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L158", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L160", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L161", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L161", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L163", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L164", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L164", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L166", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L167", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L167", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L174", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L174", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L174", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "addSelect", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L174", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L180", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "iterator_to_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L181", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L188", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L194", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L194", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L196", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L196", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L202", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L204", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L204", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/94dc860f300f6e0acf241b7c064dac0153a7746dc1c47ecc814b0d98f9748641.json b/graphify-out/cache/ast/v0.8.44/94dc860f300f6e0acf241b7c064dac0153a7746dc1c47ecc814b0d98f9748641.json new file mode 100644 index 00000000..9db8d7f9 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/94dc860f300f6e0acf241b7c064dac0153a7746dc1c47ecc814b0d98f9748641.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "label": "ClinicController.php", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L1"}, {"id": "controller_cliniccontroller_cliniccontroller", "label": "ClinicController", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L30"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_cliniccontroller_cliniccontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L35"}, {"id": "controller_cliniccontroller_cliniccontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51"}, {"id": "controller_cliniccontroller_cliniccontroller_show", "label": ".show()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L115"}, {"id": "controller_cliniccontroller_cliniccontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L153"}, {"id": "controller_cliniccontroller_cliniccontroller_list", "label": ".list()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L229"}, {"id": "controller_cliniccontroller_cliniccontroller_doctorlist", "label": ".doctorList()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L280"}, {"id": "controller_cliniccontroller_cliniccontroller_detachdoctor", "label": ".detachDoctor()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L342"}, {"id": "controller_cliniccontroller_cliniccontroller_uploadimage", "label": ".uploadImage()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L379"}, {"id": "controller_cliniccontroller_cliniccontroller_uploadlogo", "label": ".uploadLogo()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L423"}, {"id": "controller_cliniccontroller_cliniccontroller_validategallerysize", "label": ".validateGallerySize()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L469"}, {"id": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "label": ".hydrateClinic()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L485"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L485"}, {"id": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "label": ".loadLocationData()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L576"}, {"id": "controller_cliniccontroller_cliniccontroller_handlefileupload", "label": ".handleFileUpload()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L608"}, {"id": "controller_cliniccontroller_cliniccontroller_listaddresses", "label": ".listAddresses()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L647"}, {"id": "controller_cliniccontroller_cliniccontroller_createaddress", "label": ".createAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L660"}, {"id": "controller_cliniccontroller_cliniccontroller_updateaddress", "label": ".updateAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L685"}, {"id": "controller_cliniccontroller_cliniccontroller_deleteaddress", "label": ".deleteAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L710"}, {"id": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "label": ".hydrateClinicAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L733"}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L733"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "weeklyschedulerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "doctoraddressrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "doctorservicerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "insurancerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "cityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "provincerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "specialtyrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "filevalidatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L27", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L28", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_controller_cliniccontroller_php", "target": "controller_cliniccontroller_cliniccontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L30", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L31", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L35", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_create", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L51", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_show", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L115", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_show", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L115", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L153", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L153", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_update", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L153", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L153", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L229", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_list", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L229", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_list", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L229", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_doctorlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L280", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_doctorlist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L280", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_doctorlist", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L280", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_detachdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L342", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_detachdoctor", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L342", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_uploadimage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L379", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_uploadimage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L379", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_uploadimage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L379", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_uploadlogo", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L423", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_uploadlogo", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L423", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_uploadlogo", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L423", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_validategallerysize", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L469", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_validategallerysize", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L469", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L485", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L485", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L576", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L576", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_handlefileupload", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L608", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_handlefileupload", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L608", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_handlefileupload", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L608", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_listaddresses", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L647", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_listaddresses", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L647", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_createaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L660", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_createaddress", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L660", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_createaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L660", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_createaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L660", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_updateaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L685", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_updateaddress", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L685", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_updateaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L685", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_updateaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L685", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_deleteaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L710", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_deleteaddress", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L710", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_deleteaddress", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L710", "weight": 1.0, "context": "return_type"}, {"source": "controller_cliniccontroller_cliniccontroller", "target": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L733", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L733", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_cliniccontroller_cliniccontroller_create", "target": "controller_cliniccontroller_cliniccontroller_validategallerysize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L97", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_create", "target": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L101", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_show", "target": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L148", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_update", "target": "controller_cliniccontroller_cliniccontroller_validategallerysize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L218", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_update", "target": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L221", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_update", "target": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L224", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_uploadimage", "target": "controller_cliniccontroller_cliniccontroller_handlefileupload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L420", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_uploadlogo", "target": "controller_cliniccontroller_cliniccontroller_handlefileupload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L464", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_createaddress", "target": "doctoraddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L678", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_createaddress", "target": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L679", "weight": 1.0}, {"source": "controller_cliniccontroller_cliniccontroller_updateaddress", "target": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Clinic/Controller/ClinicController.php", "source_location": "L704", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L102", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_create", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_show", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_show", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_show", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_show", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L210", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L217", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L217", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L222", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_update", "callee": "toDetailArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "applyToListFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L263", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "findWithFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L264", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "findAddressLocations", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L267", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L269", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L270", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L271", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_list", "callee": "toListArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L272", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L316", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "findByClinicWithFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L319", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L319", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "findByDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L323", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L324", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L324", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L327", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "toListArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L328", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L328", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_doctorlist", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L332", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L359", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L361", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L364", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "hasDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L369", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L370", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "removeDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L373", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L374", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_detachdoctor", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L376", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_validategallerysize", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L471", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_validategallerysize", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L472", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_validategallerysize", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L473", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_validategallerysize", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L475", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L487", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L487", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L488", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L488", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L489", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L489", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L490", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L490", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L491", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setWorkingDays", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L491", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L492", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setIs247", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L492", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L493", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L493", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L494", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L494", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setProvinceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L498", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L500", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L500", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L501", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L504", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L504", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L509", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "filter_var", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L509", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setSocialMedia", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L513", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L517", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setImagesClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_slice", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L518", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L520", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L523", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L523", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "setClinicLogo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L528", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L528", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L532", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L532", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L537", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L537", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L543", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L543", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L544", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L544", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L546", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L548", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L548", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L554", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L554", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L555", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L555", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L557", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L559", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getServices", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L559", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L565", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L565", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getInsurances", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L566", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L568", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L570", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "callee": "getInsurances", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L570", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "findOneByClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L584", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L584", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getProvince", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L586", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L588", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L588", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L588", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getCity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L590", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L593", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L594", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L595", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getProvince", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L596", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L596", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getProvince", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L596", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L600", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L600", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "callee": "getLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L601", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L610", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L611", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L612", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "sys_get_temp_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L615", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L615", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "file_put_contents", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L616", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "sanitizeFilename", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L619", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "detectMimeType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L620", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L622", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L622", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "is_dir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L624", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "mkdir", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L624", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L626", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "rename", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L627", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L631", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L632", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L633", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L633", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L637", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "file_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L640", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "unlink", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L640", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L641", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_handlefileupload", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L641", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L650", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L652", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L655", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L655", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L657", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L657", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_listaddresses", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L657", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L664", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L666", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L669", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L669", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L669", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L669", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L670", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "countByClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L673", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L673", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L674", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L677", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L678", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L680", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L682", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_createaddress", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L682", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L689", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L694", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L694", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L694", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L694", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L695", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "findByUuidAndClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L700", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L703", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L703", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L705", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L707", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_updateaddress", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L707", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L714", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L716", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L719", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L719", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L719", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L719", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L720", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "findByUuidAndClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L723", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L723", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L725", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L728", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_deleteaddress", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L730", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L735", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L735", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L736", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L736", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L737", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L737", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L738", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setLatitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L738", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setLongitude", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L739", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L741", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setCity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L742", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L742", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L744", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "setProvince", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L745", "receiver": null}, {"caller_nid": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php", "source_location": "L745", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/969c6a645198cf9b930a5d4fa203adab490ce59bca3460cb410ae040a333cbac.json b/graphify-out/cache/ast/v0.8.44/969c6a645198cf9b930a5d4fa203adab490ce59bca3460cb410ae040a333cbac.json new file mode 100644 index 00000000..62354375 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/969c6a645198cf9b930a5d4fa203adab490ce59bca3460cb410ae040a333cbac.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_clinic_md", "label": "clinic.md", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L1"}, {"id": "api_clinic_clinic_api", "label": "Clinic API", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L1"}, {"id": "api_clinic_post_api_v1_clinic", "label": "POST `/api/v1/clinic`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L7"}, {"id": "api_clinic_request_body_application_json", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L13"}, {"id": "api_clinic_response_201", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L57"}, {"id": "api_clinic_errors", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L90"}, {"id": "api_clinic_get_api_v1_clinic_uuid", "label": "GET `/api/v1/clinic/{uuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L97"}, {"id": "api_clinic_path_parameters", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L103"}, {"id": "api_clinic_response_200", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L108"}, {"id": "api_clinic_errors_151", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L151"}, {"id": "api_clinic_patch_api_v1_clinic_uuid", "label": "PATCH `/api/v1/clinic/{uuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L158"}, {"id": "api_clinic_path_parameters_164", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L164"}, {"id": "api_clinic_request_body", "label": "Request Body", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L169"}, {"id": "api_clinic_response_200_172", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L172"}, {"id": "api_clinic_errors_175", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L175"}, {"id": "api_clinic_get_api_v1_clinics", "label": "GET `/api/v1/clinics`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L184"}, {"id": "api_clinic_query_parameters", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L190"}, {"id": "api_clinic_response_200_203", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L203"}, {"id": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "label": "GET `/api/v1/clinic/doctor-list/{clinicUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L247"}, {"id": "api_clinic_path_parameters_253", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L253"}, {"id": "api_clinic_query_parameters_258", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L258"}, {"id": "api_clinic_response_200_274", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L274"}, {"id": "api_clinic_errors_308", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L308"}, {"id": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", "label": "DELETE `/api/v1/admin/clinic/{clinicUuid}/doctor/{doctorUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L315"}, {"id": "api_clinic_path_parameters_321", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L321"}, {"id": "api_clinic_response_200_327", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L327"}, {"id": "api_clinic_errors_332", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L332"}, {"id": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", "label": "POST `/file/upload/clinic_pro/clinic/field_clinic_logo`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L340"}, {"id": "api_clinic_request", "label": "Request", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L346"}, {"id": "api_clinic_response_200_353", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L353"}, {"id": "api_clinic_errors_367", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L367"}, {"id": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", "label": "POST `/file/upload/clinic_pro/clinic/field_image_clinic`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L375"}, {"id": "api_clinic_request_381", "label": "Request", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L381"}, {"id": "api_clinic_response_200_388", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L388"}, {"id": "api_clinic_errors_404", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L404"}, {"id": "api_clinic_clinic_address_management", "label": "Clinic Address Management", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L412"}, {"id": "api_clinic_get_api_v1_clinic_clinicuuid_addresses", "label": "`GET /api/v1/clinic/{clinicUuid}/addresses`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L414"}, {"id": "api_clinic_response_200_420", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L420"}, {"id": "api_clinic_post_api_v1_clinic_clinicuuid_address", "label": "`POST /api/v1/clinic/{clinicUuid}/address`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L443"}, {"id": "api_clinic_request_449", "label": "Request", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L449"}, {"id": "api_clinic_response_201_472", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L472"}, {"id": "api_clinic_errors_477", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L477"}, {"id": "api_clinic_patch_api_v1_clinic_clinicuuid_address_addressuuid", "label": "`PATCH /api/v1/clinic/{clinicUuid}/address/{addressUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L485"}, {"id": "api_clinic_response_200_491", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L491"}, {"id": "api_clinic_delete_api_v1_clinic_clinicuuid_address_addressuuid", "label": "`DELETE /api/v1/clinic/{clinicUuid}/address/{addressUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L498"}, {"id": "api_clinic_errors_506", "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L506"}, {"id": "api_clinic_removed_endpoint", "label": "Removed endpoint", "file_type": "document", "source_file": "docs/api/clinic.md", "source_location": "L515"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_clinic_md", "target": "api_clinic_clinic_api", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L1", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_post_api_v1_clinic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L7", "weight": 1.0}, {"source": "api_clinic_post_api_v1_clinic", "target": "api_clinic_request_body_application_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L13", "weight": 1.0}, {"source": "api_clinic_post_api_v1_clinic", "target": "api_clinic_response_201", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L57", "weight": 1.0}, {"source": "api_clinic_post_api_v1_clinic", "target": "api_clinic_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L90", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_get_api_v1_clinic_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L97", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_uuid", "target": "api_clinic_path_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L103", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_uuid", "target": "api_clinic_response_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L108", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_uuid", "target": "api_clinic_errors_151", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L151", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_patch_api_v1_clinic_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L158", "weight": 1.0}, {"source": "api_clinic_patch_api_v1_clinic_uuid", "target": "api_clinic_path_parameters_164", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L164", "weight": 1.0}, {"source": "api_clinic_patch_api_v1_clinic_uuid", "target": "api_clinic_request_body", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L169", "weight": 1.0}, {"source": "api_clinic_patch_api_v1_clinic_uuid", "target": "api_clinic_response_200_172", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L172", "weight": 1.0}, {"source": "api_clinic_patch_api_v1_clinic_uuid", "target": "api_clinic_errors_175", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L175", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_get_api_v1_clinics", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L184", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinics", "target": "api_clinic_query_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L190", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinics", "target": "api_clinic_response_200_203", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L203", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L247", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "target": "api_clinic_path_parameters_253", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L253", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "target": "api_clinic_query_parameters_258", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L258", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "target": "api_clinic_response_200_274", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L274", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "target": "api_clinic_errors_308", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L308", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L315", "weight": 1.0}, {"source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", "target": "api_clinic_path_parameters_321", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L321", "weight": 1.0}, {"source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", "target": "api_clinic_response_200_327", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L327", "weight": 1.0}, {"source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", "target": "api_clinic_errors_332", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L332", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L340", "weight": 1.0}, {"source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", "target": "api_clinic_request", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L346", "weight": 1.0}, {"source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", "target": "api_clinic_response_200_353", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L353", "weight": 1.0}, {"source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", "target": "api_clinic_errors_367", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L367", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L375", "weight": 1.0}, {"source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", "target": "api_clinic_request_381", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L381", "weight": 1.0}, {"source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", "target": "api_clinic_response_200_388", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L388", "weight": 1.0}, {"source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", "target": "api_clinic_errors_404", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L404", "weight": 1.0}, {"source": "api_clinic_clinic_api", "target": "api_clinic_clinic_address_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L412", "weight": 1.0}, {"source": "api_clinic_clinic_address_management", "target": "api_clinic_get_api_v1_clinic_clinicuuid_addresses", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L414", "weight": 1.0}, {"source": "api_clinic_get_api_v1_clinic_clinicuuid_addresses", "target": "api_clinic_response_200_420", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L420", "weight": 1.0}, {"source": "api_clinic_clinic_address_management", "target": "api_clinic_post_api_v1_clinic_clinicuuid_address", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L443", "weight": 1.0}, {"source": "api_clinic_post_api_v1_clinic_clinicuuid_address", "target": "api_clinic_request_449", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L449", "weight": 1.0}, {"source": "api_clinic_post_api_v1_clinic_clinicuuid_address", "target": "api_clinic_response_201_472", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L472", "weight": 1.0}, {"source": "api_clinic_post_api_v1_clinic_clinicuuid_address", "target": "api_clinic_errors_477", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L477", "weight": 1.0}, {"source": "api_clinic_clinic_address_management", "target": "api_clinic_patch_api_v1_clinic_clinicuuid_address_addressuuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L485", "weight": 1.0}, {"source": "api_clinic_patch_api_v1_clinic_clinicuuid_address_addressuuid", "target": "api_clinic_response_200_491", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L491", "weight": 1.0}, {"source": "api_clinic_clinic_address_management", "target": "api_clinic_delete_api_v1_clinic_clinicuuid_address_addressuuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L498", "weight": 1.0}, {"source": "api_clinic_delete_api_v1_clinic_clinicuuid_address_addressuuid", "target": "api_clinic_errors_506", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L506", "weight": 1.0}, {"source": "api_clinic_clinic_address_management", "target": "api_clinic_removed_endpoint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", "source_location": "L515", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf.json b/graphify-out/cache/ast/v0.8.44/987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf.json new file mode 100644 index 00000000..870bfd60 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "label": "SiteContextController.php", "file_type": "code", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L1"}, {"id": "controller_sitecontextcontroller_sitecontextcontroller", "label": "SiteContextController", "file_type": "code", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L16"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_sitecontextcontroller_sitecontextcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L19"}, {"id": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "label": ".resolve()", "file_type": "code", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L23"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L23"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L23"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "domaincontextresolver", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_sitecontextcontroller_php", "target": "controller_sitecontextcontroller_sitecontextcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L16", "weight": 1.0}, {"source": "controller_sitecontextcontroller_sitecontextcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L17", "weight": 1.0}, {"source": "controller_sitecontextcontroller_sitecontextcontroller", "target": "controller_sitecontextcontroller_sitecontextcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L19", "weight": 1.0}, {"source": "controller_sitecontextcontroller_sitecontextcontroller", "target": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L23", "weight": 1.0}, {"source": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L23", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/SiteContextController.php", "source_location": "L23", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L36", "receiver": null}, {"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L45", "receiver": null}, {"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L48", "receiver": null}, {"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L49", "receiver": null}, {"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L52", "receiver": null}, {"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "getFullName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L53", "receiver": null}, {"caller_nid": "controller_sitecontextcontroller_sitecontextcontroller_resolve", "callee": "isGlobal", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php", "source_location": "L54", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3.json b/graphify-out/cache/ast/v0.8.44/a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3.json new file mode 100644 index 00000000..484fc14a --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_ops_restarts_md", "label": "ops-restarts.md", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L1"}, {"id": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "label": "Runbook \u2014 \u062a\u0634\u062e\u06cc\u0635 \u00ab\u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a\u00bb \u0633\u0631\u0648\u0631: recycle \u0639\u0627\u062f\u06cc \u06cc\u0627 \u062e\u0631\u0627\u0628\u06cc \u0648\u0627\u0642\u0639\u06cc\u061f", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L1"}, {"id": "docs_ops_restarts_\u062e\u0644\u0627\u0635\u0647_\u06cc\u06a9_\u062e\u0637\u06cc", "label": "\u062e\u0644\u0627\u0635\u0647 \u06cc\u06a9\u200c\u062e\u0637\u06cc", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L5"}, {"id": "docs_ops_restarts_\u06f1_\u0686\u0631\u0627_worker\u0647\u0627_\u0647\u0631_\u0633\u0627\u0639\u062a_restart_\u0645\u06cc_\u0634\u0648\u0646\u062f", "label": "\u06f1. \u0686\u0631\u0627 worker\u0647\u0627 \u0647\u0631 \u0633\u0627\u0639\u062a restart \u0645\u06cc\u200c\u0634\u0648\u0646\u062f\u061f", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L11"}, {"id": "docs_ops_restarts_\u06f2_\u0646\u0634\u0627\u0646\u0647_\u0647\u0627\u06cc_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "label": "\u06f2. \u0646\u0634\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u062e\u0631\u0627\u0628\u06cc \u0648\u0627\u0642\u0639\u06cc", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L34"}, {"id": "docs_ops_restarts_\u06f3_\u062f\u0633\u062a\u0648\u0631\u0647\u0627\u06cc_\u062a\u0634\u062e\u06cc\u0635_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631", "label": "\u06f3. \u062f\u0633\u062a\u0648\u0631\u0647\u0627\u06cc \u062a\u0634\u062e\u06cc\u0635 \u0631\u0648\u06cc \u0633\u0631\u0648\u0631", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L45"}, {"id": "docs_ops_restarts_\u06f4_\u0627\u0637\u0644\u0627\u0639_\u0631\u0633\u0627\u0646\u06cc_\u062e\u0648\u062f\u06a9\u0627\u0631_\u062f\u0631_coolify", "label": "\u06f4. \u0627\u0637\u0644\u0627\u0639\u200c\u0631\u0633\u0627\u0646\u06cc \u062e\u0648\u062f\u06a9\u0627\u0631 \u062f\u0631 Coolify", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L65"}, {"id": "docs_ops_restarts_\u06f5_\u062a\u0645\u062f\u06cc\u062f_\u06af\u0648\u0627\u0647\u06cc_tls_acme_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0631\u06cc\u0633\u06a9_down_\u0634\u062f\u0646_\u0648\u0627\u0642\u0639\u06cc", "label": "\u06f5. \u062a\u0645\u062f\u06cc\u062f \u06af\u0648\u0627\u0647\u06cc TLS (ACME) \u2014 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0631\u06cc\u0633\u06a9 down \u0634\u062f\u0646 \u0648\u0627\u0642\u0639\u06cc", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L76"}, {"id": "docs_ops_restarts_\u0639\u0644\u0627\u0645\u062a_\u0645\u0634\u06a9\u0644", "label": "\u0639\u0644\u0627\u0645\u062a \u0645\u0634\u06a9\u0644", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L78"}, {"id": "docs_ops_restarts_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u0631\u0641\u0639", "label": "\u0686\u06a9\u200c\u0644\u06cc\u0633\u062a \u0631\u0641\u0639", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L88"}, {"id": "docs_ops_restarts_\u06f6_healthcheck\u0647\u0627_\u0631\u0641\u062a\u0627\u0631_\u0627\u0646\u062a\u0638\u0627\u0631\u06cc", "label": "\u06f6. Healthcheck\u0647\u0627 \u2014 \u0631\u0641\u062a\u0627\u0631 \u0627\u0646\u062a\u0638\u0627\u0631\u06cc", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L102"}, {"id": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", "label": "\u06f7. down \u0634\u062f\u0646 \u0628\u0639\u062f \u0627\u0632 \u0686\u0646\u062f \u0633\u0627\u0639\u062a \u2014 \u06a9\u0645\u0628\u0648\u062f \u062d\u0627\u0641\u0638\u0647 (OOM)", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L107"}, {"id": "docs_ops_restarts_\u062a\u0623\u06cc\u06cc\u062f_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a_\u0622\u0645\u0627\u062f\u0647", "label": "\u062a\u0623\u06cc\u06cc\u062f \u0631\u0648\u06cc \u0633\u0631\u0648\u0631 \u2014 \u0627\u0633\u06a9\u0631\u06cc\u067e\u062a \u0622\u0645\u0627\u062f\u0647", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L111"}, {"id": "docs_ops_restarts_\u062c\u062f\u0648\u0644_\u062a\u0641\u0633\u06cc\u0631_\u062e\u0631\u0648\u062c\u06cc_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a", "label": "\u062c\u062f\u0648\u0644 \u062a\u0641\u0633\u06cc\u0631 \u062e\u0631\u0648\u062c\u06cc \u0627\u0633\u06a9\u0631\u06cc\u067e\u062a", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L135"}, {"id": "docs_ops_restarts_\u0686\u0631\u0627_\u0627\u06cc\u0646_\u0627\u062a\u0641\u0627\u0642_\u0645\u06cc_\u0627\u0641\u062a\u0627\u062f_\u0648_\u0641\u06cc\u06a9\u0633_\u0627\u0639\u0645\u0627\u0644_\u0634\u062f\u0647", "label": "\u0686\u0631\u0627 \u0627\u06cc\u0646 \u0627\u062a\u0641\u0627\u0642 \u0645\u06cc\u200c\u0627\u0641\u062a\u0627\u062f (\u0648 \u0641\u06cc\u06a9\u0633 \u0627\u0639\u0645\u0627\u0644\u200c\u0634\u062f\u0647)", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L148"}, {"id": "docs_ops_restarts_\u0627\u0642\u062f\u0627\u0645\u0627\u062a_\u062a\u06a9\u0645\u06cc\u0644\u06cc_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u062e\u0627\u0631\u062c_\u0627\u0632_repo", "label": "\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u062a\u06a9\u0645\u06cc\u0644\u06cc \u0631\u0648\u06cc \u0633\u0631\u0648\u0631 (\u062e\u0627\u0631\u062c \u0627\u0632 repo)", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L154"}, {"id": "docs_ops_restarts_\u06f8_\u0627\u0639\u0645\u0627\u0644_\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a_config", "label": "\u06f8. \u0627\u0639\u0645\u0627\u0644 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a config", "file_type": "document", "source_file": "docs/ops-restarts.md", "source_location": "L173"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_ops_restarts_md", "target": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L1", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u062e\u0644\u0627\u0635\u0647_\u06cc\u06a9_\u062e\u0637\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L5", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f1_\u0686\u0631\u0627_worker\u0647\u0627_\u0647\u0631_\u0633\u0627\u0639\u062a_restart_\u0645\u06cc_\u0634\u0648\u0646\u062f", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L11", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f2_\u0646\u0634\u0627\u0646\u0647_\u0647\u0627\u06cc_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L34", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f3_\u062f\u0633\u062a\u0648\u0631\u0647\u0627\u06cc_\u062a\u0634\u062e\u06cc\u0635_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L45", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f4_\u0627\u0637\u0644\u0627\u0639_\u0631\u0633\u0627\u0646\u06cc_\u062e\u0648\u062f\u06a9\u0627\u0631_\u062f\u0631_coolify", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L65", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f5_\u062a\u0645\u062f\u06cc\u062f_\u06af\u0648\u0627\u0647\u06cc_tls_acme_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0631\u06cc\u0633\u06a9_down_\u0634\u062f\u0646_\u0648\u0627\u0642\u0639\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L76", "weight": 1.0}, {"source": "docs_ops_restarts_\u06f5_\u062a\u0645\u062f\u06cc\u062f_\u06af\u0648\u0627\u0647\u06cc_tls_acme_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0631\u06cc\u0633\u06a9_down_\u0634\u062f\u0646_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u0639\u0644\u0627\u0645\u062a_\u0645\u0634\u06a9\u0644", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L78", "weight": 1.0}, {"source": "docs_ops_restarts_\u06f5_\u062a\u0645\u062f\u06cc\u062f_\u06af\u0648\u0627\u0647\u06cc_tls_acme_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0631\u06cc\u0633\u06a9_down_\u0634\u062f\u0646_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u0631\u0641\u0639", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L88", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f6_healthcheck\u0647\u0627_\u0631\u0641\u062a\u0627\u0631_\u0627\u0646\u062a\u0638\u0627\u0631\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L102", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L107", "weight": 1.0}, {"source": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", "target": "docs_ops_restarts_\u062a\u0623\u06cc\u06cc\u062f_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a_\u0622\u0645\u0627\u062f\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L111", "weight": 1.0}, {"source": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", "target": "docs_ops_restarts_\u062c\u062f\u0648\u0644_\u062a\u0641\u0633\u06cc\u0631_\u062e\u0631\u0648\u062c\u06cc_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L135", "weight": 1.0}, {"source": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", "target": "docs_ops_restarts_\u0686\u0631\u0627_\u0627\u06cc\u0646_\u0627\u062a\u0641\u0627\u0642_\u0645\u06cc_\u0627\u0641\u062a\u0627\u062f_\u0648_\u0641\u06cc\u06a9\u0633_\u0627\u0639\u0645\u0627\u0644_\u0634\u062f\u0647", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L148", "weight": 1.0}, {"source": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", "target": "docs_ops_restarts_\u0627\u0642\u062f\u0627\u0645\u0627\u062a_\u062a\u06a9\u0645\u06cc\u0644\u06cc_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u062e\u0627\u0631\u062c_\u0627\u0632_repo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L154", "weight": 1.0}, {"source": "docs_ops_restarts_runbook_\u062a\u0634\u062e\u06cc\u0635_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_recycle_\u0639\u0627\u062f\u06cc_\u06cc\u0627_\u062e\u0631\u0627\u0628\u06cc_\u0648\u0627\u0642\u0639\u06cc", "target": "docs_ops_restarts_\u06f8_\u0627\u0639\u0645\u0627\u0644_\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/ops-restarts.md", "source_location": "L173", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8.json b/graphify-out/cache/ast/v0.8.44/bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8.json new file mode 100644 index 00000000..856aed62 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_cityrepository_php", "label": "CityRepository.php", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L1"}, {"id": "repository_cityrepository_cityrepository", "label": "CityRepository", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_cityrepository_cityrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L11"}, {"id": "repository_cityrepository_cityrepository_findactive", "label": ".findActive()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L17"}, {"id": "repository_cityrepository_cityrepository_findbydomain", "label": ".findByDomain()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L31"}, {"id": "city", "label": "City", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L31"}, {"id": "repository_cityrepository_cityrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L36"}, {"id": "repository_cityrepository_cityrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L42"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_cityrepository_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_cityrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_cityrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_location_repository_cityrepository_php", "target": "repository_cityrepository_cityrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository", "target": "repository_cityrepository_cityrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_cityrepository_cityrepository", "target": "repository_cityrepository_cityrepository_findactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository", "target": "repository_cityrepository_cityrepository_findbydomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L31", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository_findbydomain", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L31", "weight": 1.0, "context": "return_type"}, {"source": "repository_cityrepository_cityrepository", "target": "repository_cityrepository_cityrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L36", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository_save", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L36", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_cityrepository_cityrepository", "target": "repository_cityrepository_cityrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L42", "weight": 1.0}, {"source": "repository_cityrepository_cityrepository_remove", "target": "city", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L42", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_cityrepository_cityrepository_construct", "target": "city", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_cityrepository_cityrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "addOrderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findactive", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_findbydomain", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L38", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L38", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L44", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_cityrepository_cityrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php", "source_location": "L45", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/cfccd8ae84b285c32a68817fa06c4f1b9694b133669ff06a70a7c996b47c67f6.json b/graphify-out/cache/ast/v0.8.44/cfccd8ae84b285c32a68817fa06c4f1b9694b133669ff06a70a7c996b47c67f6.json new file mode 100644 index 00000000..8813344e --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/cfccd8ae84b285c32a68817fa06c4f1b9694b133669ff06a70a7c996b47c67f6.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_admin_md", "label": "admin.md", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1"}, {"id": "api_admin_admin_api", "label": "Admin API", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1"}, {"id": "api_admin_dashboard", "label": "Dashboard", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L9"}, {"id": "api_admin_get_api_v1_admin_dashboard_stats", "label": "GET `/api/v1/admin/dashboard/stats`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L11"}, {"id": "api_admin_response_200", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L17"}, {"id": "api_admin_get_api_v1_admin_dashboard_charts", "label": "GET `/api/v1/admin/dashboard/charts`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L41"}, {"id": "api_admin_response_200_47", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L47"}, {"id": "api_admin_get_api_v1_admin_dashboard_recent", "label": "GET `/api/v1/admin/dashboard/recent`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L74"}, {"id": "api_admin_response_200_80", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L80"}, {"id": "api_admin_user_management", "label": "User Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L118"}, {"id": "api_admin_get_api_v1_admin_users", "label": "GET `/api/v1/admin/users`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L120"}, {"id": "api_admin_query_parameters", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L126"}, {"id": "api_admin_response_200_136", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L136"}, {"id": "api_admin_get_api_v1_admin_users_uuid", "label": "GET `/api/v1/admin/users/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L156"}, {"id": "api_admin_response_200_162", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L162"}, {"id": "api_admin_errors", "label": "Errors", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L179"}, {"id": "api_admin_get_api_v1_admin_users_stats", "label": "GET `/api/v1/admin/users/stats`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L186"}, {"id": "api_admin_response_200_192", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L192"}, {"id": "api_admin_put_api_v1_admin_users_uuid", "label": "PUT `/api/v1/admin/users/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L209"}, {"id": "api_admin_request_body_application_json", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L215"}, {"id": "api_admin_response_200_223", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L223"}, {"id": "api_admin_put_api_v1_admin_users_uuid_role", "label": "PUT `/api/v1/admin/users/{uuid}/role`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L228"}, {"id": "api_admin_request_body_application_json_234", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L234"}, {"id": "api_admin_response_200_245", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L245"}, {"id": "api_admin_post_api_v1_admin_users_uuid_status", "label": "POST `/api/v1/admin/users/{uuid}/status`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L252"}, {"id": "api_admin_response_200_258", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L258"}, {"id": "api_admin_delete_api_v1_admin_users_uuid", "label": "DELETE `/api/v1/admin/users/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L265"}, {"id": "api_admin_response_200_271", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L271"}, {"id": "api_admin_errors_276", "label": "Errors", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L276"}, {"id": "api_admin_doctor_management", "label": "Doctor Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L283"}, {"id": "api_admin_post_api_v1_admin_doctors", "label": "POST `/api/v1/admin/doctors`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L287"}, {"id": "api_admin_request_body_application_json_293", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L293"}, {"id": "api_admin_errors_302", "label": "Errors", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L302"}, {"id": "api_admin_post_api_v1_admin_clinic", "label": "POST `/api/v1/admin/clinic`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L310"}, {"id": "api_admin_request_body_application_json_316", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L316"}, {"id": "api_admin_errors_322", "label": "Errors", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L322"}, {"id": "api_admin_get_api_v1_admin_doctors", "label": "GET `/api/v1/admin/doctors`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L331"}, {"id": "api_admin_query_parameters_337", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L337"}, {"id": "api_admin_response_200_348", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L348"}, {"id": "api_admin_get_api_v1_admin_doctors_stats", "label": "GET `/api/v1/admin/doctors/stats`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L368"}, {"id": "api_admin_response_200_374", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L374"}, {"id": "api_admin_post_api_v1_admin_doctors_uuid_status", "label": "POST `/api/v1/admin/doctors/{uuid}/status`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L391"}, {"id": "api_admin_response_200_397", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L397"}, {"id": "api_admin_clinic_management", "label": "Clinic Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L404"}, {"id": "api_admin_get_api_v1_admin_clinics", "label": "GET `/api/v1/admin/clinics`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L406"}, {"id": "api_admin_query_parameters_412", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L412"}, {"id": "api_admin_response_200_420", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L420"}, {"id": "api_admin_patch_api_v1_admin_clinic_uuid_status", "label": "PATCH `/api/v1/admin/clinic/{uuid}/status`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L440"}, {"id": "api_admin_response_200_446", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L446"}, {"id": "api_admin_errors_451", "label": "Errors", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L451"}, {"id": "api_admin_delete_api_v1_admin_clinic_uuid", "label": "DELETE `/api/v1/admin/clinic/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L458"}, {"id": "api_admin_response_200_466", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L466"}, {"id": "api_admin_appointment_management", "label": "Appointment Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L473"}, {"id": "api_admin_get_api_v1_admin_appointments_today_stats", "label": "GET `/api/v1/admin/appointments/today-stats`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L475"}, {"id": "api_admin_query_parameters_481", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L481"}, {"id": "api_admin_response_200_486", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L486"}, {"id": "api_admin_get_api_v1_admin_appointments", "label": "GET `/api/v1/admin/appointments`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L501"}, {"id": "api_admin_query_parameters_507", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L507"}, {"id": "api_admin_response_200_517", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L517"}, {"id": "api_admin_post_api_v1_admin_appointment", "label": "POST `/api/v1/admin/appointment`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L546"}, {"id": "api_admin_request_body", "label": "Request Body", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L552"}, {"id": "api_admin_response_201", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L566"}, {"id": "api_admin_error_responses", "label": "Error Responses", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L579"}, {"id": "api_admin_payment_management", "label": "Payment Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L588"}, {"id": "api_admin_get_api_v1_admin_payments", "label": "GET `/api/v1/admin/payments`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L590"}, {"id": "api_admin_query_parameters_596", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L596"}, {"id": "api_admin_query_parameters_\u062a\u06a9\u0645\u06cc\u0644", "label": "Query Parameters (\u062a\u06a9\u0645\u06cc\u0644)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L603"}, {"id": "api_admin_response_200_608", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L608"}, {"id": "api_admin_get_api_v1_admin_payments_uuid", "label": "GET `/api/v1/admin/payments/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L632"}, {"id": "api_admin_response_200_638", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L638"}, {"id": "api_admin_post_api_v1_admin_payments_uuid_refund", "label": "POST `/api/v1/admin/payments/{uuid}/refund`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L662"}, {"id": "api_admin_post_api_v1_admin_payments_uuid_reverse", "label": "POST `/api/v1/admin/payments/{uuid}/reverse`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L680"}, {"id": "api_admin_errors_payment_refund_reverse_detail", "label": "Errors (payment refund/reverse/detail)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L686"}, {"id": "api_admin_settlement_management", "label": "Settlement Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L694"}, {"id": "api_admin_get_api_v1_admin_settlements", "label": "GET `/api/v1/admin/settlements`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L696"}, {"id": "api_admin_query_parameters_702", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L702"}, {"id": "api_admin_response_200_709", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L709"}, {"id": "api_admin_representation_management", "label": "Representation Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L731"}, {"id": "api_admin_get_api_v1_admin_representations", "label": "GET `/api/v1/admin/representations`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L733"}, {"id": "api_admin_query_parameters_739", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L739"}, {"id": "api_admin_response_200_747", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L747"}, {"id": "api_admin_secretary_management", "label": "Secretary Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L775"}, {"id": "api_admin_get_api_v1_admin_secretaries", "label": "GET `/api/v1/admin/secretaries`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L777"}, {"id": "api_admin_query_parameters_783", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L783"}, {"id": "api_admin_response_200_790", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L790"}, {"id": "api_admin_rating_comment_management", "label": "Rating & Comment Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L795"}, {"id": "api_admin_get_api_v1_admin_rates", "label": "GET `/api/v1/admin/rates`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L797"}, {"id": "api_admin_query_parameters_803", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L803"}, {"id": "api_admin_get_api_v1_admin_comments", "label": "GET `/api/v1/admin/comments`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L814"}, {"id": "api_admin_query_parameters_820", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L820"}, {"id": "api_admin_sms_management_admin", "label": "SMS Management (Admin)", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L832"}, {"id": "api_admin_get_api_v1_admin_sms_logs", "label": "GET `/api/v1/admin/sms/logs`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L834"}, {"id": "api_admin_query_parameters_840", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L840"}, {"id": "api_admin_response_200_847", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L847"}, {"id": "api_admin_get_api_v1_admin_sms_templates", "label": "GET `/api/v1/admin/sms/templates`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L872"}, {"id": "api_admin_response_200_878", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L878"}, {"id": "api_admin_clinic_invitation_management", "label": "Clinic Invitation Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L898"}, {"id": "api_admin_settings", "label": "Settings", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L912"}, {"id": "api_admin_get_api_v1_admin_settings", "label": "GET /api/v1/admin/settings", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L914"}, {"id": "api_admin_patch_api_v1_admin_settings", "label": "PATCH /api/v1/admin/settings", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L947"}, {"id": "api_admin_pre_registration_management", "label": "Pre-Registration Management", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L989"}, {"id": "api_admin_get_api_v1_admin_pre_registrations", "label": "GET `/api/v1/admin/pre-registrations`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L991"}, {"id": "api_admin_post_api_v1_admin_pre_registrations_uuid_approve", "label": "POST `/api/v1/admin/pre-registrations/{uuid}/approve`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1025"}, {"id": "api_admin_post_api_v1_admin_pre_registrations_uuid_reject", "label": "POST `/api/v1/admin/pre-registrations/{uuid}/reject`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1043"}, {"id": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "label": "\u0645\u0648\u062a\u0648\u0631 \u0645\u0627\u0644\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1059"}, {"id": "api_admin_get_api_v1_admin_financial_breakdowns", "label": "GET `/api/v1/admin/financial-breakdowns`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1079"}, {"id": "api_admin_get_api_v1_admin_financial_summary", "label": "GET `/api/v1/admin/financial-summary`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1113"}, {"id": "api_admin_get_api_v1_admin_settings_tax_history", "label": "GET `/api/v1/admin/settings/tax-history`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1131"}, {"id": "api_admin_get_api_v1_admin_settlement_uuid", "label": "GET `/api/v1/admin/settlement/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1145"}, {"id": "api_admin_application_logs", "label": "Application Logs", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1171"}, {"id": "api_admin_get_api_v1_admin_logs", "label": "GET `/api/v1/admin/logs`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1178"}, {"id": "api_admin_query_parameters_1184", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1184"}, {"id": "api_admin_response_200_1196", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1196"}, {"id": "api_admin_delete_api_v1_admin_logs", "label": "DELETE `/api/v1/admin/logs`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1219"}, {"id": "api_admin_response_200_1225", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1225"}, {"id": "api_admin_log_retention", "label": "Log Retention", "file_type": "document", "source_file": "docs/api/admin.md", "source_location": "L1232"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_admin_md", "target": "api_admin_admin_api", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_dashboard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L9", "weight": 1.0}, {"source": "api_admin_dashboard", "target": "api_admin_get_api_v1_admin_dashboard_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L11", "weight": 1.0}, {"source": "api_admin_dashboard", "target": "api_admin_response_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L17", "weight": 1.0}, {"source": "api_admin_dashboard", "target": "api_admin_get_api_v1_admin_dashboard_charts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L41", "weight": 1.0}, {"source": "api_admin_dashboard", "target": "api_admin_response_200_47", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L47", "weight": 1.0}, {"source": "api_admin_dashboard", "target": "api_admin_get_api_v1_admin_dashboard_recent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L74", "weight": 1.0}, {"source": "api_admin_dashboard", "target": "api_admin_response_200_80", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L80", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_user_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L118", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_get_api_v1_admin_users", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L120", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_query_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L126", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_136", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L136", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_get_api_v1_admin_users_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L156", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_162", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L162", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L179", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_get_api_v1_admin_users_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L186", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_192", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L192", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_put_api_v1_admin_users_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L209", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_request_body_application_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L215", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_223", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L223", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_put_api_v1_admin_users_uuid_role", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L228", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_request_body_application_json_234", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L234", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_245", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L245", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_post_api_v1_admin_users_uuid_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L252", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_258", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L258", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_delete_api_v1_admin_users_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L265", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_response_200_271", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L271", "weight": 1.0}, {"source": "api_admin_user_management", "target": "api_admin_errors_276", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L276", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_doctor_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L283", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_post_api_v1_admin_doctors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L287", "weight": 1.0}, {"source": "api_admin_post_api_v1_admin_doctors", "target": "api_admin_request_body_application_json_293", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L293", "weight": 1.0}, {"source": "api_admin_post_api_v1_admin_doctors", "target": "api_admin_errors_302", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L302", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_post_api_v1_admin_clinic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L310", "weight": 1.0}, {"source": "api_admin_post_api_v1_admin_clinic", "target": "api_admin_request_body_application_json_316", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L316", "weight": 1.0}, {"source": "api_admin_post_api_v1_admin_clinic", "target": "api_admin_errors_322", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L322", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_get_api_v1_admin_doctors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L331", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_query_parameters_337", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L337", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_response_200_348", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L348", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_get_api_v1_admin_doctors_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L368", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_response_200_374", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L374", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_post_api_v1_admin_doctors_uuid_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L391", "weight": 1.0}, {"source": "api_admin_doctor_management", "target": "api_admin_response_200_397", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L397", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_clinic_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L404", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_get_api_v1_admin_clinics", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L406", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_query_parameters_412", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L412", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_response_200_420", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L420", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_patch_api_v1_admin_clinic_uuid_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L440", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_response_200_446", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L446", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_errors_451", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L451", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_delete_api_v1_admin_clinic_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L458", "weight": 1.0}, {"source": "api_admin_clinic_management", "target": "api_admin_response_200_466", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L466", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_appointment_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L473", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_get_api_v1_admin_appointments_today_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L475", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_query_parameters_481", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L481", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_response_200_486", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L486", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_get_api_v1_admin_appointments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L501", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_query_parameters_507", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L507", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_response_200_517", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L517", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_post_api_v1_admin_appointment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L546", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_request_body", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L552", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_response_201", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L566", "weight": 1.0}, {"source": "api_admin_appointment_management", "target": "api_admin_error_responses", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L579", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_payment_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L588", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_get_api_v1_admin_payments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L590", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_query_parameters_596", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L596", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_query_parameters_\u062a\u06a9\u0645\u06cc\u0644", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L603", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_response_200_608", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L608", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_get_api_v1_admin_payments_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L632", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_response_200_638", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L638", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_post_api_v1_admin_payments_uuid_refund", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L662", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_post_api_v1_admin_payments_uuid_reverse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L680", "weight": 1.0}, {"source": "api_admin_payment_management", "target": "api_admin_errors_payment_refund_reverse_detail", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L686", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_settlement_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L694", "weight": 1.0}, {"source": "api_admin_settlement_management", "target": "api_admin_get_api_v1_admin_settlements", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L696", "weight": 1.0}, {"source": "api_admin_settlement_management", "target": "api_admin_query_parameters_702", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L702", "weight": 1.0}, {"source": "api_admin_settlement_management", "target": "api_admin_response_200_709", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L709", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_representation_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L731", "weight": 1.0}, {"source": "api_admin_representation_management", "target": "api_admin_get_api_v1_admin_representations", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L733", "weight": 1.0}, {"source": "api_admin_representation_management", "target": "api_admin_query_parameters_739", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L739", "weight": 1.0}, {"source": "api_admin_representation_management", "target": "api_admin_response_200_747", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L747", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_secretary_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L775", "weight": 1.0}, {"source": "api_admin_secretary_management", "target": "api_admin_get_api_v1_admin_secretaries", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L777", "weight": 1.0}, {"source": "api_admin_secretary_management", "target": "api_admin_query_parameters_783", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L783", "weight": 1.0}, {"source": "api_admin_secretary_management", "target": "api_admin_response_200_790", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L790", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_rating_comment_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L795", "weight": 1.0}, {"source": "api_admin_rating_comment_management", "target": "api_admin_get_api_v1_admin_rates", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L797", "weight": 1.0}, {"source": "api_admin_rating_comment_management", "target": "api_admin_query_parameters_803", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L803", "weight": 1.0}, {"source": "api_admin_rating_comment_management", "target": "api_admin_get_api_v1_admin_comments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L814", "weight": 1.0}, {"source": "api_admin_rating_comment_management", "target": "api_admin_query_parameters_820", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L820", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_sms_management_admin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L832", "weight": 1.0}, {"source": "api_admin_sms_management_admin", "target": "api_admin_get_api_v1_admin_sms_logs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L834", "weight": 1.0}, {"source": "api_admin_sms_management_admin", "target": "api_admin_query_parameters_840", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L840", "weight": 1.0}, {"source": "api_admin_sms_management_admin", "target": "api_admin_response_200_847", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L847", "weight": 1.0}, {"source": "api_admin_sms_management_admin", "target": "api_admin_get_api_v1_admin_sms_templates", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L872", "weight": 1.0}, {"source": "api_admin_sms_management_admin", "target": "api_admin_response_200_878", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L878", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_admin_md", "target": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_sms_md", "relation": "references", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L894", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_clinic_invitation_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L898", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_admin_md", "target": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_clinic_invitation_md", "relation": "references", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L900", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_settings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L912", "weight": 1.0}, {"source": "api_admin_settings", "target": "api_admin_get_api_v1_admin_settings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L914", "weight": 1.0}, {"source": "api_admin_settings", "target": "api_admin_patch_api_v1_admin_settings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L947", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_pre_registration_management", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L989", "weight": 1.0}, {"source": "api_admin_pre_registration_management", "target": "api_admin_get_api_v1_admin_pre_registrations", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L991", "weight": 1.0}, {"source": "api_admin_pre_registration_management", "target": "api_admin_post_api_v1_admin_pre_registrations_uuid_approve", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1025", "weight": 1.0}, {"source": "api_admin_pre_registration_management", "target": "api_admin_post_api_v1_admin_pre_registrations_uuid_reject", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1043", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1059", "weight": 1.0}, {"source": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "target": "api_admin_get_api_v1_admin_financial_breakdowns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1079", "weight": 1.0}, {"source": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "target": "api_admin_get_api_v1_admin_financial_summary", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1113", "weight": 1.0}, {"source": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "target": "api_admin_get_api_v1_admin_settings_tax_history", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1131", "weight": 1.0}, {"source": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "target": "api_admin_get_api_v1_admin_settlement_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1145", "weight": 1.0}, {"source": "api_admin_admin_api", "target": "api_admin_application_logs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1171", "weight": 1.0}, {"source": "api_admin_application_logs", "target": "api_admin_get_api_v1_admin_logs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1178", "weight": 1.0}, {"source": "api_admin_application_logs", "target": "api_admin_query_parameters_1184", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1184", "weight": 1.0}, {"source": "api_admin_application_logs", "target": "api_admin_response_200_1196", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1196", "weight": 1.0}, {"source": "api_admin_application_logs", "target": "api_admin_delete_api_v1_admin_logs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1219", "weight": 1.0}, {"source": "api_admin_delete_api_v1_admin_logs", "target": "api_admin_response_200_1225", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1225", "weight": 1.0}, {"source": "api_admin_application_logs", "target": "api_admin_log_retention", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", "source_location": "L1232", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7.json b/graphify-out/cache/ast/v0.8.44/dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7.json new file mode 100644 index 00000000..660f4621 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "label": "ClinicRepository.php", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L1"}, {"id": "repository_clinicrepository_clinicrepository", "label": "ClinicRepository", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L14"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_clinicrepository_clinicrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16"}, {"id": "repository_clinicrepository_clinicrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21"}, {"id": "repository_clinicrepository_clinicrepository_findbydoctor", "label": ".findByDoctor()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27"}, {"id": "repository_clinicrepository_clinicrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37"}, {"id": "repository_clinicrepository_clinicrepository_findwithfilters", "label": ".findWithFilters()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L42"}, {"id": "repository_clinicrepository_clinicrepository_findaddresslocations", "label": ".findAddressLocations()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L97"}, {"id": "repository_clinicrepository_clinicrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L124"}, {"id": "repository_clinicrepository_clinicrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L132"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "join", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "paginator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "repository_clinicrepository_clinicrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_findbyuuid", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_findbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository_findbyuser", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findwithfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L42", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findaddresslocations", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L97", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L124", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_save", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L124", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L132", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_remove", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L132", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository_construct", "target": "clinic", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L18", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_clinicrepository_clinicrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L18", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L23", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L32", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbyuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "distinct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L48", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L48", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L48", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L55", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L55", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L61", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L62", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L62", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L65", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L66", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L66", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L70", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L70", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "count", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L75", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L86", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L103", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L116", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L126", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L128", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L128", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L134", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L136", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L136", "receiver": null}]} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617.json b/graphify-out/cache/ast/v0.8.44/e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617.json new file mode 100644 index 00000000..995932a3 --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_payment_md", "label": "payment.md", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L1"}, {"id": "api_payment_payment_api", "label": "Payment API", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L1"}, {"id": "api_payment_\u0645\u0639\u0645\u0627\u0631\u06cc_flow_\u0645\u0633\u0626\u0648\u0644\u06cc\u062a_\u0647\u0627", "label": "\u0645\u0639\u0645\u0627\u0631\u06cc (Flow & \u0645\u0633\u0626\u0648\u0644\u06cc\u062a\u200c\u0647\u0627)", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L8"}, {"id": "api_payment_get_api_v1_payment_config", "label": "GET `/api/v1/payment/config`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L90"}, {"id": "api_payment_response_200", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L96"}, {"id": "api_payment_get_api_v1_my_payments", "label": "GET `/api/v1/my/payments`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L122"}, {"id": "api_payment_query_parameters", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L128"}, {"id": "api_payment_response_200_paginated", "label": "Response `200` (paginated)", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L135"}, {"id": "api_payment_errors", "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L158"}, {"id": "api_payment_post_api_v1_payment_appointment", "label": "POST `/api/v1/payment/appointment`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L165"}, {"id": "api_payment_request_body_application_json", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L171"}, {"id": "api_payment_response_200_186", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L186"}, {"id": "api_payment_errors_206", "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L206"}, {"id": "api_payment_get_api_v1_payment_order_appointmentuuid", "label": "GET `/api/v1/payment/order/{appointmentUuid}`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L217"}, {"id": "api_payment_query_parameters_223", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L223"}, {"id": "api_payment_\u0631\u0641\u062a\u0627\u0631", "label": "\u0631\u0641\u062a\u0627\u0631", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L229"}, {"id": "api_payment_\u0627\u0645\u0646\u06cc\u062a_\u0645\u0627\u0644\u06a9\u06cc\u062a", "label": "\u0627\u0645\u0646\u06cc\u062a \u0645\u0627\u0644\u06a9\u06cc\u062a", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L236"}, {"id": "api_payment_get_api_v1_payment_pay_orderid", "label": "GET `/api/v1/payment/pay/{orderId}`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L243"}, {"id": "api_payment_path_parameters", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L247"}, {"id": "api_payment_\u0631\u0641\u062a\u0627\u0631_252", "label": "\u0631\u0641\u062a\u0627\u0631", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L252"}, {"id": "api_payment_permission", "label": "Permission", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L262"}, {"id": "api_payment_post_api_v1_payment_callback_gateway", "label": "POST `/api/v1/payment/callback/{gateway}`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L267"}, {"id": "api_payment_get_api_v1_payment_callback_gateway", "label": "GET `/api/v1/payment/callback/{gateway}`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L268"}, {"id": "api_payment_path_parameters_280", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L280"}, {"id": "api_payment_request_varies_by_gateway", "label": "Request (varies by gateway)", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L285"}, {"id": "api_payment_response", "label": "Response", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L296"}, {"id": "api_payment_notes", "label": "Notes", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L309"}, {"id": "api_payment_post_api_v1_subscription_payment", "label": "POST `/api/v1/subscription-payment`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L316"}, {"id": "api_payment_request_body", "label": "Request Body", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L322"}, {"id": "api_payment_response_200_337", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L337"}, {"id": "api_payment_errors_351", "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L351"}, {"id": "api_payment_post_get_api_v1_subscription_payment_callback_gateway", "label": "POST/GET `/api/v1/subscription-payment/callback/{gateway}`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L360"}, {"id": "api_payment_get_api_v1_payment_uuid", "label": "GET `/api/v1/payment/{uuid}`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L368"}, {"id": "api_payment_path_parameters_374", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L374"}, {"id": "api_payment_response_200_379", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L379"}, {"id": "api_payment_errors_408", "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L408"}, {"id": "api_payment_sandbox_test_mode_origin_allowlist", "label": "Sandbox (test) mode & origin allowlist", "file_type": "document", "source_file": "docs/api/payment.md", "source_location": "L417"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_payment_md", "target": "api_payment_payment_api", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L1", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_\u0645\u0639\u0645\u0627\u0631\u06cc_flow_\u0645\u0633\u0626\u0648\u0644\u06cc\u062a_\u0647\u0627", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L8", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_get_api_v1_payment_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L90", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_config", "target": "api_payment_response_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L96", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_get_api_v1_my_payments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L122", "weight": 1.0}, {"source": "api_payment_get_api_v1_my_payments", "target": "api_payment_query_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L128", "weight": 1.0}, {"source": "api_payment_get_api_v1_my_payments", "target": "api_payment_response_200_paginated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L135", "weight": 1.0}, {"source": "api_payment_get_api_v1_my_payments", "target": "api_payment_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L158", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_post_api_v1_payment_appointment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L165", "weight": 1.0}, {"source": "api_payment_post_api_v1_payment_appointment", "target": "api_payment_request_body_application_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L171", "weight": 1.0}, {"source": "api_payment_post_api_v1_payment_appointment", "target": "api_payment_response_200_186", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L186", "weight": 1.0}, {"source": "api_payment_post_api_v1_payment_appointment", "target": "api_payment_errors_206", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L206", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_get_api_v1_payment_order_appointmentuuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L217", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_order_appointmentuuid", "target": "api_payment_query_parameters_223", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L223", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_order_appointmentuuid", "target": "api_payment_\u0631\u0641\u062a\u0627\u0631", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L229", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_order_appointmentuuid", "target": "api_payment_\u0627\u0645\u0646\u06cc\u062a_\u0645\u0627\u0644\u06a9\u06cc\u062a", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L236", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_get_api_v1_payment_pay_orderid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L243", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_pay_orderid", "target": "api_payment_path_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L247", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_pay_orderid", "target": "api_payment_\u0631\u0641\u062a\u0627\u0631_252", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L252", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_pay_orderid", "target": "api_payment_permission", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L262", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_post_api_v1_payment_callback_gateway", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L267", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_get_api_v1_payment_callback_gateway", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L268", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_callback_gateway", "target": "api_payment_path_parameters_280", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L280", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_callback_gateway", "target": "api_payment_request_varies_by_gateway", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L285", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_callback_gateway", "target": "api_payment_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L296", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_callback_gateway", "target": "api_payment_notes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L309", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_post_api_v1_subscription_payment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L316", "weight": 1.0}, {"source": "api_payment_post_api_v1_subscription_payment", "target": "api_payment_request_body", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L322", "weight": 1.0}, {"source": "api_payment_post_api_v1_subscription_payment", "target": "api_payment_response_200_337", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L337", "weight": 1.0}, {"source": "api_payment_post_api_v1_subscription_payment", "target": "api_payment_errors_351", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L351", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_post_get_api_v1_subscription_payment_callback_gateway", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L360", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_get_api_v1_payment_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L368", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_uuid", "target": "api_payment_path_parameters_374", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L374", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_uuid", "target": "api_payment_response_200_379", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L379", "weight": 1.0}, {"source": "api_payment_get_api_v1_payment_uuid", "target": "api_payment_errors_408", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L408", "weight": 1.0}, {"source": "api_payment_payment_api", "target": "api_payment_sandbox_test_mode_origin_allowlist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", "source_location": "L417", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.8.44/fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9.json b/graphify-out/cache/ast/v0.8.44/fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9.json new file mode 100644 index 00000000..b2e9cfbc --- /dev/null +++ b/graphify-out/cache/ast/v0.8.44/fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9.json @@ -0,0 +1 @@ +{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_representation_md", "label": "representation.md", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L1"}, {"id": "api_representation_representation_agent_api", "label": "Representation (Agent) API", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L1"}, {"id": "api_representation_post_api_v1_representation", "label": "POST `/api/v1/representation`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L9"}, {"id": "api_representation_request_body_application_json", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L15"}, {"id": "api_representation_response_201", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L43"}, {"id": "api_representation_errors", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L60"}, {"id": "api_representation_get_api_v1_representation_uuid", "label": "GET `/api/v1/representation/{uuid}`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L71"}, {"id": "api_representation_path_parameters", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L77"}, {"id": "api_representation_response_200", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L82"}, {"id": "api_representation_errors_100", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L100"}, {"id": "api_representation_patch_api_v1_representation_uuid", "label": "PATCH `/api/v1/representation/{uuid}`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L109"}, {"id": "api_representation_request_body_application_json_115", "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L115"}, {"id": "api_representation_response_200_130", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L130"}, {"id": "api_representation_errors_133", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L133"}, {"id": "api_representation_delete_api_v1_representation_uuid", "label": "DELETE `/api/v1/representation/{uuid}`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L144"}, {"id": "api_representation_response_200_150", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L150"}, {"id": "api_representation_errors_155", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L155"}, {"id": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "label": "GET `/api/v1/representation/{uuid}/dashboard/monthly`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L164"}, {"id": "api_representation_path_parameters_170", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L170"}, {"id": "api_representation_query_parameters", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L175"}, {"id": "api_representation_response_200_181", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L181"}, {"id": "api_representation_errors_199", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L199"}, {"id": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", "label": "GET `/api/v1/representation/{uuid}/dashboard/yearly`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L208"}, {"id": "api_representation_query_parameters_214", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L214"}, {"id": "api_representation_response_200_219", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L219"}, {"id": "api_representation_get_api_v1_site_context", "label": "GET `/api/v1/site-context`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L240"}, {"id": "api_representation_query_parameters_244", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L244"}, {"id": "api_representation_response_200_249", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L249"}, {"id": "api_representation_\u0642\u0627\u0646\u0648\u0646_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631", "label": "\u0642\u0627\u0646\u0648\u0646 \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L264"}, {"id": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "label": "\u067e\u0646\u0644 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 (ROLE_REPRESENTATION)", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L274"}, {"id": "api_representation_get_api_v1_representation_me", "label": "GET `/api/v1/representation/me`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L280"}, {"id": "api_representation_response_200_284", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L284"}, {"id": "api_representation_errors_308", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L308"}, {"id": "api_representation_post_api_v1_representation_verify_national_code", "label": "POST `/api/v1/representation/verify-national-code`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L315"}, {"id": "api_representation_request_body", "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L319"}, {"id": "api_representation_response_200_327", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L327"}, {"id": "api_representation_errors_330", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L330"}, {"id": "api_representation_post_api_v1_representation_iban", "label": "POST `/api/v1/representation/iban`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L340"}, {"id": "api_representation_request_body_344", "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L344"}, {"id": "api_representation_response_200_353", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L353"}, {"id": "api_representation_errors_356", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L356"}, {"id": "api_representation_delete_api_v1_representation_iban_id", "label": "DELETE `/api/v1/representation/iban/{id}`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L368"}, {"id": "api_representation_response_200_372", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L372"}, {"id": "api_representation_post_api_v1_representation_doctor", "label": "POST `/api/v1/representation/doctor`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L377"}, {"id": "api_representation_request_body_381", "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L381"}, {"id": "api_representation_response_201_393", "label": "Response `201`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L393"}, {"id": "api_representation_errors_397", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L397"}, {"id": "api_representation_post_api_v1_representation_clinic", "label": "POST `/api/v1/representation/clinic`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L406"}, {"id": "api_representation_request_body_410", "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L410"}, {"id": "api_representation_response_200_420", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L420"}, {"id": "api_representation_errors_424", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L424"}, {"id": "api_representation_get_api_v1_representation_appointments", "label": "GET `/api/v1/representation/appointments`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L432"}, {"id": "api_representation_query_parameters_436", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L436"}, {"id": "api_representation_response_200_445", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L445"}, {"id": "api_representation_errors_468", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L468"}, {"id": "api_representation_get_api_v1_representation_doctors", "label": "GET `/api/v1/representation/doctors`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L475"}, {"id": "api_representation_query_parameters_481", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L481"}, {"id": "api_representation_response_200_488", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L488"}, {"id": "api_representation_errors_503", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L503"}, {"id": "api_representation_get_api_v1_representation_doctors_stats", "label": "GET `/api/v1/representation/doctors/stats`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L510"}, {"id": "api_representation_response_200_516", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L516"}, {"id": "api_representation_errors_523", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L523"}, {"id": "api_representation_post_api_v1_representation_doctors_uuid_status", "label": "POST `/api/v1/representation/doctors/{uuid}/status`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L530"}, {"id": "api_representation_path_parameters_536", "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L536"}, {"id": "api_representation_response_200_541", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L541"}, {"id": "api_representation_errors_545", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L545"}, {"id": "api_representation_get_api_v1_representation_clinics", "label": "GET `/api/v1/representation/clinics`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L552"}, {"id": "api_representation_query_parameters_558", "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L558"}, {"id": "api_representation_response_200_565", "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L565"}, {"id": "api_representation_errors_579", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L579"}, {"id": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc", "label": "\u062f\u0627\u0634\u0628\u0648\u0631\u062f\u060c \u0639\u0645\u0644\u06a9\u0631\u062f \u0648 \u0645\u0627\u0644\u06cc\u0650 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647\u200c\u06cc \u062c\u0627\u0631\u06cc", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L586"}, {"id": "api_representation_get_api_v1_representation_dashboard_summary", "label": "GET `/api/v1/representation/dashboard/summary`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L590"}, {"id": "api_representation_errors_609", "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L609"}, {"id": "api_representation_get_api_v1_representation_doctors_performance", "label": "GET `/api/v1/representation/doctors/performance`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L614"}, {"id": "api_representation_get_api_v1_representation_finance_report", "label": "GET `/api/v1/representation/finance/report`", "file_type": "document", "source_file": "docs/api/representation.md", "source_location": "L635"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_api_representation_md", "target": "api_representation_representation_agent_api", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L1", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_post_api_v1_representation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L9", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation", "target": "api_representation_request_body_application_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L15", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation", "target": "api_representation_response_201", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L43", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation", "target": "api_representation_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L60", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_get_api_v1_representation_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L71", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid", "target": "api_representation_path_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L77", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid", "target": "api_representation_response_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L82", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid", "target": "api_representation_errors_100", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L100", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_patch_api_v1_representation_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L109", "weight": 1.0}, {"source": "api_representation_patch_api_v1_representation_uuid", "target": "api_representation_request_body_application_json_115", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L115", "weight": 1.0}, {"source": "api_representation_patch_api_v1_representation_uuid", "target": "api_representation_response_200_130", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L130", "weight": 1.0}, {"source": "api_representation_patch_api_v1_representation_uuid", "target": "api_representation_errors_133", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L133", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_delete_api_v1_representation_uuid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L144", "weight": 1.0}, {"source": "api_representation_delete_api_v1_representation_uuid", "target": "api_representation_response_200_150", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L150", "weight": 1.0}, {"source": "api_representation_delete_api_v1_representation_uuid", "target": "api_representation_errors_155", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L155", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L164", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "target": "api_representation_path_parameters_170", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L170", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "target": "api_representation_query_parameters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L175", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "target": "api_representation_response_200_181", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L181", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "target": "api_representation_errors_199", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L199", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L208", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", "target": "api_representation_query_parameters_214", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L214", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", "target": "api_representation_response_200_219", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L219", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_get_api_v1_site_context", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L240", "weight": 1.0}, {"source": "api_representation_get_api_v1_site_context", "target": "api_representation_query_parameters_244", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L244", "weight": 1.0}, {"source": "api_representation_get_api_v1_site_context", "target": "api_representation_response_200_249", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L249", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_\u0642\u0627\u0646\u0648\u0646_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L264", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L274", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_get_api_v1_representation_me", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L280", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_me", "target": "api_representation_response_200_284", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L284", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_me", "target": "api_representation_errors_308", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L308", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_post_api_v1_representation_verify_national_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L315", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_verify_national_code", "target": "api_representation_request_body", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L319", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_verify_national_code", "target": "api_representation_response_200_327", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L327", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_verify_national_code", "target": "api_representation_errors_330", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L330", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_post_api_v1_representation_iban", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L340", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_iban", "target": "api_representation_request_body_344", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L344", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_iban", "target": "api_representation_response_200_353", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L353", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_iban", "target": "api_representation_errors_356", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L356", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_delete_api_v1_representation_iban_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L368", "weight": 1.0}, {"source": "api_representation_delete_api_v1_representation_iban_id", "target": "api_representation_response_200_372", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L372", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_post_api_v1_representation_doctor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L377", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_doctor", "target": "api_representation_request_body_381", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L381", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_doctor", "target": "api_representation_response_201_393", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L393", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_doctor", "target": "api_representation_errors_397", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L397", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_post_api_v1_representation_clinic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L406", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_clinic", "target": "api_representation_request_body_410", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L410", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_clinic", "target": "api_representation_response_200_420", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L420", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_clinic", "target": "api_representation_errors_424", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L424", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_get_api_v1_representation_appointments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L432", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_appointments", "target": "api_representation_query_parameters_436", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L436", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_appointments", "target": "api_representation_response_200_445", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L445", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_appointments", "target": "api_representation_errors_468", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L468", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_get_api_v1_representation_doctors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L475", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_doctors", "target": "api_representation_query_parameters_481", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L481", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_doctors", "target": "api_representation_response_200_488", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L488", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_doctors", "target": "api_representation_errors_503", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L503", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_get_api_v1_representation_doctors_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L510", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_doctors_stats", "target": "api_representation_response_200_516", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L516", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_doctors_stats", "target": "api_representation_errors_523", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L523", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_post_api_v1_representation_doctors_uuid_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L530", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_doctors_uuid_status", "target": "api_representation_path_parameters_536", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L536", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_doctors_uuid_status", "target": "api_representation_response_200_541", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L541", "weight": 1.0}, {"source": "api_representation_post_api_v1_representation_doctors_uuid_status", "target": "api_representation_errors_545", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L545", "weight": 1.0}, {"source": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "target": "api_representation_get_api_v1_representation_clinics", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L552", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_clinics", "target": "api_representation_query_parameters_558", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L558", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_clinics", "target": "api_representation_response_200_565", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L565", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_clinics", "target": "api_representation_errors_579", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L579", "weight": 1.0}, {"source": "api_representation_representation_agent_api", "target": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L586", "weight": 1.0}, {"source": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc", "target": "api_representation_get_api_v1_representation_dashboard_summary", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L590", "weight": 1.0}, {"source": "api_representation_get_api_v1_representation_dashboard_summary", "target": "api_representation_errors_609", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L609", "weight": 1.0}, {"source": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc", "target": "api_representation_get_api_v1_representation_doctors_performance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L614", "weight": 1.0}, {"source": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc", "target": "api_representation_get_api_v1_representation_finance_report", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", "source_location": "L635", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} \ No newline at end of file diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json index 4b0f12fb..224f426c 100644 --- a/graphify-out/cache/stat-index.json +++ b/graphify-out/cache/stat-index.json @@ -1 +1 @@ -{"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/assets/controllers.json":{"size":198,"mtime_ns":1781030172830093265,"hash":"c2038f4c739d4a1620199394a2ccfdd5c91ef846a0f81048388ffa7b65df091b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/composer.json":{"size":3107,"mtime_ns":1783490678467490026,"hash":"fd19747c4f617b61a6d00aa2e6a399047b4b6f93b6e73f73cc0919c841d55ead"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bundles.php":{"size":991,"mtime_ns":1781030790602666616,"hash":"ffc97986a2386074ed8eb1b4b9dcbca2ffa7cc6b3600a6c37e3112d6be39e0f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/preload.php":{"size":184,"mtime_ns":1781009656090972900,"hash":"718612fb509259556db6202d93b5f3b1bd85a6be6d523cdc6fb1d81b569ce256"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/reference.php":{"size":105233,"mtime_ns":1782645766235591855,"hash":"a2030203ccca39bf435675e884e805a2bc3db13ddfded1d346ac649bab6deeab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php":{"size":4062,"mtime_ns":1781168063674077630,"hash":"35e828a0495a0a4aaa7539781076edff3b0af2e88562ea0ae1299cfc17fa91b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/city.json":{"size":48958,"mtime_ns":1760953552261818528,"hash":"4c321bdc22df2c9e02e37cb3c1a44d792710e94c53f0131f14e88f0ba60cfbf5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/doctor_services.json":{"size":42359,"mtime_ns":1781085019042251229,"hash":"086809f01c4c6e77ab1161688bd03d60ff524735d0d7655cb0daa55bbb53875a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/import.php":{"size":5488,"mtime_ns":1781089058225002885,"hash":"7f22b1eef5dacde90d1f87178f5b446df06562e86331f2b1fef0672da6d33fb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed.php":{"size":27683,"mtime_ns":1781090517391813278,"hash":"9f68801870c368286543040b482a6a8e9773a82506565226d705c0b410873025"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_finish.php":{"size":10806,"mtime_ns":1781091340487318516,"hash":"f36f97df126491fcfdc438f289489a189bbc58b7fa5dc61e48a40edefb77c623"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_full.php":{"size":42270,"mtime_ns":1781091251098443866,"hash":"da652ff8b7513cab398dc4f7d6dcc92399ef0507410f466a72929684aee6abc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/specialties.json":{"size":16189,"mtime_ns":1781084374016184330,"hash":"de4ba8a0ed9fe595a89be7b4113ae37bddd5dcc5e59766f4cdf7ec34cfd44dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/state.json":{"size":1708,"mtime_ns":1760953552262399793,"hash":"3678b80abe63c2c45d0ef5f5cfd63cb46f5bcff7cb6f73fb3c8d188ce24d0242"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609130407.php":{"size":1154,"mtime_ns":1781010250896191835,"hash":"d9130e4e0fcecbfc302da5ef3184d0665ef9844067e63673b091dc6b09e5c432"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php":{"size":8945,"mtime_ns":1781010908745260477,"hash":"d8db037c64d216c9d6e3018caab7c9a4966abfe31e41794f43728ac0bd3c11bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131553.php":{"size":1477,"mtime_ns":1781010960853107810,"hash":"1b3c9ad833965008985bcf3f6a1894e400bc58bb0a8de2b6bc159c31ecdcca5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132009.php":{"size":1986,"mtime_ns":1781011210879944205,"hash":"95e296cf289224cc43748507a9496f493d0e25b829a9e3d8bb8567f6f022d378"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132708.php":{"size":5572,"mtime_ns":1781011630935659766,"hash":"d3211b9b4b08ad40b543052498b4ad7adeb034ffbabc4a83f761807df8e2fe9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133121.php":{"size":4855,"mtime_ns":1781011890870506406,"hash":"fc65641b70ce6d9bb2409aeecccb580333685ba71bcdddb72ea185fc9b717e9b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133334.php":{"size":1529,"mtime_ns":1781012020936148882,"hash":"d2753baf2902d723dba6ef2928c65627dbc4f006c5493a45182b450fb4598fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133546.php":{"size":1688,"mtime_ns":1781012150911850095,"hash":"98b56edc2e31c609f70d82d1e697c6598f3c65c4120d4e77510d19c0030e9d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134112.php":{"size":2830,"mtime_ns":1781012480955463648,"hash":"ffb5700205e312f10728cd20f9638450cd2195df9627b5b51f92690526214845"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134741.php":{"size":1789,"mtime_ns":1781012870832220674,"hash":"eb2a55b4f50f4fd58288452b71dfb5e190958cb8c775354dc9c9f99c929dfff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135126.php":{"size":1922,"mtime_ns":1781013090876422882,"hash":"a736efea5774baa48ac87522442943580e9ce47cab3479e1033e71fc6131eae5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135514.php":{"size":1449,"mtime_ns":1781013320954994440,"hash":"e3901078cc23a4e9ba6a7b748e32fc1a04f888c8d5680da5100b26a56dcd0559"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135704.php":{"size":2558,"mtime_ns":1781013430957508206,"hash":"6ce6851d5331c07c1f13c94f475a7f6823551927ff0b7ccfa8fddec146e69fcc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135923.php":{"size":3457,"mtime_ns":1781013570869080544,"hash":"b7a581c53e463fa8bfb6a7ccdd65d75c2146aa3b8190852a84a15ad2c8d3bf3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140223.php":{"size":1590,"mtime_ns":1781013750963170886,"hash":"c0c011d8f3040d2b81dff1ec667f2d650567eb141271ff4d368ed66fdfef9342"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140423.php":{"size":1535,"mtime_ns":1781013870906972885,"hash":"0fb344e74f64622b3ea3f4a29e8b6412f35ec60ee46cd25abd5ea3e0abc8c299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610062539.php":{"size":826,"mtime_ns":1781072744933894396,"hash":"c9a4bfd06b4bdb00f74c6a5973acbea2b86b4c8ab64c8d28c730dcdda5bc0e88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610092558.php":{"size":780,"mtime_ns":1781083564938987613,"hash":"7b3ae1ae82625519d5c7986d542c84dc5c37949ac4f3a8c356191dc480b7cc0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610103401.php":{"size":20904,"mtime_ns":1781087803230706453,"hash":"f54443ba8ee1b2d436f3e2bdafcdb026b5b3c8dae9941623fb401792aa68bb85"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110039.php":{"size":817,"mtime_ns":1781089244896521926,"hash":"a68634b6818f1b331bc2232ff9429792f11a7090ef18315754dbb5feec3981b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110921.php":{"size":1611,"mtime_ns":1781089784421230793,"hash":"2f112d7fbfee7d1a0ec047535854cfb1bf8088099d4f5219e23f9458380f90ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610111254.php":{"size":1109,"mtime_ns":1781089984946035862,"hash":"2c68d5ebfef56abee588aa5abb74a571918a0ed04eec7be7ea8039d9a12046ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610113711.php":{"size":1499,"mtime_ns":1781091448606693864,"hash":"4cd9c0910a49718627e7ea3c5f6f448e6508e609c70d643e160a6c740937d13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610140853.php":{"size":5927,"mtime_ns":1782583543657239761,"hash":"02683252b3c23dc3005af00fc6a42cbc360a306c799a88ee722cf1560ba22da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610175105.php":{"size":767,"mtime_ns":1781113873591904402,"hash":"49ffb1ef4d630a180b47d4b1f42da6c3ddf8283dc93bc192c16060cc093b5b82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610183655.php":{"size":2273,"mtime_ns":1781116623586431980,"hash":"e1573ba5f962b956314e7e17a8adf8fc3683dc6065c34490b60a25636d7fe4a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611075829.php":{"size":3004,"mtime_ns":1782626301195816873,"hash":"b3ba50cb2690810d8fb010f0ede4cf92906376908208bf0093512752d72fed76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611083424.php":{"size":881,"mtime_ns":1781166873770630956,"hash":"38e49fefb94b0029f3a10ac5aa846f341e47fb69686ad6d23c4b324de4b5e218"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611084046.php":{"size":1410,"mtime_ns":1781167246413147688,"hash":"ace825e63afb52cfc794f24547a03563c501cb951545c1a8fe50e2f198e11572"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612081739.php":{"size":1185,"mtime_ns":1781252261521732569,"hash":"abfc51c67c959f525711c661c21872e6a831079510241c197b86175623bc217b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612132848.php":{"size":1667,"mtime_ns":1781258338612526059,"hash":"c3d155690c12d3c3243190dcc759adf44cdf6a727b3b2563ba50caa78fd2a3cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181134.php":{"size":1715,"mtime_ns":1781516938570601065,"hash":"4febd40d1e647abbd00413dbb51dc59d5f73d15a6d54d7668d08861f2e6c2d99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181629.php":{"size":3515,"mtime_ns":1781516938570859523,"hash":"c8a4a0b22f709c3ad72760ab89c787f44260064e9d3222449292133d85b27862"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181657.php":{"size":4760,"mtime_ns":1781516938571506442,"hash":"3f5f75cf96210cabb9a36a61036acb7bea5fd01466b367725995b9fd52bedb2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182549.php":{"size":2122,"mtime_ns":1781516938571645400,"hash":"1fc5633381813d3939e8513eb233bfd9c24797537a8348bc83e1f29c2b41e311"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182950.php":{"size":2545,"mtime_ns":1781516938571764692,"hash":"fd126b1e4e09b2f3433242d40992cb2a829d80a357faa87bf922d86bbf514c2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614183527.php":{"size":4022,"mtime_ns":1781516938571888567,"hash":"98a07ace9623c623dddcecb1bf1d4189d8efe1692ba261779b1f9661ac07ff25"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615060415.php":{"size":851,"mtime_ns":1781516938572128193,"hash":"0231ff42cfb43dd4cb4ecfaff3e4f1d285d30fdd87a120fccc6046fac3d1e040"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615061938.php":{"size":981,"mtime_ns":1781516938572427735,"hash":"1ac836b1d7089a2dd47756eb7ba0e65801105e2dda52aee3f5df981daa57db88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615074107.php":{"size":1712,"mtime_ns":1781516938573278653,"hash":"f16f0d0bcf5a4646bcaf98725563639c8ff8b4f2a6d8cf9b8f6a0e7bfbe4c39d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615142236.php":{"size":1117,"mtime_ns":1781535498215147916,"hash":"27e62ea86a4f3aa8539bd976213f57efbd6eb36b8aa4798fe52f2274571941c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615203529.php":{"size":1746,"mtime_ns":1781557035803907615,"hash":"b735a483f4db548f9613dd6d5efc8489f1a14559737b39f5fa9ec395f6ad21c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619062912.php":{"size":772,"mtime_ns":1781850555276849213,"hash":"7803c7d2fe66171063a19937794a6630d34dff563450bbcead5fa6051866ca2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619121047.php":{"size":780,"mtime_ns":1781871054836536786,"hash":"5b96978f092d4e81b6b9ca61e2a5d5a53e51f1b9b8bf6be43f38cc462371a252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619170105.php":{"size":1000,"mtime_ns":1781888467242271818,"hash":"24b56c5edca5c601b008f28dc8b642de32dceeeb408ec38cd5e3f7c40c3ce4f3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621084558.php":{"size":774,"mtime_ns":1782031565107938146,"hash":"1a88683010bc9f3571111e2c63fceda2062724f08e0c93a8519405d4ed8bf33c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621094624.php":{"size":774,"mtime_ns":1782035186037116338,"hash":"846706a2c43ed5b3354ff1ebc8d0eb9d9c7dcaca94802f6b8ae4d4653eb54fc9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622160119.php":{"size":779,"mtime_ns":1782144086923054995,"hash":"d1a46bd2a54a9e9f55a692342bbd1bc49add55e4c29368fef1c0fd6d4f8a9292"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622163152.php":{"size":1377,"mtime_ns":1782214545724072190,"hash":"64ff3985f32d0d18646d441f0edd99be402305cbff68d66519dcb196e17e42bd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622171538.php":{"size":1410,"mtime_ns":1782214545724191815,"hash":"42c0bfb273a488f98079a84f3331c2000ec0018e5c1a748a4f76481853fca168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622173707.php":{"size":1491,"mtime_ns":1782214545724314524,"hash":"e7ca8699e56c8ce50350006668b7958af1be4663f36620a12ce34dc1fecea6e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622181251.php":{"size":1171,"mtime_ns":1782214545724441066,"hash":"9a5233ddd9873b485bfcf9b9009619a42cec5bc0a4516d98a387b42a249aa0c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622184409.php":{"size":2212,"mtime_ns":1782214545724627733,"hash":"caa199786e4c7016e4232e653b063278fe809536f4eb2b42305e3bd30beef290"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622185948.php":{"size":2005,"mtime_ns":1782214545724826651,"hash":"7048fe9c1439b52f85abf3186cf4eec913eb873e8ac6ae1154712adccc327b83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623115721.php":{"size":779,"mtime_ns":1782215846636875546,"hash":"4c8e43a5be46030c087a8679b9b84e8cf58b4174e9228f94fa02dd0d3f2e5990"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623173907.php":{"size":779,"mtime_ns":1782253591740927223,"hash":"237d660c556b7f37176854a98f02cd114fafab9405f9ae4945a8a75941928f8d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624030339.php":{"size":916,"mtime_ns":1782270223182271448,"hash":"a97dc816b64080ab3aabd67347c2161faff7090629810a6db13c051991edd8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624092459.php":{"size":2059,"mtime_ns":1782293101374459999,"hash":"44b5621ce383ac7cb1cea47d7006f3c2b0b47bba8d49f59c78a0df4f737f8482"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624093738.php":{"size":1266,"mtime_ns":1782293867202071491,"hash":"dedb9cb5586cb39f3d35af323fab3e41ff8e63ca961cdb98b8a7beabd113c8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624123236.php":{"size":809,"mtime_ns":1782304359030218634,"hash":"acb3129833c4f6b1ec99f90496e23400de1df0624f1dbbba5077a20500a38548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625135132.php":{"size":780,"mtime_ns":1782395498606655159,"hash":"a1c3aafeaa1761bfaff51ae0c523a2781cf359fca511e7aa8bd294b70011a9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625150304.php":{"size":1990,"mtime_ns":1782399813900039403,"hash":"87f84613f1b928abd28cf7502c4572ebf7599d0c47d3c97497a5d74b9fb2c983"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/package.json":{"size":2352,"mtime_ns":1783189109134887945,"hash":"3e0045fee56c6eaf7f2973ff15b96e205c89dae7f66ed2353de7990b4858e7a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/index.php":{"size":206,"mtime_ns":1781009656089267135,"hash":"6609137ba6c6187032cdfd84e9d39097732d861414157cacbdeb77b2b271ac8b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/manifest.json":{"size":851,"mtime_ns":1783067213231257247,"hash":"ffb0ad60c98078073b6590566e106ce7f1e2d0a830fe67fed83566e3a9614728"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_realistic_data.php":{"size":24320,"mtime_ns":1781519949285784202,"hash":"2ad075c6d333a42f3ac51adb0e1d8b444f64f3b5a01bc87f53d9522cb272ce68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_test_data.php":{"size":13557,"mtime_ns":1781169644756523490,"hash":"d5bbc3b4a96e7abf610d9cd63da61dac6b73bdd97b5672eb4ec191bbec2255e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/skills-lock.json":{"size":267,"mtime_ns":1782232921467371596,"hash":"4b889910ed363cee9dbd7da20e9c0748ddf40dd483ed92b5e581ebedb506f179"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php":{"size":104760,"mtime_ns":1783455997603187462,"hash":"a6c7a952cde6271304b2dae10c16c2d173c832dfb130cefd3e1fb946237ee8b3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminController.php":{"size":490,"mtime_ns":1781030416417456388,"hash":"7d18322ef916885ae0181a7b9dde07ab07d08bc49cbf72669f50e5268ffeef62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php":{"size":920,"mtime_ns":1781551622411049671,"hash":"3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php":{"size":24240,"mtime_ns":1782304270243667628,"hash":"8a6f406c0d70ab3cc8802470ee6fe0d24c883177fb8fd436653c31edaa915e36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentSettingsController.php":{"size":17714,"mtime_ns":1782728407188976018,"hash":"213d1b93ba08882b32a47b70be27553aae4d53bf92fcdb66d2c2876e33f0eb6a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php":{"size":15723,"mtime_ns":1782728407189591731,"hash":"36e9472f0cdcf7178c898629a676f50452d0572c9dfc7f6c0d3f91a602716a0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php":{"size":10213,"mtime_ns":1783059631681371250,"hash":"71772f7b52621ca23f103b0badf87b12d25c430546a5adf6782758c47fc5d0b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/DateOverride.php":{"size":2925,"mtime_ns":1782728407190402153,"hash":"c59fdb6d3f05bdb6cd558bb74e701897aa14947acafadb64943469c19fe696f0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php":{"size":2953,"mtime_ns":1782650883604011152,"hash":"45b9c56571e20dfc0cabc789b083e2099273efbe5c0a589268a7f5e35106e631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php":{"size":3519,"mtime_ns":1782650883602991274,"hash":"ac7a64333676e95bd5f9a78c22fe0f83fcad6bf96d65ae2605685ab8c01ed453"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Message/ExpireAppointmentsMessage.php":{"size":85,"mtime_ns":1781551622411423796,"hash":"094a07b7c7552dd1c2812e066ae7e9cde6dc6bc9ca4ef07e11b82f8feec45fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/MessageHandler/ExpireAppointmentsHandler.php":{"size":504,"mtime_ns":1781551622411619546,"hash":"8981c0048e84b26121eb8e2a6e1f9913a7d61d958a48bc4bee113df6c0c77a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php":{"size":7660,"mtime_ns":1782728407190649529,"hash":"293ee69d87a2ee0421f6a4f73ef854b9fd7d261642ac34795a453438ac762b39"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php":{"size":1119,"mtime_ns":1781012268350237489,"hash":"f383ecc7f0712616f9969689e3a2011faf49b3ee6c2ec3fc6751f0e93560df91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/HolidayRepository.php":{"size":1768,"mtime_ns":1781099253934669137,"hash":"f886ede4b1998bcbd43c335af00c205c410cfe7bd74b17c12add062b12b84d7c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/SlotTakenException.php":{"size":101,"mtime_ns":1781535498216404171,"hash":"e6ca84966b94b947c7df53646b8a0c5b1a5f5564d144e2b0e00b7756c97d718a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/WeeklyScheduleRepository.php":{"size":1480,"mtime_ns":1781523180068721029,"hash":"8a3deac81ebf1b16b5221f172aeefc9a45009658b7820e6e8597a589ea3af936"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php":{"size":1834,"mtime_ns":1782728407190939073,"hash":"0e08a53cd50f1fa75c2998ce2d39400cf116f1e7d5632015fefd589ca730e771"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/SlotCalculatorService.php":{"size":11056,"mtime_ns":1782217986438154633,"hash":"b42aeef988db241ca6b6bba68a3932214b3a0bcd6b89e1185883c7a52ee8be3f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/AuthController.php":{"size":36235,"mtime_ns":1783071277197098748,"hash":"0d35c229354b07670c935752c25f3dd83ee724c9af7412063f6562964df2a1b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/NotificationMobileController.php":{"size":7242,"mtime_ns":1783237168983222014,"hash":"e87024acef4e93a1bddbdd8545b41f9130635d605b1a327ab4ac11661585b71e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php":{"size":7775,"mtime_ns":1783238186842551652,"hash":"7827ce2a3eb6f03cd0b910462517c24c0762731357afc3558311d229a5062c36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/MobileVerificationOtp.php":{"size":1930,"mtime_ns":1781167196281533241,"hash":"511faa2e0698158b312aa66c5b7d54539963056b011200b3a7b86a65651e56b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/PreRegistration.php":{"size":3061,"mtime_ns":1781252232305967808,"hash":"74a388c7ebafa889c4428ba1538ac46ed8f1f5c6ef5a34975016f85a128c5f40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php":{"size":4972,"mtime_ns":1782728407192144123,"hash":"83e9341f771214eaab94dd7c4f0aa2de0e5c0528a0fa5eb4927659f94bc7ddf0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/UserActiveContext.php":{"size":1160,"mtime_ns":1782652951356493481,"hash":"1c60c30e2800176bb2dde9730607d081f2fa1a05f8f6ee6e917ad256bcfa73cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/PreRegistrationRepository.php":{"size":842,"mtime_ns":1781252241014651656,"hash":"050d7fae8134856aeccfff39607f5cfb44e8b923e13d0235411a577b78a6f96d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserActiveContextRepository.php":{"size":952,"mtime_ns":1781164699567301035,"hash":"22c3a507b65fe3f858806b1d7bed15411be794586278ddae7ac5ebe09782bbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserRepository.php":{"size":1023,"mtime_ns":1781010107490769863,"hash":"748b70a06bf6833d94e5168e4ebc06ad7faf0dff67f5f099f595f10cf4f59137"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php":{"size":4195,"mtime_ns":1781946748878509164,"hash":"abec4d9e6782d2833c1eb7862460130ae093b20b5afd4e1ca468f9ce784b53ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/OtpService.php":{"size":3747,"mtime_ns":1783236682997204096,"hash":"ac8f9cfa6d67decc1ff89d2ed61e9eb2ad2034214c015aa072acbbb66be05e97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/TokenService.php":{"size":2166,"mtime_ns":1782036558107915300,"hash":"3b749587b4c8ffc2d0fcf9a266ab32aff75b1681af31e6797d8046dd3ee36713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmissionResult.php":{"size":509,"mtime_ns":1782214545726213864,"hash":"5391e205be5e00bf0cdd088d6f9b52427e30e3a5d29d2c0ae39753b15b67fac8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmitterInterface.php":{"size":461,"mtime_ns":1782214545726346198,"hash":"9286f1fdb68765c4512fa8aa302156a4fc54df7af3fb5d5d1e2d59c24111c3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Controller/BillingController.php":{"size":13703,"mtime_ns":1782728407192799169,"hash":"7226845540da9c2d9121eb7e25eab910b5d60d45d0f5dc14321ce9379b079967"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Claim.php":{"size":6465,"mtime_ns":1782214545726749575,"hash":"85028f866ff4695fa0095e4ba3191a385a63fdb3aa1f3222fda2d94b61d6d39c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimItem.php":{"size":1646,"mtime_ns":1782214545726889450,"hash":"0e3bb1ebc45d4c045ef0e6fe09170976c315d7da410efd79bdcc53189e9dab49"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Invoice.php":{"size":6079,"mtime_ns":1782214545727230826,"hash":"02081acac585d1cfaabd1d404b0bb25c7bcf25fa51e32bf986cd75675d14ac24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/InvoiceItem.php":{"size":3448,"mtime_ns":1782214545727383452,"hash":"63280ec10f55dc16106afecac0784a9094ce12fbd3787a482a75eafe451aa5bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimItemRepository.php":{"size":895,"mtime_ns":1782214545727554077,"hash":"9f606952d141e1db9f444ec80bba343c34a5c39f905f72c53c76d7cc7dc58f89"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimRepository.php":{"size":5807,"mtime_ns":1782728407193826801,"hash":"26fd73c5de681031611a56b0e9a1140cf3b4c1088059ba954e7c3c8a344392de"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php":{"size":2056,"mtime_ns":1782262433593751772,"hash":"6a2e18c9de2434f67ce2250dc17ec50a29f207b95ca2fc6e2a9c7d338a67a67e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php":{"size":865,"mtime_ns":1782214545727978079,"hash":"71c55535e6b20d820e351a26af6bd1c1b6cb26c371414e611e8e858c2d8486f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/BillingCalculator.php":{"size":1975,"mtime_ns":1782214545728144705,"hash":"9751645f561446a0d0f6a618cbbeae012f7f2274c5c1fbb4379220b995070f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ClaimService.php":{"size":4124,"mtime_ns":1782254015995593528,"hash":"f04e02faaf3d8f49d493c2e77f8f80120e8de353af185e624996c9b14e36267b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/InvoiceService.php":{"size":3335,"mtime_ns":1782263056583478624,"hash":"411b9e4e6aa41a158211959c5b9c4c286ada95c8b68596364eca3b1cbf436e86"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ManualClaimSubmitter.php":{"size":771,"mtime_ns":1782214545728543539,"hash":"11064e4cf0182849f67012ead852a3b45c2d8b66693e9680bfabf4094c3b9d40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/Money.php":{"size":775,"mtime_ns":1782214545728705873,"hash":"97c8de0bcd950f7b29c8f8fb87d33f4cb79bd0b17e531592c80fa5fb5c0e6de8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/ShareBreakdown.php":{"size":599,"mtime_ns":1782214545728844457,"hash":"98b4c746ff1d241697d227cd21bf6a8b010cea93dbf0a219f89910456c511ac1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php":{"size":17742,"mtime_ns":1782050215484280688,"hash":"4bc5e62060b6e27970972698933b7e9b6f63a4eba44cac9fd08cabb6d5c355f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php":{"size":5562,"mtime_ns":1782650883613744390,"hash":"5e6a312d48b1efacb7e4c14b87a658d1ad64bf0d3aefa5bdb2008011cb3b175b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php":{"size":2133,"mtime_ns":1782049659479434537,"hash":"a15b4c1c26d71f5cd0b0d4e3c913702999a475ae13abd7d8eb29ab20e033adee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryController.php":{"size":1776,"mtime_ns":1782728407194246845,"hash":"1be28d02d6f241500cc7a55f1a597962d80b5f72c814c9308fd6811029aef714"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php":{"size":34368,"mtime_ns":1782035216514487631,"hash":"434df68031d6367be88eaa0faa9ed185484cd9e7d4e4b4b9e0b50d4d743e18a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/Clinic.php":{"size":12311,"mtime_ns":1782728407194604639,"hash":"d192f3609f782986a1c36a6236066c503364b8d1bb7312c928e7c9ff1a2f5d80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php":{"size":4495,"mtime_ns":1781782025398193552,"hash":"e6a358cbfbbd1bd23e4e823ad1b981c488de8282df7bdcf2eea921232be0b090"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationController.php":{"size":10193,"mtime_ns":1782728407194937600,"hash":"9e968ad47c34e34775e6793301147eaf9768692a8f254ceed37152207ae3d202"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Entity/ClinicDoctorInvitation.php":{"size":5434,"mtime_ns":1782728407195142351,"hash":"44d986e38a0aaff4ff36d621205c7361769814ac64e5e559dfeb02d2e63b09d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Repository/ClinicDoctorInvitationRepository.php":{"size":1821,"mtime_ns":1781293272835808881,"hash":"10604824317018d8f535539834b9913ef3982889b1ffb2874e4438f848f06726"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Service/ClinicInvitationService.php":{"size":4248,"mtime_ns":1783237201612845423,"hash":"ce837f6e039960c4c885be2aea3ae1ed14c3c98905348c67343fd65fa976f45e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Controller/ClinicServiceController.php":{"size":15449,"mtime_ns":1782728407195387478,"hash":"38d8db77331e6ccdf9e78a54f5f223cd74cd1b83880d40ececcf4cce392472cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItem.php":{"size":4270,"mtime_ns":1782260462891413703,"hash":"f7c314c5ddc678d4896d358c4b89ee1048c314fe237fb307b1909e44d986307f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php":{"size":2865,"mtime_ns":1781516938575505158,"hash":"6fce4d578f8878eb023372cfeeed180e1826274363811165b1623578b8911386"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/Tariff.php":{"size":2497,"mtime_ns":1782214545729589627,"hash":"77a5e0dca59cd5587ab614a2bedd46a0de3485d620a6125f4804db7b688115f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php":{"size":1193,"mtime_ns":1781516938575690367,"hash":"3561e5174c09c2d295bf2b77e3a2692c234f30cfe76b597213ce1bd2ff9bc81b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceSectionRepository.php":{"size":1274,"mtime_ns":1781516938575822117,"hash":"6e87ff4062b59b4870ac32891b6fd40ab36ed939b3a67959c600a63a0375b299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/TariffRepository.php":{"size":1312,"mtime_ns":1782214545729721752,"hash":"fece09188f0d746cc7fdc518fb8d63488c77314d629940d1c0969b6f28fc7b38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/TariffService.php":{"size":1653,"mtime_ns":1782214545729910003,"hash":"13d77eda5f22d43badf639d0127bc7252b3adfe6c72657c33423ad5a04f345b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Controller/SiteConfigController.php":{"size":3598,"mtime_ns":1783010796435138624,"hash":"f2ac3a77ebe11da45b93f24513955f734586b01d2f18cdca5d0849e927df88f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/SiteConfig.php":{"size":1026,"mtime_ns":1782650883609343293,"hash":"694f1f497f5a3a1095f2949eacd68694eb7e8d6536abcd1bb61e7d788abed158"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/TaxRateHistory.php":{"size":1836,"mtime_ns":1782650883608855500,"hash":"1b50a1ed1a3d72be73df9bce2bcb010e2b90888bc7daa0a312ede4d181327631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php":{"size":2334,"mtime_ns":1782929759660596058,"hash":"5ea072c77a0f25c8ccdd23616656fce0b88b93408c6cd461d98e9b18a6fa85b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/TaxRateHistoryRepository.php":{"size":591,"mtime_ns":1782293892020820040,"hash":"1161721d41f057cd7c7d820b405a526cf644ade3da6a44a93e63ce9a364a9ca3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Dashboard/Controller/DashboardController.php":{"size":18353,"mtime_ns":1782895903517818351,"hash":"daee2d9b6d06d625e6cab2ea419f7cc5f7ddc2ebfd53f1132502a4029bb71f7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php":{"size":38478,"mtime_ns":1782978998655477695,"hash":"4e11a4de7119bceffd73258b7e865d7019ccbcbf5787fcc02fdd06a293c38f88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/Doctor.php":{"size":16811,"mtime_ns":1782728407196033316,"hash":"dcd2dd96c11cd47f033dbb41718dde4b0f7fa2a2110f25ba4804b33e37e331e2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorAddress.php":{"size":5470,"mtime_ns":1782650883611537550,"hash":"f42a0409b492abf55f1ed704e65e2273b1a9b7424abf0d2bd9c9507ea9345747"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorAddressRepository.php":{"size":2770,"mtime_ns":1781783246170814153,"hash":"531973c4cf541ba9e8f3955fad4c863ec94f0a5cf84a03c9fa438aa59f979a3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php":{"size":7973,"mtime_ns":1782977943310029192,"hash":"6a54958abae2be938e6d6eb88e8005aeb8796d35b70e04630d66ab6ae5da2279"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Controller/DoctorServiceController.php":{"size":5592,"mtime_ns":1782844356167570792,"hash":"4e16c69d4c1e7d4b295ed6840c0b6010e03e8c0c7411102cb63c1295dacc8538"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Entity/DoctorService.php":{"size":2831,"mtime_ns":1781085550562230229,"hash":"6d7d545954a787dfcf52e2f9b8ccae47a1af55c21a43d3c60ca8c59dbade506e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Repository/DoctorServiceRepository.php":{"size":1274,"mtime_ns":1781085558665462494,"hash":"79eb3168176aa86043e1613fa832e0a94b683ab7cd5a7553222d88ef9198f4c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php":{"size":25579,"mtime_ns":1782844375135424196,"hash":"81785346450737ea93ec13608e671ec5702072ca36bda0b89666f1497c9e6e68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php":{"size":1960,"mtime_ns":1782728407197029697,"hash":"3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php":{"size":2507,"mtime_ns":1782214545730369713,"hash":"e0c3664524d71706ffc2c377c20c9ea5d12be0b8aacbe3feaeffe555ee003ef7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php":{"size":2270,"mtime_ns":1781085569269281268,"hash":"bb5c7b593458bca73e6d767909d845c59371d50aefc54d6819b53b036d16d8a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantInsurance.php":{"size":4767,"mtime_ns":1782214545730514547,"hash":"8f4a4e4087e65a58cdc2444a4584a3a40796948313e4374e1f8a38983385bda9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php":{"size":3432,"mtime_ns":1782214545730644047,"hash":"fd098f4aef57bc0988ca8d17760b0009d2742666fd62fc0ff2ce07fc6b0dab1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Enum/InsuranceType.php":{"size":351,"mtime_ns":1781085440519759893,"hash":"30ae4d15da752fad6f6fdf214fc764732f372af51c1361fcdd23ccf7cb66d41c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/DoctorInsuranceRepository.php":{"size":848,"mtime_ns":1781011984448803782,"hash":"61e05cda6d846d53a56fe1bc16a932bd7ee1fcc43f8ad9cdc4f8eda7635a2bb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/EntityInsurancePricingRepository.php":{"size":1404,"mtime_ns":1782214545730775964,"hash":"623b73aedc8f41f9f0ac7d374725808c1c72012956628e15ebde5681f7034dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/InsuranceRepository.php":{"size":1220,"mtime_ns":1781085576476951957,"hash":"dc63f462de508c5f6d1fd51b08ebd887c5f79528d5183fc7a792e6cb579e26ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantInsuranceRepository.php":{"size":2436,"mtime_ns":1782214545730912256,"hash":"b99e224b9f48a68ebdb627590ef6c9057f3ec7969e4ca2e317378766527785a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantServiceCoverageRepository.php":{"size":1339,"mtime_ns":1782214545731054174,"hash":"5d8193d5276ee2a12f650ee075fc47f0bb32f32bcaf26f46328b1c7498636853"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceService.php":{"size":6310,"mtime_ns":1782268410292219426,"hash":"088a8086ca7a8284aa67577aa0ffe060d532f3bbb2090b6c3e3ff0f4730e2703"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/ValueObject/CoverageRule.php":{"size":381,"mtime_ns":1782214545731415633,"hash":"3ce989704beb3ff9aa60cad8460e69a1ef5a411ff0024b7d5541df502f4cbf2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php":{"size":992,"mtime_ns":1782743240249498742,"hash":"3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Controller/LocationController.php":{"size":10774,"mtime_ns":1783499628812467561,"hash":"9cf15db59545af81148153a4d9c816748ba267bbbb58f9bec2e00d1853c15e8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/City.php":{"size":6500,"mtime_ns":1783499619365257750,"hash":"f128c29e22de67f0aad93bbee2a111d976f71344f5a3e55614b477bc86d3192b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/Province.php":{"size":1688,"mtime_ns":1781085458710667014,"hash":"3353fa978b6558c945031d0c09a3dc24706f592287978236072c53c3cc13d033"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php":{"size":1187,"mtime_ns":1781085493561648130,"hash":"1a7f0d07099224c30cc6111ba102ddf6cd583df610528c692ce923d42bf1e591"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php":{"size":1071,"mtime_ns":1781085486117016673,"hash":"4572085d4a4e79a86a1c2cfcc89b5cd6268ddeb466878a16db71f60216a6c148"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Controller/PatientController.php":{"size":15797,"mtime_ns":1782728407197647952,"hash":"0adb531514bb19b3fabe1e679468f731f00cc6d34a2edbb9e887a18c94447bc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php":{"size":3088,"mtime_ns":1782144029159424511,"hash":"8be2218c1dcc6dd9101278637b469d927567abf3e264d6b8c634292641096dfe"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php":{"size":7041,"mtime_ns":1782728407197911662,"hash":"e99aa5f70fa1eee35e78e90f7ea8e8e5f4bc80b77d2de0888eafd91b3ef0fcf6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php":{"size":3069,"mtime_ns":1782253591741414931,"hash":"d7326f5115c044fe75744a4c6ac0e2d0efca2b4a93e57984483f1c859ffba1c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientRecordRepository.php":{"size":3131,"mtime_ns":1782144042914186374,"hash":"c445fbf45f6eb65c5fd5c3f0704e1c972f0a9d9297a80d0dc879165fc57666c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientSessionRepository.php":{"size":3665,"mtime_ns":1782268984212730950,"hash":"24f29fe0ee2cade4f4bef5572aa45086f444ab02d67f82d24228de49ccc25a2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionServiceRepository.php":{"size":563,"mtime_ns":1781516938578050288,"hash":"24beb2335672cb84cfa5a787618c7907663606aa14262af1b8ee93058c0ac265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php":{"size":7827,"mtime_ns":1782263039495809276,"hash":"e23289a2e8d04c22a69888e3775e2b851246b28c6e217cf22e8c91e99ada9ee9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Controller/PaymentController.php":{"size":31102,"mtime_ns":1783059694944318453,"hash":"06f9abb6001a7bf771e905db060daf3e5b6e80f67b4e2521ec377a8a59ca8be2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/Payment.php":{"size":5779,"mtime_ns":1782995955189532682,"hash":"f26e537b012e10faaac23f291ccc341345bb2512c3c4496c4bffea3308086eba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php":{"size":17878,"mtime_ns":1783010796437088205,"hash":"79ddf5f1ee1b38138385106d78b195971374a41970f58f405a53990462819c0d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MockGateway.php":{"size":1863,"mtime_ns":1783010796437333621,"hash":"67b67fd5299c1e912359d94dce4c88d5742e2ee324d699fd12333e1a225bcf7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentGatewayInterface.php":{"size":948,"mtime_ns":1783010796437841370,"hash":"fb3512aff2ebfdbe34c6d5eab4e67dfd5c90fa6dbbf0cec8bd23eac0c2e51734"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentInitResult.php":{"size":663,"mtime_ns":1782981352831261065,"hash":"e474570a753b56888f8fa5458cf7eeafcf7e4ff390429a5f6612bada28f9b401"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentVerifyResult.php":{"size":368,"mtime_ns":1781591920508677099,"hash":"88f08d81dc92ac75d2f0628c60f3fb78b039b9184039592047cc92c58d0db068"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php":{"size":4481,"mtime_ns":1783010796438445827,"hash":"46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentRepository.php":{"size":3863,"mtime_ns":1782993112274771320,"hash":"f8e7f5bb986225beb28c2d175a78cb1c2dafdc8b99a60779bc1e04834ad1dff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/CircuitBreakerService.php":{"size":1228,"mtime_ns":1781012993246621609,"hash":"4e04548bbb1ae6b6c17a4206408f3050ad341da5ddcc74d4b1af376b50580911"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Controller/RatingController.php":{"size":22783,"mtime_ns":1782728407199386297,"hash":"64462e603b4569268e25d7f6a989f1b4d9b598a7613405a5d5d0165df2b477fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php":{"size":4881,"mtime_ns":1782650883605327864,"hash":"c43aa389121312d1fe2ba9639e3a6a0ba5fc21f78d0784adb723c26e3afbc0fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php":{"size":2153,"mtime_ns":1782650883604545320,"hash":"7a7937df6b8df47196e035544c1ec78a11847a0a1688114bdb5265adde8d32c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php":{"size":4359,"mtime_ns":1782650883604952613,"hash":"bb8b2b8ccda54b99bd5ab0bd937dc29d4ac840195e3f89fcfc286b5429b2b863"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php":{"size":3785,"mtime_ns":1782728407199666132,"hash":"57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/LikeRepository.php":{"size":1619,"mtime_ns":1781557035805931490,"hash":"9c2c1575ce7f26c9d2139ab8301fd887658e295f66b4f164b48d050bd43a411a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/RateRepository.php":{"size":2052,"mtime_ns":1781557035806516573,"hash":"5e2c5765f0d67648d72fde8992e1969822df630577e503f9a086dc01960e3f90"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php":{"size":41262,"mtime_ns":1783236899056081118,"hash":"73475defd275c9aa8be88f4111486749fce766f658313b0d6fd2a98f7996ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php":{"size":21984,"mtime_ns":1782728407200758181,"hash":"681dfdf19f3a7a8d0d86ddefff60f30fb81d1a9c1024137c0f9ba3af6c658fe4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php":{"size":5417,"mtime_ns":1782650883614592767,"hash":"ce5a938bccaf71572af189a1b92ee7e21baa9865c299dd261e3f18180b21b620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php":{"size":1239,"mtime_ns":1782304285868497898,"hash":"7b69c315115cadf10ed9b253b37141184c085cad544ab6274f330a0d1b17bfc1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/JalaliDateService.php":{"size":4368,"mtime_ns":1782384877403158726,"hash":"8a1282441580b6b46896c1c52a6ff284279e0e3610da60c638bfce1067450fb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Schedule.php":{"size":1037,"mtime_ns":1782929801207590724,"hash":"e1ed1b5ef5b6100bcb8a1e0d3e361ce40a2721501cdb5f14aa6fba8739654eee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Controller/SecretaryController.php":{"size":10960,"mtime_ns":1783237220892646662,"hash":"21ce325a02909122b15186e4aaf8609886b5e1401d30e4684efade11540c1321"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Entity/DoctorSecretary.php":{"size":5203,"mtime_ns":1782728407201032933,"hash":"7a89e177bf272aa6e20c29d8e39c66c4e9f761daa1875a073525369cebc48193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Repository/DoctorSecretaryRepository.php":{"size":5327,"mtime_ns":1782728407201262976,"hash":"bac031cd09fb91bf156e250accd69b5bb83f2af7738e8394852e746f3152dbb2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Security/SecretaryPermissionChecker.php":{"size":724,"mtime_ns":1781012108901602268,"hash":"42ddb598442c2c167950e1a33eeceb551384377427749d0ee3b6a61f152e64bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Controller/SettlementController.php":{"size":23112,"mtime_ns":1782728407201510186,"hash":"b6f3ad0ae1b555833b87edf0398a96200295160b1c6a57c26e3f751274892c9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/FinancialBreakdown.php":{"size":5470,"mtime_ns":1782728407201776813,"hash":"a0c5e8cc2f0a3597518275c45fe403a188bbfe210fa75da65eee3ebeef594963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/Settlement.php":{"size":4252,"mtime_ns":1782650883606160908,"hash":"36b84f9a63c52cdf4150c0848c4a3fd28a0c7a1aba6bda3f147c3dd9da2f969c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php":{"size":3099,"mtime_ns":1782728407202004397,"hash":"d2acafb91806e555535cdbddd5151e71b71561cddf2d0872461285e6d1489b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/FinancialBreakdownRepository.php":{"size":779,"mtime_ns":1782293142660794730,"hash":"ae9fa6ec3678bedb9574a38678795af169ff793fe2e660d9413fe05ba1523041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/SettlementRepository.php":{"size":2270,"mtime_ns":1782728407202173607,"hash":"9c617a929f6ed0595a371ee05d2e9d19d204ed3eb80bd0df9fe9de71fbf76e2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php":{"size":974,"mtime_ns":1782728407202497901,"hash":"12fdfe848f6eb143b87b09645122480b33a778bdf2d9179fd9d45c27540a23a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php":{"size":5477,"mtime_ns":1782304402886645822,"hash":"643e2a0f6dbf7cbcb2f4002b3dae74d02c8d6e9f694cd1249ad54ae7ddc63e92"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Constant/ErrorCodes.php":{"size":9417,"mtime_ns":1782728407202855820,"hash":"3e172a36ac3e336ad3501c5defbd9ec894334ba4f7f720b04d4515bd6703b939"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/BaseController.php":{"size":1710,"mtime_ns":1781009861592137456,"hash":"4bd3aa269121a122fcf443aa15c884adf07e0700950135a3e66dbdf27b9c2416"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HealthController.php":{"size":1190,"mtime_ns":1781009995463320374,"hash":"124d5bfe7f63a910acd5ddab19c0ecb83c9d9005786fcd6606e597e7f6b6050b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php":{"size":409,"mtime_ns":1781248993159620643,"hash":"d08f9d35b78ee68ab06620388e34b709eab59364bd0b84e5d2e1478f45310970"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Doctrine/JsonContains.php":{"size":1061,"mtime_ns":1782050362337187655,"hash":"bc76253c31cf5a3bb23264736171549281989a4d9915b05a303647324d5aa4e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/ExceptionSubscriber.php":{"size":5579,"mtime_ns":1782747822711536821,"hash":"cc3e848cbd0237379c1c26afed58de7230b93b095d87ca672ffc16e88a7bac40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/SecurityHeadersSubscriber.php":{"size":2575,"mtime_ns":1783010796440870365,"hash":"7562c1a0460eb6831ccd6e2ff396ed01256672933fc480a9454dfd202efd0d55"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php":{"size":637,"mtime_ns":1781009868466892123,"hash":"7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Message/SendSmsMessage.php":{"size":235,"mtime_ns":1781010000546687126,"hash":"daff508176e43de48738f7d7b86a97f047329c0c3a9896602933c7aa130ff739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/ApiIrService.php":{"size":4598,"mtime_ns":1782750061879006297,"hash":"d2a46876b0e6e0cc5cf9a88c3ea9067de7a0f64df5bc59099c215c14a123a305"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileValidatorService.php":{"size":2743,"mtime_ns":1781946812332075105,"hash":"4c26e4f47f2793bbef582d233a1f08e96e91274448209159653ec0d95a3b8b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/InputValidator.php":{"size":1811,"mtime_ns":1782290232599858088,"hash":"3d610effa54b8c5afa1c206c0dd46ed3ead6b84215d54b39e6789c498c01427d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Command/SeedSmsMessageTemplatesCommand.php":{"size":1917,"mtime_ns":1783237401025294121,"hash":"04f1982a5c4317dd15ee55dfcbc7c0182f86fbce90766e5a3366fe4f19378c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsController.php":{"size":21883,"mtime_ns":1783422449654674455,"hash":"b15e9b15dedddb501f30a18e46b3c7052cdf5778006913d86f34279e6159ab21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsMessageController.php":{"size":4630,"mtime_ns":1783237134183460253,"hash":"2869945324e63ed664748e1770ce7065d91428cbd313843814ac4256cd8b2fe8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php":{"size":11400,"mtime_ns":1782998941568914993,"hash":"af47e04758a2a47c3122a567c79aaf3a2638c5c09e2d21308a91b966b1cfe8aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsLog.php":{"size":3702,"mtime_ns":1783455929824117615,"hash":"937dcaa8618c78e6ac393fe1f6ef06bfa398cc5c392fb469be504d05bd8384ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsMessageTemplate.php":{"size":7545,"mtime_ns":1783239399682426157,"hash":"40fcf700f49544484e460b779e7cd1105a0aac40cf36a805aa69f61f0223d12f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsSettings.php":{"size":5136,"mtime_ns":1782109802341264005,"hash":"751faac90d0b9d9320a8315e7b0765dc39d94089c96a65bacb4a59d84bc442c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php":{"size":4085,"mtime_ns":1782650883608045581,"hash":"9c1ebef6b3ee3a4724e94af555854df18a8d5f2bba6f524781a94478123be0dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php":{"size":1749,"mtime_ns":1781516938580571044,"hash":"af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php":{"size":2423,"mtime_ns":1781516938580684919,"hash":"5272a1b08bc5d6f28d5d845e9201780a4804fce789175b7be82001a4102f09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Message/SendSmsMessage.php":{"size":495,"mtime_ns":1781871113880839659,"hash":"e37f791352f7f9ab7ededa626d6c3d53fa7675ae4e9cd65f499d5b0f0d8a356f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/KavehNegarProvider.php":{"size":4634,"mtime_ns":1783491549884796725,"hash":"05cafa28a8b14f38d40e13f7139dcac2c2b3a4f87fbf07199bdad5dfd0805733"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/RanginehProvider.php":{"size":2234,"mtime_ns":1782749977746062400,"hash":"e2910a9314c0a63d60a4d5df210a421d12149e64db2550cb58bf021bb84f19c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/SmsProviderInterface.php":{"size":361,"mtime_ns":1781013608175277472,"hash":"225781d93f9a713aa0a979f12efff07f7805972e287cc1fe11371367bfcc4e43"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsLogRepository.php":{"size":502,"mtime_ns":1781013670673270702,"hash":"66b4158b7f47661bd573f21e65c35e20e22ecbb830736f07091857004868eeb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsMessageTemplateRepository.php":{"size":752,"mtime_ns":1781888405897787839,"hash":"a6b1523de3a122f8c6dd8e442929ae821b0cc88dab224899c0a8cf100b6247a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsSettingsRepository.php":{"size":729,"mtime_ns":1781516938580977169,"hash":"c2df1e6cc37ef5422312c0eac75fdea0d42de8e6eb822faa96e7bc5e423be9cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsTemplateRepository.php":{"size":789,"mtime_ns":1781013662226415873,"hash":"8da60c0de8613863b8928cb46c6bd846cff26539f158be4a68115ff3a6c68684"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletRepository.php":{"size":911,"mtime_ns":1781516938581096086,"hash":"01a35794369da341601324499da53378a75ab8592d14a32b72d564b44137177d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php":{"size":1325,"mtime_ns":1781516938581213795,"hash":"68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SendSmsHandler.php":{"size":372,"mtime_ns":1781013692820181847,"hash":"f644961f4a1538c1d315e1d6000fcae2d4466975c054685003dc616186614172"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsService.php":{"size":4396,"mtime_ns":1783455940747216997,"hash":"22349e84d7bcc71d5c70a286e38f703b30448a5caa66ba9714b8bb805a37f0a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsTextResolver.php":{"size":990,"mtime_ns":1781888419028487399,"hash":"c83ed15618515fd7301a8fd03a409f17232d3d03e917fcda93bf1f72fc70b963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php":{"size":1830,"mtime_ns":1781516938581332837,"hash":"72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Controller/SpecialtyController.php":{"size":6336,"mtime_ns":1782844333713927668,"hash":"84c72c8da1f6fc901ef1b8c75accdfed1fb314c943d3b81a1d031c26f79aacf9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php":{"size":2698,"mtime_ns":1781085518712241650,"hash":"683f2375f3d9528dd02e9cbfe7bd344ff51208aff0ef02dfed3d576c3460a1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Repository/SpecialtyRepository.php":{"size":2293,"mtime_ns":1781636247076888517,"hash":"9b991dc48c3a9c42baad98f553ee0fa395c4b596f65e84230420929f3e32e6c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Controller/StaffController.php":{"size":5842,"mtime_ns":1781522583734490612,"hash":"8b6ad6acaf1a93214344464c7dcc3b9792720118a1c0963340f639a87de43264"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php":{"size":4240,"mtime_ns":1781516938581704629,"hash":"95c3df6b577ad88a80af1bec2e17b48c6d7b9f35b1a8f75490d0a1bfbc940fee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php":{"size":1179,"mtime_ns":1781516938581849755,"hash":"d83ac7466427c09ca77b63924a66dd5710c8ecc9ba3b6dbdeecc4648940a711b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Controller/SubscriptionController.php":{"size":11864,"mtime_ns":1783235518955936576,"hash":"34f7415b9246e4c6bc25a43e9138ca0ac585d5cc664c0b78fe351c6239937a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/ClinicSubscription.php":{"size":4057,"mtime_ns":1782728407203534324,"hash":"a21caf7417e2a32180b91b4fe18ac8245f2b0aeb8887104b2739771151a37350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPeriod.php":{"size":3806,"mtime_ns":1782728407203839326,"hash":"0121bf60210628bcbb1cbe89419eddfd71b29c65debdbd3dbce51e2d2632c75b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPlan.php":{"size":3881,"mtime_ns":1783233488170274281,"hash":"707633e0b704ec71df2c5a0d4dc21304aece2e79e95bf4fba01ee0431d5963a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/ClinicSubscriptionRepository.php":{"size":2126,"mtime_ns":1783010796441510739,"hash":"181ff34438c057f8cf22ecb7fa36577841e11a22a389e97e2378d690653be005"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPeriodRepository.php":{"size":954,"mtime_ns":1781516938582865590,"hash":"726666fe5f74b8a9927376e82af264b70b209a4e86d164061eb7a9b1d9440942"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPlanRepository.php":{"size":1280,"mtime_ns":1783234723504837640,"hash":"bf1ff4007b9e8aa2bd0442a5a2bf4f5194828006cf8e3fba99817cdad2dff3c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Service/SubscriptionService.php":{"size":4710,"mtime_ns":1783235508735444591,"hash":"1dd4e13de8685bfb17844898217673ce9dca5e6e8c878296567a8de5a599f1a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php":{"size":4239,"mtime_ns":1782844396159141068,"hash":"f4aa363cf77d90bfca146bffb70b496661bd3e4822fc2502a6bd390c84b15bc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/Tag.php":{"size":1775,"mtime_ns":1781085585665970564,"hash":"cd3edf2f90d5bdd70487b38e085a751cb578a9cb2395086bbe2964e5dbd1996d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php":{"size":967,"mtime_ns":1781085592043241382,"hash":"283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Controller/UserProfileController.php":{"size":12912,"mtime_ns":1782289553079211479,"hash":"9d2e310f94dcbde48859dea9872428189b32d7f415af52e6aa5eb523c446fed7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php":{"size":9546,"mtime_ns":1782650883615317561,"hash":"d65393c833dec86f7dae8413a72b3a6cd0cc75f3e7faf36bb02995d72b463bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Repository/UserProfileRepository.php":{"size":1267,"mtime_ns":1782270252112779103,"hash":"d36f160a81c8fa1927ea604fb2c27f0ed0f1b33507d838e28adf9fa1fa3b6fcd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/BillingCalculatorTest.php":{"size":3007,"mtime_ns":1782214545731907969,"hash":"85b469b70480541f73092cf1593029c76fb703bdaf77f71327a0f25ecffd7924"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/bootstrap.php":{"size":248,"mtime_ns":1781009800080637813,"hash":"57ff9294703e34a685f28cd3c0e46ab54a5dd3f4fe3356c224e3aed0958269d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tsconfig.json":{"size":423,"mtime_ns":1782729422588693047,"hash":"53fac6b4a0917eecde4dc3efc021cceca3d48600d9cfb58a3d4c946135751c66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-pwa.md":{"size":9407,"mtime_ns":1781343171405896374,"hash":"f6294cbb97d2ca4465b4f185c394daabb11f6ddacc29c2d471decb04da8c7265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-kit-redesign.md":{"size":10577,"mtime_ns":1782232921465705417,"hash":"24c6ca8b5c2e6f9b9783d446829be9cd4ffe5c6b550e0754d2d4521555382892"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-user-detail-show-profile.md":{"size":9288,"mtime_ns":1781549990210378142,"hash":"629f80e928f666143a4f251067bb31a4f866773e509f34b6c2d623580424e3aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-detail-enrich.md":{"size":4876,"mtime_ns":1781636247075313849,"hash":"a846f9cb4c0d643d7488873cd7a27a15adf39c8b1a206a371efdd0bedb472612"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-lock-patient-confirm.md":{"size":16770,"mtime_ns":1781535498213998370,"hash":"0a79349da76f2fe2c50e76e3add06522ea796a255722386426e7b7edf988637e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-day-of-week.md":{"size":15777,"mtime_ns":1781192992528836012,"hash":"73bc57098ab8816c91d042649840e5d34f5d00f096aa88b4bd3d5b9501b749b4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-redesign.md":{"size":24082,"mtime_ns":1781173659296708465,"hash":"fe28753bae9a95b192796f18322282909e707d96f00082b8d1ce655b47d2aa2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/build-homepage.md":{"size":4205,"mtime_ns":1781248910704293609,"hash":"4dda73a4d2f91de3fa5b641c559cf509ba8b87ec4621bf2e8eeedea3f9927412"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-detail-fixes.md":{"size":3514,"mtime_ns":1781286844618120218,"hash":"2cecd1fb0904f3aff92545007b33eb4bf970efd7b03cff7c53e6ca73dd2ef9e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-deactivate.md":{"size":15114,"mtime_ns":1781257376721043348,"hash":"6b36b95516cd5fafc100a500b72fc98d68992d8cb07c02160a09f827e2fb58e9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-social-media-field.md":{"size":5746,"mtime_ns":1782034582969356341,"hash":"01a6fc5a55d6357607e36837cd39a6ed646f4097fd4ba944ababf826cd1f0ff4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-view-doctor-profile.md":{"size":6746,"mtime_ns":1781361314655405808,"hash":"b7d523d90f08ea239fa8b03eae601cf68353be6f45c0192762cabfef28c55e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-patient-without-signup.md":{"size":5271,"mtime_ns":1782145462624789979,"hash":"5bf24921d4002ea348e38c87cc81bc08ef8e169924787c3c719bac9d3e62d4a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-phase2-tasks.md":{"size":24506,"mtime_ns":1781516938546554807,"hash":"f3d49625dfa644a00f6cd5a582e52d63bfefbd2db875f25164774a71cf345ecd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-booking-window-and-month-availability.md":{"size":12511,"mtime_ns":1781535414057585490,"hash":"505938967d29a4e337e18cb22f2a299f97e5e452e05c9b94a9e409c86107f23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-clinic-address-access.md":{"size":10705,"mtime_ns":1781362104619727130,"hash":"657c686420a8a45159812178f8a65dbc317591779844dc26b3921c536f92de8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-profile-page.md":{"size":8799,"mtime_ns":1781175765248517513,"hash":"f1078372d9fc8eaa9196ec9840ce187d86a27b723a1c218cf872cc4e4ede5d3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-social-media-field.md":{"size":6783,"mtime_ns":1782031213435560461,"hash":"072cbab44fe86ab89e7a46724b8631528acdd63ae0c3aee2526ab408e1c021d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-access-scoping-doctor-clinic-representation.md":{"size":14171,"mtime_ns":1781863132633307507,"hash":"8ad2e8c5d53e8f34d69e1b4fd6ce71775720cee430130043803bc44f903341e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-auth-token-hardening.md":{"size":12680,"mtime_ns":1781946301827134938,"hash":"a52ecdd96fda0f396864de78704f6c53efb9982debb51f4ea1a4494007f925cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-bugs-and-features.md":{"size":20820,"mtime_ns":1781516938546940516,"hash":"c45843d9ef701e2b73f7cd161083ffe23d315d81b68382ed4f9f45feb642c6dd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-filter-by-address-location.md":{"size":6683,"mtime_ns":1781674935483152098,"hash":"b5aa923fc81b1ab79f29f7f02401dcfc56b88ce6bbcf0c5e015200000d7ae6d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-patient-auto-add.md":{"size":4991,"mtime_ns":1782145525259778908,"hash":"9dcfac3aba7cdb8101c97017973a1bf7e4217f0d8df94b9dcbd1bda10192263b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-city-via-clinic.md":{"size":5124,"mtime_ns":1782040974660614329,"hash":"a3571d2085a8c4aa6cdc7094b964fbf54281b482a064cbf368f623dc5fda26c4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-schedule-fields.md":{"size":10822,"mtime_ns":1781523041417094452,"hash":"7ceaad108bd7bcec35b9271f73308586072e8fe12be63b1dc754e5ec902bfa1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-search-performance.md":{"size":13253,"mtime_ns":1782046573636729825,"hash":"febfb8452181a0ee429a6c1383b489ca071afe45ffb617b9343e9a406ca02d0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-guest-doctor-clinic-context-access.md":{"size":9535,"mtime_ns":1781890240620846065,"hash":"dbcabb830aa0a81fc529eb14feeec65afdd979ac4eb7ce31c80eeb22b2166166"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-invitation-accept.md":{"size":4399,"mtime_ns":1781360063617429536,"hash":"2bc99d1a7460fdf5be3711a0add4de54d4ab78a0fc16079680d4da58e4615997"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-profile-in-clinic-context.md":{"size":8367,"mtime_ns":1781365327185378947,"hash":"f063eae11f94b2132d84b0a8472bac1d4d404a2bfbfacb049f0c583f9c586219"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-side-mobile-nationalcode-validation.md":{"size":8677,"mtime_ns":1781945049606053409,"hash":"32049409986f11fd29d302dc3e1036cab7172ae9033c3901e0622e8171fda14a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-switch-context-role.md":{"size":7032,"mtime_ns":1781363356184798552,"hash":"74cb88449b93fd682e3ac81a322e1d405d54e111e172758e5b10ca80437e1a3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-backend.md":{"size":23991,"mtime_ns":1781516938547317892,"hash":"ba39a2e1ccfbc1a98662ecc71225aa32583a410df8e238dad15de69a62fdb521"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-frontend.md":{"size":28042,"mtime_ns":1781520442021329832,"hash":"4faf26a0b91c83a3c183e3ed929d5d2dc92e7624549af170165bbf2faa9eec2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pages-subscription-gating.md":{"size":8256,"mtime_ns":1782258337653428004,"hash":"3755a25eb7694c8c1587bfad9e02166c438ab4bd361268126cfe0f3ee553bbb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-and-selects-cleanup.md":{"size":7612,"mtime_ns":1782253591735960479,"hash":"00ca797277e9520885bf056e719721e9d72d97c4000fbd9f8bcd69980a5bd69d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-visit-pricing.md":{"size":6483,"mtime_ns":1782214545719956341,"hash":"4197cd316ec7560bb084840cd96f82df6d524916d4a4ec4a0f71108c2cdbec6e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/location-clinic-address.md":{"size":15649,"mtime_ns":1781257855652300954,"hash":"c147a47466d89f4591d1efff242e3ec90e1b979463cc2d2ce5f65bd55002b770"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mark-past-slots-unavailable.md":{"size":7754,"mtime_ns":1781535427967339672,"hash":"51d4e6c59bbcf69395fb0d0a1420f5c47f5c3ea5bf77e95b3180fef5e2081fed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/multi-role-dashboard.md":{"size":47174,"mtime_ns":1781164462782884121,"hash":"bdbb8f8d4f66f36005c2c7e87f123d905c49048dba266e475c775b73d438b434"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/my-payments-list-endpoint.md":{"size":6964,"mtime_ns":1781539108766134646,"hash":"5c6b5a4fff2796f32393914512d82d2cf18fe1a2bb5c70f7087c6152451e2ce9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/national-code-unique-profile.md":{"size":9589,"mtime_ns":1782270001832720420,"hash":"4bac96e773838ee4ef912cca328f84ce957deb6c594c1a00016b305380c93112"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/new-visit-modal-ux.md":{"size":5602,"mtime_ns":1782145407253133698,"hash":"5ec3558c752110146df788f8f2f85025c4ff17876ace24f8de0b2208013a622b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/patient-record-profile-binding.md":{"size":5004,"mtime_ns":1782145573523412851,"hash":"5195bc67dec077d35f5220df58a5c2ffbb62fd44c881cc9e51d8aa53a08d065b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-test-mode-ui.md":{"size":7973,"mtime_ns":1781516938547896351,"hash":"a37f514022aea65c1e8d35c8855c087e0913c650a642cabdd39f9690577d8cd1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-unified-status-canceled-and-managed-hosts.md":{"size":11866,"mtime_ns":1781591920505562932,"hash":"32799eaded7c02d109b78be529dc0ecc8b7fc0b500326573428a365e21869b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/pre-registration.md":{"size":12415,"mtime_ns":1781252082262696147,"hash":"b1857341551ffad0b98d9d867f3caeeb8924c5b903099e9f2823620efa8eecc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/profile-birthday-jalali-persist.md":{"size":4796,"mtime_ns":1781597628367003291,"hash":"e90db79d423bcbe97680ffed422228037e2843e8169bb1188237f7f6b6babbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-bug-audit.md":{"size":10008,"mtime_ns":1781892497314247088,"hash":"63ca9f918e24b1c15839c13744045e0b8aac212279b5b4fbfa5ae619b7709804"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-multidimensional-and-rich-comments.md":{"size":12831,"mtime_ns":1781557035802767573,"hash":"332d9f393aee67c403841f184f3e6c069edaeb4459b4ee328a9310055f937cef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-require-recent-confirmed-appointment.md":{"size":9517,"mtime_ns":1781557035802942698,"hash":"305ff640dad68d7e842a5825bbf7a8f4cdb02b145eed8b782c1151db3305632e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-admin-panel-access.md":{"size":16498,"mtime_ns":1781857058512546863,"hash":"72c1500ed688169cfd796adcf9554b63994849119943dba5d5a70883eb5a8dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-commission-tax-engine.md":{"size":21994,"mtime_ns":1782292728412115840,"hash":"ca8cb1567b8434a59f5717a4b33c6ea142e69f4d1010df15010081905b556669"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-domain-guard-dashboard-settlement.md":{"size":16314,"mtime_ns":1782304099038050829,"hash":"be8842b5ac2c5a57277b047c4c6ac3f828ae302dc6a94569e8f46760564b90d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-identity-iban-verification.md":{"size":17082,"mtime_ns":1782399022752193648,"hash":"59271ef71e8e71f9f1bb9dcde1aea41565a2dbef6ed9aa8d35b1e7202c685f38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/schedule-cancel-expired-appointments.md":{"size":8800,"mtime_ns":1781551622406496621,"hash":"43d63ab1fbae2e6e2d5192d922a09293b1abbadddfe98819e39671dc00e04a99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-context-scope.md":{"size":14283,"mtime_ns":1781520442021272248,"hash":"e684ae83cc15db840406769e15852b219ceff63405fe6064bde19263b2fccfdc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-realistic-data.md":{"size":14531,"mtime_ns":1781519566626148059,"hash":"6b2eea6f45404e64d2b8b3998a117e8bada7517c880339af1fc4ff72cd0409d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-coverage.md":{"size":4046,"mtime_ns":1782214545720279342,"hash":"3ff0f0f6b3a99f5facadc19ce455b27c8cea3020038a1b40bdebda4fdbaf84f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-per-insurer-coverage.md":{"size":14249,"mtime_ns":1782259799527430466,"hash":"295cae74decafadb2379fac86ac7ac1f420042d715f798d5024b03362560363d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-log-tags.md":{"size":15685,"mtime_ns":1781870909734605934,"hash":"abe301d83cba0655c353e32c6f55a9bf20dc808d033c9f5d1e40f8fa9ad5bd62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-login.md":{"size":9252,"mtime_ns":1781255737102412820,"hash":"af6300f99ef2e66cad5abf34a421e4c3f2d34995535a907f82aa86cfe4c29b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/specialty-doctor-counts.md":{"size":6533,"mtime_ns":1781636247075492016,"hash":"32a97260ea56f3bd9529a034cbb791df59ce29ca60d9966a24d469cb743fee41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/subscription-gate-ui.md":{"size":17009,"mtime_ns":1781520442075008039,"hash":"81757bb902f7ddb74f51b2aa43612d9c73fbe20abebbc2f046a6014498f9b58f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sync-user-realname-from-profile.md":{"size":6614,"mtime_ns":1781594222051658800,"hash":"b9ee6559e409596b698b855fe4ff283fac5a062a218b4aea42a3b09d14a8fd0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-darkmode-polish.md":{"size":9534,"mtime_ns":1781520979984254456,"hash":"9f195ed3dccbf8df6079d978142aac339fa50d0b949526fc1b7b832af151da1a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-ux-pages-redesign.md":{"size":18980,"mtime_ns":1781520442021457666,"hash":"2dce360a15f48c97610df47e5e6fbeea313e39fdc152e0d55bf687ec17784e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/user-profile-resolve-by-user-uuid.md":{"size":9637,"mtime_ns":1781537870411647855,"hash":"880cbf5c1bbd64937f4a197a91cdedf9c742bb3910ab2104cfb6c59e8cc7ba0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/prompt-writer/SKILL.md":{"size":5151,"mtime_ns":1781361052504791267,"hash":"abe2c711bf0a283fe50a70e5180d0ed7c7e10f7b699ceb50b4701485cf7b74bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/run-prompt/SKILL.md":{"size":9443,"mtime_ns":1781176103482888341,"hash":"bc8c63ca2411b0ed4242f54f4a998590698d1cc62ef9b2661a84668ed1e80689"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/CLAUDE.md":{"size":8393,"mtime_ns":1781551622406854747,"hash":"1712a6a680cb00c102367be014ced75a77306c0c8ac1fbccec95f37ed31cff4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/TEST_USERS.md":{"size":4101,"mtime_ns":1781520709654384302,"hash":"ae97e1e0de7fdd1d8dccf030c996f155262259cbd648b71d4834436f90827910"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/Architecture_Audit.md":{"size":33583,"mtime_ns":1780948937761931658,"hash":"e79771047616dbb7a604687b92ffcd47f09dc19a112fa51174cc2738a0e5c49b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ClinicPro_Manual_v2.md":{"size":228782,"mtime_ns":1780944864742215753,"hash":"86c808b50dd3da1c5107e4b6a3a03190f30c643643ad6de4c89b2045f803baee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/prd.md":{"size":28619,"mtime_ns":1781520442203119936,"hash":"a1691fe2f87737cd12253bac3bfda2f8feeaabc15a159a8dce6482eea7fd6e8e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/pre_prd.md":{"size":5454,"mtime_ns":1781516938560096835,"hash":"4736bcde5ba8e7c73405d0e7c31b6e2651b65d475e4cb9a924ae152b799bc4f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/ui-design-spec.md":{"size":20687,"mtime_ns":1781024129379257560,"hash":"60176b60869538ed763bfd4b0d02c138481811e62482b73c41693ea5393e8460"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/user-flow.md":{"size":16280,"mtime_ns":1781022482742007613,"hash":"aad348887a0347a4d348eb228959ef9e44099e2c4e60959d0dc06d976ebe7e16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/README.md":{"size":3621,"mtime_ns":1781158395412841916,"hash":"8ddb00666307b307dcaba4c0b7b4f4c13e5f31502f7d20d5c3a8a82729c606b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/admin.md":{"size":35057,"mtime_ns":1783456077242014565,"hash":"7a5d7ecd883d5bef0bf174cf885ca7fcc8438f14e6f71311f8f2e3fdff69a047"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment-settings.md":{"size":16574,"mtime_ns":1782728407106610964,"hash":"540be837def81a7c24a001654fde543de78f168ba34ed839c6e6fd597ea55ed6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment.md":{"size":16822,"mtime_ns":1782728407107114384,"hash":"7b39650f7266519461983913a0c78e186275d036101a827049dd6f8c3574707e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/auth.md":{"size":19494,"mtime_ns":1783072324109341756,"hash":"731194d44bfe38b142c7b5e2c6367ab52c325988d60151f60d7eb55ef7cc07d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/billing.md":{"size":10078,"mtime_ns":1782728407107896681,"hash":"c9f6afebfd6b6f7a7e55bf1d14c8123f9230a99fc566c63aa9cb4d01b6204324"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/blog.md":{"size":5522,"mtime_ns":1782050526553302749,"hash":"fc22dc80387b6c8f477854a19dfe01e496b90b688020325f1df589e0ae5cab8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-invitation.md":{"size":9237,"mtime_ns":1781360269658725816,"hash":"50b040f0cc844000cdf24ba7971b4bfe4367e7980413f2dd90d7187a4e0c9991"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-services.md":{"size":6228,"mtime_ns":1782728407108299892,"hash":"d03260630a54476e8c29c60a2eb6540abb203d81d7656a95fbb1381344ad1a00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic.md":{"size":14733,"mtime_ns":1782035382888801592,"hash":"f92d6767717fca87e08884cee26a75a77b5ff8278bf0f6a0219245b3028130ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/dashboard.md":{"size":6099,"mtime_ns":1781516938560827336,"hash":"8368266c4453ba5364ed0787679059288d98527506bf05a44f86b5a31a7e0a6b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-service.md":{"size":3542,"mtime_ns":1782844893680414173,"hash":"e89e263e5bbc843f579006c3b353fe521d9366fc228515e8a5e596321c8c0c42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor.md":{"size":14166,"mtime_ns":1782979047543892080,"hash":"93c2ba36b25d898a701cdff25d37e0236e866cd1a358394172a3f572ffecd87e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/insurance.md":{"size":14620,"mtime_ns":1782844893680930170,"hash":"777ea6859a4a038025bff4fd5619e698c213fb174f40b4f41292b07a7bf12dd2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/location.md":{"size":6110,"mtime_ns":1783499999991507683,"hash":"b115b424de4b74d226eb0519d0285a2c6397f9d8e1afdbc4de3b8d9776e00bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/patient.md":{"size":11646,"mtime_ns":1782289600489452444,"hash":"37294299886dbe4d8227c8fdc5afea62f50755e0fd42f229eedc58f1a036abb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment.md":{"size":31190,"mtime_ns":1783059802815483222,"hash":"185d415dd222b32e42748feaf8665013567822eb83e50ff737ef9d7bcce4da9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/rating.md":{"size":11090,"mtime_ns":1782728407110670616,"hash":"61914c5f9d29060ba157369cf8e82392cc6b094df3f3a1423904c2988b19def9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/representation.md":{"size":21255,"mtime_ns":1782979067555992803,"hash":"8d1eeb4f42518a2b78f43c69a4ca775076d5684e0f466217c27ae75d34ec39c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/secretary.md":{"size":11082,"mtime_ns":1782902968293482660,"hash":"8a4df85eba0a0da8f2a31f07cb8ed2b182bae88bc4530db5c743bd012bc4bbed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/settlement.md":{"size":9976,"mtime_ns":1782728407112458962,"hash":"ad88d08fd6960cb9bfd932b91def2ad395a50c391f7692e9ec30fa4dab681722"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/sms.md":{"size":21855,"mtime_ns":1783491664293447366,"hash":"c21a4fe093a52c6f4b73e50259282f2f50f30831b19250ab6308d66ce4e2d7b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/specialty.md":{"size":4869,"mtime_ns":1782844893680226216,"hash":"8f43fadb8c8754ab788dc183df3538096cfffc5d7a542fde683d8fffee10fafb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/staff.md":{"size":3093,"mtime_ns":1781516938562286131,"hash":"b3690ab9cdd530eb6a0180f96f08a258ccae0c77d31416e80f49a92974eac730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/subscription.md":{"size":6894,"mtime_ns":1783235773210706870,"hash":"1d6915cccf364cf13b21f3258d454831c311fb1bf1c0c88a295cf5694fff1889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/tag.md":{"size":3045,"mtime_ns":1782844893681057377,"hash":"4044766bce277cb59476fa2c470b399018dafd94191893c53aca75291de87b7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/user-profile.md":{"size":7549,"mtime_ns":1782289592597934192,"hash":"5d269afd10ce9174f3ac63fb4fdcf1cb7272564925db2d3f5f7e75df50c42925"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/architecture/insurance-billing-system.md":{"size":22566,"mtime_ns":1782214545723920606,"hash":"afec1678fc22a9caa8f39eb9fac3f934751dcd6a315ac1441f1378193b88ba0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/architecture.md":{"size":4831,"mtime_ns":1781516938563423092,"hash":"589134d822642da7433ffa06823f4e2c79ad74e3feb135df95e581377b01ffd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/database.md":{"size":2045,"mtime_ns":1781516938563622759,"hash":"580ede75d18ef6d8117ef56ab233775e5143bc25de4716cfaf53464bdaeac599"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/task.md":{"size":2775,"mtime_ns":1781516938564295343,"hash":"b55eb66cf597d5665d57d79f268a2fc106da8a8e01c18d7f8da2327da6dc7927"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/user_flow.md":{"size":3553,"mtime_ns":1781516938564465635,"hash":"c5436837b9320d6cb9e5f50e7e6b7aeaaa8bdb8dc9a68fa4b5f4b22fdd58002a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/architecture.md":{"size":6182,"mtime_ns":1781516938564667844,"hash":"97af6c2e032264f5dd128efc6ec07a4c1c23664f325cba46bc7dca9da57b9578"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/database.md":{"size":4694,"mtime_ns":1781516938564824594,"hash":"3b798be28cfff874d1b09b25429767e7c928e7c0fd9a9db2a9685f429b299299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/task.md":{"size":5322,"mtime_ns":1781516938564985928,"hash":"46d7f8870c6b9f46071a717d0235dceffd7d25508ca4f69886e5062c8b37d0e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/user_flow.md":{"size":5889,"mtime_ns":1781516938565157637,"hash":"d11628bbcd90efc0d3d09961a2ed62fe3707c3f5b60bbbfcc615da3b7180acd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/architecture.md":{"size":2393,"mtime_ns":1781516938565327637,"hash":"d036ecddd7c889f68aac644919fb9255189de2f82cd62e3933b860bc348d34a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/database.md":{"size":1646,"mtime_ns":1781516938565469596,"hash":"bb7eaeece88f414ea6253e95b2acbbdbbf74396c5e51b213301593f2aa5d409c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/task.md":{"size":6288,"mtime_ns":1781520442208567994,"hash":"f18a2edba4a0b75fef8e08e155a4cf100b8a98e463acf88d31d506c195f5b27b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/user_flow.md":{"size":3821,"mtime_ns":1781520442059890701,"hash":"72aca8c6bba58695e7e1b63a3aa709d1068753beb31b981c648564fb822e4fec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/architecture.md":{"size":3719,"mtime_ns":1781516938565894180,"hash":"c2c7361b57f654925f2801d0820f78bbbb97dfbd07c808b4ec304f7938139151"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/database.md":{"size":2673,"mtime_ns":1781516938566026680,"hash":"de17f21b92fb807651d65288c8539699aad5597b8e541e47c9bce4dd0f97b696"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/task.md":{"size":2931,"mtime_ns":1781516938566167056,"hash":"87038a0b3a2f872944d232bcf66eb5fab7676f00a9d29319c082a4b576a1fc40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/user_flow.md":{"size":4046,"mtime_ns":1781516938566343181,"hash":"4bce3394d64f2c1d3441cd2c3ad717670d1c91817b9015db00aa9ae4eead4f66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/architecture.md":{"size":5145,"mtime_ns":1781516938566580015,"hash":"14afd5263c7d520a89f36bbba8c8a1884f88df74d09afe4caf7464025ee25063"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/database.md":{"size":3803,"mtime_ns":1781516938567109641,"hash":"2a952887767f9f9811df0c99a9bc2ba9986defd5ea1caf3ed11080ce11c61f1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/task.md":{"size":3454,"mtime_ns":1781516938567288849,"hash":"5badde1225cf74657f886825aaaae8582c1c627570f655ae9f631144bc75d7a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/user_flow.md":{"size":4630,"mtime_ns":1781516938567444933,"hash":"8e4bcbd2fd0a486d4942df7ced8131738816487d2c16f0a05730d4c190a10296"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/architecture.md":{"size":6622,"mtime_ns":1781516938567688975,"hash":"138a7655a0efa500b4a9a8f829bebbdff35803cb3abfd3da7f4d4f362d7b63c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/database.md":{"size":5463,"mtime_ns":1781516938567863767,"hash":"1dceb66c7a12a35660145fdf3bf0bbe4d5b8275f5b45bf86cbba4cf80f64675a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/task.md":{"size":4809,"mtime_ns":1781516938568156268,"hash":"1222b425e9e9856e291b8fb39c28348287dbafcf7b0a30531c5bab8642d2cb17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/user_flow.md":{"size":6283,"mtime_ns":1781516938568370060,"hash":"e28725b4fd619e8e105951b570c0066efb23fd6f378c1939bbe5cfcdad47b2d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/architecture.md":{"size":3095,"mtime_ns":1781516938569635604,"hash":"6494802db54a411d47ce102df7a5584c1e7db3482aad69df967bf1ca71c5ba58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/database.md":{"size":1971,"mtime_ns":1781516938569893480,"hash":"ec0826918bb413f88d2d989f514b0c75a8cb932d11476d2c6e46908ce87968e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/task.md":{"size":2630,"mtime_ns":1781516938570195856,"hash":"19bc98b5866f489ff0cafdb3533f2698de3546aef26ad438d16beb2d7218c859"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/user_flow.md":{"size":5110,"mtime_ns":1781516938570362314,"hash":"3572f80a2a4741eeaa91c80e9c362bd8ff452c14c4d1f052efad6467db72ce60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/bug-report-2026-06-20.md":{"size":6123,"mtime_ns":1781932195178136627,"hash":"12f46177c25b3354d11d67086bea1387dfc7c630aa26c3ae766c680f2843640e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/security-audit.md":{"size":17685,"mtime_ns":1781029533522601843,"hash":"a4ff28a805763f65454696132ecea7011101bc37b1b6517222f1c75daf450ab1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/README.md":{"size":3380,"mtime_ns":1780914526335796118,"hash":"defeedb0410731f689fba5e8e2c6f3e35b8bf9e5e284dad43313a1184b58b1ae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/architecture.md":{"size":4379,"mtime_ns":1780948878189677238,"hash":"01cbb020665bc50a95519b010c5cb4bdcda727e5e3b11144854ea69380bba84d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/database.md":{"size":2777,"mtime_ns":1780913653761675119,"hash":"6ad045e9dcec53f77822e126640dacb6bd22ac3baee94373331ba46567bf37f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/implementation_notes.md":{"size":11109,"mtime_ns":1781000268522993445,"hash":"7fcefe550ef23683ee4ed703af2881fb5c985930b4d1a3ab7c93a74ef491bdae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/task.md":{"size":15372,"mtime_ns":1780948866192116618,"hash":"311edd5597e787245e16d25b061f5faccd468d3d7a63ebb05bb04e26b3c7218e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/architecture.md":{"size":2897,"mtime_ns":1780913716805987120,"hash":"ee14b45989f69598f9862c975c097e7c3cb720c2bb06967b9787307e7acfe361"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/database.md":{"size":4381,"mtime_ns":1780945850080810308,"hash":"d1ce5e67b210864664df658d7de16fc479948f90164e90c89f53c33ee6de069a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/implementation_notes.md":{"size":4894,"mtime_ns":1780945075278630018,"hash":"8074b8f1bfe41c918b96cb9ab1c78937bf5986feb3ebe9db3c3ca7af88d7dc2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/task.md":{"size":14847,"mtime_ns":1781000259106649518,"hash":"500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/user_flow.md":{"size":2706,"mtime_ns":1780915019246111035,"hash":"03ed965fb14b51c065108f4eeca9672f20e8090195fcc442de5c5c60c950ec10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/architecture.md":{"size":2719,"mtime_ns":1780913810512596011,"hash":"1a83b9b76c0687098bffc9471e7fb2c51a97be4939347bd11990d55fc290fbe9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/database.md":{"size":4620,"mtime_ns":1780945096397670031,"hash":"8d639d843c5d51531781080fa6179168662a5cbd22af7ea828e770823d374c00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/implementation_notes.md":{"size":2408,"mtime_ns":1780913848138283491,"hash":"5a60299e3ce86373b2ae7c2e0efdc5fb85b753123cc45bb09e0c9d671d396811"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/task.md":{"size":2503,"mtime_ns":1780913798113112926,"hash":"f00a38d5a28420b3a8fda800286352a56f0f98b190ec67e57e1d971debae3bef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/architecture.md":{"size":1757,"mtime_ns":1780913877006618619,"hash":"e63b0d01ec3714992eefec62777ee965be7af2a59d55a9e72cf87effac0f4a8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/database.md":{"size":2332,"mtime_ns":1780917970043029189,"hash":"ae2d7fd401bce729cba77a040a613a7f8fe0e9b20e8d4a31eaa970451296a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/implementation_notes.md":{"size":4727,"mtime_ns":1780945968298846841,"hash":"92f49568f1ecb690bef8287e9455ef0b2ed56d897309ea6b8a580fa667f8a5f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/task.md":{"size":1962,"mtime_ns":1780913865638451815,"hash":"2884592d17fcc3363768f899a4371d0ff2f25bc05bf4ab378647224aac695fc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/architecture.md":{"size":6624,"mtime_ns":1780915477914900899,"hash":"180c8f1b3163d1c97e3add7912571278ce7d53477095695010024be863743ee8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/database.md":{"size":7593,"mtime_ns":1780917946898365021,"hash":"00d19e027d60b4461e43310d6445f95fab85d7b6ba26ba946e44ea001556b0d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/implementation_notes.md":{"size":2375,"mtime_ns":1780913973933789015,"hash":"1fa793e81dd07304171c11a760104acd6802dbeec00363618f5d4c1e651668ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/task.md":{"size":6294,"mtime_ns":1780946040236355543,"hash":"042d405bfc9f389c3f4031533534485742dabdcfe86b4d753c0cc052a755f1f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/architecture.md":{"size":1851,"mtime_ns":1780913996728031516,"hash":"6cb465ec4509143b1ff168e629400684e18542a7c1f616f5885f1c4f8be7876f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/database.md":{"size":3657,"mtime_ns":1780926795107362628,"hash":"6ae9c1c5e9c833a0781878a60323428b3388dc46dfdb5620d649371d98c03f36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/implementation_notes.md":{"size":1042,"mtime_ns":1780914015153456807,"hash":"5bb3da0cf9daf5a64f1316e32f20d5a24d70ae5a639bc0d4b62a2667a6742b19"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/task.md":{"size":5429,"mtime_ns":1780946101876308203,"hash":"709ac2fb057f4d470a55c5e47dc0bbda7f38f6a336622fd93be0e334019ee066"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/architecture.md":{"size":1985,"mtime_ns":1780914070674333692,"hash":"b6839bd6197cc3e53162104e0ccddcb4c0dad2d268815ce71e50591dd58dcaea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/database.md":{"size":3623,"mtime_ns":1780917987390393019,"hash":"6a1ac2b1feeec574386ab34b5176b6c069ee3582e7152757e4693e18440d0365"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/implementation_notes.md":{"size":1244,"mtime_ns":1780914095217341542,"hash":"fa7fd9bc9193bd89ed8e6438a3538bb8ba6aac5dbc8859735887b8a2a876956a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/task.md":{"size":1912,"mtime_ns":1780914058797929168,"hash":"4a40fbf276a9595d6be7409e5b8ec3ce0963f7cff1ae1acdbbd8e2a8962f0f76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/architecture.md":{"size":3399,"mtime_ns":1780914129817089915,"hash":"b75f451ea0018239fff4ace9a06e486880409d0015582b1aa5f843b4ff14d9ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/database.md":{"size":4225,"mtime_ns":1780915919108824849,"hash":"07a565453b405723fef58584dc058518729c7d27e873492d8a3cea7e7de0d690"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/implementation_notes.md":{"size":3094,"mtime_ns":1780945173910875440,"hash":"c75e7608c3765170173b475dc5b2b224c663e6c116cecadf38107efdc86d6878"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/task.md":{"size":2582,"mtime_ns":1780914114135141253,"hash":"48422a947301ff86b51f11c3168ec190bfa7f9dcc10821abd5ce5b9a460979ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/user_flow.md":{"size":2191,"mtime_ns":1780914171627644777,"hash":"07b7bc5971ab5201243c5bdf67eb2d111629753dd697034c85e92c96d1008809"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/architecture.md":{"size":1996,"mtime_ns":1780914199549617529,"hash":"289adc397ac626b52b89755bfe8648fab0d7afbbdca30005de728b7697b9a214"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/database.md":{"size":3717,"mtime_ns":1780915937514717817,"hash":"88321d5b96f7d4a6b8e1704430500c45915eb2e259eef363d95f26de72109092"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/implementation_notes.md":{"size":4621,"mtime_ns":1780915380116156578,"hash":"a83b0c475c907a8d8a30ed2d0ca711db33f60fb1e61c202b76bc4731a5bf8243"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/task.md":{"size":8716,"mtime_ns":1780948491117865920,"hash":"da3cd77c8f2c7ad9129a69ccf1f8dc2317dc91a1dd956cf2f042b65361be6395"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/user_flow.md":{"size":1550,"mtime_ns":1780914238340850115,"hash":"9f5dce77e5f9988bba7dfcc621622610a49a42e0b065b884bab56b56661cd84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/architecture.md":{"size":1127,"mtime_ns":1780914261808559537,"hash":"375e8ddd7ec2c6078760759c4501a4cfbfa68fafd7835fb01fb77ec9e63edae3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/database.md":{"size":1786,"mtime_ns":1780945194993545294,"hash":"d839d386d4403610f52b0415868efd6ee3555dc5b209d13ec923975ec4bb799f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/implementation_notes.md":{"size":682,"mtime_ns":1780914277970139742,"hash":"9f0f9dc9c02d7e8672e66bf856526f7b0ed7956b926665bf807466cb5be8ae97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/task.md":{"size":1020,"mtime_ns":1780914250465105891,"hash":"6dd946fad62474b45da1077a795263188685817d871a6fe6a7a48686e24d6193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/architecture.md":{"size":2188,"mtime_ns":1780914305970064998,"hash":"5fdcb2df78dd410d0c2d434203efb1e7a932ef9e9a17270a252584779e59f6cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/database.md":{"size":3810,"mtime_ns":1780915977159314990,"hash":"2fdfac8ae3f0fc238d5398ffcc770d33470901fe1d371043f2762ca15a0c6e50"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/implementation_notes.md":{"size":5724,"mtime_ns":1780946157194396377,"hash":"df382ed8eb807a193bfc884447401cd87c9a678f6ecb95a0a246468cc9311851"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/task.md":{"size":3935,"mtime_ns":1780946250306428313,"hash":"fa4fc2ef76c08670eae962ffd0a3836d7cce4469bc5f407cebff751c025e5c7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/architecture.md":{"size":974,"mtime_ns":1780914349899858832,"hash":"a0adb45cf9f78498055809006e340318b4ca21e6f8627ecbcdcac2205f3f7b29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/database.md":{"size":1630,"mtime_ns":1780926837375006318,"hash":"3d670c92b56d80fa1da6b751fda3b776da46ea368106339d1b80dd6012e01d2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/implementation_notes.md":{"size":596,"mtime_ns":1780914363412821531,"hash":"d49115b6d3c76aec3c3678cc86c6ef5b394e8e63d96e493479bc79db4cd8558c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/task.md":{"size":475,"mtime_ns":1780914338292873383,"hash":"0f032e0490838820a0692ba9c0042dadce5a9558d87083874219c84dcde92742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/architecture.md":{"size":1308,"mtime_ns":1780914379600079656,"hash":"17eba56cf557f9cf9d6300b9946fe25cd348fd937bd20914ba382b1a760112aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/database.md":{"size":1827,"mtime_ns":1780926849934970617,"hash":"46384e53c3b5bd73ef416c647833213a49f5eaefdd7a6c63c4227cf54e5e8aa6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/implementation_notes.md":{"size":849,"mtime_ns":1780914395413759232,"hash":"432b4d0ed90802ae1dd2495e54a2493f60f07ca0ca57a7e68734ff493b2c8031"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/task.md":{"size":9039,"mtime_ns":1781000115337852359,"hash":"322eeb47d17aa1d34573f1daab3e4e6aaaa6c89a6c97bb7be08ea4e10c475f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/architecture.md":{"size":1945,"mtime_ns":1780914418815337658,"hash":"434ff7a1e4e0cb8d175321f3af647ef5276602ed753c9ca9c3c9480a7456d53c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/database.md":{"size":5305,"mtime_ns":1780946202243066788,"hash":"86fdf19600fc6c72961d37e60d2f056f9012b1b26d0fddac2a6d31b15295f105"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/implementation_notes.md":{"size":3038,"mtime_ns":1780915087810785770,"hash":"1fbc6a5462ddb25a89b765941b2c4eebae1b3c2e62cf5dbf48bc48015b79e6ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/task.md":{"size":8918,"mtime_ns":1780948846758672237,"hash":"ae564ca5b8f57b3e399f6996c978ed63e5d2425342b6d9dc6eb0b29c90fa2da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/architecture.md":{"size":1957,"mtime_ns":1780915416796818495,"hash":"9ed187252c771e6fbbbc24009d84f0fe52b4c3f565b16413ffd753c16c1793d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/database.md":{"size":2934,"mtime_ns":1780917918423562169,"hash":"bc18f2996973b821a4c393e627028ca7212b1bb769a7faf122fd0b7f4fc4da10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/implementation_notes.md":{"size":4833,"mtime_ns":1780915404939572215,"hash":"b8c731a6b5e06985b3179372e17bf6b678fd4bccf0f2a488cec7b842ecd56798"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/task.md":{"size":4814,"mtime_ns":1780948110250153184,"hash":"ecf2f1d6b695c256805cea006ad4ea2c64d4419dba5da0e8a862ddcb78c185d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/database.md":{"size":2141,"mtime_ns":1780945235470226049,"hash":"4ef4177ff9c455909dc4d2d64ef4ee2fd8e1d5eaef1bda53fe9fed7923809e1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/implementation_notes.md":{"size":1864,"mtime_ns":1780945250993937969,"hash":"75cfb72ca7fff3f679ed78b75fb7cc251344cba57d46d4926a1ff24c61a18193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/task.md":{"size":14473,"mtime_ns":1781000201191461921,"hash":"b4a1a494a5417c78db3a85dc80fa158db77860e74eee9337fb15a5f5052f829f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/database.md":{"size":3780,"mtime_ns":1780948101369445086,"hash":"8c43bfccc6aafad28eebd86afc5b32f56ca6db3dc081b796567f4c95824df146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/task.md":{"size":4116,"mtime_ns":1780948080182510614,"hash":"33696ec512d7848300e8575d2a387e09a90153045860fed8b8f2c5632b6592f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/entrypoint.sh":{"size":1468,"mtime_ns":1782633219516893494,"hash":"48c33a7c55c256a65ba4c089893e1112aea5b1320c9dc6b46f4eadb865b68ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/frontend-domains.json":{"size":2348,"mtime_ns":1782410142646593892,"hash":"dc12d68e32830d446995ea2a8cf98fe0bc24e15d4b6b0b27dd5b97dc84b06568"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/gen-cors-env.php":{"size":1933,"mtime_ns":1783423497551393748,"hash":"a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/healthcheck.sh":{"size":443,"mtime_ns":1782647901237410548,"hash":"b4d2a6f75f334c832e9a015b4e296f3fb9210f128b2b1b40bfe74abf6e6babc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628133044.php":{"size":1747,"mtime_ns":1782728407177086438,"hash":"5c24097f68a7696b4ae58ba6df68b6ace4f508b1f0ebf3e964fff23661c8ea0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628134241.php":{"size":1159,"mtime_ns":1782728407177374107,"hash":"c31886c1f10dd25296b56fb7ba336f1fc45aa45d6627ab6bdb148f18d49872ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628152738.php":{"size":1873,"mtime_ns":1782728407177652192,"hash":"d7a00a9e505a45fe1056cde539a8cbefcb42f67a0c3755427d77ba12959e0c4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153625.php":{"size":882,"mtime_ns":1782728407177952152,"hash":"b314e4f194586cb9b4037fb48ab8400a307ce428def8108b94616a263e24e238"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153855.php":{"size":1146,"mtime_ns":1782728407179127785,"hash":"1ec80db45af56adf7be93c412e0165c70fb629dde2ccc09b06a3452a66c52c05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628165710.php":{"size":809,"mtime_ns":1782728407179735539,"hash":"cca05740bf26d1540b361283f5a140aeb446bd717250615b7ed040977788dab6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628173151.php":{"size":1639,"mtime_ns":1782728407180333627,"hash":"b8bbe9ad2ce3faae637534db20bfc455e288bc2c5fb3a1b9a10f4a29db2432aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/CreateAdminCommand.php":{"size":2428,"mtime_ns":1782649564990017265,"hash":"2fd1cffeb4d8299abb1a5fda3d9f29a08c882ff6e66781dffbc038ff675906c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceCleanupService.php":{"size":1874,"mtime_ns":1782728407197355450,"hash":"19f366c81466bfebfd37cd2310f8602b243cf5111e51308892e196b7d5a7dc4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php":{"size":2923,"mtime_ns":1782728407205043418,"hash":"6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentExpiryServiceTest.php":{"size":2163,"mtime_ns":1782728407205393295,"hash":"5586072347e23a24fddaa187efeb93d702697b7cdd1a399909239684cf371372"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentSettingsListOwnershipTest.php":{"size":1592,"mtime_ns":1782728407205827923,"hash":"1ffb3b0a89f531658a75520df810efc7e18022e106a75d885d92986d62ba74e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingScopeTest.php":{"size":1653,"mtime_ns":1782728407206108967,"hash":"395161c96b8a660dab252a12c063090de94131b66d672c3b8804d70800327451"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/DateOverrideOwnershipTest.php":{"size":1259,"mtime_ns":1782728407206489928,"hash":"10dfd3691f16464f1d16a317942a53046f5369260a74ce133960d1b1f30218aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ScheduleOwnershipTest.php":{"size":1721,"mtime_ns":1782728407206779055,"hash":"f935dde55aaa34b8c10780019e1c8ee7f5733c602874cc951411737dc9691329"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/SlotUniquenessTest.php":{"size":2475,"mtime_ns":1782728407206954431,"hash":"0168f3c381e9da2663e2cf118fd67f5b90d2ea6e4e96433e3d05a567248961f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Audit/LowTierFixesTest.php":{"size":1517,"mtime_ns":1782728407207202432,"hash":"6d65ac794b959d7b177dfd5ed9792082e5f79a073b0cda79be8503b689edc907"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/RefreshTokenTest.php":{"size":1924,"mtime_ns":1782728407207460101,"hash":"745716b0c8627a1f72fed9305b2dc70af84c14ed015ff3341bd3c6422ea63c87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/SendCodeMobileRateLimitTest.php":{"size":1421,"mtime_ns":1782728407207651102,"hash":"f069f1c427ffbeb082d3777ae8da34e031e940e4a0c79e5da4e80708345890aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimAmountBoundsTest.php":{"size":1863,"mtime_ns":1782728407207878645,"hash":"0b7551406b5b0c2fe47812614e3edbf359b72ef3c0f16b12466e387c5bdbb041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListNPlusOneTest.php":{"size":1782,"mtime_ns":1782728407208062397,"hash":"dcf666e9d1a149bf85e0ef7869083bceec48bd8ba95958292878d73f7e330467"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListPaginationTest.php":{"size":1215,"mtime_ns":1782728407208282107,"hash":"3d81e096e779dc685eed5920d7fef419ebf2c96e96794ae8d6222daeb0dea7e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDeleteCleanupTest.php":{"size":1598,"mtime_ns":1782728407208527691,"hash":"f9809dce56ba099731d9fbf6e1da781c18acc49a758537002868a7db3efad7b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemStaffOwnershipTest.php":{"size":1464,"mtime_ns":1782728407208738276,"hash":"e8b808423b34ee5471e7d00407f94ed22593e06ed6c4e674f92e972ed0e8718f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Database/UniqueConstraintsTest.php":{"size":2595,"mtime_ns":1782728407208978278,"hash":"aeaae84730fbdecfb8337f25283653d3867d3cf50332e7bea917c946672c97cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/ClinicDoctorListNPlusOneTest.php":{"size":2457,"mtime_ns":1782728407209223988,"hash":"705820b9d1590cf2f642e6ee7391a651536104c92acf39f261e2df71516ed55a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorAddressOwnershipTest.php":{"size":1313,"mtime_ns":1782728407209479490,"hash":"8fde8b4d6db03191fc8d650bf86fa6962956b504013b76a55c4e5ae791e47c38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctrine/RepositoryClassMappingTest.php":{"size":1573,"mtime_ns":1782728407209727575,"hash":"5289139754fae16d85a09fcff134ceef249968876f029c180f36b1c7d53bf5d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/DoctorInsuranceOwnershipTest.php":{"size":1486,"mtime_ns":1782728407209989701,"hash":"9231aaeffd13bf27869e74186679ddd38d1f6ebc9c52d36a8dad9b589bea3ad0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageNPlusOneTest.php":{"size":3714,"mtime_ns":1782728407210225203,"hash":"dd8ffa7d6329453fa49a9403b95a13556ad08dd318c89733a202d9d6c8ecfa4f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceCleanupTest.php":{"size":3021,"mtime_ns":1782728407210448121,"hash":"986643979f19f6a7ee71127782524852eb9eb163b77db793253e95b8df534675"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentCallbackAmountTest.php":{"size":3356,"mtime_ns":1782728407210719081,"hash":"1b32d36a573652e1860ae2ceaf20ead7eee9cef0c204c9d4875ce8926849e278"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentListNPlusOneTest.php":{"size":3794,"mtime_ns":1782728407210931374,"hash":"473c67b119935570a66ab5e75cc36311f04ce314729e75bf44fd337bacbc4535"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentPaginationTest.php":{"size":1836,"mtime_ns":1782728407211216876,"hash":"7d11e7ba342faf3c69e5844c1adab2aa7583b201737d16e0724d9233d00ad1e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/RepresentationCommissionTest.php":{"size":2548,"mtime_ns":1782728407211506878,"hash":"26b9f23b2462b30adea512eeb07f92f4db597a60c0ed3610a4169bd22f7c6c26"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryListNPlusOneTest.php":{"size":1592,"mtime_ns":1782728407211848922,"hash":"bce8c0d2597c3641885ba9322eb03bada116d979e3bd7a0b4c90d5208fdd620c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/FinancialBreakdownIntegrityTest.php":{"size":1173,"mtime_ns":1782728407212105424,"hash":"3e987494345d3a7c1cc90de7b27bfcac7bc45bb54e8fa0a7a3f790bdfa406aaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/SettlementListPaginationTest.php":{"size":957,"mtime_ns":1782728407212820054,"hash":"74501df43886dc66c5fe19f849549a2194644dc948d94856f97d0af17c0d179c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/WalletTransactionsPaginationTest.php":{"size":1087,"mtime_ns":1782728407213026555,"hash":"8df4dfce9a91d73297d88f22e047a4127fee2b00e2fe1bc8f43eed2ff805fae9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/ErrorCodesTest.php":{"size":1547,"mtime_ns":1782728407213280973,"hash":"bf392c01cd7a70c25efe7c4ad59ffdb4579b1216576d58393c3a965524360f0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Smoke/InfraSmokeTest.php":{"size":1444,"mtime_ns":1782728407213624767,"hash":"d8d4a8c5688d7ed7168570bfc39c3cf038e2c43324498dff3239f5668afa0a1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/doctrine_object_manager.php":{"size":479,"mtime_ns":1782728407213800685,"hash":"7a99fb0ab55d30b31cdebe923546775d6372a0aa6e731b409c37fb8f98671f5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-adapt-backend-audit.md":{"size":8798,"mtime_ns":1782728407083687268,"hash":"f7e83133c40658496827e06f6182a995ccaff35018d83b7ee8aa32aba25a03fb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-docker-production-hardening.md":{"size":13443,"mtime_ns":1782647901236299599,"hash":"74228033d085f739ed39f615762ad721c6b3678122d0afc3f988676c4b514589"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-symfony-deploy.md":{"size":18877,"mtime_ns":1782409236333930026,"hash":"a81d0aa4535ae4be51f69d47c5101f7a72415654ded3889e01f1baf98718715a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/full-backend-audit.md":{"size":11545,"mtime_ns":1782728407084760233,"hash":"448fb57a5fdadd9bb3176b1570c0421b6459bbf2a5bd69bd4154246ae0c61285"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/home-landing-copy-and-mobile.md":{"size":12400,"mtime_ns":1783500476952532681,"hash":"761c1d9fe055e628d59a006628f52163f49f6cc3499b6d7480baa67386ae8b88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/split-db-redis-to-coolify-resources.md":{"size":12357,"mtime_ns":1782632977626228125,"hash":"6d87685ede07fb029b01d211fa82bdb7311bde9eb31ee9869992e6c49da5c75f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/DEPLOY.md":{"size":11539,"mtime_ns":1782647901238565498,"hash":"39797d5439fd4fd0fd19ae7a5b033febf0fbf6b58d07fdd1750d3aa2799b9163"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/audit-backlog.md":{"size":19190,"mtime_ns":1782728407113021215,"hash":"63afb7aaff2eb3113700644ab9bbfa07562ccec38cba4c77c0f21cd9acb98706"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy/coolify.md":{"size":10378,"mtime_ns":1782410984792896284,"hash":"f1d06d336c14b8df1530ec41dd80021b40e7113be0895504f9dda70b112a1cdf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/SeoController.php":{"size":1860,"mtime_ns":1782728407203067196,"hash":"df1028d7b1b294928a318cc7c27de5ca99b00d583d81ef6f400494c22380b6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara.json":{"size":638,"mtime_ns":1782743447395127690,"hash":"337416608afe2e6e989bfd903bb5bca1e977e6f8eb5cc02ca05a46bbda53edc4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_build.sh":{"size":559,"mtime_ns":1782735663785720587,"hash":"d9b9232a0f115eb1d752c2b149a5224ea030fd04d3c92ab964d53a6701d5e0a7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_start.sh":{"size":1063,"mtime_ns":1782747838542662883,"hash":"c5d143014bb281d056f6c286cf66faa4894b059584cceeacd150b01648cbde52"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-test-suite.md":{"size":19691,"mtime_ns":1782728407084188354,"hash":"73ad644cede4254811fab6f825750f127edb1b5f08b8bad25b99b85c097a9556"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-docker.md":{"size":14106,"mtime_ns":1782732118990034632,"hash":"1a5f6f8bba054ea974f99dc5c01aeb19ed1cf612c3fd18a700bc03beaded2b5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-php.md":{"size":13353,"mtime_ns":1782735439025822952,"hash":"39f30d7c6d20b1869f5f06b2b532071e94b264f4bddf248c3cf84c62159ed86c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara-php.md":{"size":10664,"mtime_ns":1782736008651392836,"hash":"65c93d7d9e14dd468b75c5c81dee1ae6438d267253e8ad295953d3746d68d250"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara.md":{"size":8919,"mtime_ns":1782732335270881309,"hash":"ade1392f7cf72c544736a765b03140858e45cc5f12a480cd03ba4628af17e84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260629161536.php":{"size":1115,"mtime_ns":1782749766472631367,"hash":"c0e9b10f345c3d894d27267c90618903fab9693fd4be3542a755fbed3787fcba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLog.php":{"size":1707,"mtime_ns":1782749711194459630,"hash":"5b3237552e7ae040e5a3b2a289e8fc0f0518a1df84553665ea214efd36c2321d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLogRepository.php":{"size":1042,"mtime_ns":1782929739410604413,"hash":"1ea5a9d3ace2fce4b476ccb2b0954b06f3d4c364fa9e7aa9d77c25a8a6631d1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/DbLogger.php":{"size":3546,"mtime_ns":1782749810227775663,"hash":"4d5328c774fe4619eb75f9de434173ae4a4b5ca53f7729383399b12c2a222805"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Admin/AdminLogsTest.php":{"size":1600,"mtime_ns":1782750195979032925,"hash":"a8f899cc061053e5664833c2ebcbf1fe2613c8d5b150973bb95e621750267c61"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/DbLoggerTest.php":{"size":1768,"mtime_ns":1782749879165982208,"hash":"48db5c733cc7e02a8a226fc4ed552cd5282c91d400dc72b32f3f122c127033bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/project-wide-logging.md":{"size":14450,"mtime_ns":1782749549958444881,"hash":"3970d300cb4b804fed477773b47b653edb7aa3754b8cefd0e3f7d31a49417e6f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php":{"size":3511,"mtime_ns":1782843840412881578,"hash":"721aecace95083433388fa4205e063cb45867b202d5430f44c1b0bbb1faa4465"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Category/CategoryImportTest.php":{"size":5536,"mtime_ns":1783499837163827969,"hash":"d80eb9b3053cccc4a29926832b4839ea7d17ac6fbdcb342dfd251b2130bd1c41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/category-import.md":{"size":5741,"mtime_ns":1783500035987979007,"hash":"48be2043d1b5dfe9b37580383626be174696d5735c51486220080c10b89dd5b5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/cities.json":{"size":50422,"mtime_ns":1783500944157597451,"hash":"473d523b14d8547b6262421099146299a580664c5ac61082eb835a4c1c18462a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/doctor_services.json":{"size":46716,"mtime_ns":1782843868777989827,"hash":"3a5610d926bb9581c868449c387e80feef104aec7c9bdc6ed39835e87c287015"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/provinces.json":{"size":4364,"mtime_ns":1782843868770610383,"hash":"c28e9c29f212ac946af73f8122b545bd3761766ebc2c8e0a47567ef6a9fc5197"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/specialties.json":{"size":18764,"mtime_ns":1782843868775505763,"hash":"9bcf8a9b8f83e159a290b14c13b17b485185812c9e53ef62df4e33f84b216e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Command/SeedCategoriesCommand.php":{"size":2775,"mtime_ns":1782843891881834765,"hash":"13a71e6dab76fcb921270b6e2f996145b78e3c09d69b38592612a879707d87dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Service/CategoryImporter.php":{"size":11859,"mtime_ns":1783499652565190714,"hash":"90101a086fb74c753ac6f26202ac1f850a6dda487f46fe489d456458596c6487"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/production-fixes-cors-payment-gateways.md":{"size":15490,"mtime_ns":1782896794174529460,"hash":"4a016b326e836f770e919fd1f5d3bf3f5f70fc4dd7aa9676c198e9b7e63f7b91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-full-system-audit.md":{"size":15299,"mtime_ns":1782894418024832296,"hash":"8cccd87e3d45acefda119c2e63b85e013e60943b2524a9bc2e9b62074c9bb9f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-welcome-sms.md":{"size":8951,"mtime_ns":1782902722286387081,"hash":"05b7b6fbd16251df4d8049e99a7692e0fe3245c4f8ad6f0188e7f0b79fb92f4d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-settings-apikey-env-only.md":{"size":16545,"mtime_ns":1782893768608578413,"hash":"dada8658d0861aa23bbca638f3f832a420d16699a71a02d2dc6358bac834538e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/full-system-audit-report.md":{"size":18928,"mtime_ns":1782896060811421986,"hash":"0053ebf6c21b4a5da087f668332ebdacbceef6a781cd3767155d08647b165b9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Command/PruneLogsCommand.php":{"size":866,"mtime_ns":1782929791849281801,"hash":"e80ac76c51bb7ac78fe69679cbe82454f65f5ba6b35d3b3c3a01260698c35c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/LogPruneService.php":{"size":883,"mtime_ns":1782929784989711179,"hash":"9fe084116ccdb7a551ccae4c8d48626f7370549ae386e31c112cb579d8647ba6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Message/PruneLogsMessage.php":{"size":73,"mtime_ns":1782929786004422877,"hash":"d060dc486c8bcd48d507d001c65b68f4e3b84eb5cdccede2272bcfd2437ca142"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/MessageHandler/PruneLogsHandler.php":{"size":463,"mtime_ns":1782929788291896556,"hash":"20acb36c09cd00f50865c9d8bd04f8234eb0a76285a744e34d5cd2e50e3f4eaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702063537.php":{"size":651,"mtime_ns":1782974183036403270,"hash":"2d3311a9342c690139154fabd01bcf942f32b1533612dbdf7de677ee04dc34db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ios-safari-css-fallbacks.md":{"size":9046,"mtime_ns":1782975691974719871,"hash":"48e210b06690285c3db657ab7a964830ecfc5d826e7624eb0a64df550fdccdca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702115209.php":{"size":962,"mtime_ns":1782993164666143613,"hash":"821f2b858cff251eebc74ac92b4b9263c24dbaffaa34e05b03b2324186bbeb08"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/PaymentLog.php":{"size":2358,"mtime_ns":1783010796435723748,"hash":"14cb8d07e807806c11ce8602cae3bcd05b3d639dd8698c78f262136fced58b37"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/GatewayFactory.php":{"size":3532,"mtime_ns":1783010796436002206,"hash":"587b83007d7a8d0ac0d45c6a3c8108d3e0dde9568168144061e182fa1f7767c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentRefundResult.php":{"size":331,"mtime_ns":1783010796438108203,"hash":"2bc320c00a5049780d14735c7ff72b376159b6535e94c3993ae15d43ad72e548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentLogRepository.php":{"size":577,"mtime_ns":1782993118701194485,"hash":"06bcfbcd017b77e4ad6f855cc6f3184bf863fe3f29641fca8c4a8d4f48bf6be8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php":{"size":19702,"mtime_ns":1783239408129023969,"hash":"6be6697ec7e2257f850e5d091cfc2abeaa82143d8da485af326f660bc39ef018"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/MellatGatewayTest.php":{"size":735,"mtime_ns":1782984645104304163,"hash":"94d88c7055fe1be78f52d3dcc56078b62bbad4a24a1d7c5ffad6f86e9d5e2c7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-mobile-responsive.md":{"size":11674,"mtime_ns":1783014366933033009,"hash":"852ccdcc3659967ca4aab8059adec237b69e5fb8416d951b052cdf7eb647f9a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-payment-refund-reversal.md":{"size":15214,"mtime_ns":1783010796431742588,"hash":"e55052916115c1c67bcbd5ee1f39be8454ab3eb77d82902f271f52433da4951d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-appointment-notification-sms.md":{"size":7985,"mtime_ns":1783012880392028526,"hash":"16f20ad212e905030ddb53ae8899b9b185eee3bf094ef7782437156a83808f2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-experience-activity-date.md":{"size":12376,"mtime_ns":1782978755921887105,"hash":"062541c7937a458a5c0aa4245699f9b6c5343cdc7551aebf36af5e3c1ca95b2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-admin-modal-and-calendar.md":{"size":9611,"mtime_ns":1782979774560814821,"hash":"fe83975f003f964e3ae9fc1ac9c0b5354ce8cf02fe51ef3dfaee6b3a766a2452"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctors-list-location-filter.md":{"size":12852,"mtime_ns":1782977589946540539,"hash":"cba39cdd0c017cb66792a6c4707e1cd9f060c8c03e9f7b16878a0ddae96a616d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-production-soap.md":{"size":11655,"mtime_ns":1783010796432002379,"hash":"57bef1c36673ed6135d976b61ae551e590fb757e403fcfce8475ad4950ffabe6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-sandbox-gateway.md":{"size":13487,"mtime_ns":1783010796432293420,"hash":"de2aec27fbadc4dd88f1587822b349985073b32d1c9f09f54642f3d56a21fffa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-flow-architecture.md":{"size":13171,"mtime_ns":1782992901105315211,"hash":"9ae4872e0ca49d602b246c6c04e97dc6476a3fbbc4bf29c43dee8cca84e8307e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-single-flow-consolidation.md":{"size":12823,"mtime_ns":1782994765480242696,"hash":"4e04a45a73afaa8b4a0c80552519e5cd1dbc641f1b9dbe8e2d70bdb974c37111"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-price-and-wallet-settings.md":{"size":9735,"mtime_ns":1782998857276789821,"hash":"cbb79a9bd90c62fcd753606137f8d384a1cdbb47164c4879400c93919dae09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260703085828.php":{"size":867,"mtime_ns":1783069119205310313,"hash":"c627a3c2239ef4caae61a87ac9b189d97886576d9f151b3b64ece5f8e5c5e325"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705070546.php":{"size":1214,"mtime_ns":1783235160126438474,"hash":"4e02d6033fc62b44eddabfdedabfcecea984630a43bf651af2eb3620a617ee9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705072835.php":{"size":2428,"mtime_ns":1783236836060491368,"hash":"5a3681228a5349171fba0c11c024024e75a40d303f6d2695cfa9096a48d8b21c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705081716.php":{"size":2217,"mtime_ns":1783239466992612707,"hash":"053bcd79fc331f32d94a31317b83fbb4925d3ed129e9f974c935e74925186c68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/SmsServiceLookupOnlyTest.php":{"size":5242,"mtime_ns":1783456125443604411,"hash":"e6a7bc771a3d4c785af5c6b7db13dca677e1953b2cfb26e604cb353c2e5a6bd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-pro-promo-video.md":{"size":10920,"mtime_ns":1783245223582403990,"hash":"61af8b73d12e2eeb2acfa40fd359218d83e1a7eb2187a8dbf881c70c761ac9f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/currency-toman-display-admin.md":{"size":8321,"mtime_ns":1783060267941162529,"hash":"90c735ff59081e8af302d91dadf9eed20d877f17154cfc1df58c1852bb82f1a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/expired-appointment-blocks-payment.md":{"size":10679,"mtime_ns":1783059494354544687,"hash":"94824beb21147a04f6d699242d4dd586127ba983fb48d74e73919a2b125b64a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-modal-portal-positioning.md":{"size":8120,"mtime_ns":1783189568446030666,"hash":"8b407ba218adf3d2dd670f58379fe3ad658b0df9b6c5a45cbf6d54323d4449ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-sms-site-name.md":{"size":9080,"mtime_ns":1783070793009698214,"hash":"300c3b5f55738ef62b573163272078d6ac3d5ac0d61393dc9bfbcb75532781f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-via-kavenegar-lookup.md":{"size":10815,"mtime_ns":1783151621410073439,"hash":"116fabb2150ad9157f2a59c6b42ab8af4c4100c6b0bfffa8a48a84db50da6d1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-lookup-only.md":{"size":9841,"mtime_ns":1783421842166664361,"hash":"32a4e3ffaacba3c1a02652cd46380ec298569d36b6938495ff858175e31e9332"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-verify-lookup-templates.md":{"size":17062,"mtime_ns":1783236336652480520,"hash":"d891097629add975bb30ebf1770536544a2df95270359c4fd75471e43be0ff7a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php":{"size":1417,"mtime_ns":1783423339918379070,"hash":"610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php":{"size":2522,"mtime_ns":1783423530411102164,"hash":"6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cors-regex-from-hosts-coolify-safe.md":{"size":10867,"mtime_ns":1783423233682261850,"hash":"f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260707202553.php":{"size":786,"mtime_ns":1783455961508537079,"hash":"bb677fe6041e10d486539f4125654adbad48125481c892c44ded8f61452409ec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/KavehNegarProviderTest.php":{"size":1952,"mtime_ns":1783491609892729695,"hash":"4527c1eeebd79828e19e57ab6b2aa32a144401c40ac10e593f585a00d7e8e9bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-restart-diagnosis-hardening.md":{"size":8796,"mtime_ns":1783497150563049693,"hash":"06e591a50e6b36a2a999a2b3feea53abde66a2edf84f49cebaa7a9da7d0d3cb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-kavenegar-sms-errors.md":{"size":10465,"mtime_ns":1783491468913393002,"hash":"911e63cefac9708e7170a804ded38638a265a94c2b8f8d7381ead7ba35f7c30c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-prod-soap-extension.md":{"size":6219,"mtime_ns":1783490610538563465,"hash":"9dd5ff799a5932287ed13efd8533b8bd3a2a564db90c20584bfa4890fc6fd6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ops-restarts.md":{"size":12540,"mtime_ns":1783520952204025296,"hash":"61f9305d961a271a8dd58c9a4bf37fa265c4294ddf1083d2977b64a7a57570d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260708083446.php":{"size":766,"mtime_ns":1783499693032278579,"hash":"1df2d053159ae991d2efe948e1cbc5e8f5f4a349f9c61fa850cd0a252f57db23"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/collect-diagnostics.sh":{"size":2064,"mtime_ns":1783520903604097569,"hash":"3b7db294f79b0bdf93657102c18e04cfba46ce50743748eb0f662706319b0030"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/server-down-oom-diagnosis.md":{"size":9569,"mtime_ns":1783520770245126273,"hash":"c79306d1d395019b2c945cb8bc26443f1d1a311c82adbca67cd6a53ef6021586"}} \ No newline at end of file +{"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/assets/controllers.json":{"size":198,"mtime_ns":1781030172830093265,"hash":"c2038f4c739d4a1620199394a2ccfdd5c91ef846a0f81048388ffa7b65df091b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/composer.json":{"size":3107,"mtime_ns":1783490678467490026,"hash":"fd19747c4f617b61a6d00aa2e6a399047b4b6f93b6e73f73cc0919c841d55ead"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/bundles.php":{"size":991,"mtime_ns":1781030790602666616,"hash":"ffc97986a2386074ed8eb1b4b9dcbca2ffa7cc6b3600a6c37e3112d6be39e0f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/preload.php":{"size":184,"mtime_ns":1781009656090972900,"hash":"718612fb509259556db6202d93b5f3b1bd85a6be6d523cdc6fb1d81b569ce256"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/config/reference.php":{"size":105233,"mtime_ns":1782645766235591855,"hash":"a2030203ccca39bf435675e884e805a2bc3db13ddfded1d346ac649bab6deeab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/create_test_users.php":{"size":4062,"mtime_ns":1781168063674077630,"hash":"35e828a0495a0a4aaa7539781076edff3b0af2e88562ea0ae1299cfc17fa91b6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/city.json":{"size":48958,"mtime_ns":1760953552261818528,"hash":"4c321bdc22df2c9e02e37cb3c1a44d792710e94c53f0131f14e88f0ba60cfbf5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/doctor_services.json":{"size":42359,"mtime_ns":1781085019042251229,"hash":"086809f01c4c6e77ab1161688bd03d60ff524735d0d7655cb0daa55bbb53875a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/import.php":{"size":5488,"mtime_ns":1781089058225002885,"hash":"7f22b1eef5dacde90d1f87178f5b446df06562e86331f2b1fef0672da6d33fb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed.php":{"size":27683,"mtime_ns":1781090517391813278,"hash":"9f68801870c368286543040b482a6a8e9773a82506565226d705c0b410873025"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_finish.php":{"size":10806,"mtime_ns":1781091340487318516,"hash":"f36f97df126491fcfdc438f289489a189bbc58b7fa5dc61e48a40edefb77c623"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed_full.php":{"size":42270,"mtime_ns":1781091251098443866,"hash":"da652ff8b7513cab398dc4f7d6dcc92399ef0507410f466a72929684aee6abc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/specialties.json":{"size":16189,"mtime_ns":1781084374016184330,"hash":"de4ba8a0ed9fe595a89be7b4113ae37bddd5dcc5e59766f4cdf7ec34cfd44dc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/state.json":{"size":1708,"mtime_ns":1760953552262399793,"hash":"3678b80abe63c2c45d0ef5f5cfd63cb46f5bcff7cb6f73fb3c8d188ce24d0242"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609130407.php":{"size":1154,"mtime_ns":1781010250896191835,"hash":"d9130e4e0fcecbfc302da5ef3184d0665ef9844067e63673b091dc6b09e5c432"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131304.php":{"size":8945,"mtime_ns":1781010908745260477,"hash":"d8db037c64d216c9d6e3018caab7c9a4966abfe31e41794f43728ac0bd3c11bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609131553.php":{"size":1477,"mtime_ns":1781010960853107810,"hash":"1b3c9ad833965008985bcf3f6a1894e400bc58bb0a8de2b6bc159c31ecdcca5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132009.php":{"size":1986,"mtime_ns":1781011210879944205,"hash":"95e296cf289224cc43748507a9496f493d0e25b829a9e3d8bb8567f6f022d378"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609132708.php":{"size":5572,"mtime_ns":1781011630935659766,"hash":"d3211b9b4b08ad40b543052498b4ad7adeb034ffbabc4a83f761807df8e2fe9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133121.php":{"size":4855,"mtime_ns":1781011890870506406,"hash":"fc65641b70ce6d9bb2409aeecccb580333685ba71bcdddb72ea185fc9b717e9b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133334.php":{"size":1529,"mtime_ns":1781012020936148882,"hash":"d2753baf2902d723dba6ef2928c65627dbc4f006c5493a45182b450fb4598fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609133546.php":{"size":1688,"mtime_ns":1781012150911850095,"hash":"98b56edc2e31c609f70d82d1e697c6598f3c65c4120d4e77510d19c0030e9d87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134112.php":{"size":2830,"mtime_ns":1781012480955463648,"hash":"ffb5700205e312f10728cd20f9638450cd2195df9627b5b51f92690526214845"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609134741.php":{"size":1789,"mtime_ns":1781012870832220674,"hash":"eb2a55b4f50f4fd58288452b71dfb5e190958cb8c775354dc9c9f99c929dfff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135126.php":{"size":1922,"mtime_ns":1781013090876422882,"hash":"a736efea5774baa48ac87522442943580e9ce47cab3479e1033e71fc6131eae5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135514.php":{"size":1449,"mtime_ns":1781013320954994440,"hash":"e3901078cc23a4e9ba6a7b748e32fc1a04f888c8d5680da5100b26a56dcd0559"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135704.php":{"size":2558,"mtime_ns":1781013430957508206,"hash":"6ce6851d5331c07c1f13c94f475a7f6823551927ff0b7ccfa8fddec146e69fcc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609135923.php":{"size":3457,"mtime_ns":1781013570869080544,"hash":"b7a581c53e463fa8bfb6a7ccdd65d75c2146aa3b8190852a84a15ad2c8d3bf3d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140223.php":{"size":1590,"mtime_ns":1781013750963170886,"hash":"c0c011d8f3040d2b81dff1ec667f2d650567eb141271ff4d368ed66fdfef9342"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260609140423.php":{"size":1535,"mtime_ns":1781013870906972885,"hash":"0fb344e74f64622b3ea3f4a29e8b6412f35ec60ee46cd25abd5ea3e0abc8c299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610062539.php":{"size":826,"mtime_ns":1781072744933894396,"hash":"c9a4bfd06b4bdb00f74c6a5973acbea2b86b4c8ab64c8d28c730dcdda5bc0e88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610092558.php":{"size":780,"mtime_ns":1781083564938987613,"hash":"7b3ae1ae82625519d5c7986d542c84dc5c37949ac4f3a8c356191dc480b7cc0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610103401.php":{"size":20904,"mtime_ns":1781087803230706453,"hash":"f54443ba8ee1b2d436f3e2bdafcdb026b5b3c8dae9941623fb401792aa68bb85"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110039.php":{"size":817,"mtime_ns":1781089244896521926,"hash":"a68634b6818f1b331bc2232ff9429792f11a7090ef18315754dbb5feec3981b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610110921.php":{"size":1611,"mtime_ns":1781089784421230793,"hash":"2f112d7fbfee7d1a0ec047535854cfb1bf8088099d4f5219e23f9458380f90ce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610111254.php":{"size":1109,"mtime_ns":1781089984946035862,"hash":"2c68d5ebfef56abee588aa5abb74a571918a0ed04eec7be7ea8039d9a12046ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610113711.php":{"size":1499,"mtime_ns":1781091448606693864,"hash":"4cd9c0910a49718627e7ea3c5f6f448e6508e609c70d643e160a6c740937d13f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610140853.php":{"size":5927,"mtime_ns":1782583543657239761,"hash":"02683252b3c23dc3005af00fc6a42cbc360a306c799a88ee722cf1560ba22da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610175105.php":{"size":767,"mtime_ns":1781113873591904402,"hash":"49ffb1ef4d630a180b47d4b1f42da6c3ddf8283dc93bc192c16060cc093b5b82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260610183655.php":{"size":2273,"mtime_ns":1781116623586431980,"hash":"e1573ba5f962b956314e7e17a8adf8fc3683dc6065c34490b60a25636d7fe4a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611075829.php":{"size":3004,"mtime_ns":1782626301195816873,"hash":"b3ba50cb2690810d8fb010f0ede4cf92906376908208bf0093512752d72fed76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611083424.php":{"size":881,"mtime_ns":1781166873770630956,"hash":"38e49fefb94b0029f3a10ac5aa846f341e47fb69686ad6d23c4b324de4b5e218"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260611084046.php":{"size":1410,"mtime_ns":1781167246413147688,"hash":"ace825e63afb52cfc794f24547a03563c501cb951545c1a8fe50e2f198e11572"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612081739.php":{"size":1185,"mtime_ns":1781252261521732569,"hash":"abfc51c67c959f525711c661c21872e6a831079510241c197b86175623bc217b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260612132848.php":{"size":1667,"mtime_ns":1781258338612526059,"hash":"c3d155690c12d3c3243190dcc759adf44cdf6a727b3b2563ba50caa78fd2a3cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181134.php":{"size":1715,"mtime_ns":1781516938570601065,"hash":"4febd40d1e647abbd00413dbb51dc59d5f73d15a6d54d7668d08861f2e6c2d99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181629.php":{"size":3515,"mtime_ns":1781516938570859523,"hash":"c8a4a0b22f709c3ad72760ab89c787f44260064e9d3222449292133d85b27862"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614181657.php":{"size":4760,"mtime_ns":1781516938571506442,"hash":"3f5f75cf96210cabb9a36a61036acb7bea5fd01466b367725995b9fd52bedb2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182549.php":{"size":2122,"mtime_ns":1781516938571645400,"hash":"1fc5633381813d3939e8513eb233bfd9c24797537a8348bc83e1f29c2b41e311"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614182950.php":{"size":2545,"mtime_ns":1781516938571764692,"hash":"fd126b1e4e09b2f3433242d40992cb2a829d80a357faa87bf922d86bbf514c2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260614183527.php":{"size":4022,"mtime_ns":1781516938571888567,"hash":"98a07ace9623c623dddcecb1bf1d4189d8efe1692ba261779b1f9661ac07ff25"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615060415.php":{"size":851,"mtime_ns":1781516938572128193,"hash":"0231ff42cfb43dd4cb4ecfaff3e4f1d285d30fdd87a120fccc6046fac3d1e040"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615061938.php":{"size":981,"mtime_ns":1781516938572427735,"hash":"1ac836b1d7089a2dd47756eb7ba0e65801105e2dda52aee3f5df981daa57db88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615074107.php":{"size":1712,"mtime_ns":1781516938573278653,"hash":"f16f0d0bcf5a4646bcaf98725563639c8ff8b4f2a6d8cf9b8f6a0e7bfbe4c39d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615142236.php":{"size":1117,"mtime_ns":1781535498215147916,"hash":"27e62ea86a4f3aa8539bd976213f57efbd6eb36b8aa4798fe52f2274571941c3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260615203529.php":{"size":1746,"mtime_ns":1781557035803907615,"hash":"b735a483f4db548f9613dd6d5efc8489f1a14559737b39f5fa9ec395f6ad21c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619062912.php":{"size":772,"mtime_ns":1781850555276849213,"hash":"7803c7d2fe66171063a19937794a6630d34dff563450bbcead5fa6051866ca2f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619121047.php":{"size":780,"mtime_ns":1781871054836536786,"hash":"5b96978f092d4e81b6b9ca61e2a5d5a53e51f1b9b8bf6be43f38cc462371a252"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260619170105.php":{"size":1000,"mtime_ns":1781888467242271818,"hash":"24b56c5edca5c601b008f28dc8b642de32dceeeb408ec38cd5e3f7c40c3ce4f3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621084558.php":{"size":774,"mtime_ns":1782031565107938146,"hash":"1a88683010bc9f3571111e2c63fceda2062724f08e0c93a8519405d4ed8bf33c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260621094624.php":{"size":774,"mtime_ns":1782035186037116338,"hash":"846706a2c43ed5b3354ff1ebc8d0eb9d9c7dcaca94802f6b8ae4d4653eb54fc9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622160119.php":{"size":779,"mtime_ns":1782144086923054995,"hash":"d1a46bd2a54a9e9f55a692342bbd1bc49add55e4c29368fef1c0fd6d4f8a9292"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622163152.php":{"size":1377,"mtime_ns":1782214545724072190,"hash":"64ff3985f32d0d18646d441f0edd99be402305cbff68d66519dcb196e17e42bd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622171538.php":{"size":1410,"mtime_ns":1782214545724191815,"hash":"42c0bfb273a488f98079a84f3331c2000ec0018e5c1a748a4f76481853fca168"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622173707.php":{"size":1491,"mtime_ns":1782214545724314524,"hash":"e7ca8699e56c8ce50350006668b7958af1be4663f36620a12ce34dc1fecea6e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622181251.php":{"size":1171,"mtime_ns":1782214545724441066,"hash":"9a5233ddd9873b485bfcf9b9009619a42cec5bc0a4516d98a387b42a249aa0c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622184409.php":{"size":2212,"mtime_ns":1782214545724627733,"hash":"caa199786e4c7016e4232e653b063278fe809536f4eb2b42305e3bd30beef290"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260622185948.php":{"size":2005,"mtime_ns":1782214545724826651,"hash":"7048fe9c1439b52f85abf3186cf4eec913eb873e8ac6ae1154712adccc327b83"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623115721.php":{"size":779,"mtime_ns":1782215846636875546,"hash":"4c8e43a5be46030c087a8679b9b84e8cf58b4174e9228f94fa02dd0d3f2e5990"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260623173907.php":{"size":779,"mtime_ns":1782253591740927223,"hash":"237d660c556b7f37176854a98f02cd114fafab9405f9ae4945a8a75941928f8d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624030339.php":{"size":916,"mtime_ns":1782270223182271448,"hash":"a97dc816b64080ab3aabd67347c2161faff7090629810a6db13c051991edd8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624092459.php":{"size":2059,"mtime_ns":1782293101374459999,"hash":"44b5621ce383ac7cb1cea47d7006f3c2b0b47bba8d49f59c78a0df4f737f8482"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624093738.php":{"size":1266,"mtime_ns":1782293867202071491,"hash":"dedb9cb5586cb39f3d35af323fab3e41ff8e63ca961cdb98b8a7beabd113c8af"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260624123236.php":{"size":809,"mtime_ns":1782304359030218634,"hash":"acb3129833c4f6b1ec99f90496e23400de1df0624f1dbbba5077a20500a38548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625135132.php":{"size":780,"mtime_ns":1782395498606655159,"hash":"a1c3aafeaa1761bfaff51ae0c523a2781cf359fca511e7aa8bd294b70011a9a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260625150304.php":{"size":1990,"mtime_ns":1782399813900039403,"hash":"87f84613f1b928abd28cf7502c4572ebf7599d0c47d3c97497a5d74b9fb2c983"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/package.json":{"size":2352,"mtime_ns":1783189109134887945,"hash":"3e0045fee56c6eaf7f2973ff15b96e205c89dae7f66ed2353de7990b4858e7a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/index.php":{"size":206,"mtime_ns":1781009656089267135,"hash":"6609137ba6c6187032cdfd84e9d39097732d861414157cacbdeb77b2b271ac8b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/public/manifest.json":{"size":851,"mtime_ns":1783067213231257247,"hash":"ffb0ad60c98078073b6590566e106ce7f1e2d0a830fe67fed83566e3a9614728"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_realistic_data.php":{"size":24320,"mtime_ns":1781519949285784202,"hash":"2ad075c6d333a42f3ac51adb0e1d8b444f64f3b5a01bc87f53d9522cb272ce68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/seed_test_data.php":{"size":13557,"mtime_ns":1781169644756523490,"hash":"d5bbc3b4a96e7abf610d9cd63da61dac6b73bdd97b5672eb4ec191bbec2255e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/skills-lock.json":{"size":267,"mtime_ns":1782232921467371596,"hash":"4b889910ed363cee9dbd7da20e9c0748ddf40dd483ed92b5e581ebedb506f179"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminApiController.php":{"size":105931,"mtime_ns":1783569345778583311,"hash":"3c5e7d2db5d360bbf96cee9bb9f4aede458a8aa728db0dbf61fb6343d1180b4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Admin/Controller/AdminController.php":{"size":490,"mtime_ns":1781030416417456388,"hash":"7d18322ef916885ae0181a7b9dde07ab07d08bc49cbf72669f50e5268ffeef62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php":{"size":920,"mtime_ns":1781551622411049671,"hash":"3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentController.php":{"size":24353,"mtime_ns":1783569345778808353,"hash":"416d314362c1793e98f5009fed41ee441fb4bf5d01de9b11018bd2fdbf407ea2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/AppointmentSettingsController.php":{"size":17714,"mtime_ns":1782728407188976018,"hash":"213d1b93ba08882b32a47b70be27553aae4d53bf92fcdb66d2c2876e33f0eb6a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php":{"size":15723,"mtime_ns":1782728407189591731,"hash":"36e9472f0cdcf7178c898629a676f50452d0572c9dfc7f6c0d3f91a602716a0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Appointment.php":{"size":10213,"mtime_ns":1783059631681371250,"hash":"71772f7b52621ca23f103b0badf87b12d25c430546a5adf6782758c47fc5d0b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/DateOverride.php":{"size":2925,"mtime_ns":1782728407190402153,"hash":"c59fdb6d3f05bdb6cd558bb74e701897aa14947acafadb64943469c19fe696f0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php":{"size":2953,"mtime_ns":1782650883604011152,"hash":"45b9c56571e20dfc0cabc789b083e2099273efbe5c0a589268a7f5e35106e631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/WeeklySchedule.php":{"size":3519,"mtime_ns":1782650883602991274,"hash":"ac7a64333676e95bd5f9a78c22fe0f83fcad6bf96d65ae2605685ab8c01ed453"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Message/ExpireAppointmentsMessage.php":{"size":85,"mtime_ns":1781551622411423796,"hash":"094a07b7c7552dd1c2812e066ae7e9cde6dc6bc9ca4ef07e11b82f8feec45fd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/MessageHandler/ExpireAppointmentsHandler.php":{"size":504,"mtime_ns":1781551622411619546,"hash":"8981c0048e84b26121eb8e2a6e1f9913a7d61d958a48bc4bee113df6c0c77a80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/AppointmentRepository.php":{"size":7660,"mtime_ns":1782728407190649529,"hash":"293ee69d87a2ee0421f6a4f73ef854b9fd7d261642ac34795a453438ac762b39"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php":{"size":1119,"mtime_ns":1781012268350237489,"hash":"f383ecc7f0712616f9969689e3a2011faf49b3ee6c2ec3fc6751f0e93560df91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/HolidayRepository.php":{"size":1768,"mtime_ns":1781099253934669137,"hash":"f886ede4b1998bcbd43c335af00c205c410cfe7bd74b17c12add062b12b84d7c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/SlotTakenException.php":{"size":101,"mtime_ns":1781535498216404171,"hash":"e6ca84966b94b947c7df53646b8a0c5b1a5f5564d144e2b0e00b7756c97d718a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/WeeklyScheduleRepository.php":{"size":1480,"mtime_ns":1781523180068721029,"hash":"8a3deac81ebf1b16b5221f172aeefc9a45009658b7820e6e8597a589ea3af936"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/AppointmentExpiryService.php":{"size":1834,"mtime_ns":1782728407190939073,"hash":"0e08a53cd50f1fa75c2998ce2d39400cf116f1e7d5632015fefd589ca730e771"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Service/SlotCalculatorService.php":{"size":11056,"mtime_ns":1782217986438154633,"hash":"b42aeef988db241ca6b6bba68a3932214b3a0bcd6b89e1185883c7a52ee8be3f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/AuthController.php":{"size":36235,"mtime_ns":1783071277197098748,"hash":"0d35c229354b07670c935752c25f3dd83ee724c9af7412063f6562964df2a1b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/NotificationMobileController.php":{"size":7242,"mtime_ns":1783237168983222014,"hash":"e87024acef4e93a1bddbdd8545b41f9130635d605b1a327ab4ac11661585b71e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php":{"size":7775,"mtime_ns":1783238186842551652,"hash":"7827ce2a3eb6f03cd0b910462517c24c0762731357afc3558311d229a5062c36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/MobileVerificationOtp.php":{"size":1930,"mtime_ns":1781167196281533241,"hash":"511faa2e0698158b312aa66c5b7d54539963056b011200b3a7b86a65651e56b7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/PreRegistration.php":{"size":3061,"mtime_ns":1781252232305967808,"hash":"74a388c7ebafa889c4428ba1538ac46ed8f1f5c6ef5a34975016f85a128c5f40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php":{"size":4972,"mtime_ns":1782728407192144123,"hash":"83e9341f771214eaab94dd7c4f0aa2de0e5c0528a0fa5eb4927659f94bc7ddf0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/UserActiveContext.php":{"size":1160,"mtime_ns":1782652951356493481,"hash":"1c60c30e2800176bb2dde9730607d081f2fa1a05f8f6ee6e917ad256bcfa73cc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/PreRegistrationRepository.php":{"size":842,"mtime_ns":1781252241014651656,"hash":"050d7fae8134856aeccfff39607f5cfb44e8b923e13d0235411a577b78a6f96d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserActiveContextRepository.php":{"size":952,"mtime_ns":1781164699567301035,"hash":"22c3a507b65fe3f858806b1d7bed15411be794586278ddae7ac5ebe09782bbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Repository/UserRepository.php":{"size":1023,"mtime_ns":1781010107490769863,"hash":"748b70a06bf6833d94e5168e4ebc06ad7faf0dff67f5f099f595f10cf4f59137"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Security/PasswordAuthenticator.php":{"size":4195,"mtime_ns":1781946748878509164,"hash":"abec4d9e6782d2833c1eb7862460130ae093b20b5afd4e1ca468f9ce784b53ef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/OtpService.php":{"size":3747,"mtime_ns":1783236682997204096,"hash":"ac8f9cfa6d67decc1ff89d2ed61e9eb2ad2034214c015aa072acbbb66be05e97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Service/TokenService.php":{"size":2166,"mtime_ns":1782036558107915300,"hash":"3b749587b4c8ffc2d0fcf9a266ab32aff75b1681af31e6797d8046dd3ee36713"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmissionResult.php":{"size":509,"mtime_ns":1782214545726213864,"hash":"5391e205be5e00bf0cdd088d6f9b52427e30e3a5d29d2c0ae39753b15b67fac8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Contract/ClaimSubmitterInterface.php":{"size":461,"mtime_ns":1782214545726346198,"hash":"9286f1fdb68765c4512fa8aa302156a4fc54df7af3fb5d5d1e2d59c24111c3db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Controller/BillingController.php":{"size":13703,"mtime_ns":1782728407192799169,"hash":"7226845540da9c2d9121eb7e25eab910b5d60d45d0f5dc14321ce9379b079967"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Claim.php":{"size":6465,"mtime_ns":1782214545726749575,"hash":"85028f866ff4695fa0095e4ba3191a385a63fdb3aa1f3222fda2d94b61d6d39c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/ClaimItem.php":{"size":1646,"mtime_ns":1782214545726889450,"hash":"0e3bb1ebc45d4c045ef0e6fe09170976c315d7da410efd79bdcc53189e9dab49"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/Invoice.php":{"size":6079,"mtime_ns":1782214545727230826,"hash":"02081acac585d1cfaabd1d404b0bb25c7bcf25fa51e32bf986cd75675d14ac24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Entity/InvoiceItem.php":{"size":3448,"mtime_ns":1782214545727383452,"hash":"63280ec10f55dc16106afecac0784a9094ce12fbd3787a482a75eafe451aa5bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimItemRepository.php":{"size":895,"mtime_ns":1782214545727554077,"hash":"9f606952d141e1db9f444ec80bba343c34a5c39f905f72c53c76d7cc7dc58f89"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/ClaimRepository.php":{"size":5807,"mtime_ns":1782728407193826801,"hash":"26fd73c5de681031611a56b0e9a1140cf3b4c1088059ba954e7c3c8a344392de"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceItemRepository.php":{"size":2056,"mtime_ns":1782262433593751772,"hash":"6a2e18c9de2434f67ce2250dc17ec50a29f207b95ca2fc6e2a9c7d338a67a67e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php":{"size":865,"mtime_ns":1782214545727978079,"hash":"71c55535e6b20d820e351a26af6bd1c1b6cb26c371414e611e8e858c2d8486f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/BillingCalculator.php":{"size":1975,"mtime_ns":1782214545728144705,"hash":"9751645f561446a0d0f6a618cbbeae012f7f2274c5c1fbb4379220b995070f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ClaimService.php":{"size":4124,"mtime_ns":1782254015995593528,"hash":"f04e02faaf3d8f49d493c2e77f8f80120e8de353af185e624996c9b14e36267b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/InvoiceService.php":{"size":3335,"mtime_ns":1782263056583478624,"hash":"411b9e4e6aa41a158211959c5b9c4c286ada95c8b68596364eca3b1cbf436e86"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Service/ManualClaimSubmitter.php":{"size":771,"mtime_ns":1782214545728543539,"hash":"11064e4cf0182849f67012ead852a3b45c2d8b66693e9680bfabf4094c3b9d40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/Money.php":{"size":775,"mtime_ns":1782214545728705873,"hash":"97c8de0bcd950f7b29c8f8fb87d33f4cb79bd0b17e531592c80fa5fb5c0e6de8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/ValueObject/ShareBreakdown.php":{"size":599,"mtime_ns":1782214545728844457,"hash":"98b4c746ff1d241697d227cd21bf6a8b010cea93dbf0a219f89910456c511ac1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Controller/BlogController.php":{"size":17742,"mtime_ns":1782050215484280688,"hash":"4bc5e62060b6e27970972698933b7e9b6f63a4eba44cac9fd08cabb6d5c355f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php":{"size":5562,"mtime_ns":1782650883613744390,"hash":"5e6a312d48b1efacb7e4c14b87a658d1ad64bf0d3aefa5bdb2008011cb3b175b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Repository/BlogRepository.php":{"size":2133,"mtime_ns":1782049659479434537,"hash":"a15b4c1c26d71f5cd0b0d4e3c913702999a475ae13abd7d8eb29ab20e033adee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryController.php":{"size":1776,"mtime_ns":1782728407194246845,"hash":"1be28d02d6f241500cc7a55f1a597962d80b5f72c814c9308fd6811029aef714"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Controller/ClinicController.php":{"size":34503,"mtime_ns":1783569345779344103,"hash":"94dc860f300f6e0acf241b7c064dac0153a7746dc1c47ecc814b0d98f9748641"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Entity/Clinic.php":{"size":12311,"mtime_ns":1782728407194604639,"hash":"d192f3609f782986a1c36a6236066c503364b8d1bb7312c928e7c9ff1a2f5d80"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php":{"size":4814,"mtime_ns":1783569345779687854,"hash":"dd99a5ee7f77a83f02171272634c9232a425204b86c18b13e6748549882fb1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Controller/ClinicInvitationController.php":{"size":10193,"mtime_ns":1782728407194937600,"hash":"9e968ad47c34e34775e6793301147eaf9768692a8f254ceed37152207ae3d202"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Entity/ClinicDoctorInvitation.php":{"size":5434,"mtime_ns":1782728407195142351,"hash":"44d986e38a0aaff4ff36d621205c7361769814ac64e5e559dfeb02d2e63b09d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Repository/ClinicDoctorInvitationRepository.php":{"size":1821,"mtime_ns":1781293272835808881,"hash":"10604824317018d8f535539834b9913ef3982889b1ffb2874e4438f848f06726"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicInvitation/Service/ClinicInvitationService.php":{"size":4248,"mtime_ns":1783237201612845423,"hash":"ce837f6e039960c4c885be2aea3ae1ed14c3c98905348c67343fd65fa976f45e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Controller/ClinicServiceController.php":{"size":15449,"mtime_ns":1782728407195387478,"hash":"38d8db77331e6ccdf9e78a54f5f223cd74cd1b83880d40ececcf4cce392472cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceItem.php":{"size":4270,"mtime_ns":1782260462891413703,"hash":"f7c314c5ddc678d4896d358c4b89ee1048c314fe237fb307b1909e44d986307f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/ServiceSection.php":{"size":2865,"mtime_ns":1781516938575505158,"hash":"6fce4d578f8878eb023372cfeeed180e1826274363811165b1623578b8911386"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Entity/Tariff.php":{"size":2497,"mtime_ns":1782214545729589627,"hash":"77a5e0dca59cd5587ab614a2bedd46a0de3485d620a6125f4804db7b688115f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemRepository.php":{"size":1193,"mtime_ns":1781516938575690367,"hash":"3561e5174c09c2d295bf2b77e3a2692c234f30cfe76b597213ce1bd2ff9bc81b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceSectionRepository.php":{"size":1274,"mtime_ns":1781516938575822117,"hash":"6e87ff4062b59b4870ac32891b6fd40ab36ed939b3a67959c600a63a0375b299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/TariffRepository.php":{"size":1312,"mtime_ns":1782214545729721752,"hash":"fece09188f0d746cc7fdc518fb8d63488c77314d629940d1c0969b6f28fc7b38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Service/TariffService.php":{"size":1653,"mtime_ns":1782214545729910003,"hash":"13d77eda5f22d43badf639d0127bc7252b3adfe6c72657c33423ad5a04f345b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Controller/SiteConfigController.php":{"size":3598,"mtime_ns":1783010796435138624,"hash":"f2ac3a77ebe11da45b93f24513955f734586b01d2f18cdca5d0849e927df88f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/SiteConfig.php":{"size":1026,"mtime_ns":1782650883609343293,"hash":"694f1f497f5a3a1095f2949eacd68694eb7e8d6536abcd1bb61e7d788abed158"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Entity/TaxRateHistory.php":{"size":1836,"mtime_ns":1782650883608855500,"hash":"1b50a1ed1a3d72be73df9bce2bcb010e2b90888bc7daa0a312ede4d181327631"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php":{"size":2334,"mtime_ns":1782929759660596058,"hash":"5ea072c77a0f25c8ccdd23616656fce0b88b93408c6cd461d98e9b18a6fa85b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/TaxRateHistoryRepository.php":{"size":591,"mtime_ns":1782293892020820040,"hash":"1161721d41f057cd7c7d820b405a526cf644ade3da6a44a93e63ce9a364a9ca3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Dashboard/Controller/DashboardController.php":{"size":18353,"mtime_ns":1782895903517818351,"hash":"daee2d9b6d06d625e6cab2ea419f7cc5f7ddc2ebfd53f1132502a4029bb71f7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Controller/DoctorController.php":{"size":38613,"mtime_ns":1783569345780023646,"hash":"88e61f95e22344069359621948aab3a9d9b80ad393ffd57df618c2124838ee77"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/Doctor.php":{"size":16811,"mtime_ns":1782728407196033316,"hash":"dcd2dd96c11cd47f033dbb41718dde4b0f7fa2a2110f25ba4804b33e37e331e2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Entity/DoctorAddress.php":{"size":5470,"mtime_ns":1782650883611537550,"hash":"f42a0409b492abf55f1ed704e65e2273b1a9b7424abf0d2bd9c9507ea9345747"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorAddressRepository.php":{"size":2770,"mtime_ns":1781783246170814153,"hash":"531973c4cf541ba9e8f3955fad4c863ec94f0a5cf84a03c9fa438aa59f979a3c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php":{"size":8292,"mtime_ns":1783569345780537104,"hash":"91ff9fe1543497259c0bf018b7fd0ba5d7d82aa5f96bdb8fc46948fe79473b4b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Controller/DoctorServiceController.php":{"size":5592,"mtime_ns":1782844356167570792,"hash":"4e16c69d4c1e7d4b295ed6840c0b6010e03e8c0c7411102cb63c1295dacc8538"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Entity/DoctorService.php":{"size":2831,"mtime_ns":1781085550562230229,"hash":"6d7d545954a787dfcf52e2f9b8ccae47a1af55c21a43d3c60ca8c59dbade506e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/DoctorService/Repository/DoctorServiceRepository.php":{"size":1274,"mtime_ns":1781085558665462494,"hash":"79eb3168176aa86043e1613fa832e0a94b683ab7cd5a7553222d88ef9198f4c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Controller/InsuranceController.php":{"size":25579,"mtime_ns":1782844375135424196,"hash":"81785346450737ea93ec13608e671ec5702072ca36bda0b89666f1497c9e6e68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php":{"size":1960,"mtime_ns":1782728407197029697,"hash":"3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php":{"size":2507,"mtime_ns":1782214545730369713,"hash":"e0c3664524d71706ffc2c377c20c9ea5d12be0b8aacbe3feaeffe555ee003ef7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/Insurance.php":{"size":2270,"mtime_ns":1781085569269281268,"hash":"bb5c7b593458bca73e6d767909d845c59371d50aefc54d6819b53b036d16d8a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantInsurance.php":{"size":4767,"mtime_ns":1782214545730514547,"hash":"8f4a4e4087e65a58cdc2444a4584a3a40796948313e4374e1f8a38983385bda9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/TenantServiceCoverage.php":{"size":3432,"mtime_ns":1782214545730644047,"hash":"fd098f4aef57bc0988ca8d17760b0009d2742666fd62fc0ff2ce07fc6b0dab1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Enum/InsuranceType.php":{"size":351,"mtime_ns":1781085440519759893,"hash":"30ae4d15da752fad6f6fdf214fc764732f372af51c1361fcdd23ccf7cb66d41c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/DoctorInsuranceRepository.php":{"size":848,"mtime_ns":1781011984448803782,"hash":"61e05cda6d846d53a56fe1bc16a932bd7ee1fcc43f8ad9cdc4f8eda7635a2bb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/EntityInsurancePricingRepository.php":{"size":1404,"mtime_ns":1782214545730775964,"hash":"623b73aedc8f41f9f0ac7d374725808c1c72012956628e15ebde5681f7034dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/InsuranceRepository.php":{"size":1220,"mtime_ns":1781085576476951957,"hash":"dc63f462de508c5f6d1fd51b08ebd887c5f79528d5183fc7a792e6cb579e26ca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantInsuranceRepository.php":{"size":2436,"mtime_ns":1782214545730912256,"hash":"b99e224b9f48a68ebdb627590ef6c9057f3ec7969e4ca2e317378766527785a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Repository/TenantServiceCoverageRepository.php":{"size":1339,"mtime_ns":1782214545731054174,"hash":"5d8193d5276ee2a12f650ee075fc47f0bb32f32bcaf26f46328b1c7498636853"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceService.php":{"size":6310,"mtime_ns":1782268410292219426,"hash":"088a8086ca7a8284aa67577aa0ffe060d532f3bbb2090b6c3e3ff0f4730e2703"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/ValueObject/CoverageRule.php":{"size":381,"mtime_ns":1782214545731415633,"hash":"3ce989704beb3ff9aa60cad8460e69a1ef5a411ff0024b7d5541df502f4cbf2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php":{"size":992,"mtime_ns":1782743240249498742,"hash":"3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Controller/LocationController.php":{"size":10774,"mtime_ns":1783499628812467561,"hash":"9cf15db59545af81148153a4d9c816748ba267bbbb58f9bec2e00d1853c15e8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/City.php":{"size":6500,"mtime_ns":1783499619365257750,"hash":"f128c29e22de67f0aad93bbee2a111d976f71344f5a3e55614b477bc86d3192b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Entity/Province.php":{"size":1688,"mtime_ns":1781085458710667014,"hash":"3353fa978b6558c945031d0c09a3dc24706f592287978236072c53c3cc13d033"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/CityRepository.php":{"size":1312,"mtime_ns":1783569345780697355,"hash":"bfe69ca9f9bd18eaf159f24e63ee4e6fb88ab3d86dea725e9a7c27cba0f6d6d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Location/Repository/ProvinceRepository.php":{"size":1071,"mtime_ns":1781085486117016673,"hash":"4572085d4a4e79a86a1c2cfcc89b5cd6268ddeb466878a16db71f60216a6c148"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Controller/PatientController.php":{"size":15797,"mtime_ns":1782728407197647952,"hash":"0adb531514bb19b3fabe1e679468f731f00cc6d34a2edbb9e887a18c94447bc2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientRecord.php":{"size":3088,"mtime_ns":1782144029159424511,"hash":"8be2218c1dcc6dd9101278637b469d927567abf3e264d6b8c634292641096dfe"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/PatientSession.php":{"size":7041,"mtime_ns":1782728407197911662,"hash":"e99aa5f70fa1eee35e78e90f7ea8e8e5f4bc80b77d2de0888eafd91b3ef0fcf6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Entity/SessionService.php":{"size":3069,"mtime_ns":1782253591741414931,"hash":"d7326f5115c044fe75744a4c6ac0e2d0efca2b4a93e57984483f1c859ffba1c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientRecordRepository.php":{"size":3131,"mtime_ns":1782144042914186374,"hash":"c445fbf45f6eb65c5fd5c3f0704e1c972f0a9d9297a80d0dc879165fc57666c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/PatientSessionRepository.php":{"size":3665,"mtime_ns":1782268984212730950,"hash":"24f29fe0ee2cade4f4bef5572aa45086f444ab02d67f82d24228de49ccc25a2c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionServiceRepository.php":{"size":563,"mtime_ns":1781516938578050288,"hash":"24beb2335672cb84cfa5a787618c7907663606aa14262af1b8ee93058c0ac265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Service/PatientService.php":{"size":7827,"mtime_ns":1782263039495809276,"hash":"e23289a2e8d04c22a69888e3775e2b851246b28c6e217cf22e8c91e99ada9ee9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Controller/PaymentController.php":{"size":31102,"mtime_ns":1783059694944318453,"hash":"06f9abb6001a7bf771e905db060daf3e5b6e80f67b4e2521ec377a8a59ca8be2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/Payment.php":{"size":5779,"mtime_ns":1782995955189532682,"hash":"f26e537b012e10faaac23f291ccc341345bb2512c3c4496c4bffea3308086eba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php":{"size":17878,"mtime_ns":1783010796437088205,"hash":"79ddf5f1ee1b38138385106d78b195971374a41970f58f405a53990462819c0d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MockGateway.php":{"size":1863,"mtime_ns":1783010796437333621,"hash":"67b67fd5299c1e912359d94dce4c88d5742e2ee324d699fd12333e1a225bcf7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentGatewayInterface.php":{"size":948,"mtime_ns":1783010796437841370,"hash":"fb3512aff2ebfdbe34c6d5eab4e67dfd5c90fa6dbbf0cec8bd23eac0c2e51734"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentInitResult.php":{"size":663,"mtime_ns":1782981352831261065,"hash":"e474570a753b56888f8fa5458cf7eeafcf7e4ff390429a5f6612bada28f9b401"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentVerifyResult.php":{"size":368,"mtime_ns":1781591920508677099,"hash":"88f08d81dc92ac75d2f0628c60f3fb78b039b9184039592047cc92c58d0db068"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php":{"size":4481,"mtime_ns":1783010796438445827,"hash":"46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentRepository.php":{"size":3863,"mtime_ns":1782993112274771320,"hash":"f8e7f5bb986225beb28c2d175a78cb1c2dafdc8b99a60779bc1e04834ad1dff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/CircuitBreakerService.php":{"size":1228,"mtime_ns":1781012993246621609,"hash":"4e04548bbb1ae6b6c17a4206408f3050ad341da5ddcc74d4b1af376b50580911"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Controller/RatingController.php":{"size":22783,"mtime_ns":1782728407199386297,"hash":"64462e603b4569268e25d7f6a989f1b4d9b598a7613405a5d5d0165df2b477fc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php":{"size":4881,"mtime_ns":1782650883605327864,"hash":"c43aa389121312d1fe2ba9639e3a6a0ba5fc21f78d0784adb723c26e3afbc0fa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Like.php":{"size":2153,"mtime_ns":1782650883604545320,"hash":"7a7937df6b8df47196e035544c1ec78a11847a0a1688114bdb5265adde8d32c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Rate.php":{"size":4359,"mtime_ns":1782650883604952613,"hash":"bb8b2b8ccda54b99bd5ab0bd937dc29d4ac840195e3f89fcfc286b5429b2b863"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php":{"size":3785,"mtime_ns":1782728407199666132,"hash":"57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/LikeRepository.php":{"size":1619,"mtime_ns":1781557035805931490,"hash":"9c2c1575ce7f26c9d2139ab8301fd887658e295f66b4f164b48d050bd43a411a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/RateRepository.php":{"size":2052,"mtime_ns":1781557035806516573,"hash":"5e2c5765f0d67648d72fde8992e1969822df630577e503f9a086dc01960e3f90"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php":{"size":41262,"mtime_ns":1783236899056081118,"hash":"73475defd275c9aa8be88f4111486749fce766f658313b0d6fd2a98f7996ee24"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php":{"size":25500,"mtime_ns":1783569345781024938,"hash":"196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php":{"size":8158,"mtime_ns":1783569345781218772,"hash":"33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Repository/RepresentationRepository.php":{"size":1242,"mtime_ns":1783569345781349814,"hash":"5f159ba0f3ab3fd3dbb2e3844e8a635da85aea7fcb546e96053143ccd69aa5c5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/JalaliDateService.php":{"size":4368,"mtime_ns":1782384877403158726,"hash":"8a1282441580b6b46896c1c52a6ff284279e0e3610da60c638bfce1067450fb3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Schedule.php":{"size":1037,"mtime_ns":1782929801207590724,"hash":"e1ed1b5ef5b6100bcb8a1e0d3e361ce40a2721501cdb5f14aa6fba8739654eee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Controller/SecretaryController.php":{"size":10960,"mtime_ns":1783237220892646662,"hash":"21ce325a02909122b15186e4aaf8609886b5e1401d30e4684efade11540c1321"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Entity/DoctorSecretary.php":{"size":5203,"mtime_ns":1782728407201032933,"hash":"7a89e177bf272aa6e20c29d8e39c66c4e9f761daa1875a073525369cebc48193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Repository/DoctorSecretaryRepository.php":{"size":5327,"mtime_ns":1782728407201262976,"hash":"bac031cd09fb91bf156e250accd69b5bb83f2af7738e8394852e746f3152dbb2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Secretary/Security/SecretaryPermissionChecker.php":{"size":724,"mtime_ns":1781012108901602268,"hash":"42ddb598442c2c167950e1a33eeceb551384377427749d0ee3b6a61f152e64bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Controller/SettlementController.php":{"size":23112,"mtime_ns":1782728407201510186,"hash":"b6f3ad0ae1b555833b87edf0398a96200295160b1c6a57c26e3f751274892c9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/FinancialBreakdown.php":{"size":5470,"mtime_ns":1782728407201776813,"hash":"a0c5e8cc2f0a3597518275c45fe403a188bbfe210fa75da65eee3ebeef594963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/Settlement.php":{"size":4252,"mtime_ns":1782650883606160908,"hash":"36b84f9a63c52cdf4150c0848c4a3fd28a0c7a1aba6bda3f147c3dd9da2f969c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Entity/WalletTransaction.php":{"size":3099,"mtime_ns":1782728407202004397,"hash":"d2acafb91806e555535cdbddd5151e71b71561cddf2d0872461285e6d1489b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/FinancialBreakdownRepository.php":{"size":779,"mtime_ns":1782293142660794730,"hash":"ae9fa6ec3678bedb9574a38678795af169ff793fe2e660d9413fe05ba1523041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/SettlementRepository.php":{"size":2270,"mtime_ns":1782728407202173607,"hash":"9c617a929f6ed0595a371ee05d2e9d19d204ed3eb80bd0df9fe9de71fbf76e2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php":{"size":974,"mtime_ns":1782728407202497901,"hash":"12fdfe848f6eb143b87b09645122480b33a778bdf2d9179fd9d45c27540a23a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Service/CommissionService.php":{"size":5754,"mtime_ns":1783569345781547980,"hash":"2a99307286612b41130a3002490343c9dfde0b0c18906b58f1a6e9e86a1edc14"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Constant/ErrorCodes.php":{"size":9417,"mtime_ns":1782728407202855820,"hash":"3e172a36ac3e336ad3501c5defbd9ec894334ba4f7f720b04d4515bd6703b939"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/BaseController.php":{"size":1710,"mtime_ns":1781009861592137456,"hash":"4bd3aa269121a122fcf443aa15c884adf07e0700950135a3e66dbdf27b9c2416"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HealthController.php":{"size":1190,"mtime_ns":1781009995463320374,"hash":"124d5bfe7f63a910acd5ddab19c0ecb83c9d9005786fcd6606e597e7f6b6050b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php":{"size":409,"mtime_ns":1781248993159620643,"hash":"d08f9d35b78ee68ab06620388e34b709eab59364bd0b84e5d2e1478f45310970"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Doctrine/JsonContains.php":{"size":1061,"mtime_ns":1782050362337187655,"hash":"bc76253c31cf5a3bb23264736171549281989a4d9915b05a303647324d5aa4e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/ExceptionSubscriber.php":{"size":5579,"mtime_ns":1782747822711536821,"hash":"cc3e848cbd0237379c1c26afed58de7230b93b095d87ca672ffc16e88a7bac40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/EventSubscriber/SecurityHeadersSubscriber.php":{"size":2575,"mtime_ns":1783010796440870365,"hash":"7562c1a0460eb6831ccd6e2ff396ed01256672933fc480a9454dfd202efd0d55"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Exception/AppException.php":{"size":637,"mtime_ns":1781009868466892123,"hash":"7956e81fe8e81b642076d55380a796ca70431e6c3880db06d2fc264c8b078f82"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Message/SendSmsMessage.php":{"size":235,"mtime_ns":1781010000546687126,"hash":"daff508176e43de48738f7d7b86a97f047329c0c3a9896602933c7aa130ff739"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/ApiIrService.php":{"size":4598,"mtime_ns":1782750061879006297,"hash":"d2a46876b0e6e0cc5cf9a88c3ea9067de7a0f64df5bc59099c215c14a123a305"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/FileValidatorService.php":{"size":2743,"mtime_ns":1781946812332075105,"hash":"4c26e4f47f2793bbef582d233a1f08e96e91274448209159653ec0d95a3b8b73"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Service/InputValidator.php":{"size":1811,"mtime_ns":1782290232599858088,"hash":"3d610effa54b8c5afa1c206c0dd46ed3ead6b84215d54b39e6789c498c01427d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Command/SeedSmsMessageTemplatesCommand.php":{"size":1917,"mtime_ns":1783237401025294121,"hash":"04f1982a5c4317dd15ee55dfcbc7c0182f86fbce90766e5a3366fe4f19378c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsController.php":{"size":21883,"mtime_ns":1783422449654674455,"hash":"b15e9b15dedddb501f30a18e46b3c7052cdf5778006913d86f34279e6159ab21"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsMessageController.php":{"size":4630,"mtime_ns":1783237134183460253,"hash":"2869945324e63ed664748e1770ce7065d91428cbd313843814ac4256cd8b2fe8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php":{"size":11400,"mtime_ns":1782998941568914993,"hash":"af47e04758a2a47c3122a567c79aaf3a2638c5c09e2d21308a91b966b1cfe8aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsLog.php":{"size":3702,"mtime_ns":1783455929824117615,"hash":"937dcaa8618c78e6ac393fe1f6ef06bfa398cc5c392fb469be504d05bd8384ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsMessageTemplate.php":{"size":7545,"mtime_ns":1783239399682426157,"hash":"40fcf700f49544484e460b779e7cd1105a0aac40cf36a805aa69f61f0223d12f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsSettings.php":{"size":5136,"mtime_ns":1782109802341264005,"hash":"751faac90d0b9d9320a8315e7b0765dc39d94089c96a65bacb4a59d84bc442c6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsTemplate.php":{"size":4085,"mtime_ns":1782650883608045581,"hash":"9c1ebef6b3ee3a4724e94af555854df18a8d5f2bba6f524781a94478123be0dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWallet.php":{"size":1749,"mtime_ns":1781516938580571044,"hash":"af121e73720cdd1fac6a329c931f01349fae4aba0cc9ca12bf25c232ebb69e5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Entity/SmsWalletTransaction.php":{"size":2423,"mtime_ns":1781516938580684919,"hash":"5272a1b08bc5d6f28d5d845e9201780a4804fce789175b7be82001a4102f09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Message/SendSmsMessage.php":{"size":495,"mtime_ns":1781871113880839659,"hash":"e37f791352f7f9ab7ededa626d6c3d53fa7675ae4e9cd65f499d5b0f0d8a356f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/KavehNegarProvider.php":{"size":4634,"mtime_ns":1783491549884796725,"hash":"05cafa28a8b14f38d40e13f7139dcac2c2b3a4f87fbf07199bdad5dfd0805733"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/RanginehProvider.php":{"size":2234,"mtime_ns":1782749977746062400,"hash":"e2910a9314c0a63d60a4d5df210a421d12149e64db2550cb58bf021bb84f19c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Provider/SmsProviderInterface.php":{"size":361,"mtime_ns":1781013608175277472,"hash":"225781d93f9a713aa0a979f12efff07f7805972e287cc1fe11371367bfcc4e43"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsLogRepository.php":{"size":502,"mtime_ns":1781013670673270702,"hash":"66b4158b7f47661bd573f21e65c35e20e22ecbb830736f07091857004868eeb8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsMessageTemplateRepository.php":{"size":752,"mtime_ns":1781888405897787839,"hash":"a6b1523de3a122f8c6dd8e442929ae821b0cc88dab224899c0a8cf100b6247a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsSettingsRepository.php":{"size":729,"mtime_ns":1781516938580977169,"hash":"c2df1e6cc37ef5422312c0eac75fdea0d42de8e6eb822faa96e7bc5e423be9cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsTemplateRepository.php":{"size":789,"mtime_ns":1781013662226415873,"hash":"8da60c0de8613863b8928cb46c6bd846cff26539f158be4a68115ff3a6c68684"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletRepository.php":{"size":911,"mtime_ns":1781516938581096086,"hash":"01a35794369da341601324499da53378a75ab8592d14a32b72d564b44137177d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Repository/SmsWalletTransactionRepository.php":{"size":1325,"mtime_ns":1781516938581213795,"hash":"68b117404c5f1c7c68914a367f9ac656b25cb486daeabb9808a36be205f4de56"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SendSmsHandler.php":{"size":372,"mtime_ns":1781013692820181847,"hash":"f644961f4a1538c1d315e1d6000fcae2d4466975c054685003dc616186614172"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsService.php":{"size":4396,"mtime_ns":1783455940747216997,"hash":"22349e84d7bcc71d5c70a286e38f703b30448a5caa66ba9714b8bb805a37f0a3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsTextResolver.php":{"size":990,"mtime_ns":1781888419028487399,"hash":"c83ed15618515fd7301a8fd03a409f17232d3d03e917fcda93bf1f72fc70b963"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Service/SmsWalletService.php":{"size":1830,"mtime_ns":1781516938581332837,"hash":"72dc9bef8e8ddc92b4e2053e804407f80ffde9a4b57d1dbd07095d47f6651dc0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Controller/SpecialtyController.php":{"size":6336,"mtime_ns":1782844333713927668,"hash":"84c72c8da1f6fc901ef1b8c75accdfed1fb314c943d3b81a1d031c26f79aacf9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Entity/Specialty.php":{"size":2698,"mtime_ns":1781085518712241650,"hash":"683f2375f3d9528dd02e9cbfe7bd344ff51208aff0ef02dfed3d576c3460a1f7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Specialty/Repository/SpecialtyRepository.php":{"size":2293,"mtime_ns":1781636247076888517,"hash":"9b991dc48c3a9c42baad98f553ee0fa395c4b596f65e84230420929f3e32e6c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Controller/StaffController.php":{"size":5842,"mtime_ns":1781522583734490612,"hash":"8b6ad6acaf1a93214344464c7dcc3b9792720118a1c0963340f639a87de43264"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Entity/ClinicStaff.php":{"size":4240,"mtime_ns":1781516938581704629,"hash":"95c3df6b577ad88a80af1bec2e17b48c6d7b9f35b1a8f75490d0a1bfbc940fee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php":{"size":1179,"mtime_ns":1781516938581849755,"hash":"d83ac7466427c09ca77b63924a66dd5710c8ecc9ba3b6dbdeecc4648940a711b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Controller/SubscriptionController.php":{"size":11864,"mtime_ns":1783235518955936576,"hash":"34f7415b9246e4c6bc25a43e9138ca0ac585d5cc664c0b78fe351c6239937a96"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/ClinicSubscription.php":{"size":4057,"mtime_ns":1782728407203534324,"hash":"a21caf7417e2a32180b91b4fe18ac8245f2b0aeb8887104b2739771151a37350"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPeriod.php":{"size":3806,"mtime_ns":1782728407203839326,"hash":"0121bf60210628bcbb1cbe89419eddfd71b29c65debdbd3dbce51e2d2632c75b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Entity/SubscriptionPlan.php":{"size":3881,"mtime_ns":1783233488170274281,"hash":"707633e0b704ec71df2c5a0d4dc21304aece2e79e95bf4fba01ee0431d5963a8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/ClinicSubscriptionRepository.php":{"size":2126,"mtime_ns":1783010796441510739,"hash":"181ff34438c057f8cf22ecb7fa36577841e11a22a389e97e2378d690653be005"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPeriodRepository.php":{"size":954,"mtime_ns":1781516938582865590,"hash":"726666fe5f74b8a9927376e82af264b70b209a4e86d164061eb7a9b1d9440942"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Repository/SubscriptionPlanRepository.php":{"size":1280,"mtime_ns":1783234723504837640,"hash":"bf1ff4007b9e8aa2bd0442a5a2bf4f5194828006cf8e3fba99817cdad2dff3c0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Subscription/Service/SubscriptionService.php":{"size":4710,"mtime_ns":1783235508735444591,"hash":"1dd4e13de8685bfb17844898217673ce9dca5e6e8c878296567a8de5a599f1a0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php":{"size":4239,"mtime_ns":1782844396159141068,"hash":"f4aa363cf77d90bfca146bffb70b496661bd3e4822fc2502a6bd390c84b15bc8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Entity/Tag.php":{"size":1775,"mtime_ns":1781085585665970564,"hash":"cd3edf2f90d5bdd70487b38e085a751cb578a9cb2395086bbe2964e5dbd1996d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Repository/TagRepository.php":{"size":967,"mtime_ns":1781085592043241382,"hash":"283d4f4300d6202a7ab924d3bf130f7b2d90716a520b6d40ba35edd27cc88059"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Controller/UserProfileController.php":{"size":12912,"mtime_ns":1782289553079211479,"hash":"9d2e310f94dcbde48859dea9872428189b32d7f415af52e6aa5eb523c446fed7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php":{"size":9546,"mtime_ns":1782650883615317561,"hash":"d65393c833dec86f7dae8413a72b3a6cd0cc75f3e7faf36bb02995d72b463bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Repository/UserProfileRepository.php":{"size":1267,"mtime_ns":1782270252112779103,"hash":"d36f160a81c8fa1927ea604fb2c27f0ed0f1b33507d838e28adf9fa1fa3b6fcd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/BillingCalculatorTest.php":{"size":3007,"mtime_ns":1782214545731907969,"hash":"85b469b70480541f73092cf1593029c76fb703bdaf77f71327a0f25ecffd7924"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/bootstrap.php":{"size":248,"mtime_ns":1781009800080637813,"hash":"57ff9294703e34a685f28cd3c0e46ab54a5dd3f4fe3356c224e3aed0958269d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tsconfig.json":{"size":423,"mtime_ns":1782729422588693047,"hash":"53fac6b4a0917eecde4dc3efc021cceca3d48600d9cfb58a3d4c946135751c66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-pwa.md":{"size":9407,"mtime_ns":1781343171405896374,"hash":"f6294cbb97d2ca4465b4f185c394daabb11f6ddacc29c2d471decb04da8c7265"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ui-kit-redesign.md":{"size":10577,"mtime_ns":1782232921465705417,"hash":"24c6ca8b5c2e6f9b9783d446829be9cd4ffe5c6b550e0754d2d4521555382892"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-user-detail-show-profile.md":{"size":9288,"mtime_ns":1781549990210378142,"hash":"629f80e928f666143a4f251067bb31a4f866773e509f34b6c2d623580424e3aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-detail-enrich.md":{"size":4876,"mtime_ns":1781636247075313849,"hash":"a846f9cb4c0d643d7488873cd7a27a15adf39c8b1a206a371efdd0bedb472612"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointment-lock-patient-confirm.md":{"size":16770,"mtime_ns":1781535498213998370,"hash":"0a79349da76f2fe2c50e76e3add06522ea796a255722386426e7b7edf988637e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-day-of-week.md":{"size":15777,"mtime_ns":1781192992528836012,"hash":"73bc57098ab8816c91d042649840e5d34f5d00f096aa88b4bd3d5b9501b749b4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/appointments-redesign.md":{"size":24082,"mtime_ns":1781173659296708465,"hash":"fe28753bae9a95b192796f18322282909e707d96f00082b8d1ce655b47d2aa2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/build-homepage.md":{"size":4205,"mtime_ns":1781248910704293609,"hash":"4dda73a4d2f91de3fa5b641c559cf509ba8b87ec4621bf2e8eeedea3f9927412"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-detail-fixes.md":{"size":3514,"mtime_ns":1781286844618120218,"hash":"2cecd1fb0904f3aff92545007b33eb4bf970efd7b03cff7c53e6ca73dd2ef9e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-doctor-deactivate.md":{"size":15114,"mtime_ns":1781257376721043348,"hash":"6b36b95516cd5fafc100a500b72fc98d68992d8cb07c02160a09f827e2fb58e9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-social-media-field.md":{"size":5746,"mtime_ns":1782034582969356341,"hash":"01a6fc5a55d6357607e36837cd39a6ed646f4097fd4ba944ababf826cd1f0ff4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-view-doctor-profile.md":{"size":6746,"mtime_ns":1781361314655405808,"hash":"b7d523d90f08ea239fa8b03eae601cf68353be6f45c0192762cabfef28c55e67"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-patient-without-signup.md":{"size":5271,"mtime_ns":1782145462624789979,"hash":"5bf24921d4002ea348e38c87cc81bc08ef8e169924787c3c719bac9d3e62d4a4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/create-phase2-tasks.md":{"size":24506,"mtime_ns":1781516938546554807,"hash":"f3d49625dfa644a00f6cd5a582e52d63bfefbd2db875f25164774a71cf345ecd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-booking-window-and-month-availability.md":{"size":12511,"mtime_ns":1781535414057585490,"hash":"505938967d29a4e337e18cb22f2a299f97e5e452e05c9b94a9e409c86107f23c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-clinic-address-access.md":{"size":10705,"mtime_ns":1781362104619727130,"hash":"657c686420a8a45159812178f8a65dbc317591779844dc26b3921c536f92de8c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-profile-page.md":{"size":8799,"mtime_ns":1781175765248517513,"hash":"f1078372d9fc8eaa9196ec9840ce187d86a27b723a1c218cf872cc4e4ede5d3e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-social-media-field.md":{"size":6783,"mtime_ns":1782031213435560461,"hash":"072cbab44fe86ab89e7a46724b8631528acdd63ae0c3aee2526ab408e1c021d7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-access-scoping-doctor-clinic-representation.md":{"size":14171,"mtime_ns":1781863132633307507,"hash":"8ad2e8c5d53e8f34d69e1b4fd6ce71775720cee430130043803bc44f903341e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-auth-token-hardening.md":{"size":12680,"mtime_ns":1781946301827134938,"hash":"a52ecdd96fda0f396864de78704f6c53efb9982debb51f4ea1a4494007f925cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-bugs-and-features.md":{"size":20820,"mtime_ns":1781516938546940516,"hash":"c45843d9ef701e2b73f7cd161083ffe23d315d81b68382ed4f9f45feb642c6dd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-filter-by-address-location.md":{"size":6683,"mtime_ns":1781674935483152098,"hash":"b5aa923fc81b1ab79f29f7f02401dcfc56b88ce6bbcf0c5e015200000d7ae6d6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-clinic-patient-auto-add.md":{"size":4991,"mtime_ns":1782145525259778908,"hash":"9dcfac3aba7cdb8101c97017973a1bf7e4217f0d8df94b9dcbd1bda10192263b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-city-via-clinic.md":{"size":5124,"mtime_ns":1782040974660614329,"hash":"a3571d2085a8c4aa6cdc7094b964fbf54281b482a064cbf368f623dc5fda26c4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-schedule-fields.md":{"size":10822,"mtime_ns":1781523041417094452,"hash":"7ceaad108bd7bcec35b9271f73308586072e8fe12be63b1dc754e5ec902bfa1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctor-search-performance.md":{"size":13253,"mtime_ns":1782046573636729825,"hash":"febfb8452181a0ee429a6c1383b489ca071afe45ffb617b9343e9a406ca02d0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-guest-doctor-clinic-context-access.md":{"size":9535,"mtime_ns":1781890240620846065,"hash":"dbcabb830aa0a81fc529eb14feeec65afdd979ac4eb7ce31c80eeb22b2166166"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-invitation-accept.md":{"size":4399,"mtime_ns":1781360063617429536,"hash":"2bc99d1a7460fdf5be3711a0add4de54d4ab78a0fc16079680d4da58e4615997"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-profile-in-clinic-context.md":{"size":8367,"mtime_ns":1781365327185378947,"hash":"f063eae11f94b2132d84b0a8472bac1d4d404a2bfbfacb049f0c583f9c586219"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-server-side-mobile-nationalcode-validation.md":{"size":8677,"mtime_ns":1781945049606053409,"hash":"32049409986f11fd29d302dc3e1036cab7172ae9033c3901e0622e8171fda14a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-switch-context-role.md":{"size":7032,"mtime_ns":1781363356184798552,"hash":"74cb88449b93fd682e3ac81a322e1d405d54e111e172758e5b10ca80437e1a3b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-backend.md":{"size":23991,"mtime_ns":1781516938547317892,"hash":"ba39a2e1ccfbc1a98662ecc71225aa32583a410df8e238dad15de69a62fdb521"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/implement-phase2-frontend.md":{"size":28042,"mtime_ns":1781520442021329832,"hash":"4faf26a0b91c83a3c183e3ed929d5d2dc92e7624549af170165bbf2faa9eec2b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pages-subscription-gating.md":{"size":8256,"mtime_ns":1782258337653428004,"hash":"3755a25eb7694c8c1587bfad9e02166c438ab4bd361268126cfe0f3ee553bbb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-pricing-and-selects-cleanup.md":{"size":7612,"mtime_ns":1782253591735960479,"hash":"00ca797277e9520885bf056e719721e9d72d97c4000fbd9f8bcd69980a5bd69d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/insurance-visit-pricing.md":{"size":6483,"mtime_ns":1782214545719956341,"hash":"4197cd316ec7560bb084840cd96f82df6d524916d4a4ec4a0f71108c2cdbec6e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/location-clinic-address.md":{"size":15649,"mtime_ns":1781257855652300954,"hash":"c147a47466d89f4591d1efff242e3ec90e1b979463cc2d2ce5f65bd55002b770"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mark-past-slots-unavailable.md":{"size":7754,"mtime_ns":1781535427967339672,"hash":"51d4e6c59bbcf69395fb0d0a1420f5c47f5c3ea5bf77e95b3180fef5e2081fed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/multi-role-dashboard.md":{"size":47174,"mtime_ns":1781164462782884121,"hash":"bdbb8f8d4f66f36005c2c7e87f123d905c49048dba266e475c775b73d438b434"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/my-payments-list-endpoint.md":{"size":6964,"mtime_ns":1781539108766134646,"hash":"5c6b5a4fff2796f32393914512d82d2cf18fe1a2bb5c70f7087c6152451e2ce9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/national-code-unique-profile.md":{"size":9589,"mtime_ns":1782270001832720420,"hash":"4bac96e773838ee4ef912cca328f84ce957deb6c594c1a00016b305380c93112"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/new-visit-modal-ux.md":{"size":5602,"mtime_ns":1782145407253133698,"hash":"5ec3558c752110146df788f8f2f85025c4ff17876ace24f8de0b2208013a622b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/patient-record-profile-binding.md":{"size":5004,"mtime_ns":1782145573523412851,"hash":"5195bc67dec077d35f5220df58a5c2ffbb62fd44c881cc9e51d8aa53a08d065b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-test-mode-ui.md":{"size":7973,"mtime_ns":1781516938547896351,"hash":"a37f514022aea65c1e8d35c8855c087e0913c650a642cabdd39f9690577d8cd1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-unified-status-canceled-and-managed-hosts.md":{"size":11866,"mtime_ns":1781591920505562932,"hash":"32799eaded7c02d109b78be529dc0ecc8b7fc0b500326573428a365e21869b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/pre-registration.md":{"size":12415,"mtime_ns":1781252082262696147,"hash":"b1857341551ffad0b98d9d867f3caeeb8924c5b903099e9f2823620efa8eecc6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/profile-birthday-jalali-persist.md":{"size":4796,"mtime_ns":1781597628367003291,"hash":"e90db79d423bcbe97680ffed422228037e2843e8169bb1188237f7f6b6babbd6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-bug-audit.md":{"size":10008,"mtime_ns":1781892497314247088,"hash":"63ca9f918e24b1c15839c13744045e0b8aac212279b5b4fbfa5ae619b7709804"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-multidimensional-and-rich-comments.md":{"size":12831,"mtime_ns":1781557035802767573,"hash":"332d9f393aee67c403841f184f3e6c069edaeb4459b4ee328a9310055f937cef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/rating-require-recent-confirmed-appointment.md":{"size":9517,"mtime_ns":1781557035802942698,"hash":"305ff640dad68d7e842a5825bbf7a8f4cdb02b145eed8b782c1151db3305632e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-admin-panel-access.md":{"size":16498,"mtime_ns":1781857058512546863,"hash":"72c1500ed688169cfd796adcf9554b63994849119943dba5d5a70883eb5a8dce"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-commission-tax-engine.md":{"size":21994,"mtime_ns":1782292728412115840,"hash":"ca8cb1567b8434a59f5717a4b33c6ea142e69f4d1010df15010081905b556669"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-domain-guard-dashboard-settlement.md":{"size":16314,"mtime_ns":1782304099038050829,"hash":"be8842b5ac2c5a57277b047c4c6ac3f828ae302dc6a94569e8f46760564b90d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-identity-iban-verification.md":{"size":17082,"mtime_ns":1782399022752193648,"hash":"59271ef71e8e71f9f1bb9dcde1aea41565a2dbef6ed9aa8d35b1e7202c685f38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/schedule-cancel-expired-appointments.md":{"size":8800,"mtime_ns":1781551622406496621,"hash":"43d63ab1fbae2e6e2d5192d922a09293b1abbadddfe98819e39671dc00e04a99"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-context-scope.md":{"size":14283,"mtime_ns":1781520442021272248,"hash":"e684ae83cc15db840406769e15852b219ceff63405fe6064bde19263b2fccfdc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/seed-realistic-data.md":{"size":14531,"mtime_ns":1781519566626148059,"hash":"6b2eea6f45404e64d2b8b3998a117e8bada7517c880339af1fc4ff72cd0409d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-coverage.md":{"size":4046,"mtime_ns":1782214545720279342,"hash":"3ff0f0f6b3a99f5facadc19ce455b27c8cea3020038a1b40bdebda4fdbaf84f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/service-insurance-per-insurer-coverage.md":{"size":14249,"mtime_ns":1782259799527430466,"hash":"295cae74decafadb2379fac86ac7ac1f420042d715f798d5024b03362560363d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-log-tags.md":{"size":15685,"mtime_ns":1781870909734605934,"hash":"abe301d83cba0655c353e32c6f55a9bf20dc808d033c9f5d1e40f8fa9ad5bd62"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-login.md":{"size":9252,"mtime_ns":1781255737102412820,"hash":"af6300f99ef2e66cad5abf34a421e4c3f2d34995535a907f82aa86cfe4c29b74"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/specialty-doctor-counts.md":{"size":6533,"mtime_ns":1781636247075492016,"hash":"32a97260ea56f3bd9529a034cbb791df59ce29ca60d9966a24d469cb743fee41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/subscription-gate-ui.md":{"size":17009,"mtime_ns":1781520442075008039,"hash":"81757bb902f7ddb74f51b2aa43612d9c73fbe20abebbc2f046a6014498f9b58f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sync-user-realname-from-profile.md":{"size":6614,"mtime_ns":1781594222051658800,"hash":"b9ee6559e409596b698b855fe4ff283fac5a062a218b4aea42a3b09d14a8fd0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-darkmode-polish.md":{"size":9534,"mtime_ns":1781520979984254456,"hash":"9f195ed3dccbf8df6079d978142aac339fa50d0b949526fc1b7b832af151da1a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/ui-ux-pages-redesign.md":{"size":18980,"mtime_ns":1781520442021457666,"hash":"2dce360a15f48c97610df47e5e6fbeea313e39fdc152e0d55bf687ec17784e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/user-profile-resolve-by-user-uuid.md":{"size":9637,"mtime_ns":1781537870411647855,"hash":"880cbf5c1bbd64937f4a197a91cdedf9c742bb3910ab2104cfb6c59e8cc7ba0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/prompt-writer/SKILL.md":{"size":5151,"mtime_ns":1781361052504791267,"hash":"abe2c711bf0a283fe50a70e5180d0ed7c7e10f7b699ceb50b4701485cf7b74bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/skills/run-prompt/SKILL.md":{"size":9443,"mtime_ns":1781176103482888341,"hash":"bc8c63ca2411b0ed4242f54f4a998590698d1cc62ef9b2661a84668ed1e80689"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/CLAUDE.md":{"size":8393,"mtime_ns":1781551622406854747,"hash":"1712a6a680cb00c102367be014ced75a77306c0c8ac1fbccec95f37ed31cff4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/TEST_USERS.md":{"size":4101,"mtime_ns":1781520709654384302,"hash":"ae97e1e0de7fdd1d8dccf030c996f155262259cbd648b71d4834436f90827910"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/Architecture_Audit.md":{"size":33583,"mtime_ns":1780948937761931658,"hash":"e79771047616dbb7a604687b92ffcd47f09dc19a112fa51174cc2738a0e5c49b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ClinicPro_Manual_v2.md":{"size":228782,"mtime_ns":1780944864742215753,"hash":"86c808b50dd3da1c5107e4b6a3a03190f30c643643ad6de4c89b2045f803baee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/prd.md":{"size":28619,"mtime_ns":1781520442203119936,"hash":"a1691fe2f87737cd12253bac3bfda2f8feeaabc15a159a8dce6482eea7fd6e8e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/PRD/pre_prd.md":{"size":5454,"mtime_ns":1781516938560096835,"hash":"4736bcde5ba8e7c73405d0e7c31b6e2651b65d475e4cb9a924ae152b799bc4f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/ui-design-spec.md":{"size":20687,"mtime_ns":1781024129379257560,"hash":"60176b60869538ed763bfd4b0d02c138481811e62482b73c41693ea5393e8460"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/admin-ui/user-flow.md":{"size":16280,"mtime_ns":1781022482742007613,"hash":"aad348887a0347a4d348eb228959ef9e44099e2c4e60959d0dc06d976ebe7e16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/README.md":{"size":3621,"mtime_ns":1781158395412841916,"hash":"8ddb00666307b307dcaba4c0b7b4f4c13e5f31502f7d20d5c3a8a82729c606b8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/admin.md":{"size":35475,"mtime_ns":1783569345776959726,"hash":"cfccd8ae84b285c32a68817fa06c4f1b9694b133669ff06a70a7c996b47c67f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment-settings.md":{"size":16574,"mtime_ns":1782728407106610964,"hash":"540be837def81a7c24a001654fde543de78f168ba34ed839c6e6fd597ea55ed6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/appointment.md":{"size":16822,"mtime_ns":1782728407107114384,"hash":"7b39650f7266519461983913a0c78e186275d036101a827049dd6f8c3574707e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/auth.md":{"size":19494,"mtime_ns":1783072324109341756,"hash":"731194d44bfe38b142c7b5e2c6367ab52c325988d60151f60d7eb55ef7cc07d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/billing.md":{"size":10078,"mtime_ns":1782728407107896681,"hash":"c9f6afebfd6b6f7a7e55bf1d14c8123f9230a99fc566c63aa9cb4d01b6204324"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/blog.md":{"size":5522,"mtime_ns":1782050526553302749,"hash":"fc22dc80387b6c8f477854a19dfe01e496b90b688020325f1df589e0ae5cab8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-invitation.md":{"size":9237,"mtime_ns":1781360269658725816,"hash":"50b040f0cc844000cdf24ba7971b4bfe4367e7980413f2dd90d7187a4e0c9991"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic-services.md":{"size":6228,"mtime_ns":1782728407108299892,"hash":"d03260630a54476e8c29c60a2eb6540abb203d81d7656a95fbb1381344ad1a00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/clinic.md":{"size":15082,"mtime_ns":1783569345777287102,"hash":"969c6a645198cf9b930a5d4fa203adab490ce59bca3460cb410ae040a333cbac"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/dashboard.md":{"size":6099,"mtime_ns":1781516938560827336,"hash":"8368266c4453ba5364ed0787679059288d98527506bf05a44f86b5a31a7e0a6b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor-service.md":{"size":3542,"mtime_ns":1782844893680414173,"hash":"e89e263e5bbc843f579006c3b353fe521d9366fc228515e8a5e596321c8c0c42"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/doctor.md":{"size":14514,"mtime_ns":1783569345777646894,"hash":"71132bf3d0aeee34eae0945736ec23a52638902a186dc8d24c1272b869e4c64c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/insurance.md":{"size":14620,"mtime_ns":1782844893680930170,"hash":"777ea6859a4a038025bff4fd5619e698c213fb174f40b4f41292b07a7bf12dd2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/location.md":{"size":6110,"mtime_ns":1783499999991507683,"hash":"b115b424de4b74d226eb0519d0285a2c6397f9d8e1afdbc4de3b8d9776e00bb7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/patient.md":{"size":11646,"mtime_ns":1782289600489452444,"hash":"37294299886dbe4d8227c8fdc5afea62f50755e0fd42f229eedc58f1a036abb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/payment.md":{"size":31708,"mtime_ns":1783569345777886644,"hash":"e9d63073d11ef51c3cc5bf4010394485ae27190d29b5997edbd5ade0f9a14617"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/rating.md":{"size":11090,"mtime_ns":1782728407110670616,"hash":"61914c5f9d29060ba157369cf8e82392cc6b094df3f3a1423904c2988b19def9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/representation.md":{"size":23969,"mtime_ns":1783569345778079977,"hash":"fc1f5be7a63295184a69a7c63af90e9d6f03c74dbd27b854f65d72965cac06a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/secretary.md":{"size":11082,"mtime_ns":1782902968293482660,"hash":"8a4df85eba0a0da8f2a31f07cb8ed2b182bae88bc4530db5c743bd012bc4bbed"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/settlement.md":{"size":9976,"mtime_ns":1782728407112458962,"hash":"ad88d08fd6960cb9bfd932b91def2ad395a50c391f7692e9ec30fa4dab681722"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/sms.md":{"size":21855,"mtime_ns":1783491664293447366,"hash":"c21a4fe093a52c6f4b73e50259282f2f50f30831b19250ab6308d66ce4e2d7b2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/specialty.md":{"size":4869,"mtime_ns":1782844893680226216,"hash":"8f43fadb8c8754ab788dc183df3538096cfffc5d7a542fde683d8fffee10fafb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/staff.md":{"size":3093,"mtime_ns":1781516938562286131,"hash":"b3690ab9cdd530eb6a0180f96f08a258ccae0c77d31416e80f49a92974eac730"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/subscription.md":{"size":6894,"mtime_ns":1783235773210706870,"hash":"1d6915cccf364cf13b21f3258d454831c311fb1bf1c0c88a295cf5694fff1889"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/tag.md":{"size":3045,"mtime_ns":1782844893681057377,"hash":"4044766bce277cb59476fa2c470b399018dafd94191893c53aca75291de87b7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/user-profile.md":{"size":7549,"mtime_ns":1782289592597934192,"hash":"5d269afd10ce9174f3ac63fb4fdcf1cb7272564925db2d3f5f7e75df50c42925"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/architecture/insurance-billing-system.md":{"size":22566,"mtime_ns":1782214545723920606,"hash":"afec1678fc22a9caa8f39eb9fac3f934751dcd6a315ac1441f1378193b88ba0b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/architecture.md":{"size":4831,"mtime_ns":1781516938563423092,"hash":"589134d822642da7433ffa06823f4e2c79ad74e3feb135df95e581377b01ffd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/database.md":{"size":2045,"mtime_ns":1781516938563622759,"hash":"580ede75d18ef6d8117ef56ab233775e5143bc25de4716cfaf53464bdaeac599"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/task.md":{"size":2775,"mtime_ns":1781516938564295343,"hash":"b55eb66cf597d5665d57d79f268a2fc106da8a8e01c18d7f8da2327da6dc7927"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-10-staff/user_flow.md":{"size":3553,"mtime_ns":1781516938564465635,"hash":"c5436837b9320d6cb9e5f50e7e6b7aeaaa8bdb8dc9a68fa4b5f4b22fdd58002a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/architecture.md":{"size":6182,"mtime_ns":1781516938564667844,"hash":"97af6c2e032264f5dd128efc6ec07a4c1c23664f325cba46bc7dca9da57b9578"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/database.md":{"size":4694,"mtime_ns":1781516938564824594,"hash":"3b798be28cfff874d1b09b25429767e7c928e7c0fd9a9db2a9685f429b299299"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/task.md":{"size":5322,"mtime_ns":1781516938564985928,"hash":"46d7f8870c6b9f46071a717d0235dceffd7d25508ca4f69886e5062c8b37d0e1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-11-subscription/user_flow.md":{"size":5889,"mtime_ns":1781516938565157637,"hash":"d11628bbcd90efc0d3d09961a2ed62fe3707c3f5b60bbbfcc615da3b7180acd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/architecture.md":{"size":2393,"mtime_ns":1781516938565327637,"hash":"d036ecddd7c889f68aac644919fb9255189de2f82cd62e3933b860bc348d34a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/database.md":{"size":1646,"mtime_ns":1781516938565469596,"hash":"bb7eaeece88f414ea6253e95b2acbbdbbf74396c5e51b213301593f2aa5d409c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/task.md":{"size":6288,"mtime_ns":1781520442208567994,"hash":"f18a2edba4a0b75fef8e08e155a4cf100b8a98e463acf88d31d506c195f5b27b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-12-secretary-completion/user_flow.md":{"size":3821,"mtime_ns":1781520442059890701,"hash":"72aca8c6bba58695e7e1b63a3aa709d1068753beb31b981c648564fb822e4fec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/architecture.md":{"size":3719,"mtime_ns":1781516938565894180,"hash":"c2c7361b57f654925f2801d0820f78bbbb97dfbd07c808b4ec304f7938139151"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/database.md":{"size":2673,"mtime_ns":1781516938566026680,"hash":"de17f21b92fb807651d65288c8539699aad5597b8e541e47c9bce4dd0f97b696"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/task.md":{"size":2931,"mtime_ns":1781516938566167056,"hash":"87038a0b3a2f872944d232bcf66eb5fab7676f00a9d29319c082a4b576a1fc40"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-13-clinic-services/user_flow.md":{"size":4046,"mtime_ns":1781516938566343181,"hash":"4bce3394d64f2c1d3441cd2c3ad717670d1c91817b9015db00aa9ae4eead4f66"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/architecture.md":{"size":5145,"mtime_ns":1781516938566580015,"hash":"14afd5263c7d520a89f36bbba8c8a1884f88df74d09afe4caf7464025ee25063"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/database.md":{"size":3803,"mtime_ns":1781516938567109641,"hash":"2a952887767f9f9811df0c99a9bc2ba9986defd5ea1caf3ed11080ce11c61f1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/task.md":{"size":3454,"mtime_ns":1781516938567288849,"hash":"5badde1225cf74657f886825aaaae8582c1c627570f655ae9f631144bc75d7a9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-14-sms-panel/user_flow.md":{"size":4630,"mtime_ns":1781516938567444933,"hash":"8e4bcbd2fd0a486d4942df7ced8131738816487d2c16f0a05730d4c190a10296"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/architecture.md":{"size":6622,"mtime_ns":1781516938567688975,"hash":"138a7655a0efa500b4a9a8f829bebbdff35803cb3abfd3da7f4d4f362d7b63c9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/database.md":{"size":5463,"mtime_ns":1781516938567863767,"hash":"1dceb66c7a12a35660145fdf3bf0bbe4d5b8275f5b45bf86cbba4cf80f64675a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/task.md":{"size":4809,"mtime_ns":1781516938568156268,"hash":"1222b425e9e9856e291b8fb39c28348287dbafcf7b0a30531c5bab8642d2cb17"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-15-patient-records/user_flow.md":{"size":6283,"mtime_ns":1781516938568370060,"hash":"e28725b4fd619e8e105951b570c0066efb23fd6f378c1939bbe5cfcdad47b2d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/architecture.md":{"size":3095,"mtime_ns":1781516938569635604,"hash":"6494802db54a411d47ce102df7a5584c1e7db3482aad69df967bf1ca71c5ba58"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/database.md":{"size":1971,"mtime_ns":1781516938569893480,"hash":"ec0826918bb413f88d2d989f514b0c75a8cb932d11476d2c6e46908ce87968e8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/task.md":{"size":2630,"mtime_ns":1781516938570195856,"hash":"19bc98b5866f489ff0cafdb3533f2698de3546aef26ad438d16beb2d7218c859"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/phase2_taskes/task-16-smart-dashboard/user_flow.md":{"size":5110,"mtime_ns":1781516938570362314,"hash":"3572f80a2a4741eeaa91c80e9c362bd8ff452c14c4d1f052efad6467db72ce60"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/bug-report-2026-06-20.md":{"size":6123,"mtime_ns":1781932195178136627,"hash":"12f46177c25b3354d11d67086bea1387dfc7c630aa26c3ae766c680f2843640e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/security-audit.md":{"size":17685,"mtime_ns":1781029533522601843,"hash":"a4ff28a805763f65454696132ecea7011101bc37b1b6517222f1c75daf450ab1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/README.md":{"size":3380,"mtime_ns":1780914526335796118,"hash":"defeedb0410731f689fba5e8e2c6f3e35b8bf9e5e284dad43313a1184b58b1ae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/architecture.md":{"size":4379,"mtime_ns":1780948878189677238,"hash":"01cbb020665bc50a95519b010c5cb4bdcda727e5e3b11144854ea69380bba84d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/database.md":{"size":2777,"mtime_ns":1780913653761675119,"hash":"6ad045e9dcec53f77822e126640dacb6bd22ac3baee94373331ba46567bf37f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/implementation_notes.md":{"size":11109,"mtime_ns":1781000268522993445,"hash":"7fcefe550ef23683ee4ed703af2881fb5c985930b4d1a3ab7c93a74ef491bdae"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-01-project-setup/task.md":{"size":15372,"mtime_ns":1780948866192116618,"hash":"311edd5597e787245e16d25b061f5faccd468d3d7a63ebb05bb04e26b3c7218e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/architecture.md":{"size":2897,"mtime_ns":1780913716805987120,"hash":"ee14b45989f69598f9862c975c097e7c3cb720c2bb06967b9787307e7acfe361"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/database.md":{"size":4381,"mtime_ns":1780945850080810308,"hash":"d1ce5e67b210864664df658d7de16fc479948f90164e90c89f53c33ee6de069a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/implementation_notes.md":{"size":4894,"mtime_ns":1780945075278630018,"hash":"8074b8f1bfe41c918b96cb9ab1c78937bf5986feb3ebe9db3c3ca7af88d7dc2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/task.md":{"size":14847,"mtime_ns":1781000259106649518,"hash":"500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-02-authentication/user_flow.md":{"size":2706,"mtime_ns":1780915019246111035,"hash":"03ed965fb14b51c065108f4eeca9672f20e8090195fcc442de5c5c60c950ec10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/architecture.md":{"size":2719,"mtime_ns":1780913810512596011,"hash":"1a83b9b76c0687098bffc9471e7fb2c51a97be4939347bd11990d55fc290fbe9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/database.md":{"size":4620,"mtime_ns":1780945096397670031,"hash":"8d639d843c5d51531781080fa6179168662a5cbd22af7ea828e770823d374c00"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/implementation_notes.md":{"size":2408,"mtime_ns":1780913848138283491,"hash":"5a60299e3ce86373b2ae7c2e0efdc5fb85b753123cc45bb09e0c9d671d396811"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-03-user-profile/task.md":{"size":2503,"mtime_ns":1780913798113112926,"hash":"f00a38d5a28420b3a8fda800286352a56f0f98b190ec67e57e1d971debae3bef"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/architecture.md":{"size":1757,"mtime_ns":1780913877006618619,"hash":"e63b0d01ec3714992eefec62777ee965be7af2a59d55a9e72cf87effac0f4a8f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/database.md":{"size":2332,"mtime_ns":1780917970043029189,"hash":"ae2d7fd401bce729cba77a040a613a7f8fe0e9b20e8d4a31eaa970451296a001"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/implementation_notes.md":{"size":4727,"mtime_ns":1780945968298846841,"hash":"92f49568f1ecb690bef8287e9455ef0b2ed56d897309ea6b8a580fa667f8a5f6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-04-blog/task.md":{"size":1962,"mtime_ns":1780913865638451815,"hash":"2884592d17fcc3363768f899a4371d0ff2f25bc05bf4ab378647224aac695fc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/architecture.md":{"size":6624,"mtime_ns":1780915477914900899,"hash":"180c8f1b3163d1c97e3add7912571278ce7d53477095695010024be863743ee8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/database.md":{"size":7593,"mtime_ns":1780917946898365021,"hash":"00d19e027d60b4461e43310d6445f95fab85d7b6ba26ba946e44ea001556b0d0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/implementation_notes.md":{"size":2375,"mtime_ns":1780913973933789015,"hash":"1fa793e81dd07304171c11a760104acd6802dbeec00363618f5d4c1e651668ba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-05-doctor/task.md":{"size":6294,"mtime_ns":1780946040236355543,"hash":"042d405bfc9f389c3f4031533534485742dabdcfe86b4d753c0cc052a755f1f5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/architecture.md":{"size":1851,"mtime_ns":1780913996728031516,"hash":"6cb465ec4509143b1ff168e629400684e18542a7c1f616f5885f1c4f8be7876f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/database.md":{"size":3657,"mtime_ns":1780926795107362628,"hash":"6ae9c1c5e9c833a0781878a60323428b3388dc46dfdb5620d649371d98c03f36"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/implementation_notes.md":{"size":1042,"mtime_ns":1780914015153456807,"hash":"5bb3da0cf9daf5a64f1316e32f20d5a24d70ae5a639bc0d4b62a2667a6742b19"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-06-clinic/task.md":{"size":5429,"mtime_ns":1780946101876308203,"hash":"709ac2fb057f4d470a55c5e47dc0bbda7f38f6a336622fd93be0e334019ee066"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/architecture.md":{"size":1985,"mtime_ns":1780914070674333692,"hash":"b6839bd6197cc3e53162104e0ccddcb4c0dad2d268815ce71e50591dd58dcaea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/database.md":{"size":3623,"mtime_ns":1780917987390393019,"hash":"6a1ac2b1feeec574386ab34b5176b6c069ee3582e7152757e4693e18440d0365"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/implementation_notes.md":{"size":1244,"mtime_ns":1780914095217341542,"hash":"fa7fd9bc9193bd89ed8e6438a3538bb8ba6aac5dbc8859735887b8a2a876956a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-08-categories/task.md":{"size":1912,"mtime_ns":1780914058797929168,"hash":"4a40fbf276a9595d6be7409e5b8ec3ce0963f7cff1ae1acdbbd8e2a8962f0f76"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/architecture.md":{"size":3399,"mtime_ns":1780914129817089915,"hash":"b75f451ea0018239fff4ace9a06e486880409d0015582b1aa5f843b4ff14d9ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/database.md":{"size":4225,"mtime_ns":1780915919108824849,"hash":"07a565453b405723fef58584dc058518729c7d27e873492d8a3cea7e7de0d690"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/implementation_notes.md":{"size":3094,"mtime_ns":1780945173910875440,"hash":"c75e7608c3765170173b475dc5b2b224c663e6c116cecadf38107efdc86d6878"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/task.md":{"size":2582,"mtime_ns":1780914114135141253,"hash":"48422a947301ff86b51f11c3168ec190bfa7f9dcc10821abd5ce5b9a460979ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-09-appointment-settings/user_flow.md":{"size":2191,"mtime_ns":1780914171627644777,"hash":"07b7bc5971ab5201243c5bdf67eb2d111629753dd697034c85e92c96d1008809"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/architecture.md":{"size":1996,"mtime_ns":1780914199549617529,"hash":"289adc397ac626b52b89755bfe8648fab0d7afbbdca30005de728b7697b9a214"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/database.md":{"size":3717,"mtime_ns":1780915937514717817,"hash":"88321d5b96f7d4a6b8e1704430500c45915eb2e259eef363d95f26de72109092"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/implementation_notes.md":{"size":4621,"mtime_ns":1780915380116156578,"hash":"a83b0c475c907a8d8a30ed2d0ca711db33f60fb1e61c202b76bc4731a5bf8243"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/task.md":{"size":8716,"mtime_ns":1780948491117865920,"hash":"da3cd77c8f2c7ad9129a69ccf1f8dc2317dc91a1dd956cf2f042b65361be6395"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-10-appointment/user_flow.md":{"size":1550,"mtime_ns":1780914238340850115,"hash":"9f5dce77e5f9988bba7dfcc621622610a49a42e0b065b884bab56b56661cd84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/architecture.md":{"size":1127,"mtime_ns":1780914261808559537,"hash":"375e8ddd7ec2c6078760759c4501a4cfbfa68fafd7835fb01fb77ec9e63edae3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/database.md":{"size":1786,"mtime_ns":1780945194993545294,"hash":"d839d386d4403610f52b0415868efd6ee3555dc5b209d13ec923975ec4bb799f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/implementation_notes.md":{"size":682,"mtime_ns":1780914277970139742,"hash":"9f0f9dc9c02d7e8672e66bf856526f7b0ed7956b926665bf807466cb5be8ae97"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-11-insurance/task.md":{"size":1020,"mtime_ns":1780914250465105891,"hash":"6dd946fad62474b45da1077a795263188685817d871a6fe6a7a48686e24d6193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/architecture.md":{"size":2188,"mtime_ns":1780914305970064998,"hash":"5fdcb2df78dd410d0c2d434203efb1e7a932ef9e9a17270a252584779e59f6cb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/database.md":{"size":3810,"mtime_ns":1780915977159314990,"hash":"2fdfac8ae3f0fc238d5398ffcc770d33470901fe1d371043f2762ca15a0c6e50"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/implementation_notes.md":{"size":5724,"mtime_ns":1780946157194396377,"hash":"df382ed8eb807a193bfc884447401cd87c9a678f6ecb95a0a246468cc9311851"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-12-rating-comment/task.md":{"size":3935,"mtime_ns":1780946250306428313,"hash":"fa4fc2ef76c08670eae962ffd0a3836d7cce4469bc5f407cebff751c025e5c7b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/architecture.md":{"size":974,"mtime_ns":1780914349899858832,"hash":"a0adb45cf9f78498055809006e340318b4ca21e6f8627ecbcdcac2205f3f7b29"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/database.md":{"size":1630,"mtime_ns":1780926837375006318,"hash":"3d670c92b56d80fa1da6b751fda3b776da46ea368106339d1b80dd6012e01d2a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/implementation_notes.md":{"size":596,"mtime_ns":1780914363412821531,"hash":"d49115b6d3c76aec3c3678cc86c6ef5b394e8e63d96e493479bc79db4cd8558c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-13-like/task.md":{"size":475,"mtime_ns":1780914338292873383,"hash":"0f032e0490838820a0692ba9c0042dadce5a9558d87083874219c84dcde92742"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/architecture.md":{"size":1308,"mtime_ns":1780914379600079656,"hash":"17eba56cf557f9cf9d6300b9946fe25cd348fd937bd20914ba382b1a760112aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/database.md":{"size":1827,"mtime_ns":1780926849934970617,"hash":"46384e53c3b5bd73ef416c647833213a49f5eaefdd7a6c63c4227cf54e5e8aa6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/implementation_notes.md":{"size":849,"mtime_ns":1780914395413759232,"hash":"432b4d0ed90802ae1dd2495e54a2493f60f07ca0ca57a7e68734ff493b2c8031"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-14-secretary/task.md":{"size":9039,"mtime_ns":1781000115337852359,"hash":"322eeb47d17aa1d34573f1daab3e4e6aaaa6c89a6c97bb7be08ea4e10c475f16"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/architecture.md":{"size":1945,"mtime_ns":1780914418815337658,"hash":"434ff7a1e4e0cb8d175321f3af647ef5276602ed753c9ca9c3c9480a7456d53c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/database.md":{"size":5305,"mtime_ns":1780946202243066788,"hash":"86fdf19600fc6c72961d37e60d2f056f9012b1b26d0fddac2a6d31b15295f105"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/implementation_notes.md":{"size":3038,"mtime_ns":1780915087810785770,"hash":"1fbc6a5462ddb25a89b765941b2c4eebae1b3c2e62cf5dbf48bc48015b79e6ab"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-15-payment/task.md":{"size":8918,"mtime_ns":1780948846758672237,"hash":"ae564ca5b8f57b3e399f6996c978ed63e5d2425342b6d9dc6eb0b29c90fa2da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/architecture.md":{"size":1957,"mtime_ns":1780915416796818495,"hash":"9ed187252c771e6fbbbc24009d84f0fe52b4c3f565b16413ffd753c16c1793d2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/database.md":{"size":2934,"mtime_ns":1780917918423562169,"hash":"bc18f2996973b821a4c393e627028ca7212b1bb769a7faf122fd0b7f4fc4da10"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/implementation_notes.md":{"size":4833,"mtime_ns":1780915404939572215,"hash":"b8c731a6b5e06985b3179372e17bf6b678fd4bccf0f2a488cec7b842ecd56798"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-16-representation/task.md":{"size":4814,"mtime_ns":1780948110250153184,"hash":"ecf2f1d6b695c256805cea006ad4ea2c64d4419dba5da0e8a862ddcb78c185d8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/database.md":{"size":2141,"mtime_ns":1780945235470226049,"hash":"4ef4177ff9c455909dc4d2d64ef4ee2fd8e1d5eaef1bda53fe9fed7923809e1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/implementation_notes.md":{"size":1864,"mtime_ns":1780945250993937969,"hash":"75cfb72ca7fff3f679ed78b75fb7cc251344cba57d46d4926a1ff24c61a18193"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-17-sms/task.md":{"size":14473,"mtime_ns":1781000201191461921,"hash":"b4a1a494a5417c78db3a85dc80fa158db77860e74eee9337fb15a5f5052f829f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/database.md":{"size":3780,"mtime_ns":1780948101369445086,"hash":"8c43bfccc6aafad28eebd86afc5b32f56ca6db3dc081b796567f4c95824df146"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/tasks/task-18-settlement/task.md":{"size":4116,"mtime_ns":1780948080182510614,"hash":"33696ec512d7848300e8575d2a387e09a90153045860fed8b8f2c5632b6592f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/entrypoint.sh":{"size":1468,"mtime_ns":1782633219516893494,"hash":"48c33a7c55c256a65ba4c089893e1112aea5b1320c9dc6b46f4eadb865b68ae4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/frontend-domains.json":{"size":2348,"mtime_ns":1782410142646593892,"hash":"dc12d68e32830d446995ea2a8cf98fe0bc24e15d4b6b0b27dd5b97dc84b06568"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/gen-cors-env.php":{"size":1933,"mtime_ns":1783423497551393748,"hash":"a8e8a22c1e371890913e78f210ab6cbf36b0f47220e4fabad8c874c284af29ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docker/healthcheck.sh":{"size":443,"mtime_ns":1782647901237410548,"hash":"b4d2a6f75f334c832e9a015b4e296f3fb9210f128b2b1b40bfe74abf6e6babc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628133044.php":{"size":1747,"mtime_ns":1782728407177086438,"hash":"5c24097f68a7696b4ae58ba6df68b6ace4f508b1f0ebf3e964fff23661c8ea0a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628134241.php":{"size":1159,"mtime_ns":1782728407177374107,"hash":"c31886c1f10dd25296b56fb7ba336f1fc45aa45d6627ab6bdb148f18d49872ee"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628152738.php":{"size":1873,"mtime_ns":1782728407177652192,"hash":"d7a00a9e505a45fe1056cde539a8cbefcb42f67a0c3755427d77ba12959e0c4c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153625.php":{"size":882,"mtime_ns":1782728407177952152,"hash":"b314e4f194586cb9b4037fb48ab8400a307ce428def8108b94616a263e24e238"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628153855.php":{"size":1146,"mtime_ns":1782728407179127785,"hash":"1ec80db45af56adf7be93c412e0165c70fb629dde2ccc09b06a3452a66c52c05"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628165710.php":{"size":809,"mtime_ns":1782728407179735539,"hash":"cca05740bf26d1540b361283f5a140aeb446bd717250615b7ed040977788dab6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260628173151.php":{"size":1639,"mtime_ns":1782728407180333627,"hash":"b8bbe9ad2ce3faae637534db20bfc455e288bc2c5fb3a1b9a10f4a29db2432aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Command/CreateAdminCommand.php":{"size":2428,"mtime_ns":1782649564990017265,"hash":"2fd1cffeb4d8299abb1a5fda3d9f29a08c882ff6e66781dffbc038ff675906c8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Service/TenantInsuranceCleanupService.php":{"size":1874,"mtime_ns":1782728407197355450,"hash":"19f366c81466bfebfd37cd2310f8602b243cf5111e51308892e196b7d5a7dc4e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php":{"size":2923,"mtime_ns":1782728407205043418,"hash":"6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentExpiryServiceTest.php":{"size":2163,"mtime_ns":1782728407205393295,"hash":"5586072347e23a24fddaa187efeb93d702697b7cdd1a399909239684cf371372"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentSettingsListOwnershipTest.php":{"size":1592,"mtime_ns":1782728407205827923,"hash":"1ffb3b0a89f531658a75520df810efc7e18022e106a75d885d92986d62ba74e7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/BookingScopeTest.php":{"size":1653,"mtime_ns":1782728407206108967,"hash":"395161c96b8a660dab252a12c063090de94131b66d672c3b8804d70800327451"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/DateOverrideOwnershipTest.php":{"size":1259,"mtime_ns":1782728407206489928,"hash":"10dfd3691f16464f1d16a317942a53046f5369260a74ce133960d1b1f30218aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/ScheduleOwnershipTest.php":{"size":1721,"mtime_ns":1782728407206779055,"hash":"f935dde55aaa34b8c10780019e1c8ee7f5733c602874cc951411737dc9691329"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/SlotUniquenessTest.php":{"size":2475,"mtime_ns":1782728407206954431,"hash":"0168f3c381e9da2663e2cf118fd67f5b90d2ea6e4e96433e3d05a567248961f4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Audit/LowTierFixesTest.php":{"size":1517,"mtime_ns":1782728407207202432,"hash":"6d65ac794b959d7b177dfd5ed9792082e5f79a073b0cda79be8503b689edc907"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/RefreshTokenTest.php":{"size":1924,"mtime_ns":1782728407207460101,"hash":"745716b0c8627a1f72fed9305b2dc70af84c14ed015ff3341bd3c6422ea63c87"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/SendCodeMobileRateLimitTest.php":{"size":1421,"mtime_ns":1782728407207651102,"hash":"f069f1c427ffbeb082d3777ae8da34e031e940e4a0c79e5da4e80708345890aa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimAmountBoundsTest.php":{"size":1863,"mtime_ns":1782728407207878645,"hash":"0b7551406b5b0c2fe47812614e3edbf359b72ef3c0f16b12466e387c5bdbb041"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListNPlusOneTest.php":{"size":1782,"mtime_ns":1782728407208062397,"hash":"dcf666e9d1a149bf85e0ef7869083bceec48bd8ba95958292878d73f7e330467"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Billing/ClaimsListPaginationTest.php":{"size":1215,"mtime_ns":1782728407208282107,"hash":"3d81e096e779dc685eed5920d7fef419ebf2c96e96794ae8d6222daeb0dea7e3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemDeleteCleanupTest.php":{"size":1598,"mtime_ns":1782728407208527691,"hash":"f9809dce56ba099731d9fbf6e1da781c18acc49a758537002868a7db3efad7b1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ClinicService/ServiceItemStaffOwnershipTest.php":{"size":1464,"mtime_ns":1782728407208738276,"hash":"e8b808423b34ee5471e7d00407f94ed22593e06ed6c4e674f92e972ed0e8718f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Database/UniqueConstraintsTest.php":{"size":2595,"mtime_ns":1782728407208978278,"hash":"aeaae84730fbdecfb8337f25283653d3867d3cf50332e7bea917c946672c97cd"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/ClinicDoctorListNPlusOneTest.php":{"size":2457,"mtime_ns":1782728407209223988,"hash":"705820b9d1590cf2f642e6ee7391a651536104c92acf39f261e2df71516ed55a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorAddressOwnershipTest.php":{"size":1313,"mtime_ns":1782728407209479490,"hash":"8fde8b4d6db03191fc8d650bf86fa6962956b504013b76a55c4e5ae791e47c38"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctrine/RepositoryClassMappingTest.php":{"size":1573,"mtime_ns":1782728407209727575,"hash":"5289139754fae16d85a09fcff134ceef249968876f029c180f36b1c7d53bf5d5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/DoctorInsuranceOwnershipTest.php":{"size":1486,"mtime_ns":1782728407209989701,"hash":"9231aaeffd13bf27869e74186679ddd38d1f6ebc9c52d36a8dad9b589bea3ad0"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/ServiceCoverageNPlusOneTest.php":{"size":3714,"mtime_ns":1782728407210225203,"hash":"dd8ffa7d6329453fa49a9403b95a13556ad08dd318c89733a202d9d6c8ecfa4f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsuranceCleanupTest.php":{"size":3021,"mtime_ns":1782728407210448121,"hash":"986643979f19f6a7ee71127782524852eb9eb163b77db793253e95b8df534675"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentCallbackAmountTest.php":{"size":3356,"mtime_ns":1782728407210719081,"hash":"1b32d36a573652e1860ae2ceaf20ead7eee9cef0c204c9d4875ce8926849e278"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentListNPlusOneTest.php":{"size":3794,"mtime_ns":1782728407210931374,"hash":"473c67b119935570a66ab5e75cc36311f04ce314729e75bf44fd337bacbc4535"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Rating/CommentPaginationTest.php":{"size":1836,"mtime_ns":1782728407211216876,"hash":"7d11e7ba342faf3c69e5844c1adab2aa7583b201737d16e0724d9233d00ad1e6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/RepresentationCommissionTest.php":{"size":2548,"mtime_ns":1782728407211506878,"hash":"26b9f23b2462b30adea512eeb07f92f4db597a60c0ed3610a4169bd22f7c6c26"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryListNPlusOneTest.php":{"size":1592,"mtime_ns":1782728407211848922,"hash":"bce8c0d2597c3641885ba9322eb03bada116d979e3bd7a0b4c90d5208fdd620c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/FinancialBreakdownIntegrityTest.php":{"size":1173,"mtime_ns":1782728407212105424,"hash":"3e987494345d3a7c1cc90de7b27bfcac7bc45bb54e8fa0a7a3f790bdfa406aaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/SettlementListPaginationTest.php":{"size":957,"mtime_ns":1782728407212820054,"hash":"74501df43886dc66c5fe19f849549a2194644dc948d94856f97d0af17c0d179c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Settlement/WalletTransactionsPaginationTest.php":{"size":1087,"mtime_ns":1782728407213026555,"hash":"8df4dfce9a91d73297d88f22e047a4127fee2b00e2fe1bc8f43eed2ff805fae9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/ErrorCodesTest.php":{"size":1547,"mtime_ns":1782728407213280973,"hash":"bf392c01cd7a70c25efe7c4ad59ffdb4579b1216576d58393c3a965524360f0c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Smoke/InfraSmokeTest.php":{"size":1444,"mtime_ns":1782728407213624767,"hash":"d8d4a8c5688d7ed7168570bfc39c3cf038e2c43324498dff3239f5668afa0a1f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/doctrine_object_manager.php":{"size":479,"mtime_ns":1782728407213800685,"hash":"7a99fb0ab55d30b31cdebe923546775d6372a0aa6e731b409c37fb8f98671f5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-adapt-backend-audit.md":{"size":8798,"mtime_ns":1782728407083687268,"hash":"f7e83133c40658496827e06f6182a995ccaff35018d83b7ee8aa32aba25a03fb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-docker-production-hardening.md":{"size":13443,"mtime_ns":1782647901236299599,"hash":"74228033d085f739ed39f615762ad721c6b3678122d0afc3f988676c4b514589"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-symfony-deploy.md":{"size":18877,"mtime_ns":1782409236333930026,"hash":"a81d0aa4535ae4be51f69d47c5101f7a72415654ded3889e01f1baf98718715a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/full-backend-audit.md":{"size":11545,"mtime_ns":1782728407084760233,"hash":"448fb57a5fdadd9bb3176b1570c0421b6459bbf2a5bd69bd4154246ae0c61285"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/home-landing-copy-and-mobile.md":{"size":12400,"mtime_ns":1783500476952532681,"hash":"761c1d9fe055e628d59a006628f52163f49f6cc3499b6d7480baa67386ae8b88"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/split-db-redis-to-coolify-resources.md":{"size":12357,"mtime_ns":1782632977626228125,"hash":"6d87685ede07fb029b01d211fa82bdb7311bde9eb31ee9869992e6c49da5c75f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/DEPLOY.md":{"size":11539,"mtime_ns":1782647901238565498,"hash":"39797d5439fd4fd0fd19ae7a5b033febf0fbf6b58d07fdd1750d3aa2799b9163"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/audit-backlog.md":{"size":19190,"mtime_ns":1782728407113021215,"hash":"63afb7aaff2eb3113700644ab9bbfa07562ccec38cba4c77c0f21cd9acb98706"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy/coolify.md":{"size":10378,"mtime_ns":1782410984792896284,"hash":"f1d06d336c14b8df1530ec41dd80021b40e7113be0895504f9dda70b112a1cdf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/SeoController.php":{"size":1860,"mtime_ns":1782728407203067196,"hash":"df1028d7b1b294928a318cc7c27de5ca99b00d583d81ef6f400494c22380b6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara.json":{"size":638,"mtime_ns":1782743447395127690,"hash":"337416608afe2e6e989bfd903bb5bca1e977e6f8eb5cc02ca05a46bbda53edc4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_build.sh":{"size":559,"mtime_ns":1782735663785720587,"hash":"d9b9232a0f115eb1d752c2b149a5224ea030fd04d3c92ab964d53a6701d5e0a7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/liara_pre_start.sh":{"size":1063,"mtime_ns":1782747838542662883,"hash":"c5d143014bb281d056f6c286cf66faa4894b059584cceeacd150b01648cbde52"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-spa-test-suite.md":{"size":19691,"mtime_ns":1782728407084188354,"hash":"73ad644cede4254811fab6f825750f127edb1b5f08b8bad25b99b85c097a9556"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-docker.md":{"size":14106,"mtime_ns":1782732118990034632,"hash":"1a5f6f8bba054ea974f99dc5c01aeb19ed1cf612c3fd18a700bc03beaded2b5d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/deploy-liara-php.md":{"size":13353,"mtime_ns":1782735439025822952,"hash":"39f30d7c6d20b1869f5f06b2b532071e94b264f4bddf248c3cf84c62159ed86c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara-php.md":{"size":10664,"mtime_ns":1782736008651392836,"hash":"65c93d7d9e14dd468b75c5c81dee1ae6438d267253e8ad295953d3746d68d250"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/deploy-liara.md":{"size":8919,"mtime_ns":1782732335270881309,"hash":"ade1392f7cf72c544736a765b03140858e45cc5f12a480cd03ba4628af17e84b"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260629161536.php":{"size":1115,"mtime_ns":1782749766472631367,"hash":"c0e9b10f345c3d894d27267c90618903fab9693fd4be3542a755fbed3787fcba"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLog.php":{"size":1707,"mtime_ns":1782749711194459630,"hash":"5b3237552e7ae040e5a3b2a289e8fc0f0518a1df84553665ea214efd36c2321d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/AppLogRepository.php":{"size":1042,"mtime_ns":1782929739410604413,"hash":"1ea5a9d3ace2fce4b476ccb2b0954b06f3d4c364fa9e7aa9d77c25a8a6631d1c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/DbLogger.php":{"size":3546,"mtime_ns":1782749810227775663,"hash":"4d5328c774fe4619eb75f9de434173ae4a4b5ca53f7729383399b12c2a222805"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Admin/AdminLogsTest.php":{"size":1600,"mtime_ns":1782750195979032925,"hash":"a8f899cc061053e5664833c2ebcbf1fe2613c8d5b150973bb95e621750267c61"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/DbLoggerTest.php":{"size":1768,"mtime_ns":1782749879165982208,"hash":"48db5c733cc7e02a8a226fc4ed552cd5282c91d400dc72b32f3f122c127033bf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/project-wide-logging.md":{"size":14450,"mtime_ns":1782749549958444881,"hash":"3970d300cb4b804fed477773b47b653edb7aa3754b8cefd0e3f7d31a49417e6f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php":{"size":3511,"mtime_ns":1782843840412881578,"hash":"721aecace95083433388fa4205e063cb45867b202d5430f44c1b0bbb1faa4465"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Category/CategoryImportTest.php":{"size":5536,"mtime_ns":1783499837163827969,"hash":"d80eb9b3053cccc4a29926832b4839ea7d17ac6fbdcb342dfd251b2130bd1c41"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/api/category-import.md":{"size":5741,"mtime_ns":1783500035987979007,"hash":"48be2043d1b5dfe9b37580383626be174696d5735c51486220080c10b89dd5b5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/cities.json":{"size":50422,"mtime_ns":1783500944157597451,"hash":"473d523b14d8547b6262421099146299a580664c5ac61082eb835a4c1c18462a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/doctor_services.json":{"size":46716,"mtime_ns":1782843868777989827,"hash":"3a5610d926bb9581c868449c387e80feef104aec7c9bdc6ed39835e87c287015"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/provinces.json":{"size":4364,"mtime_ns":1782843868770610383,"hash":"c28e9c29f212ac946af73f8122b545bd3761766ebc2c8e0a47567ef6a9fc5197"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/data/seed/specialties.json":{"size":18764,"mtime_ns":1782843868775505763,"hash":"9bcf8a9b8f83e159a290b14c13b17b485185812c9e53ef62df4e33f84b216e47"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Command/SeedCategoriesCommand.php":{"size":2775,"mtime_ns":1782843891881834765,"hash":"13a71e6dab76fcb921270b6e2f996145b78e3c09d69b38592612a879707d87dc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Service/CategoryImporter.php":{"size":11859,"mtime_ns":1783499652565190714,"hash":"90101a086fb74c753ac6f26202ac1f850a6dda487f46fe489d456458596c6487"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/production-fixes-cors-payment-gateways.md":{"size":15490,"mtime_ns":1782896794174529460,"hash":"4a016b326e836f770e919fd1f5d3bf3f5f70fc4dd7aa9676c198e9b7e63f7b91"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/qa-full-system-audit.md":{"size":15299,"mtime_ns":1782894418024832296,"hash":"8cccd87e3d45acefda119c2e63b85e013e60943b2524a9bc2e9b62074c9bb9f2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/secretary-welcome-sms.md":{"size":8951,"mtime_ns":1782902722286387081,"hash":"05b7b6fbd16251df4d8049e99a7692e0fe3245c4f8ad6f0188e7f0b79fb92f4d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-settings-apikey-env-only.md":{"size":16545,"mtime_ns":1782893768608578413,"hash":"dada8658d0861aa23bbca638f3f832a420d16699a71a02d2dc6358bac834538e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/qa/full-system-audit-report.md":{"size":18928,"mtime_ns":1782896060811421986,"hash":"0053ebf6c21b4a5da087f668332ebdacbceef6a781cd3767155d08647b165b9d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Command/PruneLogsCommand.php":{"size":866,"mtime_ns":1782929791849281801,"hash":"e80ac76c51bb7ac78fe69679cbe82454f65f5ba6b35d3b3c3a01260698c35c6d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/LogPruneService.php":{"size":883,"mtime_ns":1782929784989711179,"hash":"9fe084116ccdb7a551ccae4c8d48626f7370549ae386e31c112cb579d8647ba6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/Message/PruneLogsMessage.php":{"size":73,"mtime_ns":1782929786004422877,"hash":"d060dc486c8bcd48d507d001c65b68f4e3b84eb5cdccede2272bcfd2437ca142"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Logging/MessageHandler/PruneLogsHandler.php":{"size":463,"mtime_ns":1782929788291896556,"hash":"20acb36c09cd00f50865c9d8bd04f8234eb0a76285a744e34d5cd2e50e3f4eaf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702063537.php":{"size":651,"mtime_ns":1782974183036403270,"hash":"2d3311a9342c690139154fabd01bcf942f32b1533612dbdf7de677ee04dc34db"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-ios-safari-css-fallbacks.md":{"size":9046,"mtime_ns":1782975691974719871,"hash":"48e210b06690285c3db657ab7a964830ecfc5d826e7624eb0a64df550fdccdca"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260702115209.php":{"size":962,"mtime_ns":1782993164666143613,"hash":"821f2b858cff251eebc74ac92b4b9263c24dbaffaa34e05b03b2324186bbeb08"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Entity/PaymentLog.php":{"size":2358,"mtime_ns":1783010796435723748,"hash":"14cb8d07e807806c11ce8602cae3bcd05b3d639dd8698c78f262136fced58b37"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/GatewayFactory.php":{"size":3532,"mtime_ns":1783010796436002206,"hash":"587b83007d7a8d0ac0d45c6a3c8108d3e0dde9568168144061e182fa1f7767c7"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/PaymentRefundResult.php":{"size":331,"mtime_ns":1783010796438108203,"hash":"2bc320c00a5049780d14735c7ff72b376159b6535e94c3993ae15d43ad72e548"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Repository/PaymentLogRepository.php":{"size":577,"mtime_ns":1782993118701194485,"hash":"06bcfbcd017b77e4ad6f855cc6f3184bf863fe3f29641fca8c4a8d4f48bf6be8"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php":{"size":20348,"mtime_ns":1783569345780853355,"hash":"8f5af952c994559d4ca21e87957017826685729dd8b5c5bf59c3c9b3c3b02287"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/MellatGatewayTest.php":{"size":735,"mtime_ns":1782984645104304163,"hash":"94d88c7055fe1be78f52d3dcc56078b62bbad4a24a1d7c5ffad6f86e9d5e2c7e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-mobile-responsive.md":{"size":11674,"mtime_ns":1783014366933033009,"hash":"852ccdcc3659967ca4aab8059adec237b69e5fb8416d951b052cdf7eb647f9a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/admin-payment-refund-reversal.md":{"size":15214,"mtime_ns":1783010796431742588,"hash":"e55052916115c1c67bcbd5ee1f39be8454ab3eb77d82902f271f52433da4951d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-appointment-notification-sms.md":{"size":7985,"mtime_ns":1783012880392028526,"hash":"16f20ad212e905030ddb53ae8899b9b185eee3bf094ef7782437156a83808f2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/doctor-experience-activity-date.md":{"size":12376,"mtime_ns":1782978755921887105,"hash":"062541c7937a458a5c0aa4245699f9b6c5343cdc7551aebf36af5e3c1ca95b2e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-admin-modal-and-calendar.md":{"size":9611,"mtime_ns":1782979774560814821,"hash":"fe83975f003f964e3ae9fc1ac9c0b5354ce8cf02fe51ef3dfaee6b3a766a2452"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-doctors-list-location-filter.md":{"size":12852,"mtime_ns":1782977589946540539,"hash":"cba39cdd0c017cb66792a6c4707e1cd9f060c8c03e9f7b16878a0ddae96a616d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-production-soap.md":{"size":11655,"mtime_ns":1783010796432002379,"hash":"57bef1c36673ed6135d976b61ae551e590fb757e403fcfce8475ad4950ffabe6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/mellat-sandbox-gateway.md":{"size":13487,"mtime_ns":1783010796432293420,"hash":"de2aec27fbadc4dd88f1587822b349985073b32d1c9f09f54642f3d56a21fffa"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-flow-architecture.md":{"size":13171,"mtime_ns":1782992901105315211,"hash":"9ae4872e0ca49d602b246c6c04e97dc6476a3fbbc4bf29c43dee8cca84e8307e"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/payment-single-flow-consolidation.md":{"size":12823,"mtime_ns":1782994765480242696,"hash":"4e04a45a73afaa8b4a0c80552519e5cd1dbc641f1b9dbe8e2d70bdb974c37111"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-price-and-wallet-settings.md":{"size":9735,"mtime_ns":1782998857276789821,"hash":"cbb79a9bd90c62fcd753606137f8d384a1cdbb47164c4879400c93919dae09bc"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260703085828.php":{"size":867,"mtime_ns":1783069119205310313,"hash":"c627a3c2239ef4caae61a87ac9b189d97886576d9f151b3b64ece5f8e5c5e325"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705070546.php":{"size":1214,"mtime_ns":1783235160126438474,"hash":"4e02d6033fc62b44eddabfdedabfcecea984630a43bf651af2eb3620a617ee9f"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705072835.php":{"size":2428,"mtime_ns":1783236836060491368,"hash":"5a3681228a5349171fba0c11c024024e75a40d303f6d2695cfa9096a48d8b21c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260705081716.php":{"size":2217,"mtime_ns":1783239466992612707,"hash":"053bcd79fc331f32d94a31317b83fbb4925d3ed129e9f974c935e74925186c68"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/SmsServiceLookupOnlyTest.php":{"size":5242,"mtime_ns":1783456125443604411,"hash":"e6a7bc771a3d4c785af5c6b7db13dca677e1953b2cfb26e604cb353c2e5a6bd4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/clinic-pro-promo-video.md":{"size":10920,"mtime_ns":1783245223582403990,"hash":"61af8b73d12e2eeb2acfa40fd359218d83e1a7eb2187a8dbf881c70c761ac9f9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/currency-toman-display-admin.md":{"size":8321,"mtime_ns":1783060267941162529,"hash":"90c735ff59081e8af302d91dadf9eed20d877f17154cfc1df58c1852bb82f1a5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/expired-appointment-blocks-payment.md":{"size":10679,"mtime_ns":1783059494354544687,"hash":"94824beb21147a04f6d699242d4dd586127ba983fb48d74e73919a2b125b64a2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-modal-portal-positioning.md":{"size":8120,"mtime_ns":1783189568446030666,"hash":"8b407ba218adf3d2dd670f58379fe3ad658b0df9b6c5a45cbf6d54323d4449ff"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-sms-site-name.md":{"size":9080,"mtime_ns":1783070793009698214,"hash":"300c3b5f55738ef62b573163272078d6ac3d5ac0d61393dc9bfbcb75532781f1"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/otp-via-kavenegar-lookup.md":{"size":10815,"mtime_ns":1783151621410073439,"hash":"116fabb2150ad9157f2a59c6b42ab8af4c4100c6b0bfffa8a48a84db50da6d1d"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-lookup-only.md":{"size":9841,"mtime_ns":1783421842166664361,"hash":"32a4e3ffaacba3c1a02652cd46380ec298569d36b6938495ff858175e31e9332"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/sms-verify-lookup-templates.md":{"size":17062,"mtime_ns":1783236336652480520,"hash":"d891097629add975bb30ebf1770536544a2df95270359c4fd75471e43be0ff7a"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/DependencyInjection/CorsRegexEnvProcessor.php":{"size":1417,"mtime_ns":1783423339918379070,"hash":"610d9a1710e853a246efd84e13cf20944b9d921d162d4d6e50315e8185d34dc5"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/CorsRegexEnvProcessorTest.php":{"size":2522,"mtime_ns":1783423530411102164,"hash":"6eca57bd6f1e720d0c8649acded03d3a6f5434544bfb6f6cafaab3e462d542ea"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/cors-regex-from-hosts-coolify-safe.md":{"size":10867,"mtime_ns":1783423233682261850,"hash":"f48fd368e9e878730fe06cfb0a6d201125d6ec0939166dd3e75eeac6c1eda620"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260707202553.php":{"size":786,"mtime_ns":1783455961508537079,"hash":"bb677fe6041e10d486539f4125654adbad48125481c892c44ded8f61452409ec"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Sms/KavehNegarProviderTest.php":{"size":1952,"mtime_ns":1783491609892729695,"hash":"4527c1eeebd79828e19e57ab6b2aa32a144401c40ac10e593f585a00d7e8e9bb"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/coolify-restart-diagnosis-hardening.md":{"size":8796,"mtime_ns":1783497150563049693,"hash":"06e591a50e6b36a2a999a2b3feea53abde66a2edf84f49cebaa7a9da7d0d3cb9"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-kavenegar-sms-errors.md":{"size":10465,"mtime_ns":1783491468913393002,"hash":"911e63cefac9708e7170a804ded38638a265a94c2b8f8d7381ead7ba35f7c30c"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/fix-prod-soap-extension.md":{"size":6219,"mtime_ns":1783490610538563465,"hash":"9dd5ff799a5932287ed13efd8533b8bd3a2a564db90c20584bfa4890fc6fd6a6"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/ops-restarts.md":{"size":12951,"mtime_ns":1783528554195114238,"hash":"a9cf9bc5f68122f8b077138ee8ee76916407a34814806989fa09192962701bd3"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260708083446.php":{"size":766,"mtime_ns":1783499693032278579,"hash":"1df2d053159ae991d2efe948e1cbc5e8f5f4a349f9c61fa850cd0a252f57db23"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/docs/collect-diagnostics.sh":{"size":2232,"mtime_ns":1783528559094529355,"hash":"4986640559d6ef107162eedd9eea40a6134b0e8f8e44b35d362a96001b735648"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/server-down-oom-diagnosis.md":{"size":9569,"mtime_ns":1783520770245126273,"hash":"c79306d1d395019b2c945cb8bc26443f1d1a311c82adbca67cd6a53ef6021586"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/migrations/Version20260709033925.php":{"size":2446,"mtime_ns":1783569345800595414,"hash":"7dc79782c05c144c5319c483ceb318f55afe334c70bdda309cd42f109ef5d352"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/SiteContextController.php":{"size":2168,"mtime_ns":1783569345800759789,"hash":"987af1ca119180771f6305de4886ee6b0bc49477020e7f9151578d36ffae67cf"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContext.php":{"size":672,"mtime_ns":1783569345800949456,"hash":"60331aef5f3b52906723ceb6426e968c83172cf728cd8ee8dc098c837fcf1da4"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Service/DomainContextResolver.php":{"size":2674,"mtime_ns":1783569345801075331,"hash":"428d7fe5382e98ea3e0f553f59a3f7fd00dbc02314461ec472bcdaee0606f4c2"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Representation/DomainCommissionTest.php":{"size":5614,"mtime_ns":1783569345801239498,"hash":"7a65598ff6675e87b27a3e8577afddee8e862636aa0f47c22dfaae2a498a5f95"},"/Users/hamed/pj/my_pj/clinic_pro/clinicpro/.claude/prompt/representation-multi-city-domain-commission.md":{"size":13329,"mtime_ns":1783569345800353081,"hash":"55853bb2d2c79fee977be9361d34d981b536c81547093f6e65da782c763388ed"}} \ No newline at end of file diff --git a/graphify-out/graph.json b/graphify-out/graph.json index 99a6e33c..ae22b61b 100644 --- a/graphify-out/graph.json +++ b/graphify-out/graph.json @@ -240,7 +240,7 @@ "source_location": "L1", "_origin": "ast", "id": "components_tenantinsurancecontracts", - "community": 225, + "community": 265, "norm_label": "tenantinsurancecontracts.tsx" }, { @@ -250,7 +250,7 @@ "source_location": "L9", "_origin": "ast", "id": "components_tenantinsurancecontracts_contract", - "community": 225, + "community": 265, "norm_label": "contract" }, { @@ -260,7 +260,7 @@ "source_location": "L20", "_origin": "ast", "id": "components_tenantinsurancecontracts_insuranceoption", - "community": 225, + "community": 265, "norm_label": "insuranceoption" }, { @@ -270,7 +270,7 @@ "source_location": "L26", "_origin": "ast", "id": "components_tenantinsurancecontracts_kind_label", - "community": 225, + "community": 265, "norm_label": "kind_label" }, { @@ -280,7 +280,7 @@ "source_location": "L31", "_origin": "ast", "id": "components_tenantinsurancecontracts_tenantinsurancecontracts", - "community": 225, + "community": 265, "norm_label": "tenantinsurancecontracts()" }, { @@ -470,7 +470,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_confirmdialog", - "community": 71, + "community": 19, "norm_label": "confirmdialog.tsx" }, { @@ -480,7 +480,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_confirmdialog_props", - "community": 71, + "community": 19, "norm_label": "props" }, { @@ -980,7 +980,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_portal", - "community": 71, + "community": 19, "norm_label": "portal.tsx" }, { @@ -990,7 +990,7 @@ "source_location": "L4", "_origin": "ast", "id": "ui_portal_portal", - "community": 71, + "community": 19, "norm_label": "portal()" }, { @@ -1110,7 +1110,7 @@ "source_location": "L1", "_origin": "ast", "id": "ui_searchableselect", - "community": 225, + "community": 265, "norm_label": "searchableselect.tsx" }, { @@ -1120,7 +1120,7 @@ "source_location": "L5", "_origin": "ast", "id": "ui_searchableselect_selectoption", - "community": 225, + "community": 265, "norm_label": "selectoption" }, { @@ -1130,7 +1130,7 @@ "source_location": "L10", "_origin": "ast", "id": "ui_searchableselect_props", - "community": 225, + "community": 265, "norm_label": "props" }, { @@ -1140,7 +1140,7 @@ "source_location": "L23", "_origin": "ast", "id": "ui_searchableselect_searchableselect", - "community": 225, + "community": 265, "norm_label": "searchableselect()" }, { @@ -1320,7 +1320,7 @@ "source_location": "L1", "_origin": "ast", "id": "hooks_usepaymentconfig", - "community": 13, + "community": 112, "norm_label": "usepaymentconfig.ts" }, { @@ -1330,7 +1330,7 @@ "source_location": "L5", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentgatewayinfo", - "community": 13, + "community": 112, "norm_label": "paymentgatewayinfo" }, { @@ -1340,7 +1340,7 @@ "source_location": "L10", "_origin": "ast", "id": "hooks_usepaymentconfig_paymentconfig", - "community": 13, + "community": 112, "norm_label": "paymentconfig" }, { @@ -1350,7 +1350,7 @@ "source_location": "L16", "_origin": "ast", "id": "hooks_usepaymentconfig_usepaymentconfig", - "community": 21, + "community": 112, "norm_label": "usepaymentconfig()" }, { @@ -1650,7 +1650,7 @@ "source_location": "L9", "_origin": "ast", "id": "lib_utils_formatrial", - "community": 21, + "community": 301, "norm_label": "formatrial()" }, { @@ -1780,7 +1780,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_adminsubscriptionpage", - "community": 21, + "community": 490, "norm_label": "adminsubscriptionpage.tsx" }, { @@ -1790,7 +1790,7 @@ "source_location": "L19", "_origin": "ast", "id": "pages_adminsubscriptionpage_reportrow", - "community": 21, + "community": 490, "norm_label": "reportrow" }, { @@ -1800,7 +1800,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_adminsubscriptionpage_planschema", - "community": 21, + "community": 490, "norm_label": "planschema" }, { @@ -1810,7 +1810,7 @@ "source_location": "L40", "_origin": "ast", "id": "pages_adminsubscriptionpage_planform", - "community": 21, + "community": 490, "norm_label": "planform" }, { @@ -1820,7 +1820,7 @@ "source_location": "L42", "_origin": "ast", "id": "pages_adminsubscriptionpage_periodschema", - "community": 21, + "community": 490, "norm_label": "periodschema" }, { @@ -1830,7 +1830,7 @@ "source_location": "L51", "_origin": "ast", "id": "pages_adminsubscriptionpage_periodform", - "community": 21, + "community": 490, "norm_label": "periodform" }, { @@ -1840,7 +1840,7 @@ "source_location": "L55", "_origin": "ast", "id": "pages_adminsubscriptionpage_feature_labels", - "community": 21, + "community": 490, "norm_label": "feature_labels" }, { @@ -1850,7 +1850,7 @@ "source_location": "L62", "_origin": "ast", "id": "pages_adminsubscriptionpage_feature_keys", - "community": 21, + "community": 490, "norm_label": "feature_keys" }, { @@ -1860,7 +1860,7 @@ "source_location": "L64", "_origin": "ast", "id": "pages_adminsubscriptionpage_emptyfeatures", - "community": 21, + "community": 490, "norm_label": "emptyfeatures()" }, { @@ -1870,7 +1870,7 @@ "source_location": "L67", "_origin": "ast", "id": "pages_adminsubscriptionpage_plan_display", - "community": 21, + "community": 490, "norm_label": "plan_display" }, { @@ -1880,7 +1880,7 @@ "source_location": "L75", "_origin": "ast", "id": "pages_adminsubscriptionpage_switchtoggle", - "community": 21, + "community": 490, "norm_label": "switchtoggle" }, { @@ -1890,7 +1890,7 @@ "source_location": "L88", "_origin": "ast", "id": "pages_adminsubscriptionpage_planstab", - "community": 21, + "community": 490, "norm_label": "planstab()" }, { @@ -1900,7 +1900,7 @@ "source_location": "L371", "_origin": "ast", "id": "pages_adminsubscriptionpage_reporttab", - "community": 21, + "community": 490, "norm_label": "reporttab()" }, { @@ -1910,7 +1910,7 @@ "source_location": "L437", "_origin": "ast", "id": "pages_adminsubscriptionpage_adminsubscriptionpage", - "community": 21, + "community": 490, "norm_label": "adminsubscriptionpage()" }, { @@ -3130,7 +3130,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_clinicspage", - "community": 71, + "community": 19, "norm_label": "clinicspage.tsx" }, { @@ -3140,7 +3140,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_clinicspage_hues_list", - "community": 71, + "community": 19, "norm_label": "hues_list" }, { @@ -3150,7 +3150,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_clinicspage_addschema", - "community": 71, + "community": 19, "norm_label": "addschema" }, { @@ -3160,7 +3160,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_clinicspage_addform", - "community": 71, + "community": 19, "norm_label": "addform" }, { @@ -3170,7 +3170,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_clinicspage_clinicspage", - "community": 71, + "community": 19, "norm_label": "clinicspage()" }, { @@ -4730,7 +4730,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_logspage", - "community": 225, + "community": 19, "norm_label": "logspage.tsx" }, { @@ -4740,7 +4740,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_logspage_level_meta", - "community": 225, + "community": 19, "norm_label": "level_meta" }, { @@ -4750,7 +4750,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_logspage_level_filter_options", - "community": 225, + "community": 19, "norm_label": "level_filter_options" }, { @@ -4760,7 +4760,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_logspage_tab", - "community": 225, + "community": 19, "norm_label": "tab" }, { @@ -4780,7 +4780,7 @@ "source_location": "L200", "_origin": "ast", "id": "pages_logspage_retentionsettings", - "community": 225, + "community": 19, "norm_label": "retentionsettings()" }, { @@ -4810,7 +4810,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_myfinancialpage", - "community": 13, + "community": 301, "norm_label": "myfinancialpage.tsx" }, { @@ -4820,7 +4820,7 @@ "source_location": "L8", "_origin": "ast", "id": "pages_myfinancialpage_monthlyentry", - "community": 13, + "community": 301, "norm_label": "monthlyentry" }, { @@ -4830,7 +4830,7 @@ "source_location": "L14", "_origin": "ast", "id": "pages_myfinancialpage_financialsummary", - "community": 13, + "community": 301, "norm_label": "financialsummary" }, { @@ -4840,7 +4840,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_myfinancialpage_kpicard", - "community": 13, + "community": 301, "norm_label": "kpicard()" }, { @@ -4850,7 +4850,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_myfinancialpage_myfinancialpage", - "community": 13, + "community": 301, "norm_label": "myfinancialpage()" }, { @@ -5360,7 +5360,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_preregistrationspage", - "community": 71, + "community": 19, "norm_label": "preregistrationspage.tsx" }, { @@ -5370,7 +5370,7 @@ "source_location": "L13", "_origin": "ast", "id": "pages_preregistrationspage_preregistration", - "community": 71, + "community": 19, "norm_label": "preregistration" }, { @@ -5380,7 +5380,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_preregistrationspage_empty", - "community": 71, + "community": 19, "norm_label": "empty" }, { @@ -5390,7 +5390,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_preregistrationspage_type_meta", - "community": 71, + "community": 19, "norm_label": "type_meta" }, { @@ -5400,7 +5400,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_preregistrationspage_status_meta", - "community": 71, + "community": 19, "norm_label": "status_meta" }, { @@ -5410,7 +5410,7 @@ "source_location": "L38", "_origin": "ast", "id": "pages_preregistrationspage_status_tabs", - "community": 71, + "community": 19, "norm_label": "status_tabs" }, { @@ -5420,7 +5420,7 @@ "source_location": "L45", "_origin": "ast", "id": "pages_preregistrationspage_preregistrationspage", - "community": 71, + "community": 19, "norm_label": "preregistrationspage()" }, { @@ -5490,7 +5490,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_representationfinancepage", - "community": 21, + "community": 301, "norm_label": "representationfinancepage.tsx" }, { @@ -5500,7 +5500,7 @@ "source_location": "L12", "_origin": "ast", "id": "pages_representationfinancepage_financerow", - "community": 21, + "community": 301, "norm_label": "financerow" }, { @@ -5510,7 +5510,7 @@ "source_location": "L24", "_origin": "ast", "id": "pages_representationfinancepage_rangekey", - "community": 21, + "community": 301, "norm_label": "rangekey" }, { @@ -5520,7 +5520,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_representationfinancepage_rangefrom", - "community": 21, + "community": 301, "norm_label": "rangefrom()" }, { @@ -5530,7 +5530,7 @@ "source_location": "L34", "_origin": "ast", "id": "pages_representationfinancepage_ranges", - "community": 21, + "community": 301, "norm_label": "ranges" }, { @@ -5540,7 +5540,7 @@ "source_location": "L41", "_origin": "ast", "id": "pages_representationfinancepage_representationfinancepage", - "community": 21, + "community": 301, "norm_label": "representationfinancepage()" }, { @@ -5717,7 +5717,7 @@ "label": "FormData", "file_type": "code", "source_file": "assets/admin/pages/RepresentationsPage.tsx", - "source_location": "L28", + "source_location": "L30", "_origin": "ast", "id": "pages_representationspage_formdata", "community": 19, @@ -5727,7 +5727,7 @@ "label": "RepresentationsPage()", "file_type": "code", "source_file": "assets/admin/pages/RepresentationsPage.tsx", - "source_location": "L30", + "source_location": "L32", "_origin": "ast", "id": "pages_representationspage_representationspage", "community": 19, @@ -6040,7 +6040,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_smspage", - "community": 19, + "community": 112, "norm_label": "smspage.tsx" }, { @@ -6050,7 +6050,7 @@ "source_location": "L19", "_origin": "ast", "id": "pages_smspage_templateschema", - "community": 19, + "community": 112, "norm_label": "templateschema" }, { @@ -6060,7 +6060,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_smspage_templateformdata", - "community": 19, + "community": 112, "norm_label": "templateformdata" }, { @@ -6070,7 +6070,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_smspage_tab", - "community": 19, + "community": 112, "norm_label": "tab" }, { @@ -6080,7 +6080,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_smspage_status_log_meta", - "community": 19, + "community": 112, "norm_label": "status_log_meta" }, { @@ -6090,7 +6090,7 @@ "source_location": "L33", "_origin": "ast", "id": "pages_smspage_tag_labels", - "community": 19, + "community": 112, "norm_label": "tag_labels" }, { @@ -6100,7 +6100,7 @@ "source_location": "L43", "_origin": "ast", "id": "pages_smspage_tag_filter_options", - "community": 19, + "community": 112, "norm_label": "tag_filter_options" }, { @@ -6110,7 +6110,7 @@ "source_location": "L50", "_origin": "ast", "id": "pages_smspage_buildkavenegarpattern", - "community": 19, + "community": 112, "norm_label": "buildkavenegarpattern()" }, { @@ -6120,7 +6120,7 @@ "source_location": "L56", "_origin": "ast", "id": "pages_smspage_kavenegarguide", - "community": 19, + "community": 112, "norm_label": "kavenegarguide()" }, { @@ -6140,7 +6140,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_smswalletpage", - "community": 225, + "community": 112, "norm_label": "smswalletpage.tsx" }, { @@ -6150,7 +6150,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_smswalletpage_chargeschema", - "community": 225, + "community": 112, "norm_label": "chargeschema" }, { @@ -6160,7 +6160,7 @@ "source_location": "L26", "_origin": "ast", "id": "pages_smswalletpage_chargeform", - "community": 225, + "community": 112, "norm_label": "chargeform" }, { @@ -6170,7 +6170,7 @@ "source_location": "L28", "_origin": "ast", "id": "pages_smswalletpage_empty_logs", - "community": 225, + "community": 112, "norm_label": "empty_logs" }, { @@ -6180,7 +6180,7 @@ "source_location": "L30", "_origin": "ast", "id": "pages_smswalletpage_reminder_hour_options", - "community": 225, + "community": 112, "norm_label": "reminder_hour_options" }, { @@ -6190,7 +6190,7 @@ "source_location": "L32", "_origin": "ast", "id": "pages_smswalletpage_post_visit_vars", - "community": 225, + "community": 112, "norm_label": "post_visit_vars" }, { @@ -6200,7 +6200,7 @@ "source_location": "L39", "_origin": "ast", "id": "pages_smswalletpage_smswalletpageinner", - "community": 21, + "community": 112, "norm_label": "smswalletpageinner()" }, { @@ -6210,7 +6210,7 @@ "source_location": "L566", "_origin": "ast", "id": "pages_smswalletpage_smswalletpage", - "community": 225, + "community": 112, "norm_label": "smswalletpage()" }, { @@ -6220,7 +6220,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_staffpage", - "community": 19, + "community": 33, "norm_label": "staffpage.tsx" }, { @@ -6230,7 +6230,7 @@ "source_location": "L18", "_origin": "ast", "id": "pages_staffpage_schema", - "community": 19, + "community": 33, "norm_label": "schema" }, { @@ -6240,7 +6240,7 @@ "source_location": "L25", "_origin": "ast", "id": "pages_staffpage_staffformdata", - "community": 19, + "community": 33, "norm_label": "staffformdata" }, { @@ -6250,7 +6250,7 @@ "source_location": "L27", "_origin": "ast", "id": "pages_staffpage_empty", - "community": 19, + "community": 33, "norm_label": "empty" }, { @@ -6260,7 +6260,7 @@ "source_location": "L29", "_origin": "ast", "id": "pages_staffpage_staffpage", - "community": 19, + "community": 33, "norm_label": "staffpage()" }, { @@ -6270,7 +6270,7 @@ "source_location": "L246", "_origin": "ast", "id": "pages_staffpage_staffformfields", - "community": 19, + "community": 33, "norm_label": "staffformfields()" }, { @@ -6280,7 +6280,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_subscriptionpage", - "community": 21, + "community": 112, "norm_label": "subscriptionpage.tsx" }, { @@ -6290,7 +6290,7 @@ "source_location": "L17", "_origin": "ast", "id": "pages_subscriptionpage_plan_feature_labels", - "community": 21, + "community": 112, "norm_label": "plan_feature_labels" }, { @@ -6300,7 +6300,7 @@ "source_location": "L23", "_origin": "ast", "id": "pages_subscriptionpage_plan_meta", - "community": 21, + "community": 112, "norm_label": "plan_meta" }, { @@ -6310,7 +6310,7 @@ "source_location": "L47", "_origin": "ast", "id": "pages_subscriptionpage_subscriptionpage", - "community": 21, + "community": 112, "norm_label": "subscriptionpage()" }, { @@ -6320,7 +6320,7 @@ "source_location": "L396", "_origin": "ast", "id": "pages_subscriptionpage_plancard", - "community": 21, + "community": 112, "norm_label": "plancard()" }, { @@ -6330,7 +6330,7 @@ "source_location": "L1", "_origin": "ast", "id": "pages_userdetailpage", - "community": 534, + "community": 225, "norm_label": "userdetailpage.tsx" }, { @@ -6340,7 +6340,7 @@ "source_location": "L22", "_origin": "ast", "id": "pages_userdetailpage_adminuserdetail", - "community": 534, + "community": 225, "norm_label": "adminuserdetail" }, { @@ -6350,7 +6350,7 @@ "source_location": "L35", "_origin": "ast", "id": "pages_userdetailpage_userprofiledata", - "community": 534, + "community": 225, "norm_label": "userprofiledata" }, { @@ -6360,7 +6360,7 @@ "source_location": "L53", "_origin": "ast", "id": "pages_userdetailpage_gender_labels", - "community": 534, + "community": 225, "norm_label": "gender_labels" }, { @@ -6370,7 +6370,7 @@ "source_location": "L54", "_origin": "ast", "id": "pages_userdetailpage_marital_labels", - "community": 534, + "community": 225, "norm_label": "marital_labels" }, { @@ -6380,7 +6380,7 @@ "source_location": "L57", "_origin": "ast", "id": "pages_userdetailpage_medical_sections", - "community": 534, + "community": 225, "norm_label": "medical_sections" }, { @@ -6390,7 +6390,7 @@ "source_location": "L73", "_origin": "ast", "id": "pages_userdetailpage_role_meta", - "community": 534, + "community": 225, "norm_label": "role_meta" }, { @@ -6400,7 +6400,7 @@ "source_location": "L81", "_origin": "ast", "id": "pages_userdetailpage_role_map", - "community": 534, + "community": 225, "norm_label": "role_map" }, { @@ -6410,7 +6410,7 @@ "source_location": "L89", "_origin": "ast", "id": "pages_userdetailpage_getprimaryrole", - "community": 534, + "community": 225, "norm_label": "getprimaryrole()" }, { @@ -6420,7 +6420,7 @@ "source_location": "L97", "_origin": "ast", "id": "pages_userdetailpage_avatar_colors", - "community": 534, + "community": 225, "norm_label": "avatar_colors" }, { @@ -6430,7 +6430,7 @@ "source_location": "L105", "_origin": "ast", "id": "pages_userdetailpage_bigavatar", - "community": 534, + "community": 225, "norm_label": "bigavatar()" }, { @@ -6440,7 +6440,7 @@ "source_location": "L116", "_origin": "ast", "id": "pages_userdetailpage_infocard", - "community": 534, + "community": 225, "norm_label": "infocard()" }, { @@ -6450,7 +6450,7 @@ "source_location": "L152", "_origin": "ast", "id": "pages_userdetailpage_editschema", - "community": 534, + "community": 225, "norm_label": "editschema" }, { @@ -6460,7 +6460,7 @@ "source_location": "L157", "_origin": "ast", "id": "pages_userdetailpage_editform", - "community": 534, + "community": 225, "norm_label": "editform" }, { @@ -6470,7 +6470,7 @@ "source_location": "L161", "_origin": "ast", "id": "pages_userdetailpage_changerolemodal", - "community": 534, + "community": 225, "norm_label": "changerolemodal()" }, { @@ -6480,7 +6480,7 @@ "source_location": "L201", "_origin": "ast", "id": "pages_userdetailpage_userdetailpage", - "community": 534, + "community": 225, "norm_label": "userdetailpage()" }, { @@ -6840,7 +6840,7 @@ "source_location": "L1", "_origin": "ast", "id": "types_index", - "community": 19, + "community": 112, "norm_label": "index.ts" }, { @@ -6850,7 +6850,7 @@ "source_location": "L1", "_origin": "ast", "id": "types_index_user", - "community": 19, + "community": 112, "norm_label": "user" }, { @@ -6860,7 +6860,7 @@ "source_location": "L15", "_origin": "ast", "id": "types_index_userprofile", - "community": 19, + "community": 112, "norm_label": "userprofile" }, { @@ -6870,7 +6870,7 @@ "source_location": "L26", "_origin": "ast", "id": "types_index_doctor", - "community": 19, + "community": 112, "norm_label": "doctor" }, { @@ -6880,7 +6880,7 @@ "source_location": "L40", "_origin": "ast", "id": "types_index_clinic", - "community": 71, + "community": 19, "norm_label": "clinic" }, { @@ -6930,7 +6930,7 @@ "source_location": "L113", "_origin": "ast", "id": "types_index_paymentgateway", - "community": 19, + "community": 112, "norm_label": "paymentgateway" }, { @@ -6977,7 +6977,7 @@ "label": "Comment", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L162", + "source_location": "L165", "_origin": "ast", "id": "types_index_comment", "community": 19, @@ -6987,7 +6987,7 @@ "label": "Rating", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L172", + "source_location": "L175", "_origin": "ast", "id": "types_index_rating", "community": 19, @@ -6997,7 +6997,7 @@ "label": "SmsTemplateStatus", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L185", + "source_location": "L188", "_origin": "ast", "id": "types_index_smstemplatestatus", "community": 19, @@ -7007,47 +7007,47 @@ "label": "SmsTemplate", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L187", + "source_location": "L190", "_origin": "ast", "id": "types_index_smstemplate", - "community": 19, + "community": 112, "norm_label": "smstemplate" }, { "label": "SmsLog", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L197", + "source_location": "L200", "_origin": "ast", "id": "types_index_smslog", - "community": 19, + "community": 112, "norm_label": "smslog" }, { "label": "AppLog", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L209", + "source_location": "L212", "_origin": "ast", "id": "types_index_applog", - "community": 225, + "community": 19, "norm_label": "applog" }, { "label": "SmsMessageText", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L219", + "source_location": "L222", "_origin": "ast", "id": "types_index_smsmessagetext", - "community": 19, + "community": 112, "norm_label": "smsmessagetext" }, { "label": "Province", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L229", + "source_location": "L232", "_origin": "ast", "id": "types_index_province", "community": 352, @@ -7057,7 +7057,7 @@ "label": "City", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L237", + "source_location": "L240", "_origin": "ast", "id": "types_index_city", "community": 19, @@ -7067,7 +7067,7 @@ "label": "SpecialtyFull", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L258", + "source_location": "L261", "_origin": "ast", "id": "types_index_specialtyfull", "community": 352, @@ -7077,7 +7077,7 @@ "label": "DoctorService", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L268", + "source_location": "L271", "_origin": "ast", "id": "types_index_doctorservice", "community": 352, @@ -7087,7 +7087,7 @@ "label": "Insurance", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L278", + "source_location": "L281", "_origin": "ast", "id": "types_index_insurance", "community": 352, @@ -7097,7 +7097,7 @@ "label": "Tag", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L287", + "source_location": "L290", "_origin": "ast", "id": "types_index_tag", "community": 352, @@ -7107,7 +7107,7 @@ "label": "Blog", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L295", + "source_location": "L298", "_origin": "ast", "id": "types_index_blog", "community": 13, @@ -7117,7 +7117,7 @@ "label": "Secretary", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L309", + "source_location": "L312", "_origin": "ast", "id": "types_index_secretary", "community": 19, @@ -7127,7 +7127,7 @@ "label": "SecretaryPermissions", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L320", + "source_location": "L323", "_origin": "ast", "id": "types_index_secretarypermissions", "community": 19, @@ -7137,67 +7137,67 @@ "label": "Specialty", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L345", + "source_location": "L348", "_origin": "ast", "id": "types_index_specialty", - "community": 19, + "community": 112, "norm_label": "specialty" }, { "label": "ClinicStaff", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L352", + "source_location": "L355", "_origin": "ast", "id": "types_index_clinicstaff", - "community": 19, + "community": 33, "norm_label": "clinicstaff" }, { "label": "SubscriptionPlan", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L363", + "source_location": "L366", "_origin": "ast", "id": "types_index_subscriptionplan", - "community": 21, + "community": 112, "norm_label": "subscriptionplan" }, { "label": "SubscriptionPeriod", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L373", + "source_location": "L376", "_origin": "ast", "id": "types_index_subscriptionperiod", - "community": 21, + "community": 112, "norm_label": "subscriptionperiod" }, { "label": "MySubscriptionData", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L381", + "source_location": "L384", "_origin": "ast", "id": "types_index_mysubscriptiondata", - "community": 21, + "community": 112, "norm_label": "mysubscriptiondata" }, { "label": "MySubscription", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L405", + "source_location": "L408", "_origin": "ast", "id": "types_index_mysubscription", - "community": 19, + "community": 112, "norm_label": "mysubscription" }, { "label": "ServiceSection", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L415", + "source_location": "L418", "_origin": "ast", "id": "types_index_servicesection", "community": 265, @@ -7207,7 +7207,7 @@ "label": "ServiceItem", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L421", + "source_location": "L424", "_origin": "ast", "id": "types_index_serviceitem", "community": 33, @@ -7217,47 +7217,47 @@ "label": "SmsWalletBalance", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L431", + "source_location": "L434", "_origin": "ast", "id": "types_index_smswalletbalance", - "community": 225, + "community": 112, "norm_label": "smswalletbalance" }, { "label": "SmsWalletLog", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L437", + "source_location": "L440", "_origin": "ast", "id": "types_index_smswalletlog", - "community": 225, + "community": 112, "norm_label": "smswalletlog" }, { "label": "SmsSettings", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L445", + "source_location": "L448", "_origin": "ast", "id": "types_index_smssettings", - "community": 225, + "community": 112, "norm_label": "smssettings" }, { "label": "PatientProfile", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L455", + "source_location": "L458", "_origin": "ast", "id": "types_index_patientprofile", - "community": 19, + "community": 112, "norm_label": "patientprofile" }, { "label": "PatientRecord", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L471", + "source_location": "L474", "_origin": "ast", "id": "types_index_patientrecord", "community": 265, @@ -7267,7 +7267,7 @@ "label": "PatientSession", "file_type": "code", "source_file": "assets/admin/types/index.ts", - "source_location": "L483", + "source_location": "L486", "_origin": "ast", "id": "types_index_patientsession", "community": 265, @@ -8480,7 +8480,7 @@ "source_location": "", "_origin": "ast", "id": "abstractmigration", - "community": 399, + "community": 421, "norm_label": "abstractmigration" }, { @@ -12260,7 +12260,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260628134241", - "community": 399, + "community": 699, "norm_label": "version20260628134241.php" }, { @@ -12270,7 +12270,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260628134241_version20260628134241", - "community": 399, + "community": 699, "norm_label": "version20260628134241" }, { @@ -12280,7 +12280,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260628134241_version20260628134241_getdescription", - "community": 399, + "community": 699, "norm_label": ".getdescription()" }, { @@ -12290,7 +12290,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260628134241_version20260628134241_up", - "community": 399, + "community": 699, "norm_label": ".up()" }, { @@ -12300,7 +12300,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260628134241_php_schema", - "community": 399, + "community": 699, "norm_label": "schema" }, { @@ -12310,7 +12310,7 @@ "source_location": "L27", "_origin": "ast", "id": "migrations_version20260628134241_version20260628134241_down", - "community": 399, + "community": 699, "norm_label": ".down()" }, { @@ -12500,7 +12500,7 @@ "source_location": "L1", "_origin": "ast", "id": "migrations_version20260628165710", - "community": 430, + "community": 421, "norm_label": "version20260628165710.php" }, { @@ -12510,7 +12510,7 @@ "source_location": "L13", "_origin": "ast", "id": "migrations_version20260628165710_version20260628165710", - "community": 430, + "community": 421, "norm_label": "version20260628165710" }, { @@ -12520,7 +12520,7 @@ "source_location": "L15", "_origin": "ast", "id": "migrations_version20260628165710_version20260628165710_getdescription", - "community": 430, + "community": 421, "norm_label": ".getdescription()" }, { @@ -12530,7 +12530,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260628165710_version20260628165710_up", - "community": 430, + "community": 421, "norm_label": ".up()" }, { @@ -12540,7 +12540,7 @@ "source_location": "L20", "_origin": "ast", "id": "migrations_version20260628165710_php_schema", - "community": 430, + "community": 421, "norm_label": "schema" }, { @@ -12550,7 +12550,7 @@ "source_location": "L26", "_origin": "ast", "id": "migrations_version20260628165710_version20260628165710_down", - "community": 430, + "community": 421, "norm_label": ".down()" }, { @@ -13153,6 +13153,66 @@ "community": 722, "norm_label": ".down()" }, + { + "label": "Version20260709033925.php", + "file_type": "code", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L1", + "_origin": "ast", + "id": "migrations_version20260709033925", + "community": 704, + "norm_label": "version20260709033925.php" + }, + { + "label": "Version20260709033925", + "file_type": "code", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L13", + "_origin": "ast", + "id": "migrations_version20260709033925_version20260709033925", + "community": 704, + "norm_label": "version20260709033925" + }, + { + "label": ".getDescription()", + "file_type": "code", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L15", + "_origin": "ast", + "id": "migrations_version20260709033925_version20260709033925_getdescription", + "community": 704, + "norm_label": ".getdescription()" + }, + { + "label": ".up()", + "file_type": "code", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L20", + "_origin": "ast", + "id": "migrations_version20260709033925_version20260709033925_up", + "community": 704, + "norm_label": ".up()" + }, + { + "label": "Schema", + "file_type": "code", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L20", + "_origin": "ast", + "id": "migrations_version20260709033925_php_schema", + "community": 704, + "norm_label": "schema" + }, + { + "label": ".down()", + "file_type": "code", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L35", + "_origin": "ast", + "id": "migrations_version20260709033925_version20260709033925_down", + "community": 704, + "norm_label": ".down()" + }, { "label": "package.json", "file_type": "code", @@ -14120,7 +14180,7 @@ "source_location": "L389", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_createdoctor", - "community": 685, + "community": 20, "norm_label": ".createdoctor()" }, { @@ -14140,7 +14200,7 @@ "source_location": "L503", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_createclinic", - "community": 685, + "community": 20, "norm_label": ".createclinic()" }, { @@ -14247,7 +14307,7 @@ "label": ".financialBreakdowns()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1056", + "source_location": "L1077", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_financialbreakdowns", "community": 20, @@ -14257,7 +14317,7 @@ "label": ".financialSummary()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1132", + "source_location": "L1153", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_financialsummary", "community": 20, @@ -14267,7 +14327,7 @@ "label": ".secretaries()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1163", + "source_location": "L1184", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_secretaries", "community": 20, @@ -14277,7 +14337,7 @@ "label": ".rates()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1247", + "source_location": "L1268", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_rates", "community": 20, @@ -14287,7 +14347,7 @@ "label": ".comments()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1334", + "source_location": "L1355", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_comments", "community": 20, @@ -14297,7 +14357,7 @@ "label": ".smsLogs()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1423", + "source_location": "L1444", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_smslogs", "community": 20, @@ -14307,7 +14367,7 @@ "label": ".settlements()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1499", + "source_location": "L1520", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_settlements", "community": 20, @@ -14317,7 +14377,7 @@ "label": ".settlementDetail()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1582", + "source_location": "L1603", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_settlementdetail", "community": 20, @@ -14327,7 +14387,7 @@ "label": ".smsSampleTemplates()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1630", + "source_location": "L1651", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_smssampletemplates", "community": 20, @@ -14337,7 +14397,7 @@ "label": ".dashboardRecent()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1705", + "source_location": "L1726", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_dashboardrecent", "community": 20, @@ -14347,7 +14407,7 @@ "label": ".dashboardStats()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1823", + "source_location": "L1844", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_dashboardstats", "community": 20, @@ -14357,7 +14417,7 @@ "label": ".dashboardCharts()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L1951", + "source_location": "L1972", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_dashboardcharts", "community": 20, @@ -14367,7 +14427,7 @@ "label": ".logs()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L2023", + "source_location": "L2044", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_logs", "community": 20, @@ -14377,7 +14437,7 @@ "label": ".clearLogs()", "file_type": "code", "source_file": "src/Admin/Controller/AdminApiController.php", - "source_location": "L2080", + "source_location": "L2101", "_origin": "ast", "id": "controller_adminapicontroller_adminapicontroller_clearlogs", "community": 20, @@ -14597,7 +14657,7 @@ "label": ".get()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L303", + "source_location": "L301", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_get", "community": 107, @@ -14607,7 +14667,7 @@ "label": ".listByDoctor()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L348", + "source_location": "L346", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_listbydoctor", "community": 107, @@ -14617,7 +14677,7 @@ "label": ".listByUser()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L407", + "source_location": "L405", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_listbyuser", "community": 107, @@ -14627,7 +14687,7 @@ "label": ".canView()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L449", + "source_location": "L447", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_canview", "community": 107, @@ -14637,7 +14697,7 @@ "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L449", + "source_location": "L447", "_origin": "ast", "id": "src_appointment_controller_appointmentcontroller_php_appointment", "community": 107, @@ -14647,7 +14707,7 @@ "label": ".canManage()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L456", + "source_location": "L454", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_canmanage", "community": 107, @@ -14657,7 +14717,7 @@ "label": ".resolveSlotLocationId()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L463", + "source_location": "L461", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_resolveslotlocationid", "community": 107, @@ -14667,7 +14727,7 @@ "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L463", + "source_location": "L461", "_origin": "ast", "id": "src_appointment_controller_appointmentcontroller_php_doctor", "community": 107, @@ -14677,7 +14737,7 @@ "label": ".updateStatus()", "file_type": "code", "source_file": "src/Appointment/Controller/AppointmentController.php", - "source_location": "L468", + "source_location": "L466", "_origin": "ast", "id": "controller_appointmentcontroller_appointmentcontroller_updatestatus", "community": 107, @@ -15580,7 +15640,7 @@ "source_location": "L1", "_origin": "ast", "id": "entity_holiday", - "community": 112, + "community": 95, "norm_label": "holiday.php" }, { @@ -15590,7 +15650,7 @@ "source_location": "L10", "_origin": "ast", "id": "entity_holiday_holiday", - "community": 112, + "community": 95, "norm_label": "holiday" }, { @@ -15600,7 +15660,7 @@ "source_location": "L23", "_origin": "ast", "id": "src_appointment_entity_holiday_php_doctor", - "community": 112, + "community": 95, "norm_label": "doctor" }, { @@ -15610,7 +15670,7 @@ "source_location": "L45", "_origin": "ast", "id": "entity_holiday_holiday_construct", - "community": 112, + "community": 95, "norm_label": ".__construct()" }, { @@ -15620,7 +15680,7 @@ "source_location": "L55", "_origin": "ast", "id": "entity_holiday_holiday_getid", - "community": 112, + "community": 95, "norm_label": ".getid()" }, { @@ -15630,7 +15690,7 @@ "source_location": "L56", "_origin": "ast", "id": "entity_holiday_holiday_getuuid", - "community": 112, + "community": 95, "norm_label": ".getuuid()" }, { @@ -15640,7 +15700,7 @@ "source_location": "L57", "_origin": "ast", "id": "entity_holiday_holiday_getdoctor", - "community": 112, + "community": 95, "norm_label": ".getdoctor()" }, { @@ -15650,7 +15710,7 @@ "source_location": "L58", "_origin": "ast", "id": "entity_holiday_holiday_getstartdate", - "community": 112, + "community": 95, "norm_label": ".getstartdate()" }, { @@ -15660,7 +15720,7 @@ "source_location": "L59", "_origin": "ast", "id": "entity_holiday_holiday_getenddate", - "community": 112, + "community": 95, "norm_label": ".getenddate()" }, { @@ -15670,7 +15730,7 @@ "source_location": "L60", "_origin": "ast", "id": "entity_holiday_holiday_isactive", - "community": 112, + "community": 95, "norm_label": ".isactive()" }, { @@ -15680,7 +15740,7 @@ "source_location": "L61", "_origin": "ast", "id": "entity_holiday_holiday_getreason", - "community": 112, + "community": 95, "norm_label": ".getreason()" }, { @@ -15690,7 +15750,7 @@ "source_location": "L63", "_origin": "ast", "id": "entity_holiday_holiday_setstartdate", - "community": 112, + "community": 95, "norm_label": ".setstartdate()" }, { @@ -15700,7 +15760,7 @@ "source_location": "L63", "_origin": "ast", "id": "src_appointment_entity_holiday_php_self", - "community": 112, + "community": 95, "norm_label": "self" }, { @@ -15710,7 +15770,7 @@ "source_location": "L64", "_origin": "ast", "id": "entity_holiday_holiday_setenddate", - "community": 112, + "community": 95, "norm_label": ".setenddate()" }, { @@ -15720,7 +15780,7 @@ "source_location": "L65", "_origin": "ast", "id": "entity_holiday_holiday_setactive", - "community": 112, + "community": 95, "norm_label": ".setactive()" }, { @@ -15730,7 +15790,7 @@ "source_location": "L66", "_origin": "ast", "id": "entity_holiday_holiday_setreason", - "community": 112, + "community": 95, "norm_label": ".setreason()" }, { @@ -15740,7 +15800,7 @@ "source_location": "L68", "_origin": "ast", "id": "entity_holiday_holiday_touch", - "community": 112, + "community": 95, "norm_label": ".touch()" }, { @@ -15750,7 +15810,7 @@ "source_location": "L70", "_origin": "ast", "id": "entity_holiday_holiday_toarray", - "community": 112, + "community": 95, "norm_label": ".toarray()" }, { @@ -16380,7 +16440,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_slottakenexception", - "community": 63, + "community": 625, "norm_label": "slottakenexception.php" }, { @@ -16390,7 +16450,7 @@ "source_location": "L5", "_origin": "ast", "id": "repository_slottakenexception_slottakenexception", - "community": 63, + "community": 625, "norm_label": "slottakenexception" }, { @@ -16400,7 +16460,7 @@ "source_location": "", "_origin": "ast", "id": "runtimeexception", - "community": 63, + "community": 625, "norm_label": "runtimeexception" }, { @@ -18100,7 +18160,7 @@ "source_location": "L1", "_origin": "ast", "id": "security_passwordauthenticator", - "community": 63, + "community": 543, "norm_label": "passwordauthenticator.php" }, { @@ -18110,7 +18170,7 @@ "source_location": "L22", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator", - "community": 63, + "community": 543, "norm_label": "passwordauthenticator" }, { @@ -18120,7 +18180,7 @@ "source_location": "", "_origin": "ast", "id": "abstractauthenticator", - "community": 63, + "community": 543, "norm_label": "abstractauthenticator" }, { @@ -18130,7 +18190,7 @@ "source_location": "L24", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_construct", - "community": 63, + "community": 543, "norm_label": ".__construct()" }, { @@ -18140,7 +18200,7 @@ "source_location": "L33", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_supports", - "community": 63, + "community": 543, "norm_label": ".supports()" }, { @@ -18150,7 +18210,7 @@ "source_location": "L33", "_origin": "ast", "id": "src_auth_security_passwordauthenticator_php_request", - "community": 63, + "community": 543, "norm_label": "request" }, { @@ -18160,7 +18220,7 @@ "source_location": "L39", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_authenticate", - "community": 63, + "community": 543, "norm_label": ".authenticate()" }, { @@ -18170,7 +18230,7 @@ "source_location": "L39", "_origin": "ast", "id": "passport", - "community": 63, + "community": 543, "norm_label": "passport" }, { @@ -18180,7 +18240,7 @@ "source_location": "L56", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_onauthenticationsuccess", - "community": 63, + "community": 543, "norm_label": ".onauthenticationsuccess()" }, { @@ -18190,7 +18250,7 @@ "source_location": "L56", "_origin": "ast", "id": "tokeninterface", - "community": 63, + "community": 543, "norm_label": "tokeninterface" }, { @@ -18200,7 +18260,7 @@ "source_location": "L56", "_origin": "ast", "id": "src_auth_security_passwordauthenticator_php_response", - "community": 63, + "community": 543, "norm_label": "response" }, { @@ -18210,7 +18270,7 @@ "source_location": "L92", "_origin": "ast", "id": "security_passwordauthenticator_passwordauthenticator_onauthenticationfailure", - "community": 63, + "community": 543, "norm_label": ".onauthenticationfailure()" }, { @@ -18220,7 +18280,7 @@ "source_location": "L92", "_origin": "ast", "id": "authenticationexception", - "community": 63, + "community": 204, "norm_label": "authenticationexception" }, { @@ -18230,7 +18290,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_otpservice", - "community": 407, + "community": 661, "norm_label": "otpservice.php" }, { @@ -19570,7 +19630,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_invoiceitemrepository", - "community": 340, + "community": 53, "norm_label": "invoiceitemrepository.php" }, { @@ -19580,7 +19640,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository", - "community": 340, + "community": 53, "norm_label": "invoiceitemrepository" }, { @@ -19590,7 +19650,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_construct", - "community": 340, + "community": 53, "norm_label": ".__construct()" }, { @@ -19600,7 +19660,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_billing_repository_invoiceitemrepository_php_managerregistry", - "community": 340, + "community": 53, "norm_label": "managerregistry" }, { @@ -19610,7 +19670,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_save", - "community": 340, + "community": 53, "norm_label": ".save()" }, { @@ -19620,7 +19680,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_billing_repository_invoiceitemrepository_php_invoiceitem", - "community": 340, + "community": 53, "norm_label": "invoiceitem" }, { @@ -19630,7 +19690,7 @@ "source_location": "L29", "_origin": "ast", "id": "repository_invoiceitemrepository_invoiceitemrepository_detailsforids", - "community": 340, + "community": 53, "norm_label": ".detailsforids()" }, { @@ -20997,7 +21057,7 @@ "label": ".create()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_create", "community": 59, @@ -21007,7 +21067,7 @@ "label": "Request", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "src_clinic_controller_cliniccontroller_php_request", "community": 59, @@ -21017,7 +21077,7 @@ "label": "User", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "src_clinic_controller_cliniccontroller_php_user", "community": 59, @@ -21027,7 +21087,7 @@ "label": "JsonResponse", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "src_clinic_controller_cliniccontroller_php_jsonresponse", "community": 59, @@ -21037,7 +21097,7 @@ "label": ".show()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L114", + "source_location": "L115", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_show", "community": 59, @@ -21047,7 +21107,7 @@ "label": ".update()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L152", + "source_location": "L153", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_update", "community": 59, @@ -21057,7 +21117,7 @@ "label": ".list()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L228", + "source_location": "L229", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_list", "community": 59, @@ -21067,7 +21127,7 @@ "label": ".doctorList()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L279", + "source_location": "L280", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_doctorlist", "community": 59, @@ -21077,7 +21137,7 @@ "label": ".detachDoctor()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L341", + "source_location": "L342", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_detachdoctor", "community": 59, @@ -21087,7 +21147,7 @@ "label": ".uploadImage()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L378", + "source_location": "L379", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_uploadimage", "community": 59, @@ -21097,7 +21157,7 @@ "label": ".uploadLogo()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L422", + "source_location": "L423", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_uploadlogo", "community": 59, @@ -21107,7 +21167,7 @@ "label": ".validateGallerySize()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L468", + "source_location": "L469", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_validategallerysize", "community": 59, @@ -21117,7 +21177,7 @@ "label": ".hydrateClinic()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L484", + "source_location": "L485", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_hydrateclinic", "community": 59, @@ -21127,7 +21187,7 @@ "label": "Clinic", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L484", + "source_location": "L485", "_origin": "ast", "id": "src_clinic_controller_cliniccontroller_php_clinic", "community": 59, @@ -21137,7 +21197,7 @@ "label": ".loadLocationData()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L575", + "source_location": "L576", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_loadlocationdata", "community": 59, @@ -21147,7 +21207,7 @@ "label": ".handleFileUpload()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L607", + "source_location": "L608", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_handlefileupload", "community": 59, @@ -21157,7 +21217,7 @@ "label": ".listAddresses()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L646", + "source_location": "L647", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_listaddresses", "community": 59, @@ -21167,7 +21227,7 @@ "label": ".createAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L659", + "source_location": "L660", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_createaddress", "community": 59, @@ -21177,7 +21237,7 @@ "label": ".updateAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L684", + "source_location": "L685", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_updateaddress", "community": 59, @@ -21187,7 +21247,7 @@ "label": ".deleteAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L709", + "source_location": "L710", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_deleteaddress", "community": 59, @@ -21197,7 +21257,7 @@ "label": ".hydrateClinicAddress()", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L732", + "source_location": "L733", "_origin": "ast", "id": "controller_cliniccontroller_cliniccontroller_hydrateclinicaddress", "community": 59, @@ -21207,7 +21267,7 @@ "label": "DoctorAddress", "file_type": "code", "source_file": "src/Clinic/Controller/ClinicController.php", - "source_location": "L732", + "source_location": "L733", "_origin": "ast", "id": "src_clinic_controller_cliniccontroller_php_doctoraddress", "community": 59, @@ -21857,7 +21917,7 @@ "label": ".findAddressLocations()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", - "source_location": "L93", + "source_location": "L97", "_origin": "ast", "id": "repository_clinicrepository_clinicrepository_findaddresslocations", "community": 193, @@ -21867,7 +21927,7 @@ "label": ".save()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", - "source_location": "L120", + "source_location": "L124", "_origin": "ast", "id": "repository_clinicrepository_clinicrepository_save", "community": 193, @@ -21877,7 +21937,7 @@ "label": ".remove()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", - "source_location": "L128", + "source_location": "L132", "_origin": "ast", "id": "repository_clinicrepository_clinicrepository_remove", "community": 193, @@ -22560,7 +22620,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_clinicservicecontroller", - "community": 63, + "community": 245, "norm_label": "clinicservicecontroller.php" }, { @@ -22570,7 +22630,7 @@ "source_location": "L29", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller", - "community": 63, + "community": 245, "norm_label": "clinicservicecontroller" }, { @@ -22580,7 +22640,7 @@ "source_location": "L33", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_construct", - "community": 63, + "community": 245, "norm_label": ".__construct()" }, { @@ -22590,7 +22650,7 @@ "source_location": "L47", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_listsections", - "community": 63, + "community": 245, "norm_label": ".listsections()" }, { @@ -22600,7 +22660,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_user", - "community": 63, + "community": 245, "norm_label": "user" }, { @@ -22610,7 +22670,7 @@ "source_location": "L47", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_jsonresponse", - "community": 63, + "community": 245, "norm_label": "jsonresponse" }, { @@ -22620,7 +22680,7 @@ "source_location": "L61", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_createsection", - "community": 63, + "community": 245, "norm_label": ".createsection()" }, { @@ -22630,7 +22690,7 @@ "source_location": "L61", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_request", - "community": 63, + "community": 245, "norm_label": "request" }, { @@ -22640,7 +22700,7 @@ "source_location": "L80", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_updatesection", - "community": 63, + "community": 245, "norm_label": ".updatesection()" }, { @@ -22650,7 +22710,7 @@ "source_location": "L104", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_deletesection", - "community": 63, + "community": 245, "norm_label": ".deletesection()" }, { @@ -22660,7 +22720,7 @@ "source_location": "L122", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_listitems", - "community": 63, + "community": 245, "norm_label": ".listitems()" }, { @@ -22670,7 +22730,7 @@ "source_location": "L140", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_createitem", - "community": 63, + "community": 245, "norm_label": ".createitem()" }, { @@ -22680,7 +22740,7 @@ "source_location": "L184", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_updateitem", - "community": 63, + "community": 245, "norm_label": ".updateitem()" }, { @@ -22690,7 +22750,7 @@ "source_location": "L227", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_deleteitem", - "community": 63, + "community": 245, "norm_label": ".deleteitem()" }, { @@ -22700,7 +22760,7 @@ "source_location": "L256", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_listtariffs", - "community": 63, + "community": 245, "norm_label": ".listtariffs()" }, { @@ -22710,7 +22770,7 @@ "source_location": "L276", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_settariff", - "community": 63, + "community": 245, "norm_label": ".settariff()" }, { @@ -22720,7 +22780,7 @@ "source_location": "L307", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_resolveentity", - "community": 63, + "community": 245, "norm_label": ".resolveentity()" }, { @@ -22730,7 +22790,7 @@ "source_location": "L322", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_assertservicesgate", - "community": 63, + "community": 245, "norm_label": ".assertservicesgate()" }, { @@ -22740,7 +22800,7 @@ "source_location": "L333", "_origin": "ast", "id": "controller_clinicservicecontroller_clinicservicecontroller_ownssection", - "community": 63, + "community": 245, "norm_label": ".ownssection()" }, { @@ -22750,7 +22810,7 @@ "source_location": "L333", "_origin": "ast", "id": "src_clinicservice_controller_clinicservicecontroller_php_servicesection", - "community": 63, + "community": 245, "norm_label": "servicesection" }, { @@ -23980,7 +24040,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_taxratehistoryrepository", - "community": 543, + "community": 53, "norm_label": "taxratehistoryrepository.php" }, { @@ -23990,7 +24050,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_taxratehistoryrepository_taxratehistoryrepository", - "community": 543, + "community": 53, "norm_label": "taxratehistoryrepository" }, { @@ -24000,7 +24060,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_taxratehistoryrepository_taxratehistoryrepository_construct", - "community": 543, + "community": 53, "norm_label": ".__construct()" }, { @@ -24010,7 +24070,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_config_repository_taxratehistoryrepository_php_managerregistry", - "community": 543, + "community": 53, "norm_label": "managerregistry" }, { @@ -24020,7 +24080,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_taxratehistoryrepository_taxratehistoryrepository_save", - "community": 543, + "community": 53, "norm_label": ".save()" }, { @@ -24030,7 +24090,7 @@ "source_location": "L16", "_origin": "ast", "id": "taxratehistory", - "community": 543, + "community": 53, "norm_label": "taxratehistory" }, { @@ -24197,7 +24257,7 @@ "label": ".create()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_create", "community": 75, @@ -24207,7 +24267,7 @@ "label": "Request", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "src_doctor_controller_doctorcontroller_php_request", "community": 75, @@ -24217,7 +24277,7 @@ "label": "User", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "src_doctor_controller_doctorcontroller_php_user", "community": 75, @@ -24227,7 +24287,7 @@ "label": "JsonResponse", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L50", + "source_location": "L51", "_origin": "ast", "id": "src_doctor_controller_doctorcontroller_php_jsonresponse", "community": 75, @@ -24237,7 +24297,7 @@ "label": ".show()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L127", + "source_location": "L128", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_show", "community": 75, @@ -24247,7 +24307,7 @@ "label": ".showForClinic()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L174", + "source_location": "L175", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_showforclinic", "community": 75, @@ -24257,7 +24317,7 @@ "label": ".list()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L208", + "source_location": "L209", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_list", "community": 75, @@ -24267,7 +24327,7 @@ "label": ".update()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L260", + "source_location": "L261", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_update", "community": 75, @@ -24277,7 +24337,7 @@ "label": ".delete()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L343", + "source_location": "L344", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_delete", "community": 75, @@ -24287,7 +24347,7 @@ "label": ".uploadImage()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L384", + "source_location": "L385", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_uploadimage", "community": 75, @@ -24297,7 +24357,7 @@ "label": ".createAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L478", + "source_location": "L479", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_createaddress", "community": 75, @@ -24307,7 +24367,7 @@ "label": ".showAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L541", + "source_location": "L542", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_showaddress", "community": 75, @@ -24317,7 +24377,7 @@ "label": ".updateAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L579", + "source_location": "L580", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_updateaddress", "community": 75, @@ -24327,7 +24387,7 @@ "label": ".deleteAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L638", + "source_location": "L639", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_deleteaddress", "community": 75, @@ -24337,7 +24397,7 @@ "label": ".listAddresses()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L684", + "source_location": "L685", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_listaddresses", "community": 75, @@ -24347,7 +24407,7 @@ "label": ".hydrateDoctor()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L729", + "source_location": "L730", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_hydratedoctor", "community": 75, @@ -24357,7 +24417,7 @@ "label": "Doctor", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L729", + "source_location": "L730", "_origin": "ast", "id": "src_doctor_controller_doctorcontroller_php_doctor", "community": 75, @@ -24367,7 +24427,7 @@ "label": ".hydrateAddress()", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L802", + "source_location": "L803", "_origin": "ast", "id": "controller_doctorcontroller_doctorcontroller_hydrateaddress", "community": 75, @@ -24377,7 +24437,7 @@ "label": "DoctorAddress", "file_type": "code", "source_file": "src/Doctor/Controller/DoctorController.php", - "source_location": "L802", + "source_location": "L803", "_origin": "ast", "id": "src_doctor_controller_doctorcontroller_php_doctoraddress", "community": 75, @@ -25417,7 +25477,7 @@ "label": ".doctorIdsViaClinicLocation()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", - "source_location": "L118", + "source_location": "L122", "_origin": "ast", "id": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "community": 194, @@ -25427,7 +25487,7 @@ "label": ".findByClinicWithFilters()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", - "source_location": "L135", + "source_location": "L139", "_origin": "ast", "id": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "community": 194, @@ -25437,7 +25497,7 @@ "label": ".save()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", - "source_location": "L188", + "source_location": "L192", "_origin": "ast", "id": "repository_doctorrepository_doctorrepository_save", "community": 194, @@ -25447,7 +25507,7 @@ "label": ".remove()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", - "source_location": "L196", + "source_location": "L200", "_origin": "ast", "id": "repository_doctorrepository_doctorrepository_remove", "community": 194, @@ -25460,7 +25520,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_doctorservicecontroller", - "community": 245, + "community": 4, "norm_label": "doctorservicecontroller.php" }, { @@ -25470,7 +25530,7 @@ "source_location": "L16", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller", - "community": 245, + "community": 4, "norm_label": "doctorservicecontroller" }, { @@ -25480,7 +25540,7 @@ "source_location": "L19", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_construct", - "community": 245, + "community": 4, "norm_label": ".__construct()" }, { @@ -25490,7 +25550,7 @@ "source_location": "L24", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_list", - "community": 245, + "community": 4, "norm_label": ".list()" }, { @@ -25500,7 +25560,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_request", - "community": 245, + "community": 4, "norm_label": "request" }, { @@ -25510,7 +25570,7 @@ "source_location": "L24", "_origin": "ast", "id": "src_doctorservice_controller_doctorservicecontroller_php_jsonresponse", - "community": 245, + "community": 4, "norm_label": "jsonresponse" }, { @@ -25520,7 +25580,7 @@ "source_location": "L37", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_create", - "community": 245, + "community": 4, "norm_label": ".create()" }, { @@ -25530,7 +25590,7 @@ "source_location": "L62", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_update", - "community": 245, + "community": 4, "norm_label": ".update()" }, { @@ -25540,7 +25600,7 @@ "source_location": "L85", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_delete", - "community": 245, + "community": 4, "norm_label": ".delete()" }, { @@ -25550,7 +25610,7 @@ "source_location": "L98", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_adminlist", - "community": 245, + "community": 4, "norm_label": ".adminlist()" }, { @@ -25560,7 +25620,7 @@ "source_location": "L130", "_origin": "ast", "id": "controller_doctorservicecontroller_doctorservicecontroller_slugify", - "community": 245, + "community": 4, "norm_label": ".slugify()" }, { @@ -26900,7 +26960,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_doctorinsurancerepository", - "community": 452, + "community": 53, "norm_label": "doctorinsurancerepository.php" }, { @@ -26910,7 +26970,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository", - "community": 452, + "community": 53, "norm_label": "doctorinsurancerepository" }, { @@ -26920,7 +26980,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository_construct", - "community": 452, + "community": 53, "norm_label": ".__construct()" }, { @@ -26930,7 +26990,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_insurance_repository_doctorinsurancerepository_php_managerregistry", - "community": 452, + "community": 53, "norm_label": "managerregistry" }, { @@ -26940,7 +27000,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository_save", - "community": 452, + "community": 53, "norm_label": ".save()" }, { @@ -26950,7 +27010,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_insurance_repository_doctorinsurancerepository_php_doctorinsurance", - "community": 452, + "community": 53, "norm_label": "doctorinsurance" }, { @@ -26960,7 +27020,7 @@ "source_location": "L24", "_origin": "ast", "id": "repository_doctorinsurancerepository_doctorinsurancerepository_remove", - "community": 452, + "community": 53, "norm_label": ".remove()" }, { @@ -28364,14 +28424,14 @@ "norm_label": ".findactive()" }, { - "label": ".save()", + "label": ".findByDomain()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L31", "_origin": "ast", - "id": "repository_cityrepository_cityrepository_save", + "id": "repository_cityrepository_cityrepository_findbydomain", "community": 478, - "norm_label": ".save()" + "norm_label": ".findbydomain()" }, { "label": "City", @@ -28383,11 +28443,21 @@ "community": 478, "norm_label": "city" }, + { + "label": ".save()", + "file_type": "code", + "source_file": "src/Location/Repository/CityRepository.php", + "source_location": "L36", + "_origin": "ast", + "id": "repository_cityrepository_cityrepository_save", + "community": 478, + "norm_label": ".save()" + }, { "label": ".remove()", "file_type": "code", "source_file": "src/Location/Repository/CityRepository.php", - "source_location": "L37", + "source_location": "L42", "_origin": "ast", "id": "repository_cityrepository_cityrepository_remove", "community": 478, @@ -28480,7 +28550,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_patientcontroller", - "community": 63, + "community": 340, "norm_label": "patientcontroller.php" }, { @@ -28490,7 +28560,7 @@ "source_location": "L29", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller", - "community": 63, + "community": 340, "norm_label": "patientcontroller" }, { @@ -28500,7 +28570,7 @@ "source_location": "L33", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_construct", - "community": 63, + "community": 340, "norm_label": ".__construct()" }, { @@ -28510,7 +28580,7 @@ "source_location": "L50", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_buildpatientprofile", - "community": 63, + "community": 340, "norm_label": ".buildpatientprofile()" }, { @@ -28520,7 +28590,7 @@ "source_location": "L50", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_user", - "community": 63, + "community": 340, "norm_label": "user" }, { @@ -28530,7 +28600,7 @@ "source_location": "L77", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_searchuser", - "community": 63, + "community": 340, "norm_label": ".searchuser()" }, { @@ -28540,7 +28610,7 @@ "source_location": "L77", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_request", - "community": 63, + "community": 340, "norm_label": "request" }, { @@ -28550,7 +28620,7 @@ "source_location": "L77", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_jsonresponse", - "community": 63, + "community": 340, "norm_label": "jsonresponse" }, { @@ -28560,7 +28630,7 @@ "source_location": "L101", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_list", - "community": 63, + "community": 340, "norm_label": ".list()" }, { @@ -28570,7 +28640,7 @@ "source_location": "L122", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_create", - "community": 63, + "community": 340, "norm_label": ".create()" }, { @@ -28580,7 +28650,7 @@ "source_location": "L189", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_show", - "community": 63, + "community": 340, "norm_label": ".show()" }, { @@ -28590,7 +28660,7 @@ "source_location": "L206", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_sessions", - "community": 63, + "community": 340, "norm_label": ".sessions()" }, { @@ -28600,7 +28670,7 @@ "source_location": "L230", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_createsession", - "community": 63, + "community": 340, "norm_label": ".createsession()" }, { @@ -28610,7 +28680,7 @@ "source_location": "L255", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_autocreateclaim", - "community": 63, + "community": 340, "norm_label": ".autocreateclaim()" }, { @@ -28620,7 +28690,7 @@ "source_location": "L255", "_origin": "ast", "id": "src_patient_controller_patientcontroller_php_patientsession", - "community": 63, + "community": 340, "norm_label": "patientsession" }, { @@ -28630,7 +28700,7 @@ "source_location": "L273", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_updatesession", - "community": 63, + "community": 340, "norm_label": ".updatesession()" }, { @@ -28640,7 +28710,7 @@ "source_location": "L294", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_resolveentity", - "community": 63, + "community": 340, "norm_label": ".resolveentity()" }, { @@ -28650,7 +28720,7 @@ "source_location": "L329", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_assertpatientgate", - "community": 63, + "community": 340, "norm_label": ".assertpatientgate()" }, { @@ -28660,7 +28730,7 @@ "source_location": "L340", "_origin": "ast", "id": "controller_patientcontroller_patientcontroller_ownsrecord", - "community": 63, + "community": 340, "norm_label": ".ownsrecord()" }, { @@ -30470,7 +30540,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_mellatgateway", - "community": 204, + "community": 606, "norm_label": "mellatgateway.php" }, { @@ -31050,7 +31120,7 @@ "source_location": "L1", "_origin": "ast", "id": "gateway_sepgateway", - "community": 206, + "community": 606, "norm_label": "sepgateway.php" }, { @@ -31180,7 +31250,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_paymentlogrepository", - "community": 53, + "community": 706, "norm_label": "paymentlogrepository.php" }, { @@ -31190,7 +31260,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository", - "community": 53, + "community": 706, "norm_label": "paymentlogrepository" }, { @@ -31200,7 +31270,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository_construct", - "community": 53, + "community": 706, "norm_label": ".__construct()" }, { @@ -31210,7 +31280,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_payment_repository_paymentlogrepository_php_managerregistry", - "community": 53, + "community": 706, "norm_label": "managerregistry" }, { @@ -31220,7 +31290,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_paymentlogrepository_paymentlogrepository_save", - "community": 53, + "community": 706, "norm_label": ".save()" }, { @@ -31230,7 +31300,7 @@ "source_location": "L16", "_origin": "ast", "id": "paymentlog", - "community": 53, + "community": 706, "norm_label": "paymentlog" }, { @@ -31484,30 +31554,40 @@ "norm_label": ".__construct()" }, { - "label": ".startGatewayHandoff()", + "label": ".bookingRepresentationIdFor()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L51", + "source_location": "L52", "_origin": "ast", - "id": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "id": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", "community": 176, - "norm_label": ".startgatewayhandoff()" + "norm_label": ".bookingrepresentationidfor()" }, { "label": "Payment", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L51", + "source_location": "L52", "_origin": "ast", "id": "src_payment_service_paymentmanager_php_payment", "community": 176, "norm_label": "payment" }, + { + "label": ".startGatewayHandoff()", + "file_type": "code", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L61", + "_origin": "ast", + "id": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "community": 176, + "norm_label": ".startgatewayhandoff()" + }, { "label": "PaymentInitResult", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L51", + "source_location": "L61", "_origin": "ast", "id": "src_payment_service_paymentmanager_php_paymentinitresult", "community": 176, @@ -31517,7 +31597,7 @@ "label": ".processCallback()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L90", + "source_location": "L100", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_processcallback", "community": 176, @@ -31527,7 +31607,7 @@ "label": ".refundPayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L175", + "source_location": "L185", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_refundpayment", "community": 176, @@ -31537,7 +31617,7 @@ "label": "PaymentRefundResult", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L175", + "source_location": "L185", "_origin": "ast", "id": "src_payment_service_paymentmanager_php_paymentrefundresult", "community": 176, @@ -31547,7 +31627,7 @@ "label": ".reversePayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L215", + "source_location": "L225", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_reversepayment", "community": 176, @@ -31557,7 +31637,7 @@ "label": ".callbackUrl()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L241", + "source_location": "L251", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_callbackurl", "community": 176, @@ -31567,7 +31647,7 @@ "label": ".runPostAction()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L251", + "source_location": "L261", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_runpostaction", "community": 176, @@ -31577,7 +31657,7 @@ "label": ".runReversePostAction()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L262", + "source_location": "L272", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_runreversepostaction", "community": 176, @@ -31587,7 +31667,7 @@ "label": ".reverseAppointment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L272", + "source_location": "L282", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_reverseappointment", "community": 176, @@ -31597,7 +31677,7 @@ "label": ".reverseSmsWalletCharge()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L283", + "source_location": "L293", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "community": 176, @@ -31607,7 +31687,7 @@ "label": ".handleAppointmentConfirmation()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L295", + "source_location": "L305", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "community": 176, @@ -31617,7 +31697,7 @@ "label": ".handleSubscriptionActivation()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L333", + "source_location": "L343", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "community": 176, @@ -31627,7 +31707,7 @@ "label": ".handleSmsWalletCharge()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L355", + "source_location": "L367", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "community": 176, @@ -31637,7 +31717,7 @@ "label": ".failPayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L370", + "source_location": "L382", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_failpayment", "community": 176, @@ -31647,7 +31727,7 @@ "label": ".log()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L377", + "source_location": "L389", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_log", "community": 176, @@ -31657,7 +31737,7 @@ "label": ".sanitize()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L396", + "source_location": "L408", "_origin": "ast", "id": "service_paymentmanager_paymentmanager_sanitize", "community": 176, @@ -32927,7 +33007,7 @@ "label": "RepresentationController", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L21", + "source_location": "L22", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller", "community": 607, @@ -32937,17 +33017,37 @@ "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L25", + "source_location": "L26", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_construct", "community": 607, "norm_label": ".__construct()" }, + { + "label": ".applyRepresentationData()", + "file_type": "code", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L39", + "_origin": "ast", + "id": "controller_representationcontroller_representationcontroller_applyrepresentationdata", + "community": 607, + "norm_label": ".applyrepresentationdata()" + }, + { + "label": "Representation", + "file_type": "code", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L39", + "_origin": "ast", + "id": "src_representation_controller_representationcontroller_php_representation", + "community": 607, + "norm_label": "representation" + }, { "label": ".create()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L34", + "source_location": "L93", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_create", "community": 607, @@ -32957,7 +33057,7 @@ "label": "Request", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L34", + "source_location": "L93", "_origin": "ast", "id": "src_representation_controller_representationcontroller_php_request", "community": 607, @@ -32967,7 +33067,7 @@ "label": "JsonResponse", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L34", + "source_location": "L93", "_origin": "ast", "id": "src_representation_controller_representationcontroller_php_jsonresponse", "community": 607, @@ -32977,7 +33077,7 @@ "label": ".get()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L127", + "source_location": "L192", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_get", "community": 607, @@ -32987,7 +33087,7 @@ "label": "User", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L127", + "source_location": "L192", "_origin": "ast", "id": "src_representation_controller_representationcontroller_php_user", "community": 607, @@ -32997,7 +33097,7 @@ "label": ".update()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L165", + "source_location": "L230", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_update", "community": 607, @@ -33007,7 +33107,7 @@ "label": ".delete()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L243", + "source_location": "L317", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_delete", "community": 607, @@ -33017,7 +33117,7 @@ "label": ".dashboardMonthly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L283", + "source_location": "L357", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_dashboardmonthly", "community": 607, @@ -33027,7 +33127,7 @@ "label": ".dashboardYearly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L341", + "source_location": "L415", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_dashboardyearly", "community": 607, @@ -33037,21 +33137,71 @@ "label": ".buildStats()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L418", + "source_location": "L492", "_origin": "ast", "id": "controller_representationcontroller_representationcontroller_buildstats", "community": 607, "norm_label": ".buildstats()" }, { - "label": "Representation", + "label": "SiteContextController.php", "file_type": "code", - "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L418", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L1", "_origin": "ast", - "id": "src_representation_controller_representationcontroller_php_representation", - "community": 607, - "norm_label": "representation" + "id": "controller_sitecontextcontroller", + "community": 108, + "norm_label": "sitecontextcontroller.php" + }, + { + "label": "SiteContextController", + "file_type": "code", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L16", + "_origin": "ast", + "id": "controller_sitecontextcontroller_sitecontextcontroller", + "community": 108, + "norm_label": "sitecontextcontroller" + }, + { + "label": ".__construct()", + "file_type": "code", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L19", + "_origin": "ast", + "id": "controller_sitecontextcontroller_sitecontextcontroller_construct", + "community": 108, + "norm_label": ".__construct()" + }, + { + "label": ".resolve()", + "file_type": "code", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L23", + "_origin": "ast", + "id": "controller_sitecontextcontroller_sitecontextcontroller_resolve", + "community": 108, + "norm_label": ".resolve()" + }, + { + "label": "Request", + "file_type": "code", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L23", + "_origin": "ast", + "id": "src_representation_controller_sitecontextcontroller_php_request", + "community": 108, + "norm_label": "request" + }, + { + "label": "JsonResponse", + "file_type": "code", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L23", + "_origin": "ast", + "id": "src_representation_controller_sitecontextcontroller_php_jsonresponse", + "community": 108, + "norm_label": "jsonresponse" }, { "label": "Representation.php", @@ -33067,7 +33217,7 @@ "label": "Representation", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L10", + "source_location": "L13", "_origin": "ast", "id": "entity_representation_representation", "community": 55, @@ -33077,27 +33227,47 @@ "label": "User", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L22", + "source_location": "L25", "_origin": "ast", "id": "src_representation_entity_representation_php_user", "community": 55, "norm_label": "user" }, + { + "label": "Collection", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L40", + "_origin": "ast", + "id": "src_representation_entity_representation_php_collection", + "community": 55, + "norm_label": "collection" + }, { "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L54", + "source_location": "L70", "_origin": "ast", "id": "entity_representation_representation_construct", "community": 55, "norm_label": ".__construct()" }, + { + "label": ".normalizeDomain()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L81", + "_origin": "ast", + "id": "entity_representation_representation_normalizedomain", + "community": 55, + "norm_label": ".normalizedomain()" + }, { "label": ".getId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L63", + "source_location": "L92", "_origin": "ast", "id": "entity_representation_representation_getid", "community": 55, @@ -33107,7 +33277,7 @@ "label": ".getUuid()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L64", + "source_location": "L93", "_origin": "ast", "id": "entity_representation_representation_getuuid", "community": 55, @@ -33117,7 +33287,7 @@ "label": ".getUser()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L65", + "source_location": "L94", "_origin": "ast", "id": "entity_representation_representation_getuser", "community": 55, @@ -33127,7 +33297,7 @@ "label": ".getFullName()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L66", + "source_location": "L95", "_origin": "ast", "id": "entity_representation_representation_getfullname", "community": 55, @@ -33137,7 +33307,7 @@ "label": ".getMobileNumber()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L67", + "source_location": "L96", "_origin": "ast", "id": "entity_representation_representation_getmobilenumber", "community": 55, @@ -33147,17 +33317,57 @@ "label": ".getCityId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L68", + "source_location": "L97", "_origin": "ast", "id": "entity_representation_representation_getcityid", "community": 55, "norm_label": ".getcityid()" }, + { + "label": ".getCities()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L99", + "_origin": "ast", + "id": "entity_representation_representation_getcities", + "community": 55, + "norm_label": ".getcities()" + }, + { + "label": ".cityIds()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L101", + "_origin": "ast", + "id": "entity_representation_representation_cityids", + "community": 55, + "norm_label": ".cityids()" + }, + { + "label": ".getDomain()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L102", + "_origin": "ast", + "id": "entity_representation_representation_getdomain", + "community": 55, + "norm_label": ".getdomain()" + }, + { + "label": ".isGlobal()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L103", + "_origin": "ast", + "id": "entity_representation_representation_isglobal", + "community": 55, + "norm_label": ".isglobal()" + }, { "label": ".getCommissionPercent()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L69", + "source_location": "L104", "_origin": "ast", "id": "entity_representation_representation_getcommissionpercent", "community": 55, @@ -33167,7 +33377,7 @@ "label": ".getBankAccount()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L70", + "source_location": "L105", "_origin": "ast", "id": "entity_representation_representation_getbankaccount", "community": 55, @@ -33177,7 +33387,7 @@ "label": ".isActive()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L71", + "source_location": "L106", "_origin": "ast", "id": "entity_representation_representation_isactive", "community": 55, @@ -33187,7 +33397,7 @@ "label": ".setFullName()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L73", + "source_location": "L108", "_origin": "ast", "id": "entity_representation_representation_setfullname", "community": 55, @@ -33197,7 +33407,7 @@ "label": "self", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L73", + "source_location": "L108", "_origin": "ast", "id": "src_representation_entity_representation_php_self", "community": 55, @@ -33207,7 +33417,7 @@ "label": ".setMobileNumber()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L74", + "source_location": "L109", "_origin": "ast", "id": "entity_representation_representation_setmobilenumber", "community": 55, @@ -33217,17 +33427,47 @@ "label": ".setCityId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L75", + "source_location": "L110", "_origin": "ast", "id": "entity_representation_representation_setcityid", "community": 55, "norm_label": ".setcityid()" }, + { + "label": ".setCities()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L112", + "_origin": "ast", + "id": "entity_representation_representation_setcities", + "community": 55, + "norm_label": ".setcities()" + }, + { + "label": ".setDomain()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L121", + "_origin": "ast", + "id": "entity_representation_representation_setdomain", + "community": 55, + "norm_label": ".setdomain()" + }, + { + "label": ".setIsGlobal()", + "file_type": "code", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L122", + "_origin": "ast", + "id": "entity_representation_representation_setisglobal", + "community": 55, + "norm_label": ".setisglobal()" + }, { "label": ".setCommissionPercent()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L76", + "source_location": "L123", "_origin": "ast", "id": "entity_representation_representation_setcommissionpercent", "community": 55, @@ -33237,7 +33477,7 @@ "label": ".setBankAccount()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L77", + "source_location": "L124", "_origin": "ast", "id": "entity_representation_representation_setbankaccount", "community": 55, @@ -33247,7 +33487,7 @@ "label": ".setActive()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L78", + "source_location": "L125", "_origin": "ast", "id": "entity_representation_representation_setactive", "community": 55, @@ -33257,7 +33497,7 @@ "label": ".getIbans()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L81", + "source_location": "L128", "_origin": "ast", "id": "entity_representation_representation_getibans", "community": 55, @@ -33267,7 +33507,7 @@ "label": ".addIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L87", + "source_location": "L134", "_origin": "ast", "id": "entity_representation_representation_addiban", "community": 55, @@ -33277,7 +33517,7 @@ "label": ".removeIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L106", + "source_location": "L153", "_origin": "ast", "id": "entity_representation_representation_removeiban", "community": 55, @@ -33287,7 +33527,7 @@ "label": ".findVerifiedIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L117", + "source_location": "L164", "_origin": "ast", "id": "entity_representation_representation_findverifiediban", "community": 55, @@ -33297,7 +33537,7 @@ "label": ".touch()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L127", + "source_location": "L174", "_origin": "ast", "id": "entity_representation_representation_touch", "community": 55, @@ -33307,7 +33547,7 @@ "label": ".toArray()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", - "source_location": "L129", + "source_location": "L176", "_origin": "ast", "id": "entity_representation_representation_toarray", "community": 55, @@ -33394,14 +33634,14 @@ "norm_label": "user" }, { - "label": ".findActiveByCityId()", + "label": ".findActiveByDomain()", "file_type": "code", "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L27", "_origin": "ast", - "id": "repository_representationrepository_representationrepository_findactivebycityid", + "id": "repository_representationrepository_representationrepository_findactivebydomain", "community": 264, - "norm_label": ".findactivebycityid()" + "norm_label": ".findactivebydomain()" }, { "label": ".save()", @@ -33423,6 +33663,126 @@ "community": 264, "norm_label": ".remove()" }, + { + "label": "DomainContext.php", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L1", + "_origin": "ast", + "id": "service_domaincontext", + "community": 711, + "norm_label": "domaincontext.php" + }, + { + "label": "DomainContext", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L9", + "_origin": "ast", + "id": "service_domaincontext_domaincontext", + "community": 711, + "norm_label": "domaincontext" + }, + { + "label": ".__construct()", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L11", + "_origin": "ast", + "id": "service_domaincontext_domaincontext_construct", + "community": 711, + "norm_label": ".__construct()" + }, + { + "label": ".empty()", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L17", + "_origin": "ast", + "id": "service_domaincontext_domaincontext_empty", + "community": 711, + "norm_label": ".empty()" + }, + { + "label": "self", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L17", + "_origin": "ast", + "id": "src_representation_service_domaincontext_php_self", + "community": 711, + "norm_label": "self" + }, + { + "label": ".representationId()", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L22", + "_origin": "ast", + "id": "service_domaincontext_domaincontext_representationid", + "community": 711, + "norm_label": ".representationid()" + }, + { + "label": "DomainContextResolver.php", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L1", + "_origin": "ast", + "id": "service_domaincontextresolver", + "community": 688, + "norm_label": "domaincontextresolver.php" + }, + { + "label": "DomainContextResolver", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L15", + "_origin": "ast", + "id": "service_domaincontextresolver_domaincontextresolver", + "community": 688, + "norm_label": "domaincontextresolver" + }, + { + "label": ".__construct()", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L17", + "_origin": "ast", + "id": "service_domaincontextresolver_domaincontextresolver_construct", + "community": 688, + "norm_label": ".__construct()" + }, + { + "label": ".applyToListFilters()", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L27", + "_origin": "ast", + "id": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", + "community": 688, + "norm_label": ".applytolistfilters()" + }, + { + "label": ".resolve()", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L44", + "_origin": "ast", + "id": "service_domaincontextresolver_domaincontextresolver_resolve", + "community": 688, + "norm_label": ".resolve()" + }, + { + "label": "DomainContext", + "file_type": "code", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L44", + "_origin": "ast", + "id": "domaincontext", + "community": 688, + "norm_label": "domaincontext" + }, { "label": "JalaliDateService.php", "file_type": "code", @@ -35217,7 +35577,7 @@ "label": ".processSubscription()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", - "source_location": "L56", + "source_location": "L59", "_origin": "ast", "id": "service_commissionservice_commissionservice_processsubscription", "community": 482, @@ -35227,7 +35587,7 @@ "label": ".resolveRep()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", - "source_location": "L73", + "source_location": "L78", "_origin": "ast", "id": "service_commissionservice_commissionservice_resolverep", "community": 482, @@ -35237,7 +35597,7 @@ "label": "Representation", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", - "source_location": "L73", + "source_location": "L78", "_origin": "ast", "id": "src_settlement_service_commissionservice_php_representation", "community": 482, @@ -35247,7 +35607,7 @@ "label": ".settle()", "file_type": "code", "source_file": "src/Settlement/Service/CommissionService.php", - "source_location": "L80", + "source_location": "L85", "_origin": "ast", "id": "service_commissionservice_commissionservice_settle", "community": 482, @@ -35260,7 +35620,7 @@ "source_location": "L1", "_origin": "ast", "id": "constant_errorcodes", - "community": 63, + "community": 245, "norm_label": "errorcodes.php" }, { @@ -35270,7 +35630,7 @@ "source_location": "L5", "_origin": "ast", "id": "constant_errorcodes_errorcodes", - "community": 63, + "community": 245, "norm_label": "errorcodes" }, { @@ -35280,7 +35640,7 @@ "source_location": "L103", "_origin": "ast", "id": "constant_errorcodes_errorcodes_message", - "community": 63, + "community": 245, "norm_label": ".message()" }, { @@ -35780,7 +36140,7 @@ "source_location": "L1", "_origin": "ast", "id": "exception_appexception", - "community": 63, + "community": 625, "norm_label": "appexception.php" }, { @@ -35790,7 +36150,7 @@ "source_location": "L7", "_origin": "ast", "id": "exception_appexception_appexception", - "community": 63, + "community": 625, "norm_label": "appexception" }, { @@ -35800,7 +36160,7 @@ "source_location": "L9", "_origin": "ast", "id": "exception_appexception_appexception_construct", - "community": 63, + "community": 625, "norm_label": ".__construct()" }, { @@ -35810,7 +36170,7 @@ "source_location": "L18", "_origin": "ast", "id": "exception_appexception_appexception_geterrorcode", - "community": 63, + "community": 625, "norm_label": ".geterrorcode()" }, { @@ -35820,7 +36180,7 @@ "source_location": "L19", "_origin": "ast", "id": "exception_appexception_appexception_gethttpstatus", - "community": 63, + "community": 625, "norm_label": ".gethttpstatus()" }, { @@ -35830,7 +36190,7 @@ "source_location": "L20", "_origin": "ast", "id": "exception_appexception_appexception_getfield", - "community": 63, + "community": 625, "norm_label": ".getfield()" }, { @@ -36020,7 +36380,7 @@ "source_location": "", "_origin": "ast", "id": "loggerinterface", - "community": 204, + "community": 606, "norm_label": "loggerinterface" }, { @@ -36290,7 +36650,7 @@ "source_location": "L1", "_origin": "ast", "id": "service_apiirservice", - "community": 204, + "community": 606, "norm_label": "apiirservice.php" }, { @@ -37930,7 +38290,7 @@ "source_location": "L1", "_origin": "ast", "id": "provider_kavehnegarprovider", - "community": 204, + "community": 606, "norm_label": "kavehnegarprovider.php" }, { @@ -38030,7 +38390,7 @@ "source_location": "L1", "_origin": "ast", "id": "provider_ranginehprovider", - "community": 169, + "community": 606, "norm_label": "ranginehprovider.php" }, { @@ -38040,7 +38400,7 @@ "source_location": "L8", "_origin": "ast", "id": "provider_ranginehprovider_ranginehprovider", - "community": 169, + "community": 606, "norm_label": "ranginehprovider" }, { @@ -38050,7 +38410,7 @@ "source_location": "L12", "_origin": "ast", "id": "provider_ranginehprovider_ranginehprovider_construct", - "community": 169, + "community": 606, "norm_label": ".__construct()" }, { @@ -38060,7 +38420,7 @@ "source_location": "L21", "_origin": "ast", "id": "provider_ranginehprovider_ranginehprovider_getname", - "community": 169, + "community": 606, "norm_label": ".getname()" }, { @@ -38070,7 +38430,7 @@ "source_location": "L23", "_origin": "ast", "id": "provider_ranginehprovider_ranginehprovider_send", - "community": 169, + "community": 606, "norm_label": ".send()" }, { @@ -38080,7 +38440,7 @@ "source_location": "L38", "_origin": "ast", "id": "provider_ranginehprovider_ranginehprovider_sendtemplate", - "community": 169, + "community": 606, "norm_label": ".sendtemplate()" }, { @@ -38130,7 +38490,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_smslogrepository", - "community": 407, + "community": 661, "norm_label": "smslogrepository.php" }, { @@ -38140,7 +38500,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_smslogrepository_smslogrepository", - "community": 407, + "community": 661, "norm_label": "smslogrepository" }, { @@ -38150,7 +38510,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_smslogrepository_smslogrepository_construct", - "community": 407, + "community": 661, "norm_label": ".__construct()" }, { @@ -38160,7 +38520,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_sms_repository_smslogrepository_php_managerregistry", - "community": 407, + "community": 661, "norm_label": "managerregistry" }, { @@ -38170,7 +38530,7 @@ "source_location": "L12", "_origin": "ast", "id": "repository_smslogrepository_smslogrepository_save", - "community": 407, + "community": 661, "norm_label": ".save()" }, { @@ -38180,7 +38540,7 @@ "source_location": "L12", "_origin": "ast", "id": "smslog", - "community": 407, + "community": 661, "norm_label": "smslog" }, { @@ -39240,7 +39600,7 @@ "source_location": "L1", "_origin": "ast", "id": "controller_staffcontroller", - "community": 63, + "community": 452, "norm_label": "staffcontroller.php" }, { @@ -39250,7 +39610,7 @@ "source_location": "L19", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller", - "community": 63, + "community": 452, "norm_label": "staffcontroller" }, { @@ -39260,7 +39620,7 @@ "source_location": "L23", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_construct", - "community": 63, + "community": 452, "norm_label": ".__construct()" }, { @@ -39270,7 +39630,7 @@ "source_location": "L29", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_list", - "community": 63, + "community": 452, "norm_label": ".list()" }, { @@ -39280,7 +39640,7 @@ "source_location": "L29", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_user", - "community": 63, + "community": 452, "norm_label": "user" }, { @@ -39290,7 +39650,7 @@ "source_location": "L29", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_jsonresponse", - "community": 63, + "community": 452, "norm_label": "jsonresponse" }, { @@ -39300,7 +39660,7 @@ "source_location": "L45", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_create", - "community": 63, + "community": 452, "norm_label": ".create()" }, { @@ -39310,7 +39670,7 @@ "source_location": "L45", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_request", - "community": 63, + "community": 452, "norm_label": "request" }, { @@ -39320,7 +39680,7 @@ "source_location": "L71", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_update", - "community": 63, + "community": 452, "norm_label": ".update()" }, { @@ -39330,7 +39690,7 @@ "source_location": "L98", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_toggle", - "community": 63, + "community": 452, "norm_label": ".toggle()" }, { @@ -39340,7 +39700,7 @@ "source_location": "L116", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_resolveentity", - "community": 63, + "community": 452, "norm_label": ".resolveentity()" }, { @@ -39350,7 +39710,7 @@ "source_location": "L131", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_ownsstaff", - "community": 63, + "community": 452, "norm_label": ".ownsstaff()" }, { @@ -39360,7 +39720,7 @@ "source_location": "L131", "_origin": "ast", "id": "src_staff_controller_staffcontroller_php_clinicstaff", - "community": 63, + "community": 452, "norm_label": "clinicstaff" }, { @@ -39370,7 +39730,7 @@ "source_location": "L143", "_origin": "ast", "id": "controller_staffcontroller_staffcontroller_tolatindigits", - "community": 63, + "community": 452, "norm_label": ".tolatindigits()" }, { @@ -39620,7 +39980,7 @@ "source_location": "L1", "_origin": "ast", "id": "repository_clinicstaffrepository", - "community": 53, + "community": 641, "norm_label": "clinicstaffrepository.php" }, { @@ -39630,7 +39990,7 @@ "source_location": "L9", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository", - "community": 53, + "community": 641, "norm_label": "clinicstaffrepository" }, { @@ -39640,7 +40000,7 @@ "source_location": "L11", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_construct", - "community": 53, + "community": 641, "norm_label": ".__construct()" }, { @@ -39650,7 +40010,7 @@ "source_location": "L11", "_origin": "ast", "id": "src_staff_repository_clinicstaffrepository_php_managerregistry", - "community": 53, + "community": 641, "norm_label": "managerregistry" }, { @@ -39660,7 +40020,7 @@ "source_location": "L16", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_findbyuuid", - "community": 53, + "community": 641, "norm_label": ".findbyuuid()" }, { @@ -39670,7 +40030,7 @@ "source_location": "L16", "_origin": "ast", "id": "src_staff_repository_clinicstaffrepository_php_clinicstaff", - "community": 53, + "community": 641, "norm_label": "clinicstaff" }, { @@ -39680,7 +40040,7 @@ "source_location": "L21", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", - "community": 53, + "community": 641, "norm_label": ".findbyentity()" }, { @@ -39690,7 +40050,7 @@ "source_location": "L37", "_origin": "ast", "id": "repository_clinicstaffrepository_clinicstaffrepository_save", - "community": 53, + "community": 641, "norm_label": ".save()" }, { @@ -43490,7 +43850,7 @@ "source_location": "L1", "_origin": "ast", "id": "insurance_servicecoveragenplusonetest", - "community": 641, + "community": 618, "norm_label": "servicecoveragenplusonetest.php" }, { @@ -43500,7 +43860,7 @@ "source_location": "L17", "_origin": "ast", "id": "insurance_servicecoveragenplusonetest_servicecoveragenplusonetest", - "community": 641, + "community": 618, "norm_label": "servicecoveragenplusonetest" }, { @@ -43510,7 +43870,7 @@ "source_location": "L19", "_origin": "ast", "id": "insurance_servicecoveragenplusonetest_servicecoveragenplusonetest_testeveryrowresolvesitsserviceitemuuid", - "community": 641, + "community": 618, "norm_label": ".testeveryrowresolvesitsserviceitemuuid()" }, { @@ -43520,7 +43880,7 @@ "source_location": "L59", "_origin": "ast", "id": "insurance_servicecoveragenplusonetest_servicecoveragenplusonetest_makecontract", - "community": 641, + "community": 618, "norm_label": ".makecontract()" }, { @@ -43530,7 +43890,7 @@ "source_location": "L83", "_origin": "ast", "id": "insurance_servicecoveragenplusonetest_servicecoveragenplusonetest_testquerycountdoesnotgrowwithcoveragerows", - "community": 641, + "community": 618, "norm_label": ".testquerycountdoesnotgrowwithcoveragerows()" }, { @@ -43720,7 +44080,7 @@ "source_location": "L1", "_origin": "ast", "id": "rating_commentlistnplusonetest", - "community": 86, + "community": 717, "norm_label": "commentlistnplusonetest.php" }, { @@ -43730,7 +44090,7 @@ "source_location": "L17", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest", - "community": 86, + "community": 717, "norm_label": "commentlistnplusonetest" }, { @@ -43740,7 +44100,7 @@ "source_location": "L19", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testtreeisserializedcorrectly", - "community": 86, + "community": 717, "norm_label": ".testtreeisserializedcorrectly()" }, { @@ -43750,7 +44110,7 @@ "source_location": "L52", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_jsonget", - "community": 86, + "community": 717, "norm_label": ".jsonget()" }, { @@ -43760,7 +44120,7 @@ "source_location": "L64", "_origin": "ast", "id": "rating_commentlistnplusonetest_commentlistnplusonetest_testrepositoryfetchjoinscollections", - "community": 86, + "community": 717, "norm_label": ".testrepositoryfetchjoinscollections()" }, { @@ -43803,6 +44163,136 @@ "community": 86, "norm_label": ".testadminpendinglistpaginates()" }, + { + "label": "DomainCommissionTest.php", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L1", + "_origin": "ast", + "id": "representation_domaincommissiontest", + "community": 534, + "norm_label": "domaincommissiontest.php" + }, + { + "label": "DomainCommissionTest", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L18", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest", + "community": 534, + "norm_label": "domaincommissiontest" + }, + { + "label": ".makeRep()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L20", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_makerep", + "community": 534, + "norm_label": ".makerep()" + }, + { + "label": "Representation", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L20", + "_origin": "ast", + "id": "tests_representation_domaincommissiontest_php_representation", + "community": 534, + "norm_label": "representation" + }, + { + "label": ".makePayment()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L34", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_makepayment", + "community": 534, + "norm_label": ".makepayment()" + }, + { + "label": "Payment", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L34", + "_origin": "ast", + "id": "tests_representation_domaincommissiontest_php_payment", + "community": 534, + "norm_label": "payment" + }, + { + "label": ".resolver()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L43", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_resolver", + "community": 534, + "norm_label": ".resolver()" + }, + { + "label": "DomainContextResolver", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L43", + "_origin": "ast", + "id": "domaincontextresolver", + "community": 534, + "norm_label": "domaincontextresolver" + }, + { + "label": ".testResolverMatchesRepresentationDomainWithNormalization()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L50", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", + "community": 534, + "norm_label": ".testresolvermatchesrepresentationdomainwithnormalization()" + }, + { + "label": ".testResolverIgnoresInactiveRepresentation()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L62", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", + "community": 534, + "norm_label": ".testresolverignoresinactiverepresentation()" + }, + { + "label": ".testResolverUnknownDomainIsEmpty()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L73", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", + "community": 534, + "norm_label": ".testresolverunknowndomainisempty()" + }, + { + "label": ".testAppointmentCommissionOnlyWhenDomainOwnerMatchesDoctorOwner()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L83", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", + "community": 534, + "norm_label": ".testappointmentcommissiononlywhendomainownermatchesdoctorowner()" + }, + { + "label": ".testSubscriptionCommissionUsesSameDomainGuard()", + "file_type": "code", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L108", + "_origin": "ast", + "id": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", + "community": 534, + "norm_label": ".testsubscriptioncommissionusessamedomainguard()" + }, { "label": "RepresentationCommissionTest.php", "file_type": "code", @@ -60033,6 +60523,156 @@ "community": 117, "norm_label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645" }, + { + "label": "representation-multi-city-domain-commission.md", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L1", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission", + "community": 430, + "norm_label": "representation-multi-city-domain-commission.md" + }, + { + "label": "\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646: \u0686\u0646\u062f-\u0634\u0647\u0631\u06cc\u060c \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631\u060c \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 \u0633\u0631\u0627\u0633\u0631\u06cc\u060c \u0633\u0631\u0648\u06cc\u0633 \u0645\u0631\u06a9\u0632\u06cc \u062f\u0627\u0645\u0646\u0647", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L1", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "community": 430, + "norm_label": "\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646: \u0686\u0646\u062f-\u0634\u0647\u0631\u06cc\u060c \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631\u060c \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 \u0633\u0631\u0627\u0633\u0631\u06cc\u060c \u0633\u0631\u0648\u06cc\u0633 \u0645\u0631\u06a9\u0632\u06cc \u062f\u0627\u0645\u0646\u0647" + }, + { + "label": "\u067e\u0631\u0648\u0698\u0647", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L3", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u067e\u0631\u0648\u0698\u0647", + "community": 430, + "norm_label": "\u067e\u0631\u0648\u0698\u0647" + }, + { + "label": "\u0632\u0645\u06cc\u0646\u0647", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L7", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0632\u0645\u06cc\u0646\u0647", + "community": 430, + "norm_label": "\u0632\u0645\u06cc\u0646\u0647" + }, + { + "label": "\u0645\u0634\u06a9\u0644 / \u0647\u062f\u0641", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L18", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", + "community": 430, + "norm_label": "\u0645\u0634\u06a9\u0644 / \u0647\u062f\u0641" + }, + { + "label": "\u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L22", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", + "community": 430, + "norm_label": "\u0641\u0627\u06cc\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062a\u0628\u0637" + }, + { + "label": "\u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0644\u06cc", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L35", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", + "community": 430, + "norm_label": "\u0648\u0636\u0639\u06cc\u062a \u0641\u0639\u0644\u06cc" + }, + { + "label": "\u0648\u0638\u0627\u06cc\u0641", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L63", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "community": 430, + "norm_label": "\u0648\u0638\u0627\u06cc\u0641" + }, + { + "label": "\u06f1. \u0686\u0646\u062f-\u0634\u0647\u0631\u06cc \u0634\u062f\u0646 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 (Entity + Migration \u0628\u0627 \u062d\u0641\u0638 \u062f\u0627\u062f\u0647)", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L65", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u06f1_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u0634\u062f\u0646_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_entity_migration_\u0628\u0627_\u062d\u0641\u0638_\u062f\u0627\u062f\u0647", + "community": 430, + "norm_label": "\u06f1. \u0686\u0646\u062f-\u0634\u0647\u0631\u06cc \u0634\u062f\u0646 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 (entity + migration \u0628\u0627 \u062d\u0641\u0638 \u062f\u0627\u062f\u0647)" + }, + { + "label": "\u06f2. \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc `domain` \u0648 `is_global`", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L81", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u06f2_\u0641\u06cc\u0644\u062f\u0647\u0627\u06cc_domain_\u0648_is_global", + "community": 430, + "norm_label": "\u06f2. \u0641\u06cc\u0644\u062f\u0647\u0627\u06cc `domain` \u0648 `is_global`" + }, + { + "label": "\u06f3. \u0633\u0631\u0648\u06cc\u0633 \u0645\u0631\u06a9\u0632\u06cc \u062a\u0634\u062e\u06cc\u0635 \u062f\u0627\u0645\u0646\u0647 \u2014 `DomainContextResolver`", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L91", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u06f3_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062a\u0634\u062e\u06cc\u0635_\u062f\u0627\u0645\u0646\u0647_domaincontextresolver", + "community": 430, + "norm_label": "\u06f3. \u0633\u0631\u0648\u06cc\u0633 \u0645\u0631\u06a9\u0632\u06cc \u062a\u0634\u062e\u06cc\u0635 \u062f\u0627\u0645\u0646\u0647 \u2014 `domaincontextresolver`" + }, + { + "label": "\u06f4. \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631 (\u0642\u0627\u0646\u0648\u0646 \u062c\u062f\u06cc\u062f \u2014 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0628\u062e\u0634)", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L120", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u06f4_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0642\u0627\u0646\u0648\u0646_\u062c\u062f\u06cc\u062f_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0628\u062e\u0634", + "community": 430, + "norm_label": "\u06f4. \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631 (\u0642\u0627\u0646\u0648\u0646 \u062c\u062f\u06cc\u062f \u2014 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0628\u062e\u0634)" + }, + { + "label": "\u06f5. \u0641\u06cc\u0644\u062a\u0631 \u062f\u0627\u0645\u0646\u0647 \u062f\u0631 \u0644\u06cc\u0633\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc + endpoint \u0632\u0645\u06cc\u0646\u0647 \u0633\u0627\u06cc\u062a", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L142", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u06f5_\u0641\u06cc\u0644\u062a\u0631_\u062f\u0627\u0645\u0646\u0647_\u062f\u0631_\u0644\u06cc\u0633\u062a_\u0647\u0627\u06cc_\u0639\u0645\u0648\u0645\u06cc_endpoint_\u0632\u0645\u06cc\u0646\u0647_\u0633\u0627\u06cc\u062a", + "community": 430, + "norm_label": "\u06f5. \u0641\u06cc\u0644\u062a\u0631 \u062f\u0627\u0645\u0646\u0647 \u062f\u0631 \u0644\u06cc\u0633\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0648\u0645\u06cc + endpoint \u0632\u0645\u06cc\u0646\u0647 \u0633\u0627\u06cc\u062a" + }, + { + "label": "\u06f6. \u067e\u0646\u0644 \u0627\u062f\u0645\u06cc\u0646 (React) \u2014 \u0641\u0631\u0645 \u0648 \u0644\u06cc\u0633\u062a \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L161", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u06f6_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_react_\u0641\u0631\u0645_\u0648_\u0644\u06cc\u0633\u062a_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646", + "community": 430, + "norm_label": "\u06f6. \u067e\u0646\u0644 \u0627\u062f\u0645\u06cc\u0646 (react) \u2014 \u0641\u0631\u0645 \u0648 \u0644\u06cc\u0633\u062a \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646" + }, + { + "label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645", + "file_type": "document", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L168", + "_origin": "ast", + "id": "prompt_representation_multi_city_domain_commission_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", + "community": 430, + "norm_label": "\u0646\u06a9\u0627\u062a \u0645\u0647\u0645" + }, { "label": "schedule-cancel-expired-appointments.md", "file_type": "document", @@ -64620,7 +65260,7 @@ "source_location": "L55", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u0645\u0639\u0631\u0641\u06cc_\u0645\u062d\u0635\u0648\u0644", - "community": 490, + "community": 277, "norm_label": "\u06f1. \u0645\u0639\u0631\u0641\u06cc \u0645\u062d\u0635\u0648\u0644" }, { @@ -64630,7 +65270,7 @@ "source_location": "L59", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f1_\u0646\u0642\u0634_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645", - "community": 490, + "community": 277, "norm_label": "\u06f1.\u06f1 \u0646\u0642\u0634\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645" }, { @@ -64640,7 +65280,7 @@ "source_location": "L71", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f2_\u0641\u0644\u0648\u0647\u0627\u06cc_\u0639\u0645\u0644\u06cc\u0627\u062a\u06cc_\u0627\u0635\u0644\u06cc", - "community": 490, + "community": 277, "norm_label": "\u06f1.\u06f2 \u0641\u0644\u0648\u0647\u0627\u06cc \u0639\u0645\u0644\u06cc\u0627\u062a\u06cc \u0627\u0635\u0644\u06cc" }, { @@ -64650,7 +65290,7 @@ "source_location": "L73", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u062b\u0628\u062a_\u0646\u0627\u0645_\u062f\u06a9\u062a\u0631_\u0645\u0633\u062a\u0642\u0644", - "community": 490, + "community": 277, "norm_label": "\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u062f\u06a9\u062a\u0631 \u2014 \u0645\u0633\u062a\u0642\u0644" }, { @@ -64660,7 +65300,7 @@ "source_location": "L81", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u062b\u0628\u062a_\u0646\u0627\u0645_\u062f\u06a9\u062a\u0631_\u0627\u0632_\u0637\u0631\u06cc\u0642_\u06a9\u0644\u06cc\u0646\u06cc\u06a9", - "community": 490, + "community": 277, "norm_label": "\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u062f\u06a9\u062a\u0631 \u2014 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u06a9\u0644\u06cc\u0646\u06cc\u06a9" }, { @@ -64670,7 +65310,7 @@ "source_location": "L91", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u062b\u0628\u062a_\u0646\u0627\u0645_\u062f\u06a9\u062a\u0631_\u0627\u0632_\u0637\u0631\u06cc\u0642_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647", - "community": 490, + "community": 277, "norm_label": "\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u062f\u06a9\u062a\u0631 \u2014 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647" }, { @@ -64680,7 +65320,7 @@ "source_location": "L99", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f3_\u067e\u0644\u0646_\u0647\u0627\u06cc_\u0627\u0634\u062a\u0631\u0627\u06a9", - "community": 490, + "community": 277, "norm_label": "\u06f1.\u06f3 \u067e\u0644\u0646\u200c\u0647\u0627\u06cc \u0627\u0634\u062a\u0631\u0627\u06a9" }, { @@ -64690,7 +65330,7 @@ "source_location": "L111", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f1_\u06f4_\u0633\u06cc\u0633\u062a\u0645_\u067e\u06cc\u0627\u0645\u06a9", - "community": 490, + "community": 277, "norm_label": "\u06f1.\u06f4 \u0633\u06cc\u0633\u062a\u0645 \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -64720,7 +65360,7 @@ "source_location": "L147", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u0627\u0646\u0648\u0627\u0639_\u062f\u0633\u062a\u0647_\u0628\u0646\u062f\u06cc_category_types", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2 \u0627\u0646\u0648\u0627\u0639 \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc (category types)" }, { @@ -64730,7 +65370,7 @@ "source_location": "L151", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f1_\u062a\u06af_tag", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f1 \u062a\u06af (tag)" }, { @@ -64740,7 +65380,7 @@ "source_location": "L163", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f2_\u0627\u0633\u062a\u0627\u0646_state", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f2 \u0627\u0633\u062a\u0627\u0646 (state)" }, { @@ -64750,7 +65390,7 @@ "source_location": "L175", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f3_\u0634\u0647\u0631_city", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f3 \u0634\u0647\u0631 (city)" }, { @@ -64760,7 +65400,7 @@ "source_location": "L201", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f4_\u0628\u06cc\u0645\u0647_\u067e\u0627\u06cc\u0647_basic_insurance", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f4 \u0628\u06cc\u0645\u0647 \u067e\u0627\u06cc\u0647 (basic insurance)" }, { @@ -64770,7 +65410,7 @@ "source_location": "L214", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f5_\u0628\u06cc\u0645\u0647_\u0645\u06a9\u0645\u0644_supplementary_insurance", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f5 \u0628\u06cc\u0645\u0647 \u0645\u06a9\u0645\u0644 (supplementary insurance)" }, { @@ -64780,7 +65420,7 @@ "source_location": "L218", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f6_\u062a\u062e\u0635\u0635_\u062f\u06a9\u062a\u0631_doctor_specialty", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f6 \u062a\u062e\u0635\u0635 \u062f\u06a9\u062a\u0631 (doctor specialty)" }, { @@ -64790,7 +65430,7 @@ "source_location": "L231", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f2_\u06f7_\u062e\u062f\u0645\u0627\u062a_\u062f\u06a9\u062a\u0631_doctor_services", - "community": 606, + "community": 207, "norm_label": "\u06f2.\u06f2.\u06f7 \u062e\u062f\u0645\u0627\u062a \u062f\u06a9\u062a\u0631 (doctor services)" }, { @@ -64850,7 +65490,7 @@ "source_location": "L356", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_\u0646\u0648\u0628\u062a_appointment_settings", - "community": 706, + "community": 207, "norm_label": "\u06f2.\u06f8 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0646\u0648\u0628\u062a (appointment settings)" }, { @@ -64860,7 +65500,7 @@ "source_location": "L360", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f1_\u0628\u0631\u0646\u0627\u0645\u0647_\u0647\u0641\u062a\u06af\u06cc_weekly_schedule", - "community": 706, + "community": 207, "norm_label": "\u06f2.\u06f8.\u06f1 \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0641\u062a\u06af\u06cc (weekly schedule)" }, { @@ -64870,7 +65510,7 @@ "source_location": "L373", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f2_\u062a\u0639\u0637\u06cc\u0644\u0627\u062a_holidays", - "community": 706, + "community": 207, "norm_label": "\u06f2.\u06f8.\u06f2 \u062a\u0639\u0637\u06cc\u0644\u0627\u062a (holidays)" }, { @@ -64880,7 +65520,7 @@ "source_location": "L388", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f3_\u0644\u063a\u0648_\u062a\u0639\u0637\u06cc\u0644_date_override", - "community": 706, + "community": 207, "norm_label": "\u06f2.\u06f8.\u06f3 \u0644\u063a\u0648 \u062a\u0639\u0637\u06cc\u0644 (date override)" }, { @@ -64890,7 +65530,7 @@ "source_location": "L404", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f8_\u06f4_\u0627\u0644\u06af\u0648\u0631\u06cc\u062a\u0645_\u0645\u062d\u0627\u0633\u0628\u0647_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627\u06cc_\u062e\u0627\u0644\u06cc", - "community": 706, + "community": 207, "norm_label": "\u06f2.\u06f8.\u06f4 \u0627\u0644\u06af\u0648\u0631\u06cc\u062a\u0645 \u0645\u062d\u0627\u0633\u0628\u0647 \u0627\u0633\u0644\u0627\u062a\u200c\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc" }, { @@ -64960,7 +65600,7 @@ "source_location": "L524", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u0646\u0638\u0631\u0627\u062a_\u0644\u0627\u06cc\u06a9_\u0648_\u0627\u0645\u062a\u06cc\u0627\u0632\u062f\u0647\u06cc", - "community": 717, + "community": 207, "norm_label": "\u06f2.\u06f1\u06f3 \u0646\u0638\u0631\u0627\u062a\u060c \u0644\u0627\u06cc\u06a9 \u0648 \u0627\u0645\u062a\u06cc\u0627\u0632\u062f\u0647\u06cc" }, { @@ -64970,7 +65610,7 @@ "source_location": "L526", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u06f1_\u0646\u0638\u0631_comment", - "community": 717, + "community": 207, "norm_label": "\u06f2.\u06f1\u06f3.\u06f1 \u0646\u0638\u0631 (comment)" }, { @@ -64980,7 +65620,7 @@ "source_location": "L539", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u06f2_\u0644\u0627\u06cc\u06a9_like", - "community": 717, + "community": 207, "norm_label": "\u06f2.\u06f1\u06f3.\u06f2 \u0644\u0627\u06cc\u06a9 (like)" }, { @@ -64990,7 +65630,7 @@ "source_location": "L550", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f2_\u06f1\u06f3_\u06f3_\u0627\u0645\u062a\u06cc\u0627\u0632_rate", - "community": 717, + "community": 207, "norm_label": "\u06f2.\u06f1\u06f3.\u06f3 \u0627\u0645\u062a\u06cc\u0627\u0632 (rate)" }, { @@ -65110,7 +65750,7 @@ "source_location": "L646", "_origin": "ast", "id": "docs_clinicpro_manual_v2_task_08_api_\u062f\u0633\u062a\u0647_\u0628\u0646\u062f\u06cc_\u0647\u0627", - "community": 716, + "community": 255, "norm_label": "task-08: api \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc\u200c\u0647\u0627" }, { @@ -65120,7 +65760,7 @@ "source_location": "L650", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_categories_states_\u0627\u0633\u062a\u0627\u0646_\u0647\u0627", - "community": 716, + "community": 255, "norm_label": "get /api/v1/categories/states \u2014 \u0627\u0633\u062a\u0627\u0646\u200c\u0647\u0627" }, { @@ -65130,7 +65770,7 @@ "source_location": "L659", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_categories_cities_\u0634\u0647\u0631\u0647\u0627", - "community": 716, + "community": 255, "norm_label": "get /api/v1/categories/cities \u2014 \u0634\u0647\u0631\u0647\u0627" }, { @@ -65140,7 +65780,7 @@ "source_location": "L668", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0633\u0627\u06cc\u0631_endpoint_\u0647\u0627\u06cc_\u062f\u0633\u062a\u0647_\u0628\u0646\u062f\u06cc_\u0627\u0644\u0632\u0627\u0645\u06cc", - "community": 716, + "community": 255, "norm_label": "\u0633\u0627\u06cc\u0631 endpoint \u0647\u0627\u06cc \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc \u2014 \u0627\u0644\u0632\u0627\u0645\u06cc" }, { @@ -65150,7 +65790,7 @@ "source_location": "L678", "_origin": "ast", "id": "docs_clinicpro_manual_v2_task_09_api_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_\u0646\u0648\u0628\u062a", - "community": 715, + "community": 255, "norm_label": "task-09: api \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0646\u0648\u0628\u062a" }, { @@ -65160,7 +65800,7 @@ "source_location": "L680", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_appointment_settings_slots_\u062f\u0631\u06cc\u0627\u0641\u062a_\u0627\u0633\u0644\u0627\u062a_\u0647\u0627\u06cc_\u062e\u0627\u0644\u06cc", - "community": 715, + "community": 255, "norm_label": "get /api/v1/appointment-settings/slots \u2014 \u062f\u0631\u06cc\u0627\u0641\u062a \u0627\u0633\u0644\u0627\u062a\u200c\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc" }, { @@ -65170,7 +65810,7 @@ "source_location": "L689", "_origin": "ast", "id": "docs_clinicpro_manual_v2_post_api_v1_appointment_settings_overrides_\u062b\u0628\u062a_override_\u062a\u0648\u0633\u0637_\u062f\u06a9\u062a\u0631", - "community": 715, + "community": 255, "norm_label": "post /api/v1/appointment-settings/overrides \u2014 \u062b\u0628\u062a override \u062a\u0648\u0633\u0637 \u062f\u06a9\u062a\u0631" }, { @@ -65180,7 +65820,7 @@ "source_location": "L698", "_origin": "ast", "id": "docs_clinicpro_manual_v2_post_api_v1_appointment_settings_holidays_\u062b\u0628\u062a_\u062a\u0639\u0637\u06cc\u0644\u06cc_\u0641\u0642\u0637_\u0627\u062f\u0645\u06cc\u0646", - "community": 715, + "community": 255, "norm_label": "post /api/v1/appointment-settings/holidays \u2014 \u062b\u0628\u062a \u062a\u0639\u0637\u06cc\u0644\u06cc (\u0641\u0642\u0637 \u0627\u062f\u0645\u06cc\u0646)" }, { @@ -65190,7 +65830,7 @@ "source_location": "L707", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u0633\u06cc\u0633\u062a\u0645_\u062d\u0633\u0627\u0628_\u0648_\u0635\u0641_\u067e\u06cc\u0627\u0645\u06a9", - "community": 699, + "community": 277, "norm_label": "\u06f4. \u0633\u06cc\u0633\u062a\u0645 \u062d\u0633\u0627\u0628 \u0648 \u0635\u0641 \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -65200,7 +65840,7 @@ "source_location": "L709", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u06f1_\u062d\u0633\u0627\u0628_\u067e\u06cc\u0627\u0645\u06a9_sms_account", - "community": 699, + "community": 277, "norm_label": "\u06f4.\u06f1 \u062d\u0633\u0627\u0628 \u067e\u06cc\u0627\u0645\u06a9 (sms account)" }, { @@ -65210,7 +65850,7 @@ "source_location": "L721", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u06f2_\u0635\u0641_\u067e\u06cc\u0627\u0645\u06a9_sms_queue", - "community": 699, + "community": 277, "norm_label": "\u06f4.\u06f2 \u0635\u0641 \u067e\u06cc\u0627\u0645\u06a9 (sms queue)" }, { @@ -65220,7 +65860,7 @@ "source_location": "L737", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u06f4_\u06f3_api_\u067e\u06cc\u0627\u0645\u06a9", - "community": 699, + "community": 277, "norm_label": "\u06f4.\u06f3 api \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -65230,7 +65870,7 @@ "source_location": "L739", "_origin": "ast", "id": "docs_clinicpro_manual_v2_post_api_v1_sms_queue_\u0627\u0641\u0632\u0648\u062f\u0646_\u0628\u0647_\u0635\u0641", - "community": 699, + "community": 277, "norm_label": "post /api/v1/sms/queue \u2014 \u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0635\u0641" }, { @@ -65240,7 +65880,7 @@ "source_location": "L748", "_origin": "ast", "id": "docs_clinicpro_manual_v2_get_api_v1_sms_balance_\u0645\u0648\u062c\u0648\u062f\u06cc_\u062d\u0633\u0627\u0628_\u067e\u06cc\u0627\u0645\u06a9", - "community": 699, + "community": 277, "norm_label": "get /api/v1/sms/balance \u2014 \u0645\u0648\u062c\u0648\u062f\u06cc \u062d\u0633\u0627\u0628 \u067e\u06cc\u0627\u0645\u06a9" }, { @@ -66380,7 +67020,7 @@ "source_location": "L3011", "_origin": "ast", "id": "docs_clinicpro_manual_v2_31_patch_patch", - "community": 304, + "community": 714, "norm_label": "31. \ud83d\udfe1 `patch` patch" }, { @@ -66390,7 +67030,7 @@ "source_location": "L3021", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3021", - "community": 304, + "community": 714, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66400,7 +67040,7 @@ "source_location": "L3027", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3027", - "community": 304, + "community": 714, "norm_label": "request body" }, { @@ -66410,7 +67050,7 @@ "source_location": "L3044", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3044", - "community": 304, + "community": 714, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -66420,7 +67060,7 @@ "source_location": "L3067", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3067", - "community": 304, + "community": 714, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66480,7 +67120,7 @@ "source_location": "L3153", "_origin": "ast", "id": "docs_clinicpro_manual_v2_33_post_image_clinic", - "community": 304, + "community": 732, "norm_label": "33. \ud83d\udd35 `post` image_clinic" }, { @@ -66490,7 +67130,7 @@ "source_location": "L3161", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3161", - "community": 304, + "community": 732, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66500,7 +67140,7 @@ "source_location": "L3169", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3169", - "community": 304, + "community": 732, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66510,7 +67150,7 @@ "source_location": "L3177", "_origin": "ast", "id": "docs_clinicpro_manual_v2_34_post_image_logo", - "community": 304, + "community": 733, "norm_label": "34. \ud83d\udd35 `post` image logo" }, { @@ -66520,7 +67160,7 @@ "source_location": "L3185", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3185", - "community": 304, + "community": 733, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66530,7 +67170,7 @@ "source_location": "L3193", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3193", - "community": 304, + "community": 733, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66540,7 +67180,7 @@ "source_location": "L3201", "_origin": "ast", "id": "docs_clinicpro_manual_v2_35_patch_patch", - "community": 304, + "community": 715, "norm_label": "35. \ud83d\udfe1 `patch` patch" }, { @@ -66550,7 +67190,7 @@ "source_location": "L3209", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3209", - "community": 304, + "community": 715, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66560,7 +67200,7 @@ "source_location": "L3216", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3216", - "community": 304, + "community": 715, "norm_label": "request body" }, { @@ -66570,7 +67210,7 @@ "source_location": "L3228", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3228", - "community": 304, + "community": 715, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -66580,7 +67220,7 @@ "source_location": "L3242", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3242", - "community": 304, + "community": 715, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66750,7 +67390,7 @@ "source_location": "L3383", "_origin": "ast", "id": "docs_clinicpro_manual_v2_40_post_post", - "community": 304, + "community": 723, "norm_label": "40. \ud83d\udd35 `post` post" }, { @@ -66760,7 +67400,7 @@ "source_location": "L3391", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3391", - "community": 304, + "community": 723, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66770,7 +67410,7 @@ "source_location": "L3398", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3398", - "community": 304, + "community": 723, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -66780,7 +67420,7 @@ "source_location": "L3404", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3404", - "community": 304, + "community": 723, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66790,7 +67430,7 @@ "source_location": "L3412", "_origin": "ast", "id": "docs_clinicpro_manual_v2_41_patch_patch", - "community": 304, + "community": 716, "norm_label": "41. \ud83d\udfe1 `patch` patch" }, { @@ -66800,7 +67440,7 @@ "source_location": "L3420", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3420", - "community": 304, + "community": 716, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66810,7 +67450,7 @@ "source_location": "L3427", "_origin": "ast", "id": "docs_clinicpro_manual_v2_request_body_3427", - "community": 304, + "community": 716, "norm_label": "request body" }, { @@ -66820,7 +67460,7 @@ "source_location": "L3439", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3439", - "community": 304, + "community": 716, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -66830,7 +67470,7 @@ "source_location": "L3453", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3453", - "community": 304, + "community": 716, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66840,7 +67480,7 @@ "source_location": "L3461", "_origin": "ast", "id": "docs_clinicpro_manual_v2_42_delete_delete", - "community": 304, + "community": 734, "norm_label": "42. \ud83d\udd34 `delete` delete" }, { @@ -66850,7 +67490,7 @@ "source_location": "L3469", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3469", - "community": 304, + "community": 734, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66860,7 +67500,7 @@ "source_location": "L3476", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3476", - "community": 304, + "community": 734, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66870,7 +67510,7 @@ "source_location": "L3484", "_origin": "ast", "id": "docs_clinicpro_manual_v2_43_get_get", - "community": 304, + "community": 735, "norm_label": "43. \ud83d\udfe2 `get` get" }, { @@ -66880,7 +67520,7 @@ "source_location": "L3492", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3492", - "community": 304, + "community": 735, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66890,7 +67530,7 @@ "source_location": "L3498", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3498", - "community": 304, + "community": 735, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66940,7 +67580,7 @@ "source_location": "L3536", "_origin": "ast", "id": "docs_clinicpro_manual_v2_45_post_post", - "community": 304, + "community": 724, "norm_label": "45. \ud83d\udd35 `post` post" }, { @@ -66950,7 +67590,7 @@ "source_location": "L3544", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3544", - "community": 304, + "community": 724, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -66960,7 +67600,7 @@ "source_location": "L3551", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3551", - "community": 304, + "community": 724, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -66970,7 +67610,7 @@ "source_location": "L3557", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3557", - "community": 304, + "community": 724, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -66980,7 +67620,7 @@ "source_location": "L3565", "_origin": "ast", "id": "docs_clinicpro_manual_v2_46_patch_patch", - "community": 304, + "community": 728, "norm_label": "46. \ud83d\udfe1 `patch` patch" }, { @@ -66990,7 +67630,7 @@ "source_location": "L3573", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0647\u062f\u0631\u0647\u0627\u06cc_\u0627\u0636\u0627\u0641\u06cc_3573", - "community": 304, + "community": 728, "norm_label": "\u0647\u062f\u0631\u0647\u0627\u06cc \u0627\u0636\u0627\u0641\u06cc" }, { @@ -67000,7 +67640,7 @@ "source_location": "L3580", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u0645\u062b\u0627\u0644_request_3580", - "community": 304, + "community": 728, "norm_label": "\u0645\u062b\u0627\u0644 request" }, { @@ -67010,7 +67650,7 @@ "source_location": "L3586", "_origin": "ast", "id": "docs_clinicpro_manual_v2_\u067e\u0627\u0633\u062e_\u0647\u0627_3586", - "community": 304, + "community": 728, "norm_label": "\u067e\u0627\u0633\u062e\u200c\u0647\u0627" }, { @@ -69380,7 +70020,7 @@ "source_location": "L38", "_origin": "ast", "id": "prd_prd_\u0627\u067e\u06cc\u06a9_\u0647\u0627", - "community": 500, + "community": 459, "norm_label": "\u0627\u067e\u06cc\u06a9\u200c\u0647\u0627" }, { @@ -71270,7 +71910,7 @@ "source_location": "L694", "_origin": "ast", "id": "api_admin_settlement_management", - "community": 661, + "community": 201, "norm_label": "settlement management" }, { @@ -71280,7 +71920,7 @@ "source_location": "L696", "_origin": "ast", "id": "api_admin_get_api_v1_admin_settlements", - "community": 661, + "community": 201, "norm_label": "get `/api/v1/admin/settlements`" }, { @@ -71290,7 +71930,7 @@ "source_location": "L702", "_origin": "ast", "id": "api_admin_query_parameters_702", - "community": 661, + "community": 201, "norm_label": "query parameters" }, { @@ -71300,7 +71940,7 @@ "source_location": "L709", "_origin": "ast", "id": "api_admin_response_200_709", - "community": 661, + "community": 201, "norm_label": "response `200`" }, { @@ -71347,7 +71987,7 @@ "label": "Secretary Management", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L770", + "source_location": "L775", "_origin": "ast", "id": "api_admin_secretary_management", "community": 201, @@ -71357,7 +71997,7 @@ "label": "GET `/api/v1/admin/secretaries`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L772", + "source_location": "L777", "_origin": "ast", "id": "api_admin_get_api_v1_admin_secretaries", "community": 201, @@ -71367,9 +72007,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L778", + "source_location": "L783", "_origin": "ast", - "id": "api_admin_query_parameters_778", + "id": "api_admin_query_parameters_783", "community": 201, "norm_label": "query parameters" }, @@ -71377,9 +72017,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L785", + "source_location": "L790", "_origin": "ast", - "id": "api_admin_response_200_785", + "id": "api_admin_response_200_790", "community": 201, "norm_label": "response `200`" }, @@ -71387,7 +72027,7 @@ "label": "Rating & Comment Management", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L790", + "source_location": "L795", "_origin": "ast", "id": "api_admin_rating_comment_management", "community": 686, @@ -71397,7 +72037,7 @@ "label": "GET `/api/v1/admin/rates`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L792", + "source_location": "L797", "_origin": "ast", "id": "api_admin_get_api_v1_admin_rates", "community": 686, @@ -71407,9 +72047,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L798", + "source_location": "L803", "_origin": "ast", - "id": "api_admin_query_parameters_798", + "id": "api_admin_query_parameters_803", "community": 686, "norm_label": "query parameters" }, @@ -71417,7 +72057,7 @@ "label": "GET `/api/v1/admin/comments`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L809", + "source_location": "L814", "_origin": "ast", "id": "api_admin_get_api_v1_admin_comments", "community": 686, @@ -71427,9 +72067,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L815", + "source_location": "L820", "_origin": "ast", - "id": "api_admin_query_parameters_815", + "id": "api_admin_query_parameters_820", "community": 686, "norm_label": "query parameters" }, @@ -71437,7 +72077,7 @@ "label": "SMS Management (Admin)", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L827", + "source_location": "L832", "_origin": "ast", "id": "api_admin_sms_management_admin", "community": 391, @@ -71447,7 +72087,7 @@ "label": "GET `/api/v1/admin/sms/logs`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L829", + "source_location": "L834", "_origin": "ast", "id": "api_admin_get_api_v1_admin_sms_logs", "community": 391, @@ -71457,9 +72097,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L835", + "source_location": "L840", "_origin": "ast", - "id": "api_admin_query_parameters_835", + "id": "api_admin_query_parameters_840", "community": 391, "norm_label": "query parameters" }, @@ -71467,9 +72107,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L842", + "source_location": "L847", "_origin": "ast", - "id": "api_admin_response_200_842", + "id": "api_admin_response_200_847", "community": 391, "norm_label": "response `200`" }, @@ -71477,7 +72117,7 @@ "label": "GET `/api/v1/admin/sms/templates`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L867", + "source_location": "L872", "_origin": "ast", "id": "api_admin_get_api_v1_admin_sms_templates", "community": 391, @@ -71487,9 +72127,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L873", + "source_location": "L878", "_origin": "ast", - "id": "api_admin_response_200_873", + "id": "api_admin_response_200_878", "community": 391, "norm_label": "response `200`" }, @@ -71497,7 +72137,7 @@ "label": "Clinic Invitation Management", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L893", + "source_location": "L898", "_origin": "ast", "id": "api_admin_clinic_invitation_management", "community": 201, @@ -71507,7 +72147,7 @@ "label": "Settings", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L907", + "source_location": "L912", "_origin": "ast", "id": "api_admin_settings", "community": 201, @@ -71517,7 +72157,7 @@ "label": "GET /api/v1/admin/settings", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L909", + "source_location": "L914", "_origin": "ast", "id": "api_admin_get_api_v1_admin_settings", "community": 201, @@ -71527,7 +72167,7 @@ "label": "PATCH /api/v1/admin/settings", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L942", + "source_location": "L947", "_origin": "ast", "id": "api_admin_patch_api_v1_admin_settings", "community": 201, @@ -71537,47 +72177,47 @@ "label": "Pre-Registration Management", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L984", + "source_location": "L989", "_origin": "ast", "id": "api_admin_pre_registration_management", - "community": 201, + "community": 721, "norm_label": "pre-registration management" }, { "label": "GET `/api/v1/admin/pre-registrations`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L986", + "source_location": "L991", "_origin": "ast", "id": "api_admin_get_api_v1_admin_pre_registrations", - "community": 201, + "community": 721, "norm_label": "get `/api/v1/admin/pre-registrations`" }, { "label": "POST `/api/v1/admin/pre-registrations/{uuid}/approve`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1020", + "source_location": "L1025", "_origin": "ast", "id": "api_admin_post_api_v1_admin_pre_registrations_uuid_approve", - "community": 201, + "community": 721, "norm_label": "post `/api/v1/admin/pre-registrations/{uuid}/approve`" }, { "label": "POST `/api/v1/admin/pre-registrations/{uuid}/reject`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1038", + "source_location": "L1043", "_origin": "ast", "id": "api_admin_post_api_v1_admin_pre_registrations_uuid_reject", - "community": 201, + "community": 721, "norm_label": "post `/api/v1/admin/pre-registrations/{uuid}/reject`" }, { "label": "\u0645\u0648\u062a\u0648\u0631 \u0645\u0627\u0644\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1054", + "source_location": "L1059", "_origin": "ast", "id": "api_admin_\u0645\u0648\u062a\u0648\u0631_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc", "community": 479, @@ -71587,7 +72227,7 @@ "label": "GET `/api/v1/admin/financial-breakdowns`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1074", + "source_location": "L1079", "_origin": "ast", "id": "api_admin_get_api_v1_admin_financial_breakdowns", "community": 479, @@ -71597,7 +72237,7 @@ "label": "GET `/api/v1/admin/financial-summary`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1108", + "source_location": "L1113", "_origin": "ast", "id": "api_admin_get_api_v1_admin_financial_summary", "community": 479, @@ -71607,7 +72247,7 @@ "label": "GET `/api/v1/admin/settings/tax-history`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1126", + "source_location": "L1131", "_origin": "ast", "id": "api_admin_get_api_v1_admin_settings_tax_history", "community": 479, @@ -71617,7 +72257,7 @@ "label": "GET `/api/v1/admin/settlement/{uuid}`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1140", + "source_location": "L1145", "_origin": "ast", "id": "api_admin_get_api_v1_admin_settlement_uuid", "community": 479, @@ -71627,7 +72267,7 @@ "label": "Application Logs", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1166", + "source_location": "L1171", "_origin": "ast", "id": "api_admin_application_logs", "community": 662, @@ -71637,7 +72277,7 @@ "label": "GET `/api/v1/admin/logs`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1173", + "source_location": "L1178", "_origin": "ast", "id": "api_admin_get_api_v1_admin_logs", "community": 662, @@ -71647,9 +72287,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1179", + "source_location": "L1184", "_origin": "ast", - "id": "api_admin_query_parameters_1179", + "id": "api_admin_query_parameters_1184", "community": 662, "norm_label": "query parameters" }, @@ -71657,9 +72297,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1191", + "source_location": "L1196", "_origin": "ast", - "id": "api_admin_response_200_1191", + "id": "api_admin_response_200_1196", "community": 662, "norm_label": "response `200`" }, @@ -71667,7 +72307,7 @@ "label": "DELETE `/api/v1/admin/logs`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1214", + "source_location": "L1219", "_origin": "ast", "id": "api_admin_delete_api_v1_admin_logs", "community": 662, @@ -71677,9 +72317,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1220", + "source_location": "L1225", "_origin": "ast", - "id": "api_admin_response_200_1220", + "id": "api_admin_response_200_1225", "community": 662, "norm_label": "response `200`" }, @@ -71687,7 +72327,7 @@ "label": "Log Retention", "file_type": "document", "source_file": "docs/api/admin.md", - "source_location": "L1227", + "source_location": "L1232", "_origin": "ast", "id": "api_admin_log_retention", "community": 662, @@ -73050,7 +73690,7 @@ "source_location": "L466", "_origin": "ast", "id": "api_auth_get_api_v1_notification_mobile_target", - "community": 38, + "community": 730, "norm_label": "get `/api/v1/notification-mobile/{target}`" }, { @@ -73060,7 +73700,7 @@ "source_location": "L473", "_origin": "ast", "id": "api_auth_response_200_473", - "community": 38, + "community": 730, "norm_label": "response `200`" }, { @@ -73070,7 +73710,7 @@ "source_location": "L485", "_origin": "ast", "id": "api_auth_errors_485", - "community": 38, + "community": 730, "norm_label": "errors" }, { @@ -73110,7 +73750,7 @@ "source_location": "L516", "_origin": "ast", "id": "api_auth_post_oauth_logout", - "community": 688, + "community": 38, "norm_label": "post `/oauth/logout`" }, { @@ -73120,7 +73760,7 @@ "source_location": "L522", "_origin": "ast", "id": "api_auth_request_body_522", - "community": 688, + "community": 38, "norm_label": "request body" }, { @@ -73130,7 +73770,7 @@ "source_location": "L533", "_origin": "ast", "id": "api_auth_response_200_533", - "community": 688, + "community": 38, "norm_label": "response `200`" }, { @@ -73780,7 +74420,7 @@ "source_location": "L9", "_origin": "ast", "id": "api_clinic_invitation_post_api_v1_admin_clinic_uuid_invite_doctor", - "community": 625, + "community": 12, "norm_label": "post `/api/v1/admin/clinic/{uuid}/invite-doctor`" }, { @@ -73790,7 +74430,7 @@ "source_location": "L15", "_origin": "ast", "id": "api_clinic_invitation_path_parameters", - "community": 625, + "community": 12, "norm_label": "path parameters" }, { @@ -73800,7 +74440,7 @@ "source_location": "L20", "_origin": "ast", "id": "api_clinic_invitation_request_body_application_json", - "community": 625, + "community": 12, "norm_label": "request body (`application/json`)" }, { @@ -73810,7 +74450,7 @@ "source_location": "L35", "_origin": "ast", "id": "api_clinic_invitation_response_201", - "community": 625, + "community": 12, "norm_label": "response `201`" }, { @@ -73820,7 +74460,7 @@ "source_location": "L56", "_origin": "ast", "id": "api_clinic_invitation_errors", - "community": 625, + "community": 12, "norm_label": "errors" }, { @@ -74507,9 +75147,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L202", + "source_location": "L203", "_origin": "ast", - "id": "api_clinic_response_200_202", + "id": "api_clinic_response_200_203", "community": 10, "norm_label": "response `200`" }, @@ -74517,7 +75157,7 @@ "label": "GET `/api/v1/clinic/doctor-list/{clinicUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L246", + "source_location": "L247", "_origin": "ast", "id": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", "community": 10, @@ -74527,9 +75167,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L252", + "source_location": "L253", "_origin": "ast", - "id": "api_clinic_path_parameters_252", + "id": "api_clinic_path_parameters_253", "community": 10, "norm_label": "path parameters" }, @@ -74537,9 +75177,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L257", + "source_location": "L258", "_origin": "ast", - "id": "api_clinic_query_parameters_257", + "id": "api_clinic_query_parameters_258", "community": 10, "norm_label": "query parameters" }, @@ -74547,9 +75187,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L273", + "source_location": "L274", "_origin": "ast", - "id": "api_clinic_response_200_273", + "id": "api_clinic_response_200_274", "community": 10, "norm_label": "response `200`" }, @@ -74557,9 +75197,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L307", + "source_location": "L308", "_origin": "ast", - "id": "api_clinic_errors_307", + "id": "api_clinic_errors_308", "community": 10, "norm_label": "errors" }, @@ -74567,7 +75207,7 @@ "label": "DELETE `/api/v1/admin/clinic/{clinicUuid}/doctor/{doctorUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L314", + "source_location": "L315", "_origin": "ast", "id": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", "community": 10, @@ -74577,9 +75217,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L320", + "source_location": "L321", "_origin": "ast", - "id": "api_clinic_path_parameters_320", + "id": "api_clinic_path_parameters_321", "community": 10, "norm_label": "path parameters" }, @@ -74587,9 +75227,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L326", + "source_location": "L327", "_origin": "ast", - "id": "api_clinic_response_200_326", + "id": "api_clinic_response_200_327", "community": 10, "norm_label": "response `200`" }, @@ -74597,9 +75237,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L331", + "source_location": "L332", "_origin": "ast", - "id": "api_clinic_errors_331", + "id": "api_clinic_errors_332", "community": 10, "norm_label": "errors" }, @@ -74607,7 +75247,7 @@ "label": "POST `/file/upload/clinic_pro/clinic/field_clinic_logo`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L339", + "source_location": "L340", "_origin": "ast", "id": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", "community": 10, @@ -74617,7 +75257,7 @@ "label": "Request", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L345", + "source_location": "L346", "_origin": "ast", "id": "api_clinic_request", "community": 10, @@ -74627,9 +75267,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L352", + "source_location": "L353", "_origin": "ast", - "id": "api_clinic_response_200_352", + "id": "api_clinic_response_200_353", "community": 10, "norm_label": "response `200`" }, @@ -74637,9 +75277,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L366", + "source_location": "L367", "_origin": "ast", - "id": "api_clinic_errors_366", + "id": "api_clinic_errors_367", "community": 10, "norm_label": "errors" }, @@ -74647,7 +75287,7 @@ "label": "POST `/file/upload/clinic_pro/clinic/field_image_clinic`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L374", + "source_location": "L375", "_origin": "ast", "id": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", "community": 10, @@ -74657,9 +75297,9 @@ "label": "Request", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L380", + "source_location": "L381", "_origin": "ast", - "id": "api_clinic_request_380", + "id": "api_clinic_request_381", "community": 10, "norm_label": "request" }, @@ -74667,9 +75307,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L387", + "source_location": "L388", "_origin": "ast", - "id": "api_clinic_response_200_387", + "id": "api_clinic_response_200_388", "community": 10, "norm_label": "response `200`" }, @@ -74677,9 +75317,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L403", + "source_location": "L404", "_origin": "ast", - "id": "api_clinic_errors_403", + "id": "api_clinic_errors_404", "community": 10, "norm_label": "errors" }, @@ -74687,7 +75327,7 @@ "label": "Clinic Address Management", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L411", + "source_location": "L412", "_origin": "ast", "id": "api_clinic_clinic_address_management", "community": 10, @@ -74697,7 +75337,7 @@ "label": "`GET /api/v1/clinic/{clinicUuid}/addresses`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L413", + "source_location": "L414", "_origin": "ast", "id": "api_clinic_get_api_v1_clinic_clinicuuid_addresses", "community": 10, @@ -74707,9 +75347,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L419", + "source_location": "L420", "_origin": "ast", - "id": "api_clinic_response_200_419", + "id": "api_clinic_response_200_420", "community": 10, "norm_label": "response `200`" }, @@ -74717,7 +75357,7 @@ "label": "`POST /api/v1/clinic/{clinicUuid}/address`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L442", + "source_location": "L443", "_origin": "ast", "id": "api_clinic_post_api_v1_clinic_clinicuuid_address", "community": 10, @@ -74727,9 +75367,9 @@ "label": "Request", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L448", + "source_location": "L449", "_origin": "ast", - "id": "api_clinic_request_448", + "id": "api_clinic_request_449", "community": 10, "norm_label": "request" }, @@ -74737,9 +75377,9 @@ "label": "Response `201`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L471", + "source_location": "L472", "_origin": "ast", - "id": "api_clinic_response_201_471", + "id": "api_clinic_response_201_472", "community": 10, "norm_label": "response `201`" }, @@ -74747,9 +75387,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L476", + "source_location": "L477", "_origin": "ast", - "id": "api_clinic_errors_476", + "id": "api_clinic_errors_477", "community": 10, "norm_label": "errors" }, @@ -74757,7 +75397,7 @@ "label": "`PATCH /api/v1/clinic/{clinicUuid}/address/{addressUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L484", + "source_location": "L485", "_origin": "ast", "id": "api_clinic_patch_api_v1_clinic_clinicuuid_address_addressuuid", "community": 10, @@ -74767,9 +75407,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L490", + "source_location": "L491", "_origin": "ast", - "id": "api_clinic_response_200_490", + "id": "api_clinic_response_200_491", "community": 10, "norm_label": "response `200`" }, @@ -74777,7 +75417,7 @@ "label": "`DELETE /api/v1/clinic/{clinicUuid}/address/{addressUuid}`", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L497", + "source_location": "L498", "_origin": "ast", "id": "api_clinic_delete_api_v1_clinic_clinicuuid_address_addressuuid", "community": 10, @@ -74787,9 +75427,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L505", + "source_location": "L506", "_origin": "ast", - "id": "api_clinic_errors_505", + "id": "api_clinic_errors_506", "community": 10, "norm_label": "errors" }, @@ -74797,7 +75437,7 @@ "label": "Removed endpoint", "file_type": "document", "source_file": "docs/api/clinic.md", - "source_location": "L514", + "source_location": "L515", "_origin": "ast", "id": "api_clinic_removed_endpoint", "community": 10, @@ -75357,9 +75997,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L190", + "source_location": "L191", "_origin": "ast", - "id": "api_doctor_response_200_190", + "id": "api_doctor_response_200_191", "community": 333, "norm_label": "response `200`" }, @@ -75367,7 +76007,7 @@ "label": "PATCH `/api/v1/doctor/{uuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L219", + "source_location": "L220", "_origin": "ast", "id": "api_doctor_patch_api_v1_doctor_uuid", "community": 483, @@ -75377,9 +76017,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L225", + "source_location": "L226", "_origin": "ast", - "id": "api_doctor_path_parameters_225", + "id": "api_doctor_path_parameters_226", "community": 483, "norm_label": "path parameters" }, @@ -75387,9 +76027,9 @@ "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L230", + "source_location": "L231", "_origin": "ast", - "id": "api_doctor_request_body_application_json_230", + "id": "api_doctor_request_body_application_json_231", "community": 483, "norm_label": "request body (`application/json`)" }, @@ -75397,9 +76037,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L249", + "source_location": "L250", "_origin": "ast", - "id": "api_doctor_response_200_249", + "id": "api_doctor_response_200_250", "community": 483, "norm_label": "response `200`" }, @@ -75407,9 +76047,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L252", + "source_location": "L253", "_origin": "ast", - "id": "api_doctor_errors_252", + "id": "api_doctor_errors_253", "community": 483, "norm_label": "errors" }, @@ -75417,7 +76057,7 @@ "label": "DELETE `/api/v1/doctor/{uuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L261", + "source_location": "L262", "_origin": "ast", "id": "api_doctor_delete_api_v1_doctor_uuid", "community": 632, @@ -75427,9 +76067,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L269", + "source_location": "L270", "_origin": "ast", - "id": "api_doctor_path_parameters_269", + "id": "api_doctor_path_parameters_270", "community": 632, "norm_label": "path parameters" }, @@ -75437,9 +76077,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L274", + "source_location": "L275", "_origin": "ast", - "id": "api_doctor_response_200_274", + "id": "api_doctor_response_200_275", "community": 632, "norm_label": "response `200`" }, @@ -75447,9 +76087,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L282", + "source_location": "L283", "_origin": "ast", - "id": "api_doctor_errors_282", + "id": "api_doctor_errors_283", "community": 632, "norm_label": "errors" }, @@ -75457,7 +76097,7 @@ "label": "POST `/file/upload/clinic_pro/doctor/field_image`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L291", + "source_location": "L292", "_origin": "ast", "id": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", "community": 638, @@ -75467,7 +76107,7 @@ "label": "Request", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L297", + "source_location": "L298", "_origin": "ast", "id": "api_doctor_request", "community": 638, @@ -75477,9 +76117,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L304", + "source_location": "L305", "_origin": "ast", - "id": "api_doctor_response_200_304", + "id": "api_doctor_response_200_305", "community": 638, "norm_label": "response `200`" }, @@ -75487,9 +76127,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L318", + "source_location": "L319", "_origin": "ast", - "id": "api_doctor_errors_318", + "id": "api_doctor_errors_319", "community": 638, "norm_label": "errors" }, @@ -75497,7 +76137,7 @@ "label": "GET `/api/v1/clinic-pro/doctor-addresses/{doctorId}`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L326", + "source_location": "L327", "_origin": "ast", "id": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", "community": 658, @@ -75507,9 +76147,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L332", + "source_location": "L333", "_origin": "ast", - "id": "api_doctor_path_parameters_332", + "id": "api_doctor_path_parameters_333", "community": 658, "norm_label": "path parameters" }, @@ -75517,9 +76157,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L337", + "source_location": "L338", "_origin": "ast", - "id": "api_doctor_response_200_337", + "id": "api_doctor_response_200_338", "community": 658, "norm_label": "response `200`" }, @@ -75527,7 +76167,7 @@ "label": "POST `/api/v1/clinic-pro/doctor-address`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L376", + "source_location": "L377", "_origin": "ast", "id": "api_doctor_post_api_v1_clinic_pro_doctor_address", "community": 640, @@ -75537,7 +76177,7 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L382", + "source_location": "L383", "_origin": "ast", "id": "api_doctor_request_body", "community": 640, @@ -75547,9 +76187,9 @@ "label": "Response `201`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L405", + "source_location": "L406", "_origin": "ast", - "id": "api_doctor_response_201_405", + "id": "api_doctor_response_201_406", "community": 640, "norm_label": "response `201`" }, @@ -75557,9 +76197,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L420", + "source_location": "L421", "_origin": "ast", - "id": "api_doctor_errors_420", + "id": "api_doctor_errors_421", "community": 640, "norm_label": "errors" }, @@ -75567,7 +76207,7 @@ "label": "PATCH `/api/v1/clinic-pro/doctor-address/{id}`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L429", + "source_location": "L430", "_origin": "ast", "id": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", "community": 596, @@ -75577,9 +76217,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L435", + "source_location": "L436", "_origin": "ast", - "id": "api_doctor_path_parameters_435", + "id": "api_doctor_path_parameters_436", "community": 596, "norm_label": "path parameters" }, @@ -75587,9 +76227,9 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L440", + "source_location": "L441", "_origin": "ast", - "id": "api_doctor_request_body_440", + "id": "api_doctor_request_body_441", "community": 596, "norm_label": "request body" }, @@ -75597,9 +76237,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L443", + "source_location": "L444", "_origin": "ast", - "id": "api_doctor_response_200_443", + "id": "api_doctor_response_200_444", "community": 596, "norm_label": "response `200`" }, @@ -75607,9 +76247,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L446", + "source_location": "L447", "_origin": "ast", - "id": "api_doctor_errors_446", + "id": "api_doctor_errors_447", "community": 596, "norm_label": "errors" }, @@ -75617,7 +76257,7 @@ "label": "DELETE `/api/v1/clinic-pro/doctor-address/{id}`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L455", + "source_location": "L456", "_origin": "ast", "id": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", "community": 333, @@ -75627,9 +76267,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L461", + "source_location": "L462", "_origin": "ast", - "id": "api_doctor_response_200_461", + "id": "api_doctor_response_200_462", "community": 333, "norm_label": "response `200`" }, @@ -75637,9 +76277,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L466", + "source_location": "L467", "_origin": "ast", - "id": "api_doctor_errors_466", + "id": "api_doctor_errors_467", "community": 333, "norm_label": "errors" }, @@ -75647,7 +76287,7 @@ "label": "POST `/api/v1/clinic-pro/doctor-address/from-clinic/{clinicUuid}`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L475", + "source_location": "L476", "_origin": "ast", "id": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", "community": 652, @@ -75657,9 +76297,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L481", + "source_location": "L482", "_origin": "ast", - "id": "api_doctor_path_parameters_481", + "id": "api_doctor_path_parameters_482", "community": 652, "norm_label": "path parameters" }, @@ -75667,9 +76307,9 @@ "label": "Response `201`", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L486", + "source_location": "L487", "_origin": "ast", - "id": "api_doctor_response_201_486", + "id": "api_doctor_response_201_487", "community": 652, "norm_label": "response `201`" }, @@ -75677,9 +76317,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/doctor.md", - "source_location": "L489", + "source_location": "L490", "_origin": "ast", - "id": "api_doctor_errors_489", + "id": "api_doctor_errors_490", "community": 652, "norm_label": "errors" }, @@ -76707,7 +77347,7 @@ "label": "GET `/api/v1/payment/config`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L88", + "source_location": "L90", "_origin": "ast", "id": "api_payment_get_api_v1_payment_config", "community": 45, @@ -76717,7 +77357,7 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L94", + "source_location": "L96", "_origin": "ast", "id": "api_payment_response_200", "community": 45, @@ -76727,7 +77367,7 @@ "label": "GET `/api/v1/my/payments`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L120", + "source_location": "L122", "_origin": "ast", "id": "api_payment_get_api_v1_my_payments", "community": 45, @@ -76737,7 +77377,7 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L126", + "source_location": "L128", "_origin": "ast", "id": "api_payment_query_parameters", "community": 45, @@ -76747,7 +77387,7 @@ "label": "Response `200` (paginated)", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L133", + "source_location": "L135", "_origin": "ast", "id": "api_payment_response_200_paginated", "community": 45, @@ -76757,7 +77397,7 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L156", + "source_location": "L158", "_origin": "ast", "id": "api_payment_errors", "community": 45, @@ -76767,7 +77407,7 @@ "label": "POST `/api/v1/payment/appointment`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L163", + "source_location": "L165", "_origin": "ast", "id": "api_payment_post_api_v1_payment_appointment", "community": 45, @@ -76777,7 +77417,7 @@ "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L169", + "source_location": "L171", "_origin": "ast", "id": "api_payment_request_body_application_json", "community": 45, @@ -76787,9 +77427,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L184", + "source_location": "L186", "_origin": "ast", - "id": "api_payment_response_200_184", + "id": "api_payment_response_200_186", "community": 45, "norm_label": "response `200`" }, @@ -76797,9 +77437,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L204", + "source_location": "L206", "_origin": "ast", - "id": "api_payment_errors_204", + "id": "api_payment_errors_206", "community": 45, "norm_label": "errors" }, @@ -76807,7 +77447,7 @@ "label": "GET `/api/v1/payment/order/{appointmentUuid}`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L215", + "source_location": "L217", "_origin": "ast", "id": "api_payment_get_api_v1_payment_order_appointmentuuid", "community": 45, @@ -76817,9 +77457,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L221", + "source_location": "L223", "_origin": "ast", - "id": "api_payment_query_parameters_221", + "id": "api_payment_query_parameters_223", "community": 45, "norm_label": "query parameters" }, @@ -76827,7 +77467,7 @@ "label": "\u0631\u0641\u062a\u0627\u0631", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L227", + "source_location": "L229", "_origin": "ast", "id": "api_payment_\u0631\u0641\u062a\u0627\u0631", "community": 45, @@ -76837,7 +77477,7 @@ "label": "\u0627\u0645\u0646\u06cc\u062a \u0645\u0627\u0644\u06a9\u06cc\u062a", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L234", + "source_location": "L236", "_origin": "ast", "id": "api_payment_\u0627\u0645\u0646\u06cc\u062a_\u0645\u0627\u0644\u06a9\u06cc\u062a", "community": 45, @@ -76847,7 +77487,7 @@ "label": "GET `/api/v1/payment/pay/{orderId}`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L241", + "source_location": "L243", "_origin": "ast", "id": "api_payment_get_api_v1_payment_pay_orderid", "community": 45, @@ -76857,7 +77497,7 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L245", + "source_location": "L247", "_origin": "ast", "id": "api_payment_path_parameters", "community": 45, @@ -76867,9 +77507,9 @@ "label": "\u0631\u0641\u062a\u0627\u0631", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L250", + "source_location": "L252", "_origin": "ast", - "id": "api_payment_\u0631\u0641\u062a\u0627\u0631_250", + "id": "api_payment_\u0631\u0641\u062a\u0627\u0631_252", "community": 45, "norm_label": "\u0631\u0641\u062a\u0627\u0631" }, @@ -76877,7 +77517,7 @@ "label": "Permission", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L260", + "source_location": "L262", "_origin": "ast", "id": "api_payment_permission", "community": 45, @@ -76887,7 +77527,7 @@ "label": "POST `/api/v1/payment/callback/{gateway}`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L265", + "source_location": "L267", "_origin": "ast", "id": "api_payment_post_api_v1_payment_callback_gateway", "community": 45, @@ -76897,7 +77537,7 @@ "label": "GET `/api/v1/payment/callback/{gateway}`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L266", + "source_location": "L268", "_origin": "ast", "id": "api_payment_get_api_v1_payment_callback_gateway", "community": 45, @@ -76907,9 +77547,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L278", + "source_location": "L280", "_origin": "ast", - "id": "api_payment_path_parameters_278", + "id": "api_payment_path_parameters_280", "community": 45, "norm_label": "path parameters" }, @@ -76917,7 +77557,7 @@ "label": "Request (varies by gateway)", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L283", + "source_location": "L285", "_origin": "ast", "id": "api_payment_request_varies_by_gateway", "community": 45, @@ -76927,7 +77567,7 @@ "label": "Response", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L294", + "source_location": "L296", "_origin": "ast", "id": "api_payment_response", "community": 45, @@ -76937,7 +77577,7 @@ "label": "Notes", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L307", + "source_location": "L309", "_origin": "ast", "id": "api_payment_notes", "community": 45, @@ -76947,7 +77587,7 @@ "label": "POST `/api/v1/subscription-payment`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L314", + "source_location": "L316", "_origin": "ast", "id": "api_payment_post_api_v1_subscription_payment", "community": 45, @@ -76957,7 +77597,7 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L320", + "source_location": "L322", "_origin": "ast", "id": "api_payment_request_body", "community": 45, @@ -76967,9 +77607,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L335", + "source_location": "L337", "_origin": "ast", - "id": "api_payment_response_200_335", + "id": "api_payment_response_200_337", "community": 45, "norm_label": "response `200`" }, @@ -76977,9 +77617,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L349", + "source_location": "L351", "_origin": "ast", - "id": "api_payment_errors_349", + "id": "api_payment_errors_351", "community": 45, "norm_label": "errors" }, @@ -76987,7 +77627,7 @@ "label": "POST/GET `/api/v1/subscription-payment/callback/{gateway}`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L358", + "source_location": "L360", "_origin": "ast", "id": "api_payment_post_get_api_v1_subscription_payment_callback_gateway", "community": 45, @@ -76997,7 +77637,7 @@ "label": "GET `/api/v1/payment/{uuid}`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L366", + "source_location": "L368", "_origin": "ast", "id": "api_payment_get_api_v1_payment_uuid", "community": 45, @@ -77007,9 +77647,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L372", + "source_location": "L374", "_origin": "ast", - "id": "api_payment_path_parameters_372", + "id": "api_payment_path_parameters_374", "community": 45, "norm_label": "path parameters" }, @@ -77017,9 +77657,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L377", + "source_location": "L379", "_origin": "ast", - "id": "api_payment_response_200_377", + "id": "api_payment_response_200_379", "community": 45, "norm_label": "response `200`" }, @@ -77027,9 +77667,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L406", + "source_location": "L408", "_origin": "ast", - "id": "api_payment_errors_406", + "id": "api_payment_errors_408", "community": 45, "norm_label": "errors" }, @@ -77037,7 +77677,7 @@ "label": "Sandbox (test) mode & origin allowlist", "file_type": "document", "source_file": "docs/api/payment.md", - "source_location": "L415", + "source_location": "L417", "_origin": "ast", "id": "api_payment_sandbox_test_mode_origin_allowlist", "community": 45, @@ -77390,7 +78030,7 @@ "source_location": "L327", "_origin": "ast", "id": "api_rating_post_api_v1_like_commentuuid", - "community": 17, + "community": 713, "norm_label": "post `/api/v1/like/{commentuuid}`" }, { @@ -77400,7 +78040,7 @@ "source_location": "L336", "_origin": "ast", "id": "api_rating_path_parameters_336", - "community": 17, + "community": 713, "norm_label": "path parameters" }, { @@ -77410,7 +78050,7 @@ "source_location": "L341", "_origin": "ast", "id": "api_rating_request_body_application_json_341", - "community": 17, + "community": 713, "norm_label": "request body (`application/json`)" }, { @@ -77420,7 +78060,7 @@ "source_location": "L349", "_origin": "ast", "id": "api_rating_response_200_349", - "community": 17, + "community": 713, "norm_label": "response `200`" }, { @@ -77430,7 +78070,7 @@ "source_location": "L361", "_origin": "ast", "id": "api_rating_errors_361", - "community": 17, + "community": 713, "norm_label": "errors" }, { @@ -77477,7 +78117,7 @@ "label": "Response `201`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L39", + "source_location": "L43", "_origin": "ast", "id": "api_representation_response_201", "community": 545, @@ -77487,7 +78127,7 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L56", + "source_location": "L60", "_origin": "ast", "id": "api_representation_errors", "community": 545, @@ -77497,7 +78137,7 @@ "label": "GET `/api/v1/representation/{uuid}`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L67", + "source_location": "L71", "_origin": "ast", "id": "api_representation_get_api_v1_representation_uuid", "community": 738, @@ -77507,7 +78147,7 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L73", + "source_location": "L77", "_origin": "ast", "id": "api_representation_path_parameters", "community": 738, @@ -77517,7 +78157,7 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L78", + "source_location": "L82", "_origin": "ast", "id": "api_representation_response_200", "community": 738, @@ -77527,9 +78167,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L96", + "source_location": "L100", "_origin": "ast", - "id": "api_representation_errors_96", + "id": "api_representation_errors_100", "community": 738, "norm_label": "errors" }, @@ -77537,7 +78177,7 @@ "label": "PATCH `/api/v1/representation/{uuid}`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L105", + "source_location": "L109", "_origin": "ast", "id": "api_representation_patch_api_v1_representation_uuid", "community": 546, @@ -77547,9 +78187,9 @@ "label": "Request Body (`application/json`)", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L111", + "source_location": "L115", "_origin": "ast", - "id": "api_representation_request_body_application_json_111", + "id": "api_representation_request_body_application_json_115", "community": 546, "norm_label": "request body (`application/json`)" }, @@ -77557,9 +78197,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L126", + "source_location": "L130", "_origin": "ast", - "id": "api_representation_response_200_126", + "id": "api_representation_response_200_130", "community": 546, "norm_label": "response `200`" }, @@ -77567,9 +78207,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L129", + "source_location": "L133", "_origin": "ast", - "id": "api_representation_errors_129", + "id": "api_representation_errors_133", "community": 546, "norm_label": "errors" }, @@ -77577,7 +78217,7 @@ "label": "DELETE `/api/v1/representation/{uuid}`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L140", + "source_location": "L144", "_origin": "ast", "id": "api_representation_delete_api_v1_representation_uuid", "community": 229, @@ -77587,9 +78227,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L146", + "source_location": "L150", "_origin": "ast", - "id": "api_representation_response_200_146", + "id": "api_representation_response_200_150", "community": 229, "norm_label": "response `200`" }, @@ -77597,9 +78237,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L151", + "source_location": "L155", "_origin": "ast", - "id": "api_representation_errors_151", + "id": "api_representation_errors_155", "community": 229, "norm_label": "errors" }, @@ -77607,7 +78247,7 @@ "label": "GET `/api/v1/representation/{uuid}/dashboard/monthly`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L160", + "source_location": "L164", "_origin": "ast", "id": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", "community": 229, @@ -77617,9 +78257,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L166", + "source_location": "L170", "_origin": "ast", - "id": "api_representation_path_parameters_166", + "id": "api_representation_path_parameters_170", "community": 229, "norm_label": "path parameters" }, @@ -77627,7 +78267,7 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L171", + "source_location": "L175", "_origin": "ast", "id": "api_representation_query_parameters", "community": 229, @@ -77637,9 +78277,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L177", + "source_location": "L181", "_origin": "ast", - "id": "api_representation_response_200_177", + "id": "api_representation_response_200_181", "community": 229, "norm_label": "response `200`" }, @@ -77647,9 +78287,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L195", + "source_location": "L199", "_origin": "ast", - "id": "api_representation_errors_195", + "id": "api_representation_errors_199", "community": 229, "norm_label": "errors" }, @@ -77657,19 +78297,49 @@ "label": "GET `/api/v1/representation/{uuid}/dashboard/yearly`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L204", + "source_location": "L208", "_origin": "ast", "id": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", - "community": 229, + "community": 731, "norm_label": "get `/api/v1/representation/{uuid}/dashboard/yearly`" }, { "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L210", + "source_location": "L214", "_origin": "ast", - "id": "api_representation_query_parameters_210", + "id": "api_representation_query_parameters_214", + "community": 731, + "norm_label": "query parameters" + }, + { + "label": "Response `200`", + "file_type": "document", + "source_file": "docs/api/representation.md", + "source_location": "L219", + "_origin": "ast", + "id": "api_representation_response_200_219", + "community": 731, + "norm_label": "response `200`" + }, + { + "label": "GET `/api/v1/site-context`", + "file_type": "document", + "source_file": "docs/api/representation.md", + "source_location": "L240", + "_origin": "ast", + "id": "api_representation_get_api_v1_site_context", + "community": 229, + "norm_label": "get `/api/v1/site-context`" + }, + { + "label": "Query Parameters", + "file_type": "document", + "source_file": "docs/api/representation.md", + "source_location": "L244", + "_origin": "ast", + "id": "api_representation_query_parameters_244", "community": 229, "norm_label": "query parameters" }, @@ -77677,17 +78347,27 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L215", + "source_location": "L249", "_origin": "ast", - "id": "api_representation_response_200_215", + "id": "api_representation_response_200_249", "community": 229, "norm_label": "response `200`" }, + { + "label": "\u0642\u0627\u0646\u0648\u0646 \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631", + "file_type": "document", + "source_file": "docs/api/representation.md", + "source_location": "L264", + "_origin": "ast", + "id": "api_representation_\u0642\u0627\u0646\u0648\u0646_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631", + "community": 229, + "norm_label": "\u0642\u0627\u0646\u0648\u0646 \u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646 \u062f\u0627\u0645\u0646\u0647\u200c\u0645\u062d\u0648\u0631" + }, { "label": "\u067e\u0646\u0644 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647 (ROLE_REPRESENTATION)", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L236", + "source_location": "L274", "_origin": "ast", "id": "api_representation_\u067e\u0646\u0644_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_role_representation", "community": 297, @@ -77697,7 +78377,7 @@ "label": "GET `/api/v1/representation/me`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L242", + "source_location": "L280", "_origin": "ast", "id": "api_representation_get_api_v1_representation_me", "community": 297, @@ -77707,9 +78387,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L246", + "source_location": "L284", "_origin": "ast", - "id": "api_representation_response_200_246", + "id": "api_representation_response_200_284", "community": 297, "norm_label": "response `200`" }, @@ -77717,9 +78397,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L270", + "source_location": "L308", "_origin": "ast", - "id": "api_representation_errors_270", + "id": "api_representation_errors_308", "community": 297, "norm_label": "errors" }, @@ -77727,7 +78407,7 @@ "label": "POST `/api/v1/representation/verify-national-code`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L277", + "source_location": "L315", "_origin": "ast", "id": "api_representation_post_api_v1_representation_verify_national_code", "community": 547, @@ -77737,7 +78417,7 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L281", + "source_location": "L319", "_origin": "ast", "id": "api_representation_request_body", "community": 547, @@ -77747,9 +78427,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L289", + "source_location": "L327", "_origin": "ast", - "id": "api_representation_response_200_289", + "id": "api_representation_response_200_327", "community": 547, "norm_label": "response `200`" }, @@ -77757,9 +78437,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L292", + "source_location": "L330", "_origin": "ast", - "id": "api_representation_errors_292", + "id": "api_representation_errors_330", "community": 547, "norm_label": "errors" }, @@ -77767,7 +78447,7 @@ "label": "POST `/api/v1/representation/iban`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L302", + "source_location": "L340", "_origin": "ast", "id": "api_representation_post_api_v1_representation_iban", "community": 548, @@ -77777,9 +78457,9 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L306", + "source_location": "L344", "_origin": "ast", - "id": "api_representation_request_body_306", + "id": "api_representation_request_body_344", "community": 548, "norm_label": "request body" }, @@ -77787,9 +78467,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L315", + "source_location": "L353", "_origin": "ast", - "id": "api_representation_response_200_315", + "id": "api_representation_response_200_353", "community": 548, "norm_label": "response `200`" }, @@ -77797,9 +78477,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L318", + "source_location": "L356", "_origin": "ast", - "id": "api_representation_errors_318", + "id": "api_representation_errors_356", "community": 548, "norm_label": "errors" }, @@ -77807,7 +78487,7 @@ "label": "DELETE `/api/v1/representation/iban/{id}`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L330", + "source_location": "L368", "_origin": "ast", "id": "api_representation_delete_api_v1_representation_iban_id", "community": 297, @@ -77817,9 +78497,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L334", + "source_location": "L372", "_origin": "ast", - "id": "api_representation_response_200_334", + "id": "api_representation_response_200_372", "community": 297, "norm_label": "response `200`" }, @@ -77827,7 +78507,7 @@ "label": "POST `/api/v1/representation/doctor`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L339", + "source_location": "L377", "_origin": "ast", "id": "api_representation_post_api_v1_representation_doctor", "community": 549, @@ -77837,9 +78517,9 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L343", + "source_location": "L381", "_origin": "ast", - "id": "api_representation_request_body_343", + "id": "api_representation_request_body_381", "community": 549, "norm_label": "request body" }, @@ -77847,9 +78527,9 @@ "label": "Response `201`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L355", + "source_location": "L393", "_origin": "ast", - "id": "api_representation_response_201_355", + "id": "api_representation_response_201_393", "community": 549, "norm_label": "response `201`" }, @@ -77857,9 +78537,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L359", + "source_location": "L397", "_origin": "ast", - "id": "api_representation_errors_359", + "id": "api_representation_errors_397", "community": 549, "norm_label": "errors" }, @@ -77867,7 +78547,7 @@ "label": "POST `/api/v1/representation/clinic`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L368", + "source_location": "L406", "_origin": "ast", "id": "api_representation_post_api_v1_representation_clinic", "community": 550, @@ -77877,9 +78557,9 @@ "label": "Request Body", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L372", + "source_location": "L410", "_origin": "ast", - "id": "api_representation_request_body_372", + "id": "api_representation_request_body_410", "community": 550, "norm_label": "request body" }, @@ -77887,9 +78567,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L382", + "source_location": "L420", "_origin": "ast", - "id": "api_representation_response_200_382", + "id": "api_representation_response_200_420", "community": 550, "norm_label": "response `200`" }, @@ -77897,9 +78577,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L386", + "source_location": "L424", "_origin": "ast", - "id": "api_representation_errors_386", + "id": "api_representation_errors_424", "community": 550, "norm_label": "errors" }, @@ -77907,7 +78587,7 @@ "label": "GET `/api/v1/representation/appointments`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L394", + "source_location": "L432", "_origin": "ast", "id": "api_representation_get_api_v1_representation_appointments", "community": 551, @@ -77917,9 +78597,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L398", + "source_location": "L436", "_origin": "ast", - "id": "api_representation_query_parameters_398", + "id": "api_representation_query_parameters_436", "community": 551, "norm_label": "query parameters" }, @@ -77927,9 +78607,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L407", + "source_location": "L445", "_origin": "ast", - "id": "api_representation_response_200_407", + "id": "api_representation_response_200_445", "community": 551, "norm_label": "response `200`" }, @@ -77937,9 +78617,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L430", + "source_location": "L468", "_origin": "ast", - "id": "api_representation_errors_430", + "id": "api_representation_errors_468", "community": 551, "norm_label": "errors" }, @@ -77947,7 +78627,7 @@ "label": "GET `/api/v1/representation/doctors`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L437", + "source_location": "L475", "_origin": "ast", "id": "api_representation_get_api_v1_representation_doctors", "community": 552, @@ -77957,9 +78637,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L443", + "source_location": "L481", "_origin": "ast", - "id": "api_representation_query_parameters_443", + "id": "api_representation_query_parameters_481", "community": 552, "norm_label": "query parameters" }, @@ -77967,9 +78647,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L450", + "source_location": "L488", "_origin": "ast", - "id": "api_representation_response_200_450", + "id": "api_representation_response_200_488", "community": 552, "norm_label": "response `200`" }, @@ -77977,9 +78657,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L465", + "source_location": "L503", "_origin": "ast", - "id": "api_representation_errors_465", + "id": "api_representation_errors_503", "community": 552, "norm_label": "errors" }, @@ -77987,7 +78667,7 @@ "label": "GET `/api/v1/representation/doctors/stats`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L472", + "source_location": "L510", "_origin": "ast", "id": "api_representation_get_api_v1_representation_doctors_stats", "community": 297, @@ -77997,9 +78677,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L478", + "source_location": "L516", "_origin": "ast", - "id": "api_representation_response_200_478", + "id": "api_representation_response_200_516", "community": 297, "norm_label": "response `200`" }, @@ -78007,9 +78687,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L485", + "source_location": "L523", "_origin": "ast", - "id": "api_representation_errors_485", + "id": "api_representation_errors_523", "community": 297, "norm_label": "errors" }, @@ -78017,7 +78697,7 @@ "label": "POST `/api/v1/representation/doctors/{uuid}/status`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L492", + "source_location": "L530", "_origin": "ast", "id": "api_representation_post_api_v1_representation_doctors_uuid_status", "community": 553, @@ -78027,9 +78707,9 @@ "label": "Path Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L498", + "source_location": "L536", "_origin": "ast", - "id": "api_representation_path_parameters_498", + "id": "api_representation_path_parameters_536", "community": 553, "norm_label": "path parameters" }, @@ -78037,9 +78717,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L503", + "source_location": "L541", "_origin": "ast", - "id": "api_representation_response_200_503", + "id": "api_representation_response_200_541", "community": 553, "norm_label": "response `200`" }, @@ -78047,9 +78727,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L507", + "source_location": "L545", "_origin": "ast", - "id": "api_representation_errors_507", + "id": "api_representation_errors_545", "community": 553, "norm_label": "errors" }, @@ -78057,7 +78737,7 @@ "label": "GET `/api/v1/representation/clinics`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L514", + "source_location": "L552", "_origin": "ast", "id": "api_representation_get_api_v1_representation_clinics", "community": 554, @@ -78067,9 +78747,9 @@ "label": "Query Parameters", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L520", + "source_location": "L558", "_origin": "ast", - "id": "api_representation_query_parameters_520", + "id": "api_representation_query_parameters_558", "community": 554, "norm_label": "query parameters" }, @@ -78077,9 +78757,9 @@ "label": "Response `200`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L527", + "source_location": "L565", "_origin": "ast", - "id": "api_representation_response_200_527", + "id": "api_representation_response_200_565", "community": 554, "norm_label": "response `200`" }, @@ -78087,9 +78767,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L541", + "source_location": "L579", "_origin": "ast", - "id": "api_representation_errors_541", + "id": "api_representation_errors_579", "community": 554, "norm_label": "errors" }, @@ -78097,7 +78777,7 @@ "label": "\u062f\u0627\u0634\u0628\u0648\u0631\u062f\u060c \u0639\u0645\u0644\u06a9\u0631\u062f \u0648 \u0645\u0627\u0644\u06cc\u0650 \u0646\u0645\u0627\u06cc\u0646\u062f\u0647\u200c\u06cc \u062c\u0627\u0631\u06cc", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L548", + "source_location": "L586", "_origin": "ast", "id": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc", "community": 487, @@ -78107,7 +78787,7 @@ "label": "GET `/api/v1/representation/dashboard/summary`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L552", + "source_location": "L590", "_origin": "ast", "id": "api_representation_get_api_v1_representation_dashboard_summary", "community": 487, @@ -78117,9 +78797,9 @@ "label": "Errors", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L571", + "source_location": "L609", "_origin": "ast", - "id": "api_representation_errors_571", + "id": "api_representation_errors_609", "community": 487, "norm_label": "errors" }, @@ -78127,7 +78807,7 @@ "label": "GET `/api/v1/representation/doctors/performance`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L576", + "source_location": "L614", "_origin": "ast", "id": "api_representation_get_api_v1_representation_doctors_performance", "community": 487, @@ -78137,7 +78817,7 @@ "label": "GET `/api/v1/representation/finance/report`", "file_type": "document", "source_file": "docs/api/representation.md", - "source_location": "L597", + "source_location": "L635", "_origin": "ast", "id": "api_representation_get_api_v1_representation_finance_report", "community": 487, @@ -79800,7 +80480,7 @@ "source_location": "L1", "_origin": "ast", "id": "api_tag", - "community": 102, + "community": 274, "norm_label": "tag.md" }, { @@ -81167,7 +81847,7 @@ "label": "\u0686\u0631\u0627 \u0627\u06cc\u0646 \u0627\u062a\u0641\u0627\u0642 \u0645\u06cc\u200c\u0627\u0641\u062a\u0627\u062f (\u0648 \u0641\u06cc\u06a9\u0633 \u0627\u0639\u0645\u0627\u0644\u200c\u0634\u062f\u0647)", "file_type": "document", "source_file": "docs/ops-restarts.md", - "source_location": "L147", + "source_location": "L148", "_origin": "ast", "id": "docs_ops_restarts_\u0686\u0631\u0627_\u0627\u06cc\u0646_\u0627\u062a\u0641\u0627\u0642_\u0645\u06cc_\u0627\u0641\u062a\u0627\u062f_\u0648_\u0641\u06cc\u06a9\u0633_\u0627\u0639\u0645\u0627\u0644_\u0634\u062f\u0647", "community": 635, @@ -81177,7 +81857,7 @@ "label": "\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u062a\u06a9\u0645\u06cc\u0644\u06cc \u0631\u0648\u06cc \u0633\u0631\u0648\u0631 (\u062e\u0627\u0631\u062c \u0627\u0632 repo)", "file_type": "document", "source_file": "docs/ops-restarts.md", - "source_location": "L153", + "source_location": "L154", "_origin": "ast", "id": "docs_ops_restarts_\u0627\u0642\u062f\u0627\u0645\u0627\u062a_\u062a\u06a9\u0645\u06cc\u0644\u06cc_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u062e\u0627\u0631\u062c_\u0627\u0632_repo", "community": 635, @@ -81187,7 +81867,7 @@ "label": "\u06f8. \u0627\u0639\u0645\u0627\u0644 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a config", "file_type": "document", "source_file": "docs/ops-restarts.md", - "source_location": "L172", + "source_location": "L173", "_origin": "ast", "id": "docs_ops_restarts_\u06f8_\u0627\u0639\u0645\u0627\u0644_\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a_config", "community": 635, @@ -108818,9 +109498,9 @@ "source_file": "docs/collect-diagnostics.sh", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "docs_collect_diagnostics", - "target": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_collect_diagnostics_sh__entry", - "confidence_score": 1.0 + "target": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_collect_diagnostics_sh__entry" }, { "relation": "contains", @@ -110531,6 +111211,27 @@ "source": "migrations_version20260708083446_version20260708083446", "target": "abstractmigration" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L8", + "weight": 1.0, + "source": "migrations_version20260709033925", + "target": "abstractmigration", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L13", + "weight": 1.0, + "source": "migrations_version20260709033925_version20260709033925", + "target": "abstractmigration", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -116239,6 +116940,79 @@ "source": "migrations_version20260708083446_version20260708083446_down", "target": "migrations_version20260708083446_php_schema" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L7", + "weight": 1.0, + "source": "migrations_version20260709033925", + "target": "migrations_version20260709033925_php_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L13", + "weight": 1.0, + "source": "migrations_version20260709033925", + "target": "migrations_version20260709033925_version20260709033925", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L35", + "weight": 1.0, + "source": "migrations_version20260709033925_version20260709033925", + "target": "migrations_version20260709033925_version20260709033925_down", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L15", + "weight": 1.0, + "source": "migrations_version20260709033925_version20260709033925", + "target": "migrations_version20260709033925_version20260709033925_getdescription", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L20", + "weight": 1.0, + "source": "migrations_version20260709033925_version20260709033925", + "target": "migrations_version20260709033925_version20260709033925_up", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L20", + "weight": 1.0, + "context": "parameter_type", + "source": "migrations_version20260709033925_version20260709033925_up", + "target": "migrations_version20260709033925_php_schema", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "migrations/Version20260709033925.php", + "source_location": "L35", + "weight": 1.0, + "context": "parameter_type", + "source": "migrations_version20260709033925_version20260709033925_down", + "target": "migrations_version20260709033925_php_schema", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -119138,6 +119912,17 @@ "source": "controller_appointmentcontroller_appointmentcontroller_monthavailability", "target": "gateway_mellatgateway_mellatgateway_date" }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Appointment/Controller/AppointmentController.php", + "source_location": "L265", + "weight": 1.0, + "source": "controller_appointmentcontroller_appointmentcontroller_book", + "target": "controller_appointmentcontroller_appointmentcontroller_get", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -146141,6 +146926,16 @@ "source": "repository_cityrepository_cityrepository", "target": "repository_cityrepository_cityrepository_findactive" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Location/Repository/CityRepository.php", + "source_location": "L31", + "weight": 1.0, + "source": "repository_cityrepository_cityrepository", + "target": "repository_cityrepository_cityrepository_findbydomain", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -146188,10 +146983,10 @@ "source_file": "src/Location/Repository/CityRepository.php", "source_location": "L31", "weight": 1.0, - "context": "parameter_type", - "confidence_score": 1.0, - "source": "repository_cityrepository_cityrepository_save", - "target": "src_location_repository_cityrepository_php_city" + "context": "return_type", + "source": "repository_cityrepository_cityrepository_findbydomain", + "target": "src_location_repository_cityrepository_php_city", + "confidence_score": 1.0 }, { "relation": "references", @@ -146204,6 +146999,17 @@ "source": "repository_cityrepository_cityrepository_remove", "target": "src_location_repository_cityrepository_php_city" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Location/Repository/CityRepository.php", + "source_location": "L31", + "weight": 1.0, + "context": "parameter_type", + "confidence_score": 1.0, + "source": "repository_cityrepository_cityrepository_save", + "target": "src_location_repository_cityrepository_php_city" + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -153339,6 +154145,16 @@ "source": "service_paymentmanager", "target": "src_payment_service_paymentmanager_php_paymentrefundresult" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L52", + "weight": 1.0, + "source": "service_paymentmanager_paymentmanager", + "target": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -153499,60 +154315,38 @@ "source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_startgatewayhandoff" }, - { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L66", - "weight": 1.0, - "confidence_score": 1.0, - "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", - "target": "service_paymentmanager_paymentmanager_callbackurl" - }, - { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L60", - "weight": 1.0, - "confidence_score": 1.0, - "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", - "target": "service_paymentmanager_paymentmanager_failpayment" - }, - { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L82", - "weight": 1.0, - "confidence_score": 1.0, - "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", - "target": "service_paymentmanager_paymentmanager_log" - }, { "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L53", + "source_location": "L52", "weight": 1.0, "context": "parameter_type", - "confidence_score": 1.0, - "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", - "target": "src_payment_service_paymentmanager_php_payment" + "source": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", + "target": "src_payment_service_paymentmanager_php_payment", + "confidence_score": 1.0 }, { - "relation": "references", + "relation": "calls", + "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", - "source_location": "L53", + "source_location": "L319", "weight": 1.0, - "context": "return_type", - "confidence_score": 1.0, - "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", - "target": "src_payment_service_paymentmanager_php_paymentinitresult" + "source": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", + "target": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L352", + "weight": 1.0, + "source": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", + "target": "service_paymentmanager_paymentmanager_bookingrepresentationidfor", + "confidence_score": 1.0 }, { "relation": "references_constant", @@ -153697,6 +154491,61 @@ "source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "src_payment_service_paymentmanager_php_payment" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L53", + "weight": 1.0, + "context": "parameter_type", + "confidence_score": 1.0, + "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "target": "src_payment_service_paymentmanager_php_payment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L66", + "weight": 1.0, + "confidence_score": 1.0, + "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "target": "service_paymentmanager_paymentmanager_callbackurl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L60", + "weight": 1.0, + "confidence_score": 1.0, + "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "target": "service_paymentmanager_paymentmanager_failpayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L82", + "weight": 1.0, + "confidence_score": 1.0, + "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "target": "service_paymentmanager_paymentmanager_log" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Payment/Service/PaymentManager.php", + "source_location": "L53", + "weight": 1.0, + "context": "return_type", + "confidence_score": 1.0, + "source": "service_paymentmanager_paymentmanager_startgatewayhandoff", + "target": "src_payment_service_paymentmanager_php_paymentinitresult" + }, { "relation": "calls", "context": "call", @@ -156633,6 +157482,16 @@ "source": "controller_representationcontroller_representationcontroller", "target": "controller_basecontroller_basecontroller" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L39", + "weight": 1.0, + "source": "controller_representationcontroller_representationcontroller", + "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -156713,6 +157572,50 @@ "source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_update" }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L39", + "weight": 1.0, + "source": "controller_representationcontroller_representationcontroller_applyrepresentationdata", + "target": "src_representation_controller_representationcontroller_php_representation", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L181", + "weight": 1.0, + "source": "controller_representationcontroller_representationcontroller_create", + "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L283", + "weight": 1.0, + "source": "controller_representationcontroller_representationcontroller_update", + "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/RepresentationController.php", + "source_location": "L392", + "weight": 1.0, + "context": "parameter_type", + "confidence_score": 1.0, + "source": "controller_representationcontroller_representationcontroller_buildstats", + "target": "src_representation_controller_representationcontroller_php_representation" + }, { "relation": "calls", "context": "call", @@ -156922,16 +157825,111 @@ "source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_buildstats" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L6", + "weight": 1.0, + "source": "controller_sitecontextcontroller", + "target": "controller_basecontroller_basecontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L16", + "weight": 1.0, + "source": "controller_sitecontextcontroller", + "target": "controller_sitecontextcontroller_sitecontextcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L5", + "weight": 1.0, + "source": "controller_sitecontextcontroller", + "target": "domaincontextresolver", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L8", + "weight": 1.0, + "source": "controller_sitecontextcontroller", + "target": "src_representation_controller_sitecontextcontroller_php_jsonresponse", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L9", + "weight": 1.0, + "source": "controller_sitecontextcontroller", + "target": "src_representation_controller_sitecontextcontroller_php_request", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L17", + "weight": 1.0, + "source": "controller_sitecontextcontroller_sitecontextcontroller", + "target": "controller_basecontroller_basecontroller", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L19", + "weight": 1.0, + "source": "controller_sitecontextcontroller_sitecontextcontroller", + "target": "controller_sitecontextcontroller_sitecontextcontroller_construct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L23", + "weight": 1.0, + "source": "controller_sitecontextcontroller_sitecontextcontroller", + "target": "controller_sitecontextcontroller_sitecontextcontroller_resolve", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", - "source_file": "src/Representation/Controller/RepresentationController.php", - "source_location": "L392", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L23", + "weight": 1.0, + "context": "return_type", + "source": "controller_sitecontextcontroller_sitecontextcontroller_resolve", + "target": "src_representation_controller_sitecontextcontroller_php_jsonresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Controller/SiteContextController.php", + "source_location": "L23", "weight": 1.0, "context": "parameter_type", - "confidence_score": 1.0, - "source": "controller_representationcontroller_representationcontroller_buildstats", - "target": "src_representation_controller_representationcontroller_php_representation" + "source": "controller_sitecontextcontroller_sitecontextcontroller_resolve", + "target": "src_representation_controller_sitecontextcontroller_php_request", + "confidence_score": 1.0 }, { "relation": "contains", @@ -156943,6 +157941,17 @@ "source": "entity_representation", "target": "entity_representation_representation" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L8", + "weight": 1.0, + "source": "entity_representation", + "target": "src_representation_entity_representation_php_collection", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -156964,6 +157973,16 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_addiban" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L101", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_cityids", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -156994,6 +158013,16 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_getbankaccount" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L99", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_getcities", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -157014,6 +158043,16 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_getcommissionpercent" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L102", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_getdomain", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -157084,6 +158123,26 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_isactive" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L103", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_isglobal", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L81", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_normalizedomain", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -157114,6 +158173,16 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_setbankaccount" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L112", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_setcities", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -157134,6 +158203,16 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_setcommissionpercent" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L121", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_setdomain", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -157144,6 +158223,16 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_setfullname" }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L122", + "weight": 1.0, + "source": "entity_representation_representation", + "target": "entity_representation_representation_setisglobal", + "confidence_score": 1.0 + }, { "relation": "method", "confidence": "EXTRACTED", @@ -157174,6 +158263,17 @@ "source": "entity_representation_representation", "target": "entity_representation_representation_touch" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L40", + "weight": 1.0, + "context": "field", + "source": "entity_representation_representation", + "target": "src_representation_entity_representation_php_collection", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -157207,6 +158307,72 @@ "source": "entity_representation_representation_getuser", "target": "src_representation_entity_representation_php_user" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L99", + "weight": 1.0, + "context": "return_type", + "source": "entity_representation_representation_getcities", + "target": "src_representation_entity_representation_php_collection", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L101", + "weight": 1.0, + "source": "entity_representation_representation_cityids", + "target": "entity_representation_representation_getid", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L185", + "weight": 1.0, + "source": "entity_representation_representation_toarray", + "target": "entity_representation_representation_getid", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L97", + "weight": 1.0, + "source": "entity_representation_representation_getcityid", + "target": "entity_representation_representation_cityids", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L182", + "weight": 1.0, + "source": "entity_representation_representation_toarray", + "target": "entity_representation_representation_getcityid", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L101", + "weight": 1.0, + "source": "entity_representation_representation_cityids", + "target": "entity_representation_representation_toarray", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -157273,6 +158439,17 @@ "source": "entity_representation_representation_setbankaccount", "target": "src_representation_entity_representation_php_self" }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L112", + "weight": 1.0, + "context": "return_type", + "source": "entity_representation_representation_setcities", + "target": "src_representation_entity_representation_php_self", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -157295,6 +158472,28 @@ "source": "entity_representation_representation_setcommissionpercent", "target": "src_representation_entity_representation_php_self" }, + { + "relation": "references", + "context": "return_type", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L121", + "weight": 1.0, + "source": "entity_representation_representation_setdomain", + "target": "src_representation_entity_representation_php_self", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L122", + "weight": 1.0, + "context": "return_type", + "source": "entity_representation_representation_setisglobal", + "target": "src_representation_entity_representation_php_self", + "confidence_score": 1.0 + }, { "relation": "references", "confidence": "EXTRACTED", @@ -157328,6 +158527,39 @@ "source": "entity_representation_representation_setcityid", "target": "entity_representation_representation_touch" }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L118", + "weight": 1.0, + "source": "entity_representation_representation_setcities", + "target": "entity_representation_representation_touch", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L121", + "weight": 1.0, + "source": "entity_representation_representation_setdomain", + "target": "entity_representation_representation_touch", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Entity/Representation.php", + "source_location": "L122", + "weight": 1.0, + "source": "entity_representation_representation_setisglobal", + "target": "entity_representation_representation_touch", + "confidence_score": 1.0 + }, { "relation": "calls", "context": "call", @@ -157475,9 +158707,9 @@ "source_file": "src/Representation/Repository/RepresentationRepository.php", "source_location": "L27", "weight": 1.0, - "confidence_score": 1.0, "source": "repository_representationrepository_representationrepository", - "target": "repository_representationrepository_representationrepository_findactivebycityid" + "target": "repository_representationrepository_representationrepository_findactivebydomain", + "confidence_score": 1.0 }, { "relation": "method", @@ -157558,9 +158790,9 @@ "source_location": "L27", "weight": 1.0, "context": "return_type", - "confidence_score": 1.0, - "source": "repository_representationrepository_representationrepository_findactivebycityid", - "target": "src_representation_repository_representationrepository_php_representation" + "source": "repository_representationrepository_representationrepository_findactivebydomain", + "target": "src_representation_repository_representationrepository_php_representation", + "confidence_score": 1.0 }, { "relation": "references", @@ -157606,6 +158838,119 @@ "source": "repository_representationrepository_representationrepository_findbyuser", "target": "src_representation_repository_representationrepository_php_user" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L9", + "weight": 1.0, + "source": "service_domaincontext", + "target": "service_domaincontext_domaincontext", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L11", + "weight": 1.0, + "source": "service_domaincontext_domaincontext", + "target": "service_domaincontext_domaincontext_construct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L17", + "weight": 1.0, + "source": "service_domaincontext_domaincontext", + "target": "service_domaincontext_domaincontext_empty", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L22", + "weight": 1.0, + "source": "service_domaincontext_domaincontext", + "target": "service_domaincontext_domaincontext_representationid", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContext.php", + "source_location": "L17", + "weight": 1.0, + "context": "return_type", + "source": "service_domaincontext_domaincontext_empty", + "target": "src_representation_service_domaincontext_php_self", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L15", + "weight": 1.0, + "source": "service_domaincontextresolver", + "target": "service_domaincontextresolver_domaincontextresolver", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L27", + "weight": 1.0, + "source": "service_domaincontextresolver_domaincontextresolver", + "target": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L17", + "weight": 1.0, + "source": "service_domaincontextresolver_domaincontextresolver", + "target": "service_domaincontextresolver_domaincontextresolver_construct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L44", + "weight": 1.0, + "source": "service_domaincontextresolver_domaincontextresolver", + "target": "service_domaincontextresolver_domaincontextresolver_resolve", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L35", + "weight": 1.0, + "source": "service_domaincontextresolver_domaincontextresolver_applytolistfilters", + "target": "service_domaincontextresolver_domaincontextresolver_resolve", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "return_type", + "confidence": "EXTRACTED", + "source_file": "src/Representation/Service/DomainContextResolver.php", + "source_location": "L44", + "weight": 1.0, + "source": "service_domaincontextresolver_domaincontextresolver_resolve", + "target": "domaincontext", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -173015,6 +174360,27 @@ "source": "rating_commentpaginationtest_commentpaginationtest", "target": "tests_apitestcase_apitestcase" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L11", + "weight": 1.0, + "source": "representation_domaincommissiontest", + "target": "tests_apitestcase_apitestcase", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L18", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "tests_apitestcase_apitestcase", + "confidence_score": 1.0 + }, { "relation": "imports", "context": "import", @@ -175517,6 +176883,261 @@ "source": "rating_commentpaginationtest_commentpaginationtest", "target": "rating_commentpaginationtest_commentpaginationtest_testpubliclistpaginates" }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L8", + "weight": 1.0, + "source": "representation_domaincommissiontest", + "target": "domaincontextresolver", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L18", + "weight": 1.0, + "source": "representation_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L6", + "weight": 1.0, + "source": "representation_domaincommissiontest", + "target": "tests_representation_domaincommissiontest_php_payment", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L7", + "weight": 1.0, + "source": "representation_domaincommissiontest", + "target": "tests_representation_domaincommissiontest_php_representation", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L34", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_makepayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L20", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_makerep", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L43", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_resolver", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L83", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L62", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L50", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L73", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L108", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest", + "target": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L20", + "weight": 1.0, + "context": "return_type", + "source": "representation_domaincommissiontest_domaincommissiontest_makerep", + "target": "tests_representation_domaincommissiontest_php_representation", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L89", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", + "target": "representation_domaincommissiontest_domaincommissiontest_makerep", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L65", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", + "target": "representation_domaincommissiontest_domaincommissiontest_makerep", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L53", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", + "target": "representation_domaincommissiontest_domaincommissiontest_makerep", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L116", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", + "target": "representation_domaincommissiontest_domaincommissiontest_makerep", + "confidence_score": 1.0 + }, + { + "relation": "references_constant", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L36", + "weight": 1.0, + "context": "return_type", + "confidence_score": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_makepayment", + "target": "tests_representation_domaincommissiontest_php_payment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L93", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testappointmentcommissiononlywhendomainownermatchesdoctorowner", + "target": "representation_domaincommissiontest_domaincommissiontest_makepayment", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L119", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testsubscriptioncommissionusessamedomainguard", + "target": "representation_domaincommissiontest_domaincommissiontest_makepayment", + "confidence_score": 1.0 + }, + { + "relation": "references_constant", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L45", + "weight": 1.0, + "context": "return_type", + "confidence_score": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_resolver", + "target": "domaincontextresolver" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L67", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testresolverignoresinactiverepresentation", + "target": "representation_domaincommissiontest_domaincommissiontest_resolver", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L55", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testresolvermatchesrepresentationdomainwithnormalization", + "target": "representation_domaincommissiontest_domaincommissiontest_resolver", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "tests/Representation/DomainCommissionTest.php", + "source_location": "L75", + "weight": 1.0, + "source": "representation_domaincommissiontest_domaincommissiontest_testresolverunknowndomainisempty", + "target": "representation_domaincommissiontest_domaincommissiontest_resolver", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -191081,6 +192702,146 @@ "source": "prompt_representation_identity_iban_verification_\u0648\u0638\u0627\u06cc\u0641", "target": "prompt_representation_identity_iban_verification_\u06f9_migration_\u0648_\u0645\u0633\u062a\u0646\u062f\u0627\u062a" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L1", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission", + "target": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L7", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u0632\u0645\u06cc\u0646\u0647", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L22", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L18", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L168", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L35", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L63", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L3", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u0633\u0631\u0627\u0633\u0631\u06cc_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062f\u0627\u0645\u0646\u0647", + "target": "prompt_representation_multi_city_domain_commission_\u067e\u0631\u0648\u0698\u0647", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L65", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_representation_multi_city_domain_commission_\u06f1_\u0686\u0646\u062f_\u0634\u0647\u0631\u06cc_\u0634\u062f\u0646_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_entity_migration_\u0628\u0627_\u062d\u0641\u0638_\u062f\u0627\u062f\u0647", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L81", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_representation_multi_city_domain_commission_\u06f2_\u0641\u06cc\u0644\u062f\u0647\u0627\u06cc_domain_\u0648_is_global", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L91", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_representation_multi_city_domain_commission_\u06f3_\u0633\u0631\u0648\u06cc\u0633_\u0645\u0631\u06a9\u0632\u06cc_\u062a\u0634\u062e\u06cc\u0635_\u062f\u0627\u0645\u0646\u0647_domaincontextresolver", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L120", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_representation_multi_city_domain_commission_\u06f4_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631_\u0642\u0627\u0646\u0648\u0646_\u062c\u062f\u06cc\u062f_\u0645\u0647\u0645_\u062a\u0631\u06cc\u0646_\u0628\u062e\u0634", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L142", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_representation_multi_city_domain_commission_\u06f5_\u0641\u06cc\u0644\u062a\u0631_\u062f\u0627\u0645\u0646\u0647_\u062f\u0631_\u0644\u06cc\u0633\u062a_\u0647\u0627\u06cc_\u0639\u0645\u0648\u0645\u06cc_endpoint_\u0632\u0645\u06cc\u0646\u0647_\u0633\u0627\u06cc\u062a", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/prompt/representation-multi-city-domain-commission.md", + "source_location": "L161", + "weight": 1.0, + "source": "prompt_representation_multi_city_domain_commission_\u0648\u0638\u0627\u06cc\u0641", + "target": "prompt_representation_multi_city_domain_commission_\u06f6_\u067e\u0646\u0644_\u0627\u062f\u0645\u06cc\u0646_react_\u0641\u0631\u0645_\u0648_\u0644\u06cc\u0633\u062a_\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u0627\u0646", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -191757,9 +193518,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L1", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis", - "target": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc" }, { "relation": "contains", @@ -191767,9 +193528,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L3", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "target": "prompt_server_down_oom_diagnosis_\u0632\u0645\u06cc\u0646\u0647", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u0632\u0645\u06cc\u0646\u0647" }, { "relation": "contains", @@ -191777,9 +193538,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L21", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "target": "prompt_server_down_oom_diagnosis_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u0641\u0627\u06cc\u0644_\u0647\u0627\u06cc_\u0645\u0631\u062a\u0628\u0637" }, { "relation": "contains", @@ -191787,9 +193548,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L15", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "target": "prompt_server_down_oom_diagnosis_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u0645\u0634\u06a9\u0644_\u0647\u062f\u0641" }, { "relation": "contains", @@ -191797,9 +193558,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L145", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "target": "prompt_server_down_oom_diagnosis_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u0646\u06a9\u0627\u062a_\u0645\u0647\u0645" }, { "relation": "contains", @@ -191807,9 +193568,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L34", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "target": "prompt_server_down_oom_diagnosis_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u0648\u0636\u0639\u06cc\u062a_\u0641\u0639\u0644\u06cc" }, { "relation": "contains", @@ -191817,9 +193578,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L57", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u062a\u0634\u062e\u06cc\u0635_\u0639\u0645\u06cc\u0642_down_\u0634\u062f\u0646_\u0633\u0631\u0648\u0631_\u0628\u0639\u062f_\u0627\u0632_\u06f1\u06f0_\u0633\u06cc\u06a9\u0644_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0648_\u062a\u06a9\u0645\u06cc\u0644_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_\u067e\u0627\u06cc\u062f\u0627\u0631\u06cc", - "target": "prompt_server_down_oom_diagnosis_\u0648\u0638\u0627\u06cc\u0641", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u0648\u0638\u0627\u06cc\u0641" }, { "relation": "contains", @@ -191827,9 +193588,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L59", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_server_down_oom_diagnosis_\u06f1_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_repo_idempotent", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u06f1_\u0648\u0631\u06cc\u0641\u0627\u06cc_\u0641\u06cc\u06a9\u0633_\u0647\u0627\u06cc_repo_idempotent" }, { "relation": "contains", @@ -191837,9 +193598,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L74", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_server_down_oom_diagnosis_\u06f2_\u0633\u0627\u062e\u062a_docs_collect_diagnostics_sh_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a_\u0634\u0648\u0627\u0647\u062f", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u06f2_\u0633\u0627\u062e\u062a_docs_collect_diagnostics_sh_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a_\u0634\u0648\u0627\u0647\u062f" }, { "relation": "contains", @@ -191847,9 +193608,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L120", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_server_down_oom_diagnosis_\u06f3_\u062c\u062f\u0648\u0644_\u062a\u0641\u0633\u06cc\u0631_\u0634\u0648\u0627\u0647\u062f_\u062f\u0631_runbook", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u06f3_\u062c\u062f\u0648\u0644_\u062a\u0641\u0633\u06cc\u0631_\u0634\u0648\u0627\u0647\u062f_\u062f\u0631_runbook" }, { "relation": "contains", @@ -191857,9 +193618,9 @@ "source_file": ".claude/prompt/server-down-oom-diagnosis.md", "source_location": "L133", "weight": 1.0, + "confidence_score": 1.0, "source": "prompt_server_down_oom_diagnosis_\u0648\u0638\u0627\u06cc\u0641", - "target": "prompt_server_down_oom_diagnosis_\u06f4_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_\u0633\u0645\u062a_coolify_\u0641\u0642\u0637_\u0645\u0633\u062a\u0646\u062f\u0633\u0627\u0632\u06cc_\u0642\u0627\u0628\u0644_\u0627\u062c\u0631\u0627_\u0627\u0632_repo_\u0646\u06cc\u0633\u062a", - "confidence_score": 1.0 + "target": "prompt_server_down_oom_diagnosis_\u06f4_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_\u0633\u0645\u062a_coolify_\u0641\u0642\u0637_\u0645\u0633\u062a\u0646\u062f\u0633\u0627\u0632\u06cc_\u0642\u0627\u0628\u0644_\u0627\u062c\u0631\u0627_\u0627\u0632_repo_\u0646\u06cc\u0633\u062a" }, { "relation": "contains", @@ -202375,21 +204136,21 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L778", + "source_location": "L783", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_secretary_management", - "target": "api_admin_query_parameters_778" + "target": "api_admin_query_parameters_783", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L785", + "source_location": "L790", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_secretary_management", - "target": "api_admin_response_200_785" + "target": "api_admin_response_200_790", + "confidence_score": 1.0 }, { "relation": "contains", @@ -202415,21 +204176,21 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L798", + "source_location": "L803", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_rating_comment_management", - "target": "api_admin_query_parameters_798" + "target": "api_admin_query_parameters_803", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L815", + "source_location": "L820", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_rating_comment_management", - "target": "api_admin_query_parameters_815" + "target": "api_admin_query_parameters_820", + "confidence_score": 1.0 }, { "relation": "contains", @@ -202455,31 +204216,31 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L835", + "source_location": "L840", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_sms_management_admin", - "target": "api_admin_query_parameters_835" + "target": "api_admin_query_parameters_840", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L842", + "source_location": "L847", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_sms_management_admin", - "target": "api_admin_response_200_842" + "target": "api_admin_response_200_847", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L873", + "source_location": "L878", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_sms_management_admin", - "target": "api_admin_response_200_873" + "target": "api_admin_response_200_878", + "confidence_score": 1.0 }, { "relation": "contains", @@ -202605,31 +204366,31 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L1179", + "source_location": "L1184", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_application_logs", - "target": "api_admin_query_parameters_1179" + "target": "api_admin_query_parameters_1184", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L1191", + "source_location": "L1196", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_application_logs", - "target": "api_admin_response_200_1191" + "target": "api_admin_response_200_1196", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/admin.md", - "source_location": "L1220", + "source_location": "L1225", "weight": 1.0, - "confidence_score": 1.0, "source": "api_admin_delete_api_v1_admin_logs", - "target": "api_admin_response_200_1220" + "target": "api_admin_response_200_1225", + "confidence_score": 1.0 }, { "relation": "contains", @@ -205465,91 +207226,91 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L202", + "source_location": "L203", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinics", - "target": "api_clinic_response_200_202" + "target": "api_clinic_response_200_203", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L307", + "source_location": "L308", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", - "target": "api_clinic_errors_307" + "target": "api_clinic_errors_308", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L252", + "source_location": "L253", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", - "target": "api_clinic_path_parameters_252" + "target": "api_clinic_path_parameters_253", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L257", + "source_location": "L258", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", - "target": "api_clinic_query_parameters_257" + "target": "api_clinic_query_parameters_258", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L273", + "source_location": "L274", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_doctor_list_clinicuuid", - "target": "api_clinic_response_200_273" + "target": "api_clinic_response_200_274", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L331", + "source_location": "L332", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", - "target": "api_clinic_errors_331" + "target": "api_clinic_errors_332", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L320", + "source_location": "L321", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", - "target": "api_clinic_path_parameters_320" + "target": "api_clinic_path_parameters_321", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L326", + "source_location": "L327", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_admin_clinic_clinicuuid_doctor_doctoruuid", - "target": "api_clinic_response_200_326" + "target": "api_clinic_response_200_327", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L366", + "source_location": "L367", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", - "target": "api_clinic_errors_366" + "target": "api_clinic_errors_367", + "confidence_score": 1.0 }, { "relation": "contains", @@ -205565,41 +207326,41 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L352", + "source_location": "L353", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_clinic_logo", - "target": "api_clinic_response_200_352" + "target": "api_clinic_response_200_353", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L403", + "source_location": "L404", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", - "target": "api_clinic_errors_403" + "target": "api_clinic_errors_404", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L380", + "source_location": "L381", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", - "target": "api_clinic_request_380" + "target": "api_clinic_request_381", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L387", + "source_location": "L388", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_file_upload_clinic_pro_clinic_field_image_clinic", - "target": "api_clinic_response_200_387" + "target": "api_clinic_response_200_388", + "confidence_score": 1.0 }, { "relation": "contains", @@ -205655,61 +207416,61 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L419", + "source_location": "L420", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_get_api_v1_clinic_clinicuuid_addresses", - "target": "api_clinic_response_200_419" + "target": "api_clinic_response_200_420", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L476", + "source_location": "L477", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_api_v1_clinic_clinicuuid_address", - "target": "api_clinic_errors_476" + "target": "api_clinic_errors_477", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L448", + "source_location": "L449", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_api_v1_clinic_clinicuuid_address", - "target": "api_clinic_request_448" + "target": "api_clinic_request_449", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L471", + "source_location": "L472", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_post_api_v1_clinic_clinicuuid_address", - "target": "api_clinic_response_201_471" + "target": "api_clinic_response_201_472", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L490", + "source_location": "L491", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_patch_api_v1_clinic_clinicuuid_address_addressuuid", - "target": "api_clinic_response_200_490" + "target": "api_clinic_response_200_491", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/clinic.md", - "source_location": "L505", + "source_location": "L506", "weight": 1.0, - "confidence_score": 1.0, "source": "api_clinic_delete_api_v1_clinic_clinicuuid_address_addressuuid", - "target": "api_clinic_errors_505" + "target": "api_clinic_errors_506", + "confidence_score": 1.0 }, { "relation": "contains", @@ -206315,91 +208076,91 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L190", + "source_location": "L191", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_get_api_v1_doctors", - "target": "api_doctor_response_200_190" + "target": "api_doctor_response_200_191", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L252", + "source_location": "L253", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_errors_252" + "target": "api_doctor_errors_253", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L225", + "source_location": "L226", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_path_parameters_225" + "target": "api_doctor_path_parameters_226", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L230", + "source_location": "L231", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_request_body_application_json_230" + "target": "api_doctor_request_body_application_json_231", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L249", + "source_location": "L250", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_doctor_uuid", - "target": "api_doctor_response_200_249" + "target": "api_doctor_response_200_250", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L282", + "source_location": "L283", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_doctor_uuid", - "target": "api_doctor_errors_282" + "target": "api_doctor_errors_283", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L269", + "source_location": "L270", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_doctor_uuid", - "target": "api_doctor_path_parameters_269" + "target": "api_doctor_path_parameters_270", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L274", + "source_location": "L275", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_doctor_uuid", - "target": "api_doctor_response_200_274" + "target": "api_doctor_response_200_275", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L318", + "source_location": "L319", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", - "target": "api_doctor_errors_318" + "target": "api_doctor_errors_319", + "confidence_score": 1.0 }, { "relation": "contains", @@ -206415,41 +208176,41 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L304", + "source_location": "L305", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_file_upload_clinic_pro_doctor_field_image", - "target": "api_doctor_response_200_304" + "target": "api_doctor_response_200_305", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L332", + "source_location": "L333", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", - "target": "api_doctor_path_parameters_332" + "target": "api_doctor_path_parameters_333", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L337", + "source_location": "L338", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_get_api_v1_clinic_pro_doctor_addresses_doctorid", - "target": "api_doctor_response_200_337" + "target": "api_doctor_response_200_338", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L420", + "source_location": "L421", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address", - "target": "api_doctor_errors_420" + "target": "api_doctor_errors_421", + "confidence_score": 1.0 }, { "relation": "contains", @@ -206465,101 +208226,101 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L405", + "source_location": "L406", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address", - "target": "api_doctor_response_201_405" + "target": "api_doctor_response_201_406", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L446", + "source_location": "L447", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_errors_446" + "target": "api_doctor_errors_447", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L435", + "source_location": "L436", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_path_parameters_435" + "target": "api_doctor_path_parameters_436", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L440", + "source_location": "L441", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_request_body_440" + "target": "api_doctor_request_body_441", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L443", + "source_location": "L444", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_patch_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_response_200_443" + "target": "api_doctor_response_200_444", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L466", + "source_location": "L467", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_errors_466" + "target": "api_doctor_errors_467", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L461", + "source_location": "L462", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_delete_api_v1_clinic_pro_doctor_address_id", - "target": "api_doctor_response_200_461" + "target": "api_doctor_response_200_462", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L489", + "source_location": "L490", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "target": "api_doctor_errors_489" + "target": "api_doctor_errors_490", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L481", + "source_location": "L482", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "target": "api_doctor_path_parameters_481" + "target": "api_doctor_path_parameters_482", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/doctor.md", - "source_location": "L486", + "source_location": "L487", "weight": 1.0, - "confidence_score": 1.0, "source": "api_doctor_post_api_v1_clinic_pro_doctor_address_from_clinic_clinicuuid", - "target": "api_doctor_response_201_486" + "target": "api_doctor_response_201_487", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207695,11 +209456,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L204", + "source_location": "L206", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_post_api_v1_payment_appointment", - "target": "api_payment_errors_204" + "target": "api_payment_errors_206", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207715,21 +209476,21 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L184", + "source_location": "L186", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_post_api_v1_payment_appointment", - "target": "api_payment_response_200_184" + "target": "api_payment_response_200_186", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L221", + "source_location": "L223", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_order_appointmentuuid", - "target": "api_payment_query_parameters_221" + "target": "api_payment_query_parameters_223", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207775,11 +209536,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L250", + "source_location": "L252", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_pay_orderid", - "target": "api_payment_\u0631\u0641\u062a\u0627\u0631_250" + "target": "api_payment_\u0631\u0641\u062a\u0627\u0631_252", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207805,11 +209566,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L278", + "source_location": "L280", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_callback_gateway", - "target": "api_payment_path_parameters_278" + "target": "api_payment_path_parameters_280", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207835,11 +209596,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L349", + "source_location": "L351", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_post_api_v1_subscription_payment", - "target": "api_payment_errors_349" + "target": "api_payment_errors_351", + "confidence_score": 1.0 }, { "relation": "contains", @@ -207855,41 +209616,41 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L335", + "source_location": "L337", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_post_api_v1_subscription_payment", - "target": "api_payment_response_200_335" + "target": "api_payment_response_200_337", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L406", + "source_location": "L408", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_uuid", - "target": "api_payment_errors_406" + "target": "api_payment_errors_408", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L372", + "source_location": "L374", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_uuid", - "target": "api_payment_path_parameters_372" + "target": "api_payment_path_parameters_374", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/payment.md", - "source_location": "L377", + "source_location": "L379", "weight": 1.0, - "confidence_score": 1.0, "source": "api_payment_get_api_v1_payment_uuid", - "target": "api_payment_response_200_377" + "target": "api_payment_response_200_379", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208321,6 +210082,16 @@ "source": "api_representation_representation_agent_api", "target": "api_representation_get_api_v1_representation_uuid_dashboard_yearly" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L240", + "weight": 1.0, + "source": "api_representation_representation_agent_api", + "target": "api_representation_get_api_v1_site_context", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -208351,6 +210122,16 @@ "source": "api_representation_representation_agent_api", "target": "api_representation_\u062f\u0627\u0634\u0628\u0648\u0631\u062f_\u0639\u0645\u0644\u06a9\u0631\u062f_\u0648_\u0645\u0627\u0644\u06cc_\u0646\u0645\u0627\u06cc\u0646\u062f\u0647_\u06cc_\u062c\u0627\u0631\u06cc" }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L264", + "weight": 1.0, + "source": "api_representation_representation_agent_api", + "target": "api_representation_\u0642\u0627\u0646\u0648\u0646_\u06a9\u0645\u06cc\u0633\u06cc\u0648\u0646_\u062f\u0627\u0645\u0646\u0647_\u0645\u062d\u0648\u0631", + "confidence_score": 1.0 + }, { "relation": "contains", "confidence": "EXTRACTED", @@ -208395,11 +210176,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L96", + "source_location": "L100", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_uuid", - "target": "api_representation_errors_96" + "target": "api_representation_errors_100", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208425,71 +210206,71 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L129", + "source_location": "L133", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_patch_api_v1_representation_uuid", - "target": "api_representation_errors_129" + "target": "api_representation_errors_133", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L111", + "source_location": "L115", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_patch_api_v1_representation_uuid", - "target": "api_representation_request_body_application_json_111" + "target": "api_representation_request_body_application_json_115", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L126", + "source_location": "L130", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_patch_api_v1_representation_uuid", - "target": "api_representation_response_200_126" + "target": "api_representation_response_200_130", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L151", + "source_location": "L155", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_delete_api_v1_representation_uuid", - "target": "api_representation_errors_151" + "target": "api_representation_errors_155", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L146", + "source_location": "L150", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_delete_api_v1_representation_uuid", - "target": "api_representation_response_200_146" + "target": "api_representation_response_200_150", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L195", + "source_location": "L199", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", - "target": "api_representation_errors_195" + "target": "api_representation_errors_199", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L166", + "source_location": "L170", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", - "target": "api_representation_path_parameters_166" + "target": "api_representation_path_parameters_170", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208505,31 +210286,51 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L177", + "source_location": "L181", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_uuid_dashboard_monthly", - "target": "api_representation_response_200_177" + "target": "api_representation_response_200_181", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L210", + "source_location": "L214", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", - "target": "api_representation_query_parameters_210" + "target": "api_representation_query_parameters_214", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L215", + "source_location": "L219", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_uuid_dashboard_yearly", - "target": "api_representation_response_200_215" + "target": "api_representation_response_200_219", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L244", + "weight": 1.0, + "source": "api_representation_get_api_v1_site_context", + "target": "api_representation_query_parameters_244", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L249", + "weight": 1.0, + "source": "api_representation_get_api_v1_site_context", + "target": "api_representation_response_200_249", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208645,31 +210446,31 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L270", + "source_location": "L308", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_me", - "target": "api_representation_errors_270" + "target": "api_representation_errors_308", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L246", + "source_location": "L284", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_me", - "target": "api_representation_response_200_246" + "target": "api_representation_response_200_284", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L292", + "source_location": "L330", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_post_api_v1_representation_verify_national_code", - "target": "api_representation_errors_292" + "target": "api_representation_errors_330", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208685,91 +210486,41 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L289", + "source_location": "L327", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_post_api_v1_representation_verify_national_code", - "target": "api_representation_response_200_289" + "target": "api_representation_response_200_327", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L318", + "source_location": "L356", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_post_api_v1_representation_iban", - "target": "api_representation_errors_318" + "target": "api_representation_errors_356", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L306", + "source_location": "L344", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_post_api_v1_representation_iban", - "target": "api_representation_request_body_306" + "target": "api_representation_request_body_344", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L315", + "source_location": "L353", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_post_api_v1_representation_iban", - "target": "api_representation_response_200_315" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L334", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_delete_api_v1_representation_iban_id", - "target": "api_representation_response_200_334" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L359", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_post_api_v1_representation_doctor", - "target": "api_representation_errors_359" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L343", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_post_api_v1_representation_doctor", - "target": "api_representation_request_body_343" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L355", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_post_api_v1_representation_doctor", - "target": "api_representation_response_201_355" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L386", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_post_api_v1_representation_clinic", - "target": "api_representation_errors_386" + "target": "api_representation_response_200_353", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208777,119 +210528,99 @@ "source_file": "docs/api/representation.md", "source_location": "L372", "weight": 1.0, - "confidence_score": 1.0, + "source": "api_representation_delete_api_v1_representation_iban_id", + "target": "api_representation_response_200_372", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L397", + "weight": 1.0, + "source": "api_representation_post_api_v1_representation_doctor", + "target": "api_representation_errors_397", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L381", + "weight": 1.0, + "source": "api_representation_post_api_v1_representation_doctor", + "target": "api_representation_request_body_381", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L393", + "weight": 1.0, + "source": "api_representation_post_api_v1_representation_doctor", + "target": "api_representation_response_201_393", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L424", + "weight": 1.0, "source": "api_representation_post_api_v1_representation_clinic", - "target": "api_representation_request_body_372" + "target": "api_representation_errors_424", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L382", + "source_location": "L410", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_post_api_v1_representation_clinic", - "target": "api_representation_response_200_382" + "target": "api_representation_request_body_410", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L430", + "source_location": "L420", + "weight": 1.0, + "source": "api_representation_post_api_v1_representation_clinic", + "target": "api_representation_response_200_420", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L468", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_appointments", - "target": "api_representation_errors_430" + "target": "api_representation_errors_468", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L398", + "source_location": "L436", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_appointments", - "target": "api_representation_query_parameters_398" + "target": "api_representation_query_parameters_436", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L407", + "source_location": "L445", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_appointments", - "target": "api_representation_response_200_407" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L465", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_get_api_v1_representation_doctors", - "target": "api_representation_errors_465" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L443", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_get_api_v1_representation_doctors", - "target": "api_representation_query_parameters_443" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L450", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_get_api_v1_representation_doctors", - "target": "api_representation_response_200_450" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L485", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_get_api_v1_representation_doctors_stats", - "target": "api_representation_errors_485" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L478", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_get_api_v1_representation_doctors_stats", - "target": "api_representation_response_200_478" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L507", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_post_api_v1_representation_doctors_uuid_status", - "target": "api_representation_errors_507" - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "docs/api/representation.md", - "source_location": "L498", - "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_post_api_v1_representation_doctors_uuid_status", - "target": "api_representation_path_parameters_498" + "target": "api_representation_response_200_445", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208897,9 +210628,69 @@ "source_file": "docs/api/representation.md", "source_location": "L503", "weight": 1.0, - "confidence_score": 1.0, + "source": "api_representation_get_api_v1_representation_doctors", + "target": "api_representation_errors_503", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L481", + "weight": 1.0, + "source": "api_representation_get_api_v1_representation_doctors", + "target": "api_representation_query_parameters_481", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L488", + "weight": 1.0, + "source": "api_representation_get_api_v1_representation_doctors", + "target": "api_representation_response_200_488", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L523", + "weight": 1.0, + "source": "api_representation_get_api_v1_representation_doctors_stats", + "target": "api_representation_errors_523", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L516", + "weight": 1.0, + "source": "api_representation_get_api_v1_representation_doctors_stats", + "target": "api_representation_response_200_516", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L545", + "weight": 1.0, "source": "api_representation_post_api_v1_representation_doctors_uuid_status", - "target": "api_representation_response_200_503" + "target": "api_representation_errors_545", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L536", + "weight": 1.0, + "source": "api_representation_post_api_v1_representation_doctors_uuid_status", + "target": "api_representation_path_parameters_536", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208907,29 +210698,39 @@ "source_file": "docs/api/representation.md", "source_location": "L541", "weight": 1.0, - "confidence_score": 1.0, - "source": "api_representation_get_api_v1_representation_clinics", - "target": "api_representation_errors_541" + "source": "api_representation_post_api_v1_representation_doctors_uuid_status", + "target": "api_representation_response_200_541", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L520", + "source_location": "L579", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_clinics", - "target": "api_representation_query_parameters_520" + "target": "api_representation_errors_579", + "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L527", + "source_location": "L558", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_clinics", - "target": "api_representation_response_200_527" + "target": "api_representation_query_parameters_558", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/api/representation.md", + "source_location": "L565", + "weight": 1.0, + "source": "api_representation_get_api_v1_representation_clinics", + "target": "api_representation_response_200_565", + "confidence_score": 1.0 }, { "relation": "contains", @@ -208965,11 +210766,11 @@ "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/api/representation.md", - "source_location": "L571", + "source_location": "L609", "weight": 1.0, - "confidence_score": 1.0, "source": "api_representation_get_api_v1_representation_dashboard_summary", - "target": "api_representation_errors_571" + "target": "api_representation_errors_609", + "confidence_score": 1.0 }, { "relation": "contains", @@ -211877,9 +213678,9 @@ "source_file": "docs/ops-restarts.md", "source_location": "L111", "weight": 1.0, + "confidence_score": 1.0, "source": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", - "target": "docs_ops_restarts_\u062a\u0623\u06cc\u06cc\u062f_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a_\u0622\u0645\u0627\u062f\u0647", - "confidence_score": 1.0 + "target": "docs_ops_restarts_\u062a\u0623\u06cc\u06cc\u062f_\u0631\u0648\u06cc_\u0633\u0631\u0648\u0631_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a_\u0622\u0645\u0627\u062f\u0647" }, { "relation": "contains", @@ -211887,9 +213688,9 @@ "source_file": "docs/ops-restarts.md", "source_location": "L135", "weight": 1.0, + "confidence_score": 1.0, "source": "docs_ops_restarts_\u06f7_down_\u0634\u062f\u0646_\u0628\u0639\u062f_\u0627\u0632_\u0686\u0646\u062f_\u0633\u0627\u0639\u062a_\u06a9\u0645\u0628\u0648\u062f_\u062d\u0627\u0641\u0638\u0647_oom", - "target": "docs_ops_restarts_\u062c\u062f\u0648\u0644_\u062a\u0641\u0633\u06cc\u0631_\u062e\u0631\u0648\u062c\u06cc_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a", - "confidence_score": 1.0 + "target": "docs_ops_restarts_\u062c\u062f\u0648\u0644_\u062a\u0641\u0633\u06cc\u0631_\u062e\u0631\u0648\u062c\u06cc_\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a" }, { "relation": "contains", @@ -220623,5 +222424,5 @@ } ], "hyperedges": [], - "built_at_commit": "a5460cbaa9e04f2d266c96e7d7a502c5f08e59cf" + "built_at_commit": "59559e2e31c450f986bd2b454277fa8d6e4dfad3" } \ No newline at end of file diff --git a/graphify-out/manifest.json b/graphify-out/manifest.json index 0a665b29..9a1b061f 100644 --- a/graphify-out/manifest.json +++ b/graphify-out/manifest.json @@ -330,8 +330,8 @@ "semantic_hash": "" }, "assets/admin/pages/RepresentationsPage.tsx": { - "mtime": 1781869996.049502, - "ast_hash": "209d7dbe4157ebe69748d71acc2aa853", + "mtime": 1783569345.7762475, + "ast_hash": "55e5abec0221125a26d09949eb7e3f20", "semantic_hash": "" }, "assets/admin/pages/SecretariesPage.tsx": { @@ -400,8 +400,8 @@ "semantic_hash": "" }, "assets/admin/types/index.ts": { - "mtime": 1783499946.4879165, - "ast_hash": "edd28014dfe716c5bdaf1743e17bfea4", + "mtime": 1783569345.7764525, + "ast_hash": "caee3b2fd870a2e6f75ee6fb889ec0b1", "semantic_hash": "" }, "assets/app.js": { @@ -810,8 +810,8 @@ "semantic_hash": "" }, "src/Admin/Controller/AdminApiController.php": { - "mtime": 1783455997.6031876, - "ast_hash": "b17487b206b1483b616160fabb15f429", + "mtime": 1783569345.7785833, + "ast_hash": "76990cb279d535ab2d869f87752a185a", "semantic_hash": "" }, "src/Admin/Controller/AdminController.php": { @@ -825,8 +825,8 @@ "semantic_hash": "" }, "src/Appointment/Controller/AppointmentController.php": { - "mtime": 1782304270.2436676, - "ast_hash": "4af2f29806e8974c8f8b33af69a3b0a0", + "mtime": 1783569345.7788084, + "ast_hash": "f0cef49f9e7857799c71ea434525dbef", "semantic_hash": "" }, "src/Appointment/Controller/AppointmentSettingsController.php": { @@ -1075,8 +1075,8 @@ "semantic_hash": "" }, "src/Clinic/Controller/ClinicController.php": { - "mtime": 1782035216.5144877, - "ast_hash": "6a25be705a1b2c5e1ea41878a25009fb", + "mtime": 1783569345.779344, + "ast_hash": "4a12996b6afa6abb733c8f3f4da1c891", "semantic_hash": "" }, "src/Clinic/Entity/Clinic.php": { @@ -1085,8 +1085,8 @@ "semantic_hash": "" }, "src/Clinic/Repository/ClinicRepository.php": { - "mtime": 1781782025.3981936, - "ast_hash": "d3cd179c5e663867a2db6e465eb0cd73", + "mtime": 1783569345.779688, + "ast_hash": "7bce0f0c753de7786d7e5d6c5068724e", "semantic_hash": "" }, "src/ClinicInvitation/Controller/ClinicInvitationController.php": { @@ -1180,8 +1180,8 @@ "semantic_hash": "" }, "src/Doctor/Controller/DoctorController.php": { - "mtime": 1782978998.6554778, - "ast_hash": "86fbb75fbf607a364e8b98bcf921076a", + "mtime": 1783569345.7800236, + "ast_hash": "c056cab3f38fa4a224564ac3a2d4b728", "semantic_hash": "" }, "src/Doctor/Entity/Doctor.php": { @@ -1200,8 +1200,8 @@ "semantic_hash": "" }, "src/Doctor/Repository/DoctorRepository.php": { - "mtime": 1782977943.3100293, - "ast_hash": "8107334c65e7a5db72bfe6f94875b463", + "mtime": 1783569345.7805371, + "ast_hash": "90a5e3ccc3f1997cd50b5a2cb67d37e2", "semantic_hash": "" }, "src/DoctorService/Controller/DoctorServiceController.php": { @@ -1310,8 +1310,8 @@ "semantic_hash": "" }, "src/Location/Repository/CityRepository.php": { - "mtime": 1781085493.5616481, - "ast_hash": "bb4f54064d492b4d00aa0a8a21c7cb02", + "mtime": 1783569345.7806973, + "ast_hash": "72c4e4ad42c3709b056a0f248564504b", "semantic_hash": "" }, "src/Location/Repository/ProvinceRepository.php": { @@ -1450,18 +1450,18 @@ "semantic_hash": "" }, "src/Representation/Controller/RepresentationController.php": { - "mtime": 1782728407.2007582, - "ast_hash": "321713adc028713c1ead67a8ac9fbc09", + "mtime": 1783569345.781025, + "ast_hash": "669db8838feadee4a2515ddb46512d97", "semantic_hash": "" }, "src/Representation/Entity/Representation.php": { - "mtime": 1782650883.6145928, - "ast_hash": "b40403a32c980865f30ab428cd2f83ca", + "mtime": 1783569345.7812188, + "ast_hash": "a131cbff7a6d64e29c5f3ab61b470948", "semantic_hash": "" }, "src/Representation/Repository/RepresentationRepository.php": { - "mtime": 1782304285.8684978, - "ast_hash": "9a8035b3d8f18a47625f09e7665b3ecb", + "mtime": 1783569345.78135, + "ast_hash": "790e3fa6a3be7229e118cbc5e0cd9320", "semantic_hash": "" }, "src/Representation/Service/JalaliDateService.php": { @@ -1530,8 +1530,8 @@ "semantic_hash": "" }, "src/Settlement/Service/CommissionService.php": { - "mtime": 1782304402.8866458, - "ast_hash": "0257455b074592fb441b733cacced591", + "mtime": 1783569345.781548, + "ast_hash": "c442f7ef0e0ab80172f8cdeb8cc09593", "semantic_hash": "" }, "src/Shared/Constant/ErrorCodes.php": { @@ -2260,8 +2260,8 @@ "semantic_hash": "" }, "config/packages/security.yaml": { - "mtime": 1782995001.0929694, - "ast_hash": "3b126684770e87f7fef6545e099751fa", + "mtime": 1783569345.7766566, + "ast_hash": "6d04ed4f39e92b722ac727559194623a", "semantic_hash": "" }, "config/packages/twig.yaml": { @@ -2340,8 +2340,8 @@ "semantic_hash": "" }, "docs/api/admin.md": { - "mtime": 1783456077.2420146, - "ast_hash": "696cb26081d025472722594dfdc32152", + "mtime": 1783569345.7769597, + "ast_hash": "c0e70f627d969f3449dbe58fe653a9bf", "semantic_hash": "" }, "docs/api/appointment-settings.md": { @@ -2380,8 +2380,8 @@ "semantic_hash": "" }, "docs/api/clinic.md": { - "mtime": 1782035382.8888016, - "ast_hash": "24d7edcb8e5218250a6f7653e43c5d4f", + "mtime": 1783569345.777287, + "ast_hash": "c7b11dfac717f33e2b39372bb6d64c88", "semantic_hash": "" }, "docs/api/dashboard.md": { @@ -2395,8 +2395,8 @@ "semantic_hash": "" }, "docs/api/doctor.md": { - "mtime": 1782979047.5438921, - "ast_hash": "7f95fa1394ef1d84899929b5f2cf4d64", + "mtime": 1783569345.7776468, + "ast_hash": "70d56cf0705dfbfa35d4ea282536acfe", "semantic_hash": "" }, "docs/api/insurance.md": { @@ -2415,8 +2415,8 @@ "semantic_hash": "" }, "docs/api/payment.md": { - "mtime": 1783059802.8154833, - "ast_hash": "324965b58abe6317caab5653c982dfa7", + "mtime": 1783569345.7778866, + "ast_hash": "7e3149d1eb32cfdd150b44f29598e402", "semantic_hash": "" }, "docs/api/rating.md": { @@ -2425,8 +2425,8 @@ "semantic_hash": "" }, "docs/api/representation.md": { - "mtime": 1782979067.5559928, - "ast_hash": "0766b25592e2868c3e87d4e38958fa2e", + "mtime": 1783569345.77808, + "ast_hash": "2c4bbddefd4346abb457d327f2d8e6ae", "semantic_hash": "" }, "docs/api/secretary.md": { @@ -3540,8 +3540,8 @@ "semantic_hash": "" }, "src/Payment/Service/PaymentManager.php": { - "mtime": 1783239408.129024, - "ast_hash": "51937725073adf1f98391b485befaa79", + "mtime": 1783569345.7808533, + "ast_hash": "598f5727567765180a0fb1a9a7e60637", "semantic_hash": "" }, "tests/Payment/MellatGatewayTest.php": { @@ -3745,8 +3745,8 @@ "semantic_hash": "" }, "docs/ops-restarts.md": { - "mtime": 1783520952.2040253, - "ast_hash": "dd4692cc3fd108adf9cc15cb56999427", + "mtime": 1783528554.1951141, + "ast_hash": "6594570089394fd7591c73d421bf426d", "semantic_hash": "" }, "migrations/Version20260708083446.php": { @@ -3755,13 +3755,43 @@ "semantic_hash": "" }, "docs/collect-diagnostics.sh": { - "mtime": 1783520903.6040976, - "ast_hash": "5f2a05a7c797b9d61d22052335d2836b", + "mtime": 1783528559.0945294, + "ast_hash": "e4d454d67401331938ae2b169bf83cba", "semantic_hash": "" }, ".claude/prompt/server-down-oom-diagnosis.md": { "mtime": 1783520770.2451262, "ast_hash": "6cc51cccf53e21a9a25fc6208b0357dd", "semantic_hash": "" + }, + "migrations/Version20260709033925.php": { + "mtime": 1783569345.8005955, + "ast_hash": "801ed6f414d3ced74f63528d71de2560", + "semantic_hash": "" + }, + "src/Representation/Controller/SiteContextController.php": { + "mtime": 1783569345.8007598, + "ast_hash": "0414946458022dbf078687189c80d14d", + "semantic_hash": "" + }, + "src/Representation/Service/DomainContext.php": { + "mtime": 1783569345.8009496, + "ast_hash": "e7c7530c013778f3078db9c445e0d8c3", + "semantic_hash": "" + }, + "src/Representation/Service/DomainContextResolver.php": { + "mtime": 1783569345.8010752, + "ast_hash": "85a774dafdbdc6e9a9c619943e8cf06c", + "semantic_hash": "" + }, + "tests/Representation/DomainCommissionTest.php": { + "mtime": 1783569345.8012395, + "ast_hash": "d5a6e6c27e5cde29618dc797b86589f9", + "semantic_hash": "" + }, + ".claude/prompt/representation-multi-city-domain-commission.md": { + "mtime": 1783569345.800353, + "ast_hash": "7405ad1b5e6eb371ea5955ffb70195bc", + "semantic_hash": "" } } \ No newline at end of file diff --git a/migrations/Version20260709033925.php b/migrations/Version20260709033925.php new file mode 100644 index 00000000..96ae1570 --- /dev/null +++ b/migrations/Version20260709033925.php @@ -0,0 +1,44 @@ +addSql('CREATE TABLE representation_cities (representation_id INT NOT NULL, city_id INT NOT NULL, INDEX IDX_2BE110B046CE82F4 (representation_id), INDEX IDX_2BE110B08BAC62AF (city_id), PRIMARY KEY (representation_id, city_id)) DEFAULT CHARACTER SET utf8mb4'); + $this->addSql('ALTER TABLE representation_cities ADD CONSTRAINT FK_2BE110B046CE82F4 FOREIGN KEY (representation_id) REFERENCES representations (id) ON DELETE CASCADE'); + $this->addSql('ALTER TABLE representation_cities ADD CONSTRAINT FK_2BE110B08BAC62AF FOREIGN KEY (city_id) REFERENCES cities (id) ON DELETE CASCADE'); + $this->addSql('ALTER TABLE representations ADD domain VARCHAR(255) DEFAULT NULL, ADD is_global TINYINT NOT NULL DEFAULT 0'); + $this->addSql('CREATE UNIQUE INDEX UNIQ_C90A401A7A91E0B ON representations (domain)'); + + // Backfill from both legacy single-city mappings; idempotent and only for still-existing cities. + $this->addSql('INSERT IGNORE INTO representation_cities (representation_id, city_id) + SELECT r.id, r.city_id FROM representations r JOIN cities c ON c.id = r.city_id'); + $this->addSql('INSERT IGNORE INTO representation_cities (representation_id, city_id) + SELECT c.representation_id, c.id FROM cities c JOIN representations r ON r.id = c.representation_id'); + } + + public function down(Schema $schema): void + { + // this down() migration is auto-generated, please modify it to your needs + $this->addSql('ALTER TABLE representation_cities DROP FOREIGN KEY FK_2BE110B046CE82F4'); + $this->addSql('ALTER TABLE representation_cities DROP FOREIGN KEY FK_2BE110B08BAC62AF'); + $this->addSql('DROP TABLE representation_cities'); + $this->addSql('DROP INDEX UNIQ_C90A401A7A91E0B ON representations'); + $this->addSql('ALTER TABLE representations DROP domain, DROP is_global'); + } +} diff --git a/src/Admin/Controller/AdminApiController.php b/src/Admin/Controller/AdminApiController.php index 7731db1e..e298873f 100644 --- a/src/Admin/Controller/AdminApiController.php +++ b/src/Admin/Controller/AdminApiController.php @@ -1013,10 +1013,9 @@ class AdminApiController extends BaseController $cityId = $request->query->get('city_id'); $qb = $this->em->createQueryBuilder() - ->select('r.id, r.uuid, r.fullName, r.mobileNumber, u.mobileNumber as user_mobile, r.cityId, r.commissionPercent, r.active, r.createdAt, c.name as city_name') + ->select('r.id, r.uuid, r.fullName, r.mobileNumber, u.mobileNumber as user_mobile, r.cityId, r.domain, r.isGlobal, r.commissionPercent, r.active, r.createdAt') ->from(Representation::class, 'r') ->join('r.user', 'u') - ->leftJoin(City::class, 'c', 'WITH', 'c.id = r.cityId') ->orderBy('r.createdAt', 'DESC'); if ($search !== '') { @@ -1025,7 +1024,7 @@ class AdminApiController extends BaseController } if ($cityId !== null && $cityId !== '') { - $qb->andWhere('r.cityId = :cityId') + $qb->andWhere(':cityId MEMBER OF r.cities') ->setParameter('cityId', (int) $cityId); } @@ -1034,19 +1033,41 @@ class AdminApiController extends BaseController $rows = $qb->setFirstResult(($page - 1) * $limit)->setMaxResults($limit) ->getQuery()->getArrayResult(); - $items = array_map(fn(array $r) => [ - 'id' => (int) $r['id'], - 'uuid' => $r['uuid'], - 'domain' => $r['fullName'], - 'full_name' => $r['fullName'], - 'mobile_number' => $r['mobileNumber'] ?: ($r['user_mobile'] ?? null), - 'city_id' => $r['cityId'], - 'city' => $r['city_name'] ?? null, - 'commission_percent' => (float) $r['commissionPercent'], - 'wallet_balance' => 0, - 'is_active' => (bool) $r['active'], - 'created_at' => date('c', (int) $r['createdAt']), - ], $rows); + // نام شهرهای هر نماینده (چند-شهری) در یک کوئری برای صفحه‌ی جاری. + $repIds = array_map(fn(array $r) => (int) $r['id'], $rows); + $cityNames = []; + if ($repIds !== []) { + $cityRows = $this->em->getConnection()->fetchAllAssociative( + 'SELECT rc.representation_id, c.id AS city_id, c.name + FROM representation_cities rc JOIN cities c ON c.id = rc.city_id + WHERE rc.representation_id IN (?) ORDER BY c.name', + [$repIds], + [\Doctrine\DBAL\ArrayParameterType::INTEGER], + ); + foreach ($cityRows as $cr) { + $cityNames[(int) $cr['representation_id']][] = ['id' => (int) $cr['city_id'], 'name' => $cr['name']]; + } + } + + $items = array_map(function (array $r) use ($cityNames) { + $cities = $cityNames[(int) $r['id']] ?? []; + return [ + 'id' => (int) $r['id'], + 'uuid' => $r['uuid'], + 'domain' => $r['domain'], + 'is_global' => (bool) $r['isGlobal'], + 'full_name' => $r['fullName'], + 'mobile_number' => $r['mobileNumber'] ?: ($r['user_mobile'] ?? null), + 'city_id' => $cities[0]['id'] ?? $r['cityId'], + 'city_ids' => array_column($cities, 'id'), + 'cities' => $cities, + 'city' => $cities !== [] ? implode('، ', array_column($cities, 'name')) : null, + 'commission_percent' => (float) $r['commissionPercent'], + 'wallet_balance' => 0, + 'is_active' => (bool) $r['active'], + 'created_at' => date('c', (int) $r['createdAt']), + ]; + }, $rows); return $this->paginated($items, (int) $total, $page, $limit); } diff --git a/src/Appointment/Controller/AppointmentController.php b/src/Appointment/Controller/AppointmentController.php index f7581dc7..33dcbe68 100644 --- a/src/Appointment/Controller/AppointmentController.php +++ b/src/Appointment/Controller/AppointmentController.php @@ -32,7 +32,7 @@ class AppointmentController extends BaseController private readonly SlotCalculatorService $slotCalculator, private readonly PatientService $patientService, private readonly WeeklyScheduleRepository $scheduleRepo, - private readonly \App\Representation\Repository\RepresentationRepository $representationRepo, + private readonly \App\Representation\Service\DomainContextResolver $domainResolver, ) {} // ── Public: available slots ─────────────────────────────────────────────── @@ -260,13 +260,11 @@ class AppointmentController extends BaseController $appointment->setPatientGender($gender); if (isset($data['note'])) $appointment->setNote($data['note']); - // نماینده‌ی دامنه‌ی جاری (city_id از سایت)؛ برای گاردِ پورسانت. - $cityId = (int) ($data['city_id'] ?? 0); - if ($cityId > 0) { - $bookingRep = $this->representationRepo->findActiveByCityId($cityId); - if ($bookingRep !== null) { - $appointment->setBookingRepresentationId($bookingRep->getId()); - } + // نماینده‌ی دامنه‌ی مبدأ رزرو (از Origin مرورگر)؛ گاردِ نهایی پورسانت در لحظه‌ی + // پرداخت دوباره از payment.frontend_address محاسبه می‌شود — این فقط ثبتِ لحظه‌ی رزرو است. + $bookingCtx = $this->domainResolver->resolve($request->headers->get('origin')); + if ($bookingCtx->representationId() !== null) { + $appointment->setBookingRepresentationId($bookingCtx->representationId()); } // آدرس نوبت از روی session متناظر در برنامه‌ی هفتگی تعیین می‌شود (location_id). diff --git a/src/Clinic/Controller/ClinicController.php b/src/Clinic/Controller/ClinicController.php index a6f2ef15..d1991abb 100644 --- a/src/Clinic/Controller/ClinicController.php +++ b/src/Clinic/Controller/ClinicController.php @@ -44,6 +44,7 @@ class ClinicController extends BaseController private readonly UserRepository $userRepo, private readonly WeeklyScheduleRepository $scheduleRepo, private readonly FileValidatorService $fileValidator, + private readonly \App\Representation\Service\DomainContextResolver $domainResolver, private readonly string $projectDir, ) {} @@ -259,7 +260,7 @@ class ClinicController extends BaseController #[Route('/api/v1/clinics', methods: ['GET'])] public function list(Request $request): JsonResponse { - $filters = $request->query->all(); + $filters = $this->domainResolver->applyToListFilters($request->query->all()); $result = $this->clinicRepo->findWithFilters($filters); $clinicIds = array_map(fn(Clinic $c) => $c->getId(), $result['items']); diff --git a/src/Clinic/Repository/ClinicRepository.php b/src/Clinic/Repository/ClinicRepository.php index c7c4b4d3..caead174 100644 --- a/src/Clinic/Repository/ClinicRepository.php +++ b/src/Clinic/Repository/ClinicRepository.php @@ -65,6 +65,10 @@ class ClinicRepository extends ServiceEntityRepository if (!empty($filters['specialty'])) { $qb->andWhere('s.id = :specialty')->setParameter('specialty', (int) $filters['specialty']); } + // Scope دامنه‌ی نماینده‌ی سراسری (تزریق‌شده توسط DomainContextResolver در کنترلر). + if (!empty($filters['representation_id'])) { + $qb->andWhere('c.representationId = :repId')->setParameter('repId', (int) $filters['representation_id']); + } $qb->orderBy('c.id', $sort); diff --git a/src/Doctor/Controller/DoctorController.php b/src/Doctor/Controller/DoctorController.php index f17f2602..3f89579b 100644 --- a/src/Doctor/Controller/DoctorController.php +++ b/src/Doctor/Controller/DoctorController.php @@ -42,6 +42,7 @@ class DoctorController extends BaseController private readonly FileValidatorService $fileValidator, private readonly WeeklyScheduleRepository $scheduleRepo, private readonly TenantInsuranceCleanupService $insuranceCleanup, + private readonly \App\Representation\Service\DomainContextResolver $domainResolver, private readonly string $projectDir, ) {} @@ -241,7 +242,7 @@ class DoctorController extends BaseController #[Route('/api/v1/doctors', methods: ['GET'])] public function list(Request $request): JsonResponse { - $filters = $request->query->all(); + $filters = $this->domainResolver->applyToListFilters($request->query->all()); $result = $this->doctorRepo->findWithFilters($filters); $scheduleMap = []; diff --git a/src/Doctor/Repository/DoctorRepository.php b/src/Doctor/Repository/DoctorRepository.php index b991798c..57dde496 100644 --- a/src/Doctor/Repository/DoctorRepository.php +++ b/src/Doctor/Repository/DoctorRepository.php @@ -75,6 +75,10 @@ class DoctorRepository extends ServiceEntityRepository if (!empty($filters['specialty_id'])) { $qb->andWhere('s.id = :specialty')->setParameter('specialty', (int) $filters['specialty_id']); } + // Scope دامنه‌ی نماینده‌ی سراسری (تزریق‌شده توسط DomainContextResolver در کنترلر). + if (!empty($filters['representation_id'])) { + $qb->andWhere('d.representationId = :repId')->setParameter('repId', (int) $filters['representation_id']); + } if (!empty($filters['gender'])) { $qb->andWhere('d.gender = :gender')->setParameter('gender', $filters['gender']); } diff --git a/src/Location/Repository/CityRepository.php b/src/Location/Repository/CityRepository.php index b80d76b2..189ebbb1 100644 --- a/src/Location/Repository/CityRepository.php +++ b/src/Location/Repository/CityRepository.php @@ -28,6 +28,11 @@ class CityRepository extends ServiceEntityRepository return $qb->getQuery()->getResult(); } + public function findByDomain(string $domain): ?City + { + return $this->findOneBy(['domain' => $domain]); + } + public function save(City $city, bool $flush = true): void { $this->getEntityManager()->persist($city); diff --git a/src/Payment/Service/PaymentManager.php b/src/Payment/Service/PaymentManager.php index cc468752..2fc0e5c4 100644 --- a/src/Payment/Service/PaymentManager.php +++ b/src/Payment/Service/PaymentManager.php @@ -40,10 +40,20 @@ final class PaymentManager private readonly DoctorRepository $doctorRepo, private readonly ClinicRepository $clinicRepo, private readonly CommissionService $commissionService, + private readonly \App\Representation\Service\DomainContextResolver $domainResolver, private readonly JalaliDateService $jalali, private readonly string $appBaseUrl, ) {} + /** + * نماینده‌ی مالکِ دامنه‌ای که خرید از آن انجام شده — مبنای کمیسیون دامنه‌محور. + * frontend_address هنگام initiate با allow-list دامنه‌ها validate شده است. + */ + private function bookingRepresentationIdFor(Payment $payment): ?int + { + return $this->domainResolver->resolve($payment->getFrontendAddress())->representationId(); + } + /** * درگاه را برای یک پرداخت pending init می‌کند (ارتباط با بانک). * موفق → PaymentInitResult؛ ناموفق → false (پرداخت failed و ذخیره‌شده). @@ -306,7 +316,7 @@ final class PaymentManager $this->commissionService->processAppointment( $payment, $doctor->getRepresentationId(), - $appointment->getBookingRepresentationId(), + $this->bookingRepresentationIdFor($payment), $doctor->getId(), ); @@ -339,16 +349,18 @@ final class PaymentManager $user = $payment->getUser(); $doctor = $this->doctorRepo->findByUser($user); + $bookingRepId = $this->bookingRepresentationIdFor($payment); + if ($doctor !== null) { $this->subscriptionService->createFromPayment($payment, 'doctor', $doctor->getId(), $periodUuid); - $this->commissionService->processSubscription($payment, $doctor->getRepresentationId(), $doctor->getId(), null); + $this->commissionService->processSubscription($payment, $doctor->getRepresentationId(), $bookingRepId, $doctor->getId(), null); return; } $clinic = $this->clinicRepo->findByUser($user); if ($clinic !== null) { $this->subscriptionService->createFromPayment($payment, 'clinic', $clinic->getId(), $periodUuid); - $this->commissionService->processSubscription($payment, $clinic->getRepresentationId(), null, $clinic->getId()); + $this->commissionService->processSubscription($payment, $clinic->getRepresentationId(), $bookingRepId, null, $clinic->getId()); } } diff --git a/src/Representation/Controller/RepresentationController.php b/src/Representation/Controller/RepresentationController.php index ba9ca29c..6541cf96 100644 --- a/src/Representation/Controller/RepresentationController.php +++ b/src/Representation/Controller/RepresentationController.php @@ -4,6 +4,7 @@ namespace App\Representation\Controller; use App\Auth\Entity\User; use App\Auth\Repository\UserRepository; +use App\Location\Repository\CityRepository; use App\Representation\Entity\Representation; use App\Representation\Repository\RepresentationRepository; use App\Representation\Service\JalaliDateService; @@ -25,10 +26,68 @@ class RepresentationController extends BaseController public function __construct( private readonly RepresentationRepository $representationRepo, private readonly UserRepository $userRepo, + private readonly CityRepository $cityRepo, private readonly EntityManagerInterface $em, private readonly JalaliDateService $jalali, ) {} + /** + * اعمال فیلدهای مشترک create/update روی نماینده. + * خطا به‌صورت آرایه [code, message, field] برمی‌گردد؛ null یعنی موفق. + * فیلدهای domain و is_global فقط admin ($isAdmin) مجازند. + */ + private function applyRepresentationData(Representation $rep, array $data, bool $isAdmin): ?array + { + // چند-شهری: city_ids (آرایه) یا city_id قدیمی (BC). + $cityIds = null; + if (array_key_exists('city_ids', $data)) { + $cityIds = is_array($data['city_ids']) ? $data['city_ids'] : []; + } elseif (array_key_exists('city_id', $data)) { + $cityIds = $data['city_id'] ? [(int) $data['city_id']] : []; + } + if ($cityIds !== null) { + $cities = []; + foreach ($cityIds as $cid) { + $city = $this->cityRepo->find((int) $cid); + if ($city === null) { + return [ErrorCodes::ERR_VALIDATION_001, "شهر با شناسه {$cid} یافت نشد", 'city_ids']; + } + $cities[] = $city; + } + $rep->setCities($cities); + $rep->setCityId($cities !== [] ? (int) $cities[0]->getId() : null); + } + + if (array_key_exists('domain', $data)) { + if (!$isAdmin) { + return [ErrorCodes::ERR_AUTH_006, 'تغییر دامنه فقط توسط مدیر مجاز است', 'domain']; + } + $domain = Representation::normalizeDomain(is_string($data['domain']) ? $data['domain'] : null); + if ($domain !== null) { + if (!preg_match('/^[a-z0-9.-]+\.[a-z]{2,}$/', $domain)) { + return [ErrorCodes::ERR_VALIDATION_001, 'دامنه نامعتبر است', 'domain']; + } + if ($this->cityRepo->findByDomain($domain) !== null) { + return [ErrorCodes::ERR_CONFLICT_001, 'این دامنه متعلق به یکی از شهرهاست', 'domain']; + } + $existing = $this->representationRepo->findOneBy(['domain' => $domain]); + if ($existing !== null && $existing->getId() !== $rep->getId()) { + return [ErrorCodes::ERR_CONFLICT_001, 'این دامنه قبلاً برای نماینده دیگری ثبت شده است', 'domain']; + } + } + $rep->setDomain($domain); + } + + if (array_key_exists('is_global', $data)) { + if (!$isAdmin) { + return [ErrorCodes::ERR_AUTH_006, 'تغییر نوع نماینده (سراسری) فقط توسط مدیر مجاز است', 'is_global']; + } + $rep->setIsGlobal((bool) $data['is_global']); + } + + return null; + } + // ── CRUD ────────────────────────────────────────────────────────────────── #[OA\Post( @@ -115,10 +174,16 @@ class RepresentationController extends BaseController } $rep = new Representation($user, $fullName); - if (isset($data['city_id'])) $rep->setCityId($data['city_id'] ? (int)$data['city_id'] : null); if (!empty($data['commission_percent'])) $rep->setCommissionPercent((string)$data['commission_percent']); if (!empty($data['bank_account'])) $rep->setBankAccount($data['bank_account']); + // create فقط توسط ادمین انجام می‌شود (IsGranted بالای متد) → isAdmin=true. + if (($err = $this->applyRepresentationData($rep, $data, true)) !== null) { + [$code, $message, $field] = $err; + $status = $code === ErrorCodes::ERR_CONFLICT_001 ? 409 : 422; + return $this->error($code, $message, $status, $field); + } + $this->representationRepo->save($rep); return $this->success(['data' => $rep->toArray()], 201); @@ -213,9 +278,18 @@ class RepresentationController extends BaseController $isAdmin = $user->hasRole('ROLE_ADMIN'); if (array_key_exists('full_name', $data)) $rep->setFullName($data['full_name']); - if (array_key_exists('city_id', $data)) $rep->setCityId($data['city_id'] ? (int)$data['city_id'] : null); if (array_key_exists('bank_account', $data)) $rep->setBankAccount($data['bank_account']); + if (($err = $this->applyRepresentationData($rep, $data, $isAdmin)) !== null) { + [$code, $message, $field] = $err; + $status = match ($code) { + ErrorCodes::ERR_CONFLICT_001 => 409, + ErrorCodes::ERR_AUTH_006 => 403, + default => 422, + }; + return $this->error($code, $message, $status, $field); + } + // commission_percent and active are privileged: a representative must not // be able to raise their own commission or activate themselves. if (array_key_exists('commission_percent', $data)) { diff --git a/src/Representation/Controller/SiteContextController.php b/src/Representation/Controller/SiteContextController.php new file mode 100644 index 00000000..9799b90a --- /dev/null +++ b/src/Representation/Controller/SiteContextController.php @@ -0,0 +1,58 @@ +resolver->resolve((string) $request->query->get('domain', '')); + + $type = 'unknown'; + if ($ctx->city !== null) { + $type = 'city'; + } elseif ($ctx->representation !== null) { + $type = 'representation'; + } + + return $this->success([ + 'type' => $type, + 'city' => $ctx->city === null ? null : [ + 'id' => $ctx->city->getId(), + 'name' => $ctx->city->getName(), + ], + 'representation' => $ctx->representation === null ? null : [ + 'uuid' => $ctx->representation->getUuid(), + 'full_name' => $ctx->representation->getFullName(), + 'is_global' => $ctx->representation->isGlobal(), + ], + ]); + } +} diff --git a/src/Representation/Entity/Representation.php b/src/Representation/Entity/Representation.php index 1ba9de8e..684f0257 100644 --- a/src/Representation/Entity/Representation.php +++ b/src/Representation/Entity/Representation.php @@ -3,6 +3,9 @@ namespace App\Representation\Entity; use App\Auth\Entity\User; +use App\Location\Entity\City; +use Doctrine\Common\Collections\ArrayCollection; +use Doctrine\Common\Collections\Collection; use Doctrine\ORM\Mapping as ORM; use App\Representation\Repository\RepresentationRepository; use Symfony\Component\Uid\Uuid; @@ -29,9 +32,22 @@ class Representation #[ORM\Column(type: 'string', length: 20, nullable: true)] private ?string $mobileNumber = null; + /** @deprecated نگاشت تک-شهری قدیمی؛ منبع حقیقت $cities است. فقط برای BC خوانده می‌شود. */ #[ORM\Column(name: 'city_id', type: 'integer', nullable: true)] private ?int $cityId = null; + /** @var Collection شهرهای تحت پوشش نماینده */ + #[ORM\ManyToMany(targetEntity: City::class)] + #[ORM\JoinTable(name: 'representation_cities')] + private Collection $cities; + + /** دامنه اختصاصی نماینده (نرمال‌شده: بدون scheme/www)؛ مبنای کمیسیون دامنه‌محور. */ + #[ORM\Column(type: 'string', length: 255, nullable: true, unique: true)] + private ?string $domain = null; + + #[ORM\Column(name: 'is_global', type: 'boolean')] + private bool $isGlobal = false; + #[ORM\Column(name: 'commission_percent', type: 'decimal', precision: 5, scale: 2)] private string $commissionPercent = '10.00'; @@ -56,16 +72,35 @@ class Representation $this->uuid = Uuid::v4()->toRfc4122(); $this->user = $user; $this->fullName = $fullName; + $this->cities = new ArrayCollection(); $this->createdAt = time(); $this->updatedAt = time(); } + /** نرمال‌سازی دامنه: lowercase، حذف scheme/www/پورت/اسلش انتهایی. */ + public static function normalizeDomain(?string $domain): ?string + { + if ($domain === null) return null; + $d = strtolower(trim($domain)); + $d = preg_replace('~^https?://~', '', $d) ?? $d; + $d = preg_replace('~^www\.~', '', $d) ?? $d; + $d = explode('/', $d)[0]; + $d = explode(':', $d)[0]; + return $d === '' ? null : $d; + } + public function getId(): ?int { return $this->id; } public function getUuid(): string { return $this->uuid; } public function getUser(): User { return $this->user; } public function getFullName(): string { return $this->fullName; } public function getMobileNumber(): ?string { return $this->mobileNumber; } - public function getCityId(): ?int { return $this->cityId; } + public function getCityId(): ?int { return $this->cityIds()[0] ?? $this->cityId; } + /** @return Collection */ + public function getCities(): Collection { return $this->cities; } + /** @return int[] */ + public function cityIds(): array { return array_values(array_map(fn(City $c) => (int) $c->getId(), $this->cities->toArray())); } + public function getDomain(): ?string { return $this->domain; } + public function isGlobal(): bool { return $this->isGlobal; } public function getCommissionPercent(): string { return $this->commissionPercent; } public function getBankAccount(): ?array { return $this->bankAccount; } public function isActive(): bool { return $this->active; } @@ -73,6 +108,18 @@ class Representation public function setFullName(string $v): self { $this->fullName = $v; $this->touch(); return $this; } public function setMobileNumber(?string $v): self { $this->mobileNumber = $v; $this->touch(); return $this; } public function setCityId(?int $v): self { $this->cityId = $v; $this->touch(); return $this; } + /** @param City[] $cities */ + public function setCities(array $cities): self + { + $this->cities->clear(); + foreach ($cities as $city) { + if (!$this->cities->contains($city)) $this->cities->add($city); + } + $this->touch(); + return $this; + } + public function setDomain(?string $v): self { $this->domain = self::normalizeDomain($v); $this->touch(); return $this; } + public function setIsGlobal(bool $v): self { $this->isGlobal = $v; $this->touch(); return $this; } public function setCommissionPercent(string $v): self { $this->commissionPercent = $v; $this->touch(); return $this; } public function setBankAccount(?array $v): self { $this->bankAccount = $v; $this->touch(); return $this; } public function setActive(bool $v): self { $this->active = $v; $this->touch(); return $this; } @@ -132,7 +179,14 @@ class Representation 'uuid' => $this->uuid, 'full_name' => $this->fullName, 'mobile_number' => $this->mobileNumber, - 'city_id' => $this->cityId, + 'city_id' => $this->getCityId(), + 'city_ids' => $this->cityIds(), + 'cities' => array_values(array_map( + fn(City $c) => ['id' => (int) $c->getId(), 'name' => $c->getName()], + $this->cities->toArray(), + )), + 'domain' => $this->domain, + 'is_global' => $this->isGlobal, 'commission_percent' => $this->commissionPercent, 'bank_account' => $this->bankAccount, 'active' => $this->active, diff --git a/src/Representation/Repository/RepresentationRepository.php b/src/Representation/Repository/RepresentationRepository.php index 60961dbc..18eab779 100644 --- a/src/Representation/Repository/RepresentationRepository.php +++ b/src/Representation/Repository/RepresentationRepository.php @@ -24,9 +24,9 @@ class RepresentationRepository extends ServiceEntityRepository return $this->findOneBy(['user' => $user]); } - public function findActiveByCityId(int $cityId): ?Representation + public function findActiveByDomain(string $domain): ?Representation { - return $this->findOneBy(['cityId' => $cityId, 'active' => true]); + return $this->findOneBy(['domain' => $domain, 'active' => true]); } public function save(Representation $entity, bool $flush = true): void diff --git a/src/Representation/Service/DomainContext.php b/src/Representation/Service/DomainContext.php new file mode 100644 index 00000000..65203050 --- /dev/null +++ b/src/Representation/Service/DomainContext.php @@ -0,0 +1,26 @@ +representation?->getId(); + } +} diff --git a/src/Representation/Service/DomainContextResolver.php b/src/Representation/Service/DomainContextResolver.php new file mode 100644 index 00000000..0123938c --- /dev/null +++ b/src/Representation/Service/DomainContextResolver.php @@ -0,0 +1,66 @@ +resolve($domain); + if ($ctx->isGlobalRepresentation) { + $filters['representation_id'] = $ctx->representationId(); + unset($filters['city_id'], $filters['state_id'], $filters['city'], $filters['state']); + } + + return $filters; + } + + public function resolve(?string $hostOrUrl): DomainContext + { + $domain = Representation::normalizeDomain($hostOrUrl); + if ($domain === null) { + return DomainContext::empty(); + } + + $city = $this->cityRepo->findByDomain($domain); + if ($city !== null) { + // دامنه‌ی شهری؛ نماینده‌ای که دامنه‌ی اختصاصی‌اش این باشد وجود ندارد، + // ولی ممکن است نماینده‌ای دامنه‌ی شهر را به‌عنوان دامنه‌ی خودش ثبت کرده باشد. + $rep = $this->representationRepo->findActiveByDomain($domain); + return new DomainContext($rep, $city, false); + } + + $rep = $this->representationRepo->findActiveByDomain($domain); + if ($rep !== null) { + return new DomainContext($rep, null, $rep->isGlobal()); + } + + return DomainContext::empty(); + } +} diff --git a/src/Settlement/Service/CommissionService.php b/src/Settlement/Service/CommissionService.php index f683eeda..34073fbe 100644 --- a/src/Settlement/Service/CommissionService.php +++ b/src/Settlement/Service/CommissionService.php @@ -52,12 +52,17 @@ class CommissionService ); } - /** پورسانت ارتقاء اشتراک: درصد سراسری = upgrade_commission_percent. */ - public function processSubscription(Payment $payment, ?int $representationId, ?int $doctorId, ?int $clinicId): void + /** + * پورسانت ارتقاء اشتراک: درصد سراسری = upgrade_commission_percent. + * گاردِ دامنه (مثل نوبت): مالک پزشک/کلینیک و نماینده‌ی دامنه‌ی خرید باید یکی باشند. + */ + public function processSubscription(Payment $payment, ?int $ownerRepId, ?int $bookingRepId, ?int $doctorId, ?int $clinicId): void { if ($this->configRepo->get('upgrade_commission_enabled') !== '1') return; - $rep = $this->resolveRep($representationId); + if ($ownerRepId === null || $bookingRepId === null || $ownerRepId !== $bookingRepId) return; + + $rep = $this->resolveRep($ownerRepId); if ($rep === null) return; $this->settle( diff --git a/tests/Representation/DomainCommissionTest.php b/tests/Representation/DomainCommissionTest.php new file mode 100644 index 00000000..a97dde2b --- /dev/null +++ b/tests/Representation/DomainCommissionTest.php @@ -0,0 +1,128 @@ +createUser(['ROLE_USER', 'ROLE_REPRESENTATION']); + $rep = new Representation($owner, 'نماینده دامنه'); + $rep->setCommissionPercent('10'); + if ($domain !== null) $rep->setDomain($domain); + $rep->setIsGlobal($global); + $rep->setActive($active); + $this->em->persist($rep); + $this->em->flush(); + + return $rep; + } + + private function makePayment(string $frontendAddress): Payment + { + $payment = new Payment($this->createUser(), 2_000_000, 'mock', Payment::TYPE_APPOINTMENT, $frontendAddress); + $this->em->persist($payment); + $this->em->flush(); + + return $payment; + } + + private function resolver(): DomainContextResolver + { + return static::getContainer()->get(DomainContextResolver::class); + } + + // ── DomainContextResolver ──────────────────────────────────────────────── + + public function testResolverMatchesRepresentationDomainWithNormalization(): void + { + $domain = 'rep-' . uniqid() . '.ir'; + $rep = $this->makeRep($domain, global: true); + + $ctx = $this->resolver()->resolve('https://www.' . $domain . ':443/payment/result'); + + $this->assertSame($rep->getId(), $ctx->representationId()); + $this->assertTrue($ctx->isGlobalRepresentation); + $this->assertNull($ctx->city); + } + + public function testResolverIgnoresInactiveRepresentation(): void + { + $domain = 'rep-' . uniqid() . '.ir'; + $this->makeRep($domain, active: false); + + $ctx = $this->resolver()->resolve($domain); + + $this->assertNull($ctx->representation); + $this->assertFalse($ctx->isGlobalRepresentation); + } + + public function testResolverUnknownDomainIsEmpty(): void + { + $ctx = $this->resolver()->resolve('nowhere-' . uniqid() . '.ir'); + + $this->assertNull($ctx->representation); + $this->assertNull($ctx->city); + } + + // ── CommissionService: گارد دوشرطی ─────────────────────────────────────── + + public function testAppointmentCommissionOnlyWhenDomainOwnerMatchesDoctorOwner(): void + { + static::getContainer()->get(SiteConfigRepository::class)->set('appointment_commission_enabled', '1'); + $commission = static::getContainer()->get(CommissionService::class); + $breakdowns = static::getContainer()->get(FinancialBreakdownRepository::class); + + $rep = $this->makeRep('rep-' . uniqid() . '.ir'); + $other = $this->makeRep('rep-' . uniqid() . '.ir'); + + // دامنه‌ی نماینده‌ی دیگر → بدون کمیسیون + $p1 = $this->makePayment('https://' . $other->getDomain() . '/payment/result'); + $commission->processAppointment($p1, $rep->getId(), $other->getId(), 7); + $this->assertFalse($breakdowns->existsForPayment($p1)); + + // بدون دامنه (پرداخت بدون frontend_address) → بدون کمیسیون + $p2 = $this->makePayment(''); + $commission->processAppointment($p2, $rep->getId(), null, 7); + $this->assertFalse($breakdowns->existsForPayment($p2)); + + // دامنه و مالک یکی → کمیسیون ثبت می‌شود + $p3 = $this->makePayment('https://' . $rep->getDomain() . '/payment/result'); + $commission->processAppointment($p3, $rep->getId(), $rep->getId(), 7); + $this->assertTrue($breakdowns->existsForPayment($p3)); + } + + public function testSubscriptionCommissionUsesSameDomainGuard(): void + { + $config = static::getContainer()->get(SiteConfigRepository::class); + $config->set('upgrade_commission_enabled', '1'); + $config->set('upgrade_commission_percent', '20'); + $commission = static::getContainer()->get(CommissionService::class); + $breakdowns = static::getContainer()->get(FinancialBreakdownRepository::class); + + $rep = $this->makeRep('rep-' . uniqid() . '.ir'); + + // نماینده‌ی دامنه معلوم نیست → بدون کمیسیون (رفتار قدیمی کمیسیون می‌داد) + $p1 = $this->makePayment(''); + $commission->processSubscription($p1, $rep->getId(), null, 5, null); + $this->assertFalse($breakdowns->existsForPayment($p1)); + + // دامنه و مالک یکی → کمیسیون + $p2 = $this->makePayment('https://' . $rep->getDomain() . '/panel'); + $commission->processSubscription($p2, $rep->getId(), $rep->getId(), 5, null); + $this->assertTrue($breakdowns->existsForPayment($p2)); + } +}