Module: 整体疗效评估^2021/12/20

评估结果将会记录到病案中
Since:
  • 2021/12/20
Author:
  • zz

Methods

(inner) get /assessment(medicalrecordId, curativeeffect, curativeeffectInfoopt, timestamp, sign)

Parameters:
Name Type Attributes Description
medicalrecordId String(24) 病案ID
curativeeffect Number 评估结果,1:痊愈,2:好转,3:无效,注意!疗效评估只能进行一次,重复评估将返回错误 2021/12/20
curativeeffectInfo String(200) <optional>
疗效描述,最多200个字符
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
Properties:
Name Type Attributes Description
medicalrecordId String(24) <optional>
入参curativeeffect=2、3(好转、无效)时返回,不返回success,继续原方施治,接口处理方法,返回原病案ID,可通过接口 获取病案 获取原病案信息 2021/11/22
success Boolean <optional>
入参curativeeffect=1、4(痊愈、加重)时返回success:true,不返回medicalrecordId,如果=1,那么建议调用接口 病症和科目列表 重选选择病症诊断 2021/11/22
Examples
请求示例:/assessment?medicalrecordId=5e2e7bdab8d9e2499c3058ec&curativeeffect=4&curativeeffectInfo=全好了!&sign=F4ED954DAB13AA0DD9F0A9055834EB86983CC886401B4DF0EB5B8785E40C9B48&timestamp=1570428513
返回示例:
  {
    "medicalrecordId": "5e2e7bdab8d9e2499c3058ec",
    "success": true
  }