This commit is contained in:
Narul Hidayah
2026-02-11 14:31:26 +07:00
parent c7a15bfe93
commit 143cf856ed
8 changed files with 628 additions and 12 deletions

View File

@ -115,6 +115,7 @@ const doc = {
$code: "R001",
$description: "Optional description",
$poli_id: "uuid-string",
$department_id: "uuid-string",
$status: "Y"
},
serviceType: {
@ -140,6 +141,19 @@ const doc = {
$fare: 500000,
$service_ids: ["uuid-string"]
},
department: {
$name: "igd",
$status: { "@enum": ["Y", "N"] }
},
doctorSchedule: {
$day: "Senin",
$start_time: "08:00",
$end_time: "12:00",
$doctor_id: "uuid-string",
$room_id: "uuid-string",
$quota: "20",
$status: { "@enum": ["Y", "N"] }
},
},
parameters: {