GET api/Patient/GetPatientList?pagesize={pagesize}&pageindex={pageindex}

This method to get Patient information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pagesize

integer

Required

pageindex

integer

Required

Body Parameters

None.

Response Information

Resource Description

Get Patient Data

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

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