POST api/pt_data1

Request Information

URI Parameters

None.

Body Parameters

pt_data1
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

patient_id

integer

None.

contact_other

string

None.

income_id

signed byte

None.

expenser_id

integer

None.

expenser_other

string

None.

height

decimal number

None.

weight

decimal number

None.

bmi

decimal number

None.

alcohol_id

signed byte

None.

cigarette_id

signed byte

None.

hn_owner

string

None.

cure_type_id

signed byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:21:12.3663449+07:00",
  "modify_time": "2024-10-05T10:21:12.3663449+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "patient_id": 8,
  "contact_other": "sample string 9",
  "income_id": 64,
  "expenser_id": 1,
  "expenser_other": "sample string 10",
  "height": 1.0,
  "weight": 1.0,
  "bmi": 1.0,
  "alcohol_id": 64,
  "cigarette_id": 64,
  "hn_owner": "sample string 11",
  "cure_type_id": 64
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

pt_data1
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

patient_id

integer

None.

contact_other

string

None.

income_id

signed byte

None.

expenser_id

integer

None.

expenser_other

string

None.

height

decimal number

None.

weight

decimal number

None.

bmi

decimal number

None.

alcohol_id

signed byte

None.

cigarette_id

signed byte

None.

hn_owner

string

None.

cure_type_id

signed byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:21:12.3663449+07:00",
  "modify_time": "2024-10-05T10:21:12.3663449+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "patient_id": 8,
  "contact_other": "sample string 9",
  "income_id": 64,
  "expenser_id": 1,
  "expenser_other": "sample string 10",
  "height": 1.0,
  "weight": 1.0,
  "bmi": 1.0,
  "alcohol_id": 64,
  "cigarette_id": 64,
  "hn_owner": "sample string 11",
  "cure_type_id": 64
}