GET api/demographiccenters/center/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of demographiccenter
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.

title

string

None.

annual

string

None.

hospital_hn

string

None.

hospital_name

string

None.

trt_id

string

None.

center_name

string

None.

begin_date

date

None.

address_id

integer

None.

phones

string

None.

mobile_phone

string

None.

fax

string

None.

coordinator_name1

string

None.

coordinator_name2

string

None.

coordinator_name3

string

None.

coordinatorEmail

string

None.

org_aff_id

integer

None.

org_aff_other

string

None.

center_status_id

integer

None.

running_id

integer

None.

is_open_rrt_service_hd

signed byte

None.

is_open_rrt_service_capd

signed byte

None.

is_open_rrt_service_kidneytrans

signed byte

None.

IsChangePresStatusInLastYear

signed byte

None.

LogoFileName

string

None.

LogoFileExtension

string

None.

CenterImageName

string

None.

CenterImageExtension

string

None.

tax_number

string

None.

record_date

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:15:02.1823466+07:00",
    "modify_time": "2024-10-05T10:15:02.1823466+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "title": "sample string 8",
    "annual": "sample string 9",
    "hospital_hn": "sample string 10",
    "hospital_name": "sample string 11",
    "trt_id": "sample string 12",
    "center_name": "sample string 13",
    "begin_date": "2024-10-05T10:15:02.1823466+07:00",
    "address_id": 1,
    "phones": "sample string 14",
    "mobile_phone": "sample string 15",
    "fax": "sample string 16",
    "coordinator_name1": "sample string 17",
    "coordinator_name2": "sample string 18",
    "coordinator_name3": "sample string 19",
    "coordinatorEmail": "sample string 20",
    "org_aff_id": 1,
    "org_aff_other": "sample string 21",
    "center_status_id": 1,
    "running_id": 1,
    "is_open_rrt_service_hd": 64,
    "is_open_rrt_service_capd": 64,
    "is_open_rrt_service_kidneytrans": 64,
    "IsChangePresStatusInLastYear": 64,
    "LogoFileName": "sample string 22",
    "LogoFileExtension": "sample string 23",
    "CenterImageName": "sample string 24",
    "CenterImageExtension": "sample string 25",
    "tax_number": "sample string 26",
    "record_date": "2024-10-05T10:15:02.1823466+07:00"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:15:02.1823466+07:00",
    "modify_time": "2024-10-05T10:15:02.1823466+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "title": "sample string 8",
    "annual": "sample string 9",
    "hospital_hn": "sample string 10",
    "hospital_name": "sample string 11",
    "trt_id": "sample string 12",
    "center_name": "sample string 13",
    "begin_date": "2024-10-05T10:15:02.1823466+07:00",
    "address_id": 1,
    "phones": "sample string 14",
    "mobile_phone": "sample string 15",
    "fax": "sample string 16",
    "coordinator_name1": "sample string 17",
    "coordinator_name2": "sample string 18",
    "coordinator_name3": "sample string 19",
    "coordinatorEmail": "sample string 20",
    "org_aff_id": 1,
    "org_aff_other": "sample string 21",
    "center_status_id": 1,
    "running_id": 1,
    "is_open_rrt_service_hd": 64,
    "is_open_rrt_service_capd": 64,
    "is_open_rrt_service_kidneytrans": 64,
    "IsChangePresStatusInLastYear": 64,
    "LogoFileName": "sample string 22",
    "LogoFileExtension": "sample string 23",
    "CenterImageName": "sample string 24",
    "CenterImageExtension": "sample string 25",
    "tax_number": "sample string 26",
    "record_date": "2024-10-05T10:15:02.1823466+07:00"
  }
]