12
12
name : MIT License
13
13
url : ' https://opensource.org/license/mit/'
14
14
15
+ tags :
16
+ - name : Room API
17
+ description : This is the available API to manage and obtain information about rooms within the Operating Block.
18
+ - name : Medical Technology API
19
+ description : This is the available API to manage and obtain information about rooms within the Operating Block.
20
+
15
21
paths :
16
22
/rooms :
17
23
post :
24
+ tags :
25
+ - Room API
18
26
summary : insert a new room
19
27
operationId : insertRoom
20
28
description : Add new room to the operating block
36
44
37
45
/rooms/{room-id} :
38
46
get :
47
+ tags :
48
+ - Room API
39
49
summary : get the room information
40
50
operationId : getRoom
41
51
description : Get room information
66
76
' 500 ' :
67
77
description : server error occurred
68
78
delete :
79
+ tags :
80
+ - Room API
69
81
summary : delete the room
70
82
operationId : deleteRoom
71
83
description : Delete a room
86
98
87
99
/medicalTechnologies :
88
100
post :
101
+ tags :
102
+ - Medical Technology API
89
103
summary : insert a new medical technology
90
104
operationId : insertMedicalTechnology
91
105
description : Add new medical technology to the operating block
@@ -107,6 +121,8 @@ paths:
107
121
108
122
/medicalTechnologies/{technology-id} :
109
123
get :
124
+ tags :
125
+ - Medical Technology API
110
126
summary : get the medical technology information
111
127
operationId : getMedicalTechnology
112
128
description : Get medical technology information
@@ -137,6 +153,8 @@ paths:
137
153
' 500 ' :
138
154
description : server error occurred
139
155
delete :
156
+ tags :
157
+ - Medical Technology API
140
158
summary : delete the medical technology
141
159
operationId : deleteMedicalTechnology
142
160
description : Delete a medical technology
@@ -155,6 +173,8 @@ paths:
155
173
' 500 ' :
156
174
description : server error occurred
157
175
patch :
176
+ tags :
177
+ - Medical Technology API
158
178
summary : update medical technology mapping
159
179
operationId : updateMedicalTechnology
160
180
description : Map the medical technology to a room inside the Operating Block
0 commit comments