The Surgical Process Monitoring Microservice of the Smart Operating Block project.
The event broker
The topic on which the process events are published.
Get all the events related to current surgical processes within the operating block.
Accepts the following message:
the event of a step of a surgical process comunicated by an operating room gateway.
{
"key": "string",
"data": {
"roomId": "string",
"step": "string"
},
"dateTime": "string"
}
The topic on which the process summary events are published.
Send all the events related to surgical processes summary within the operating block.
Accepts the following message:
{
"key": "string",
"dateTime": "string",
"data": {}
}
the event of a step of a surgical process comunicated by an operating room gateway.