GET api/MPatient?userid={userid}&AccountId={AccountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | globally unique identifier |
Required |
|
AccountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MyPtientWidgetName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
PatientNo | string |
None. |
|
EpisodeType | string |
None. |
|
Caregiver | string |
None. |
|
StatusId | integer |
None. |
|
EncounterOn | date |
None. |
|
PatientId | globally unique identifier |
None. |
|
EncounterId | globally unique identifier |
None. |
|
RecentEncounterId | globally unique identifier |
None. |
|
EncounterTypeId | globally unique identifier |
None. |
|
NoticicationCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-06-08T16:07:41.0567108+05:30", "PatientId": "291c356f-f762-4984-863d-a1c5c7ed9a9e", "EncounterId": "10118374-cda3-43b7-a8d9-fb6a7701b199", "RecentEncounterId": "a6684a74-60ea-4b00-bffa-c51fc8b6b9b7", "EncounterTypeId": "18d357e9-c419-409b-b04f-7a4d1dff1ffd", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-06-08T16:07:41.0567108+05:30", "PatientId": "291c356f-f762-4984-863d-a1c5c7ed9a9e", "EncounterId": "10118374-cda3-43b7-a8d9-fb6a7701b199", "RecentEncounterId": "a6684a74-60ea-4b00-bffa-c51fc8b6b9b7", "EncounterTypeId": "18d357e9-c419-409b-b04f-7a4d1dff1ffd", "NoticicationCount": 5 } ]