GET api/MPatient?patientId={patientId}&noOfProviders={noOfProviders}&languagecode={languagecode}
This method to get Latest Patient Provider List
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | globally unique identifier |
Required |
|
| noOfProviders | integer |
Required |
|
| languagecode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Get Latest Patient Provider Data
Collection of PatientProviderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| DoctorId | globally unique identifier |
None. |
|
| DoctorName | string |
None. |
|
| Gender | string |
None. |
|
| Photo | string |
None. |
|
| Url | string |
None. |
|
| Specialties | string |
None. |
|
| Speciality | Collection of DoctorSpeciality |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountId": "96447f40-5ca2-4ee3-a705-1d25aac2c2b6",
"DoctorId": "b1adb4b1-f892-4b9a-8f4c-55a03f57d02c",
"DoctorName": "sample string 3",
"Gender": "sample string 4",
"Photo": "sample string 5",
"Url": "sample string 6",
"Specialties": "sample string 7",
"Speciality": [
{
"Id": "e26f7f80-3444-4e26-9b60-610873198f16",
"Name": "sample string 2"
},
{
"Id": "e26f7f80-3444-4e26-9b60-610873198f16",
"Name": "sample string 2"
}
]
},
{
"AccountId": "96447f40-5ca2-4ee3-a705-1d25aac2c2b6",
"DoctorId": "b1adb4b1-f892-4b9a-8f4c-55a03f57d02c",
"DoctorName": "sample string 3",
"Gender": "sample string 4",
"Photo": "sample string 5",
"Url": "sample string 6",
"Specialties": "sample string 7",
"Speciality": [
{
"Id": "e26f7f80-3444-4e26-9b60-610873198f16",
"Name": "sample string 2"
},
{
"Id": "e26f7f80-3444-4e26-9b60-610873198f16",
"Name": "sample string 2"
}
]
}
]