ud
This commit is contained in:
@ -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: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user