@@ -51,7 +51,7 @@ channels:
51
51
message :
52
52
oneOf :
53
53
- " $ref " : ' #/components/messages/medicalDeviceUsageEvent'
54
- - " $ref " : " #/components/messages/processInfoEvent "
54
+ - " $ref " : " #/components/messages/patientOnOperatingTableEvent "
55
55
- " $ref " : ' #/components/messages/medicalTechnologyUsageEvent'
56
56
- " $ref " : ' #/components/messages/patientTrackedEvent'
57
57
@@ -103,13 +103,13 @@ components:
103
103
contentType : application/json
104
104
payload :
105
105
$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 .
110
110
contentType : application/json
111
111
payload :
112
- $ref : " #/components/schemas/processInfoEventPayload "
112
+ $ref : " #/components/schemas/patientOnOperatingTableEventPayload "
113
113
medicalTechnologyUsageEvent :
114
114
name : medicalTechnologyUsageEvent
115
115
title : The Medical Technology Usage Event
@@ -235,15 +235,15 @@ components:
235
235
dateTime :
236
236
type : string
237
237
description : the timestamp of the event.
238
- processInfoEventPayload :
238
+ patientOnOperatingTableEventPayload :
239
239
type : object
240
240
properties :
241
241
key :
242
242
type : string
243
243
description : The key of the event.
244
244
data :
245
245
type : object
246
- $ref : " #/components/schemas/processInfo "
246
+ $ref : " #/components/schemas/patientOnOperatingTable "
247
247
dateTime :
248
248
type : string
249
249
description : the timestamp of the event.
@@ -334,12 +334,9 @@ components:
334
334
type : boolean
335
335
description : true if the technology is in use, false otherwise.
336
336
337
- processInfo :
337
+ patientOnOperatingTable :
338
338
type : object
339
339
properties :
340
- info :
341
- type : string
342
- description : The information about the process.
343
340
processId :
344
341
type : string
345
342
description : The id of the process.
0 commit comments