GET api/Patient/GetPatientProvider?patientId={patientId}&noOfProviders={noOfProviders}
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 |
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": "fc9ed09a-6069-4a27-b34f-39c98c9b4387", "DoctorId": "a0799741-8e23-4964-a4a8-3d26c22fd3a1", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "135bcf34-4227-4029-ba9e-f39609ea68b8", "Name": "sample string 2" }, { "Id": "135bcf34-4227-4029-ba9e-f39609ea68b8", "Name": "sample string 2" } ] }, { "AccountId": "fc9ed09a-6069-4a27-b34f-39c98c9b4387", "DoctorId": "a0799741-8e23-4964-a4a8-3d26c22fd3a1", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "135bcf34-4227-4029-ba9e-f39609ea68b8", "Name": "sample string 2" }, { "Id": "135bcf34-4227-4029-ba9e-f39609ea68b8", "Name": "sample string 2" } ] } ]