Obtener una orden
Obtener una orden por su id o el folio relacionado
Tambien puedes obtener la informacion de una orden filtrando por uno de estos dos parametros:
id: order identifier, the identifier is of UUID typefolio: Study identifier, assigned by the hospital. Max length is 80 characters. You can use 'accession_number' as an alias for this field
Gets the detail of an order.
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200
A successful response that returns the order details.
application/json
401
A failed response due to insufficient permissions to execute the operation.
application/json
403
A failed response due to not having the proper permissions.
application/json
404
A failed response because the required order was not found.
application/json
500
A failed response due to a server problem.
application/json
get
/orders/{id}/Last updated