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
PatientDeviceModelName | 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": "a7162086-8ad1-400f-93a1-ba6f8466b270", "nation": 4, "idCard": "sample string 5", "sex": 6, "source": 7, "typeInfo": 8 }