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

请求示例
| 名称 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| 量表类型 | string | 否 | SF12 | 量表类型 |
响应参数
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| id | Integer | 量表标识 | |
| title | String | 量表标题 | |
| description | String | 量表描述 | |
| subjectCount | Integer | 题目总数 | |
| type | String | 量表类型(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
}