GET api/pt_vaccine/patient/{patient_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patient_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of pt_vaccineName | Description | Type | Additional 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. |
|
vaccine_date | date |
None. |
|
brand_id | integer |
None. |
|
brand_other | string |
None. |
|
vaccine_id | integer |
None. |
|
vaccine_other | string |
None. |
|
vaccine_status | integer |
None. |
|
order | integer |
None. |
|
vaccine_no | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:33:55.2538946+07:00", "modify_time": "2024-11-21T15:33:55.2538946+07:00", "modify_by": 6, "record_status_id": 64, "patient_id": 8, "vaccine_date": "2024-11-21T15:33:55.2538946+07:00", "brand_id": 10, "brand_other": "sample string 11", "vaccine_id": 12, "vaccine_other": "sample string 13", "vaccine_status": 14, "order": 1, "vaccine_no": 15 }, { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:33:55.2538946+07:00", "modify_time": "2024-11-21T15:33:55.2538946+07:00", "modify_by": 6, "record_status_id": 64, "patient_id": 8, "vaccine_date": "2024-11-21T15:33:55.2538946+07:00", "brand_id": 10, "brand_other": "sample string 11", "vaccine_id": 12, "vaccine_other": "sample string 13", "vaccine_status": 14, "order": 1, "vaccine_no": 15 } ]