From 72725c960037aecffe6f7f833e25af378d396435 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Tue, 9 Jul 2024 19:32:20 +0330 Subject: [PATCH] create list specialties --- data/specialties.json | 122 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/data/specialties.json b/data/specialties.json index e69de29..ca86b05 100644 --- a/data/specialties.json +++ b/data/specialties.json @@ -0,0 +1,122 @@ +[ + { + "id": 1, + "name": "مغز و اعصاب", + "number_of_doctors": "۱۷۴" + }, + { + "id": 2, + "name": "چشم پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 3, + "name": "پوست،مو،زیبایی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 4, + "name": "اطفال", + "number_of_doctors": "۱۷۴" + }, + { + "id": 5, + "name": "دندان پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 6, + "name": "قلب و عروق", + "number_of_doctors": "۱۷۴" + }, + { + "id": 7, + "name": "مغز و اعصاب", + "number_of_doctors": "۱۷۴" + }, + { + "id": 8, + "name": "چشم پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 9, + "name": "پوست،مو،زیبایی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 10, + "name": "اطفال", + "number_of_doctors": "۱۷۴" + }, + { + "id": 11, + "name": "دندان پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 12, + "name": "قلب و عروق", + "number_of_doctors": "۱۷۴" + }, + { + "id": 13, + "name": "مغز و اعصاب", + "number_of_doctors": "۱۷۴" + }, + { + "id": 14, + "name": "چشم پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 15, + "name": "پوست،مو،زیبایی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 16, + "name": "اطفال", + "number_of_doctors": "۱۷۴" + }, + { + "id": 17, + "name": "دندان پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 18, + "name": "قلب و عروق", + "number_of_doctors": "۱۷۴" + }, + { + "id": 19, + "name": "مغز و اعصاب", + "number_of_doctors": "۱۷۴" + }, + { + "id": 20, + "name": "چشم پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 21, + "name": "پوست،مو،زیبایی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 22, + "name": "اطفال", + "number_of_doctors": "۱۷۴" + }, + { + "id": 23, + "name": "دندان پزشکی", + "number_of_doctors": "۱۷۴" + }, + { + "id": 24, + "name": "قلب و عروق", + "number_of_doctors": "۱۷۴" + } +] \ No newline at end of file