GET api/pt_bed_round/calendar/reserve/pt_details?center_id={center_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| center_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientResvDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| center_id | integer |
None. |
|
| pateint_id | integer |
None. |
|
| welfare_id | integer |
None. |
|
| hn | string |
None. |
|
| f_name | string |
None. |
|
| l_name | string |
None. |
|
| prefix | string |
None. |
|
| ostatus | Collection of PTOStatValue |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"center_id": 1,
"pateint_id": 2,
"welfare_id": 3,
"hn": "sample string 4",
"f_name": "sample string 5",
"l_name": "sample string 6",
"prefix": "sample string 7",
"ostatus": [
{
"id": 1,
"value": 2
},
{
"id": 1,
"value": 2
}
]
},
{
"center_id": 1,
"pateint_id": 2,
"welfare_id": 3,
"hn": "sample string 4",
"f_name": "sample string 5",
"l_name": "sample string 6",
"prefix": "sample string 7",
"ostatus": [
{
"id": 1,
"value": 2
},
{
"id": 1,
"value": 2
}
]
}
]