POST api/pt_data2

Request Information

URI Parameters

None.

Body Parameters

pt_data2
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.

crf_id

integer

None.

crt_other

string

None.

crf2_id

integer

None.

crf2_other

string

None.

first_dls_date

date

None.

first_dls_method_id

signed byte

None.

first_dc_id

integer

None.

first_dc_other

string

None.

first_va_date

date

None.

first_va_id

signed byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:23:51.3853931+07:00",
  "modify_time": "2024-10-05T10:23:51.3853931+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "patient_id": 1,
  "crf_id": 1,
  "crt_other": "sample string 8",
  "crf2_id": 1,
  "crf2_other": "sample string 9",
  "first_dls_date": "2024-10-05T10:23:51.3853931+07:00",
  "first_dls_method_id": 64,
  "first_dc_id": 1,
  "first_dc_other": "sample string 10",
  "first_va_date": "2024-10-05T10:23:51.3853931+07:00",
  "first_va_id": 64
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

pt_data2
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.

crf_id

integer

None.

crt_other

string

None.

crf2_id

integer

None.

crf2_other

string

None.

first_dls_date

date

None.

first_dls_method_id

signed byte

None.

first_dc_id

integer

None.

first_dc_other

string

None.

first_va_date

date

None.

first_va_id

signed byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:23:51.3853931+07:00",
  "modify_time": "2024-10-05T10:23:51.3853931+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "patient_id": 1,
  "crf_id": 1,
  "crt_other": "sample string 8",
  "crf2_id": 1,
  "crf2_other": "sample string 9",
  "first_dls_date": "2024-10-05T10:23:51.3853931+07:00",
  "first_dls_method_id": 64,
  "first_dc_id": 1,
  "first_dc_other": "sample string 10",
  "first_va_date": "2024-10-05T10:23:51.3853931+07:00",
  "first_va_id": 64
}