GET api/Patient?vPatientRelationPatientId={vPatientRelationPatientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vPatientRelationPatientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientRelationSC| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientRelationId | integer |
None. |
|
| PatientId | integer |
None. |
|
| RelativePatientId | integer |
None. |
|
| RelativePatientName | string |
None. |
|
| RelationId | string |
None. |
|
| RelationName | string |
None. |
|
| CurrUser | string |
None. |
|
| IsActive | string |
None. |
|
| IsEdit | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PatientRelationId": 1,
"PatientId": 1,
"RelativePatientId": 1,
"RelativePatientName": "sample string 1",
"RelationId": "sample string 2",
"RelationName": "sample string 3",
"CurrUser": "sample string 4",
"IsActive": "sample string 5",
"IsEdit": "sample string 6"
},
{
"$ref": "1"
}
]