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 MyPtientWidget| Name | 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-12-18T13:16:05.2452533-06:00",
"PatientId": "4dd9281f-38af-4b32-afc1-d0aa0375b35c",
"EncounterId": "78ce2712-62ec-45d6-9dfd-96bf92785205",
"RecentEncounterId": "de1bb972-abf2-43b7-8fbd-174178dcb3a5",
"EncounterTypeId": "5851650e-c30c-4284-91ce-955b71125654",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-18T13:16:05.2452533-06:00",
"PatientId": "4dd9281f-38af-4b32-afc1-d0aa0375b35c",
"EncounterId": "78ce2712-62ec-45d6-9dfd-96bf92785205",
"RecentEncounterId": "de1bb972-abf2-43b7-8fbd-174178dcb3a5",
"EncounterTypeId": "5851650e-c30c-4284-91ce-955b71125654",
"NoticicationCount": 5
}
]