add button detail func mockup

This commit is contained in:
2024-08-20 17:58:02 +07:00
parent c65da6ade9
commit 1d698dbca4
3 changed files with 49 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ const store = {
kelpelanggan: "PASIEN MANDIRI",
nama: "Tn. Alpha",
status: "New",
doneCall: "N",
},
{
tanggal: "31-07-2024",
@@ -17,6 +18,7 @@ const store = {
kelpelanggan: "PASIEN KLINISI",
nama: "Tn. Beta",
status: "New",
doneCall: "N",
},
{
tanggal: "30-07-2024",
@@ -24,6 +26,7 @@ const store = {
kelpelanggan: "PASIEN KLINISI",
nama: "Tn. Gamma",
status: "New",
doneCall: "N",
},
],
selected_patients: {
@@ -39,15 +42,20 @@ const store = {
{
specimen: "EDTA Rutin",
barcode: "055000035LSE1A",
requirement: "",
sDate: new Date(),
eDate: "",
},
{
specimen: "EDTA Rutin",
barcode: "0550000AA223FF",
requirement: "",
sDate: new Date(),
eDate: "",
},
],
jenis: ["DARAH", "SWAB/SEKRET" ]
},
pemeriksaan: [
"Hematologi Lengkap", "Golongan Darah Rhesus", "Kultur Usap Tenggorokan (Vitek)",
]