GET api/Patient/MyPatientWidgetGet/{userid}/{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-06T16:17:35.7092355+00:00", "PatientId": "509e4ae3-f3b8-488e-aa24-904a9d60a427", "EncounterId": "5fb3f504-02f2-4130-9767-24c58881ae61", "RecentEncounterId": "f7bf76de-60e9-4ca7-afe9-2e313f57f76b", "EncounterTypeId": "ebf91fac-99b2-4c7a-aaf0-2919e69ea6bb", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-06-06T16:17:35.7092355+00:00", "PatientId": "509e4ae3-f3b8-488e-aa24-904a9d60a427", "EncounterId": "5fb3f504-02f2-4130-9767-24c58881ae61", "RecentEncounterId": "f7bf76de-60e9-4ca7-afe9-2e313f57f76b", "EncounterTypeId": "ebf91fac-99b2-4c7a-aaf0-2919e69ea6bb", "NoticicationCount": 5 } ]