Skip to content

Commit 5ff243f

Browse files
docs(asyncapi): add documentation of patient on operating table event
1 parent 58c0c44 commit 5ff243f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docs/asyncapi/asyncapi.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ channels:
5151
message:
5252
oneOf:
5353
- "$ref": '#/components/messages/medicalDeviceUsageEvent'
54-
- "$ref": "#/components/messages/processInfoEvent"
54+
- "$ref": "#/components/messages/patientOnOperatingTableEvent"
5555
- "$ref": '#/components/messages/medicalTechnologyUsageEvent'
5656
- "$ref": '#/components/messages/patientTrackedEvent'
5757

@@ -103,13 +103,13 @@ components:
103103
contentType: application/json
104104
payload:
105105
$ref: "#/components/schemas/medicalDeviceUsageEventPayload"
106-
processInfoEvent:
107-
name: processInfoEvent
108-
title: The Process Informations Event
109-
summary: the event about some informations on process.
106+
patientOnOperatingTableEvent:
107+
name: patientOnOperatingTableEvent
108+
title: The Event of patient on operating table
109+
summary: The Event of patient on operating table.
110110
contentType: application/json
111111
payload:
112-
$ref: "#/components/schemas/processInfoEventPayload"
112+
$ref: "#/components/schemas/patientOnOperatingTableEventPayload"
113113
medicalTechnologyUsageEvent:
114114
name: medicalTechnologyUsageEvent
115115
title: The Medical Technology Usage Event
@@ -235,15 +235,15 @@ components:
235235
dateTime:
236236
type: string
237237
description: the timestamp of the event.
238-
processInfoEventPayload:
238+
patientOnOperatingTableEventPayload:
239239
type: object
240240
properties:
241241
key:
242242
type: string
243243
description: The key of the event.
244244
data:
245245
type: object
246-
$ref: "#/components/schemas/processInfo"
246+
$ref: "#/components/schemas/patientOnOperatingTable"
247247
dateTime:
248248
type: string
249249
description: the timestamp of the event.
@@ -334,12 +334,9 @@ components:
334334
type: boolean
335335
description: true if the technology is in use, false otherwise.
336336

337-
processInfo:
337+
patientOnOperatingTable:
338338
type: object
339339
properties:
340-
info:
341-
type: string
342-
description: The information about the process.
343340
processId:
344341
type: string
345342
description: The id of the process.

0 commit comments

Comments
 (0)