GET api/MPatient?pagesize={pagesize}&pageindex={pageindex}
This method to get Patient information
Request Information
URI Parameters
| Name | Description | Type | Additional 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": {}
}