GET api/Patient/GetPatientProvider_V1?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": "278098aa-0fd9-4292-9382-c3c129ea5b42",
"DoctorId": "f6e4aa5b-368d-4522-88e2-6d508031ee6f",
"DoctorName": "sample string 3",
"Gender": "sample string 4",
"Photo": "sample string 5",
"Url": "sample string 6",
"Specialties": "sample string 7",
"Speciality": [
{
"Id": "ed00e0f2-7fe0-4fa7-a729-881356810a78",
"Name": "sample string 2"
},
{
"Id": "ed00e0f2-7fe0-4fa7-a729-881356810a78",
"Name": "sample string 2"
}
]
},
{
"AccountId": "278098aa-0fd9-4292-9382-c3c129ea5b42",
"DoctorId": "f6e4aa5b-368d-4522-88e2-6d508031ee6f",
"DoctorName": "sample string 3",
"Gender": "sample string 4",
"Photo": "sample string 5",
"Url": "sample string 6",
"Specialties": "sample string 7",
"Speciality": [
{
"Id": "ed00e0f2-7fe0-4fa7-a729-881356810a78",
"Name": "sample string 2"
},
{
"Id": "ed00e0f2-7fe0-4fa7-a729-881356810a78",
"Name": "sample string 2"
}
]
}
]