Module: 医生获取病案数^2021/7/19

Since:
  • 2021/7/19
Author:
  • zz

Methods

(inner) get /doctor_medicalrecord_count(timestamp, {String(64), doctorId)

Parameters:
Name Type Description
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
{String(64) sign - 签名
doctorId String(24) 医生ID
Properties:
Name Type Description
medicalrecordCount String(10) 病案数,仅包含已完成病案,不包含删除
Throws:
400 缺少doctorId
Examples
请求示例:/doctor_medicalrecord_count?sign=29B95FBA8B10FEDFDCD4C9BC172F31AFA687DFA6B9241E69F3E59E873B6CF924&timestamp=1570428513&phone=doctorId
返回示例:
  {
    "medicalrecordCount": 1562
  }