POST api/BtsEvaluate/AddBtsEvaluate

新增BTS评估记录

Request Information

URI Parameters

None.

Body Parameters

DaoBtsEvaluate
NameDescriptionTypeAdditional information
Id

主键

integer

None.

NRS

integer

None.

Function1

integer

None.

Function2

integer

None.

Function3

integer

None.

Function4

integer

None.

Mood

integer

None.

Sleep

integer

None.

Neuropathic1

integer

None.

Neuropathic2

integer

None.

Neuropathic3

integer

None.

Neuropathic4

integer

None.

Neuropathic5

integer

None.

Neuropathic6

integer

None.

Burst

integer

None.

Other

补充说明

string

None.

EvaluateResult

评估分数

integer

None.

PicPositions

图片上位置像素点数组

string

None.

Origin

来源 自主评估/tens前/tens后/mbct前/mbct后

string

None.

UserName

用户登录名

string

None.

CreateTime

创建时间

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NRS": 1,
  "Function1": 1,
  "Function2": 1,
  "Function3": 1,
  "Function4": 1,
  "Mood": 1,
  "Sleep": 1,
  "Neuropathic1": 1,
  "Neuropathic2": 1,
  "Neuropathic3": 1,
  "Neuropathic4": 1,
  "Neuropathic5": 1,
  "Neuropathic6": 1,
  "Burst": 1,
  "Other": "sample string 1",
  "EvaluateResult": 1,
  "PicPositions": "sample string 2",
  "Origin": "sample string 3",
  "UserName": "sample string 4",
  "CreateTime": "2025-06-08 04:18:52"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

新增BTS评估记录

CommonOutDtoOfString
NameDescriptionTypeAdditional information
code

CommonOutCode

None.

data

string

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 0,
  "data": "sample string 1",
  "message": "sample string 2"
}