fix medical form

This commit is contained in:
avicenan
2026-05-22 15:30:05 +09:00
parent 7d856ffcfc
commit b0b784836e
4 changed files with 54 additions and 20 deletions

View File

@ -132,6 +132,7 @@ const doc = {
$status: "Y",
$location: "Room location",
$picture: "Room picture name",
medical_forms: ["uuid-string"],
},
room_number: {
$number: "101",
@ -215,8 +216,11 @@ const doc = {
$status: { "@enum": ["Y", "N"] },
},
medical_form: {
$title: "Form title",
$name: "Form name",
$description: "Form description",
picture: "Form picture path",
$status: "Y",
},
referenceRange: {
$gender: { "@enum": ["male", "female"] },