POST api/Patient?keyword={keyword}&pagesize={pagesize}&pageindex={pageindex}&accountid={accountid}&StatusId={StatusId}&CareEventId={CareEventId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyword

string

Required

pagesize

integer

Required

pageindex

integer

Required

accountid

globally unique identifier

Required

StatusId

integer

Required

CareEventId

string

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}