feat(api): add pharmacy room list endpoint

This commit is contained in:
avicenan
2026-03-17 11:19:26 +07:00
parent 520ad68f84
commit 7cb89e7693
3 changed files with 98 additions and 0 deletions

View File

@ -122,6 +122,13 @@ const doc = {
$department_id: "uuid-string",
$status: "Y"
},
// pharmacy: {
// $room: "Room name",
// $code: "R001",
// $description: "Optional description",
// $department_id: "uuid-string",
// $status: "Y"
// },
serviceType: {
$name: "Registration & Tickets",
$status: { "@enum": ["Y", "N"] }