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": "bcadfe4d-1ced-48d0-a095-c0c561d4de86", "DoctorId": "a9a65cd9-db5e-4990-b27e-9a4ddc9223ff", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "fbdaede7-b253-461a-9925-630fce4a4a69", "Name": "sample string 2" }, { "Id": "fbdaede7-b253-461a-9925-630fce4a4a69", "Name": "sample string 2" } ] }, { "AccountId": "bcadfe4d-1ced-48d0-a095-c0c561d4de86", "DoctorId": "a9a65cd9-db5e-4990-b27e-9a4ddc9223ff", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "fbdaede7-b253-461a-9925-630fce4a4a69", "Name": "sample string 2" }, { "Id": "fbdaede7-b253-461a-9925-630fce4a4a69", "Name": "sample string 2" } ] } ]