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 PatientProviderModelName | 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": "45ddd6ac-d11c-45ef-a990-fb4e79782a4c", "DoctorId": "34a338ae-e614-43cb-bd17-15340f5ff5bb", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "16d5b975-b68e-405d-9c9f-0d62760b4180", "Name": "sample string 2" }, { "Id": "16d5b975-b68e-405d-9c9f-0d62760b4180", "Name": "sample string 2" } ] }, { "AccountId": "45ddd6ac-d11c-45ef-a990-fb4e79782a4c", "DoctorId": "34a338ae-e614-43cb-bd17-15340f5ff5bb", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "16d5b975-b68e-405d-9c9f-0d62760b4180", "Name": "sample string 2" }, { "Id": "16d5b975-b68e-405d-9c9f-0d62760b4180", "Name": "sample string 2" } ] } ]