GET api/visit_detail/has_registered/{center_id},{patient_id},{hd_date},{round}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| center_id | integer | Required | |
| patient_id | integer | Required | |
| hd_date | date | Required | |
| round | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
NephroKeyPair| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | integer | None. | |
| Title | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "ID": 1,
  "Title": "sample string 2"
}