GET api/Patient/GetPatientInfo?patientNo={patientNo}
This method to get Patient information from the integrated device info
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Get Patient Data
PatientDeviceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fullName | string |
None. |
|
| birthDay | string |
None. |
|
| memberId | globally unique identifier |
None. |
|
| nation | integer |
None. |
|
| idCard | string |
None. |
|
| sex | integer |
None. |
|
| source | integer |
None. |
|
| typeInfo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"fullName": "sample string 1",
"birthDay": "sample string 2",
"memberId": "dc186834-116d-4317-b941-b7785576058d",
"nation": 4,
"idCard": "sample string 5",
"sex": 6,
"source": 7,
"typeInfo": 8
}