GET api/MPatient?userid={userid}&AccountId={AccountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

globally unique identifier

Required

AccountId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MyPtientWidget
NameDescriptionTypeAdditional 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": "2024-07-05T17:01:48.7868654-05:00",
    "PatientId": "b4b5d7f1-2157-43ea-a63d-bb1589b90dae",
    "EncounterId": "d6106a0d-322c-4906-b4f5-fbff5952b38c",
    "RecentEncounterId": "9dd5f4bf-cb52-401f-893b-c0003b493c6d",
    "EncounterTypeId": "752d677e-9aa0-4cb2-adda-7d23351948a4",
    "NoticicationCount": 5
  },
  {
    "Name": "sample string 1",
    "PatientNo": "sample string 2",
    "EpisodeType": "sample string 3",
    "Caregiver": "sample string 4",
    "StatusId": 1,
    "EncounterOn": "2024-07-05T17:01:48.7868654-05:00",
    "PatientId": "b4b5d7f1-2157-43ea-a63d-bb1589b90dae",
    "EncounterId": "d6106a0d-322c-4906-b4f5-fbff5952b38c",
    "RecentEncounterId": "9dd5f4bf-cb52-401f-893b-c0003b493c6d",
    "EncounterTypeId": "752d677e-9aa0-4cb2-adda-7d23351948a4",
    "NoticicationCount": 5
  }
]