GET api/MPatient?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": "57818721-4864-42a5-990f-3947d1b7f29e", "DoctorId": "1f3c95f9-d92a-4635-a21d-2c4cf1a0080a", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "bdcc4130-218d-47b7-80d1-ca419c7af9ba", "Name": "sample string 2" }, { "Id": "bdcc4130-218d-47b7-80d1-ca419c7af9ba", "Name": "sample string 2" } ] }, { "AccountId": "57818721-4864-42a5-990f-3947d1b7f29e", "DoctorId": "1f3c95f9-d92a-4635-a21d-2c4cf1a0080a", "DoctorName": "sample string 3", "Gender": "sample string 4", "Photo": "sample string 5", "Url": "sample string 6", "Specialties": "sample string 7", "Speciality": [ { "Id": "bdcc4130-218d-47b7-80d1-ca419c7af9ba", "Name": "sample string 2" }, { "Id": "bdcc4130-218d-47b7-80d1-ca419c7af9ba", "Name": "sample string 2" } ] } ]