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-08T16:07:01.3069668+05:30", "PatientId": "7acee622-3799-46c0-8cfa-6e30d2ec5b03", "EncounterId": "29bb9ffb-c2fa-4577-a6bb-8c91beb91c37", "RecentEncounterId": "4305c676-e18f-4bc0-9ea9-e1f5d1ce6d35", "EncounterTypeId": "4da8dc45-b305-4b99-bc65-1f9e390010db", "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:01.3069668+05:30", "PatientId": "7acee622-3799-46c0-8cfa-6e30d2ec5b03", "EncounterId": "29bb9ffb-c2fa-4577-a6bb-8c91beb91c37", "RecentEncounterId": "4305c676-e18f-4bc0-9ea9-e1f5d1ce6d35", "EncounterTypeId": "4da8dc45-b305-4b99-bc65-1f9e390010db", "NoticicationCount": 5 } ]