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-07-03T13:25:11.9232635-05:00", "PatientId": "81ef1376-3141-4447-ac8b-d7d91fb6d3a1", "EncounterId": "4043bccd-2d35-46ef-a493-cbc063c4b24a", "RecentEncounterId": "0b9254dd-648c-474a-9f4a-e3d9fda0a052", "EncounterTypeId": "96722a24-cc3a-4252-8fba-4a0ec6a74174", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-07-03T13:25:11.9232635-05:00", "PatientId": "81ef1376-3141-4447-ac8b-d7d91fb6d3a1", "EncounterId": "4043bccd-2d35-46ef-a493-cbc063c4b24a", "RecentEncounterId": "0b9254dd-648c-474a-9f4a-e3d9fda0a052", "EncounterTypeId": "96722a24-cc3a-4252-8fba-4a0ec6a74174", "NoticicationCount": 5 } ]