update service examination
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
"database": {
|
"database": {
|
||||||
"engine": "postgres",
|
"engine": "postgres",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": "1520",
|
"port": "15432",
|
||||||
"username": "saude_stag",
|
"username": "saude_stag",
|
||||||
"password": "gM*#o>3W4&5X",
|
"password": "gM*#o>3W4&5X",
|
||||||
"database": "saude_stag",
|
"database": "saude_stag",
|
||||||
|
|||||||
@ -82,7 +82,7 @@ export class ServiceExaminationController {
|
|||||||
required: true,
|
required: true,
|
||||||
content: {
|
content: {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
schema: { $ref: "#/components/schemas/serviceExamination" }
|
schema: { $ref: "#/components/schemas/serviceExaminationCreate" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -222,6 +222,10 @@ const doc = {
|
|||||||
serviceExamination: {
|
serviceExamination: {
|
||||||
$examination_detail_ids: ["uuid-string"],
|
$examination_detail_ids: ["uuid-string"],
|
||||||
},
|
},
|
||||||
|
serviceExaminationCreate: {
|
||||||
|
$examination_detail_ids: ["uuid-string"],
|
||||||
|
$service_id: "uuid-string",
|
||||||
|
},
|
||||||
hospitalinformation: {
|
hospitalinformation: {
|
||||||
$name: "Hospital Name",
|
$name: "Hospital Name",
|
||||||
$address: "Hospital Address",
|
$address: "Hospital Address",
|
||||||
|
|||||||
Reference in New Issue
Block a user