GET api/MPatient?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": "deaf785b-b10e-4d87-b8b1-66716ac9b9e4", "DoctorId": "89adb4b9-848d-4d9b-8047-bdc27de7cfce", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "1692da11-0422-49ea-a485-3b44be7e5133", "Name": "sample string 2" }, { "Id": "1692da11-0422-49ea-a485-3b44be7e5133", "Name": "sample string 2" } ] }, { "AccountId": "deaf785b-b10e-4d87-b8b1-66716ac9b9e4", "DoctorId": "89adb4b9-848d-4d9b-8047-bdc27de7cfce", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "1692da11-0422-49ea-a485-3b44be7e5133", "Name": "sample string 2" }, { "Id": "1692da11-0422-49ea-a485-3b44be7e5133", "Name": "sample string 2" } ] } ]