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 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-03T14:16:52.589681-05:00", "PatientId": "b48ed16f-28e9-4003-b212-852cd0b8b130", "EncounterId": "db13ab4c-69cb-4781-8d8a-9e72a6b2ad21", "RecentEncounterId": "1ac1f972-e72c-45b4-ab86-a3457fd0adc6", "EncounterTypeId": "a086e14b-4414-4cf2-9700-0404d1d1425f", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-07-03T14:16:52.589681-05:00", "PatientId": "b48ed16f-28e9-4003-b212-852cd0b8b130", "EncounterId": "db13ab4c-69cb-4781-8d8a-9e72a6b2ad21", "RecentEncounterId": "1ac1f972-e72c-45b4-ab86-a3457fd0adc6", "EncounterTypeId": "a086e14b-4414-4cf2-9700-0404d1d1425f", "NoticicationCount": 5 } ]