GET api/Patient/MyNotificationCount/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | 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-04-04T14:38:39.6701562-05:00", "PatientId": "89a73392-9512-43e4-a55d-d3f3ef282d7f", "EncounterId": "33dc03b6-a861-4f45-b71a-124e776e0dc7", "RecentEncounterId": "5a68c95c-b5dd-49ba-8d6d-416759cafa3a", "EncounterTypeId": "e5f4badd-de4a-4c0c-990f-a54d9b9f583e", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-04-04T14:38:39.6701562-05:00", "PatientId": "89a73392-9512-43e4-a55d-d3f3ef282d7f", "EncounterId": "33dc03b6-a861-4f45-b71a-124e776e0dc7", "RecentEncounterId": "5a68c95c-b5dd-49ba-8d6d-416759cafa3a", "EncounterTypeId": "e5f4badd-de4a-4c0c-990f-a54d9b9f583e", "NoticicationCount": 5 } ]