[WIP] Добавил карточку пациента на приеме

This commit is contained in:
megavrilinvv
2023-07-25 18:09:17 +03:00
parent 4d8d8f410e
commit 286b17b77f
5 changed files with 178 additions and 5 deletions

View File

@@ -120,7 +120,12 @@ export const patientList = [
avatar: personImage,
check: false,
reception: "25.07.2023",
time: { from: "12:00", to: "14:00" },
time: { from: "12:00", to: "23:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 1,
@@ -132,6 +137,11 @@ export const patientList = [
check: false,
reception: "25.07.2023",
time: { from: "11:00", to: "12:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 2,
@@ -142,7 +152,12 @@ export const patientList = [
avatar: personImage,
check: false,
reception: "25.07.2023",
time: { from: "09:00", to: "11:00" },
time: { from: "14:00", to: "16:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 3,
@@ -154,6 +169,11 @@ export const patientList = [
check: false,
reception: "27.07.2023",
time: { from: "12:00", to: "14:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 4,
@@ -165,6 +185,11 @@ export const patientList = [
check: false,
reception: "27.07.2023",
time: { from: "11:00", to: "14:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 5,
@@ -176,6 +201,11 @@ export const patientList = [
check: false,
reception: "28.07.2023",
time: { from: "18:00", to: "19:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 6,
@@ -187,6 +217,11 @@ export const patientList = [
check: false,
reception: "25.07.2023",
time: { from: "16:00", to: "17:00" },
priority: 0,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 7,
@@ -198,6 +233,11 @@ export const patientList = [
check: false,
reception: "25.07.2023",
time: { from: "20:00", to: "21:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 8,
@@ -209,6 +249,11 @@ export const patientList = [
check: false,
reception: "31.06.2023",
time: { from: "12:00", to: "14:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 9,
@@ -220,6 +265,11 @@ export const patientList = [
check: false,
reception: "30.07.2023",
time: { from: "12:00", to: "14:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
{
id: 10,
@@ -231,6 +281,11 @@ export const patientList = [
check: false,
reception: "27.07.2023",
time: { from: "09:00", to: "10:00" },
priority: 1,
phone: "+7 (910) 6233223",
email: "gaevaia@yandex.ru",
company: "ООО «АльфаСтрахование»",
policy: "№ 2131-1331-4142",
},
],
choice: false,