fix medical form
This commit is contained in:
@ -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"] },
|
||||
|
||||
Reference in New Issue
Block a user