Skip to content
On this page

在线调试

打开疾病识别开放平台,在在线调试中打开量表调试,点击发起调用即可完成在线调试。

项目列表

请求示例

名称类型是否必选示例值描述
量表类型stringSF12量表类型

响应参数

名称类型示例值描述
idInteger量表标识
titleString量表标题
descriptionString量表描述
subjectCountInteger题目总数
typeString量表类型(TCM,SF12等)

响应参数示例

json
{
  "code": 0,
  "msg": "success",
  "data": [
    {
      "id": 1,
      "title": "中医体质辨识33",
      "description": "中医体质辨识33道题",
      "subjectCount": 33,
      "type": "TCM"
    },
    {
      "id": 2,
      "title": "生活质量量表SF12V2",
      "description": "生活质量量表",
      "subjectCount": 12,
      "type": "SF12"
    },
    {
      "id": 3,
      "title": "中医体质辨识54",
      "description": "中医体质辨识54道题",
      "subjectCount": 54,
      "type": "TCM"
    }
  ],
  "time": 102
}