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": "339bf06b-cf36-4e43-9771-bcee492bb1f8", "DoctorId": "62f61f71-576a-483a-b09f-220da66bc9f1", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "9c2be408-92f5-45ed-b7eb-549645edcda2", "Name": "sample string 2" }, { "Id": "9c2be408-92f5-45ed-b7eb-549645edcda2", "Name": "sample string 2" } ] }, { "AccountId": "339bf06b-cf36-4e43-9771-bcee492bb1f8", "DoctorId": "62f61f71-576a-483a-b09f-220da66bc9f1", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "9c2be408-92f5-45ed-b7eb-549645edcda2", "Name": "sample string 2" }, { "Id": "9c2be408-92f5-45ed-b7eb-549645edcda2", "Name": "sample string 2" } ] } ]