gettriagetime
TriageTimeResponseInfo Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"patientId": {
"type": "string"
},
"start": {
"type": "object"
},
"end": {
"type": "object"
},
"duration": {
"type": "number"
}
},
"required": [
"_id",
"patientId",
"start",
"end",
"duration"
]
}