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-06-06T16:45:18.0115217+00:00", "PatientId": "ff234d94-b1a2-4f54-8c6e-ee44f173b7b6", "EncounterId": "07bab649-840a-4dde-8808-aef59351a95e", "RecentEncounterId": "b453a0b9-36ee-4b4d-a4d9-87629cf063da", "EncounterTypeId": "733c3475-6e2d-488f-a326-143811c10990", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-06-06T16:45:18.0115217+00:00", "PatientId": "ff234d94-b1a2-4f54-8c6e-ee44f173b7b6", "EncounterId": "07bab649-840a-4dde-8808-aef59351a95e", "RecentEncounterId": "b453a0b9-36ee-4b4d-a4d9-87629cf063da", "EncounterTypeId": "733c3475-6e2d-488f-a326-143811c10990", "NoticicationCount": 5 } ]