评估结果不会记录到病案中
- Since:
- Author:
-
Methods
(inner) get /curativeeffect(medicalrecordId, timestamp, sign)
Parameters:
Name |
Type |
Description |
medicalrecordId |
String(24)
|
病案ID |
timestamp |
String(10)
|
时间戳,值为秒值,长度10位,时间戳有效期:±10分钟 |
sign |
String(64)
|
签名 |
Properties:
Name |
Type |
Description |
curativeeffect |
Array.<Number>
|
评估结果,数值为各评估情况的占比,[0]:痊愈指数,[1]:好转指数,[2]:无效指数 |
Examples
请求示例:/curativeeffect?medicalrecordId=5e2e7bdab8d9e2499c3058ec&sign=F4ED954DAB13AA0DD9F0A9055834EB86983CC886401B4DF0EB5B8785E40C9B48×tamp=1570428513
返回示例:
{
"curativeeffect": [0.15, 0, 0.12]
}