POST BusineesAnalysis/GetPatientAnalysis

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AcYear": "sample string 1",
  "StartDate": "sample string 2",
  "EndDate": "sample string 3"
}

text/html

Sample:
{"AcYear":"sample string 1","StartDate":"sample string 2","EndDate":"sample string 3"}

application/xml, text/xml

Sample:
<PatientInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <AcYear>sample string 1</AcYear>
  <EndDate>sample string 3</EndDate>
  <StartDate>sample string 2</StartDate>
</PatientInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Tag": "sample string 1",
    "DataType": "sample string 2",
    "NewPatient": 3.1,
    "OldPatient": 4.1
  },
  {
    "Tag": "sample string 1",
    "DataType": "sample string 2",
    "NewPatient": 3.1,
    "OldPatient": 4.1
  },
  {
    "Tag": "sample string 1",
    "DataType": "sample string 2",
    "NewPatient": 3.1,
    "OldPatient": 4.1
  }
]

text/html

Sample:
[{"Tag":"sample string 1","DataType":"sample string 2","NewPatient":3.1,"OldPatient":4.1},{"Tag":"sample string 1","DataType":"sample string 2","NewPatient":3.1,"OldPatient":4.1},{"Tag":"sample string 1","DataType":"sample string 2","NewPatient":3.1,"OldPatient":4.1}]

application/xml, text/xml

Sample:
<ArrayOfPatientInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <PatientInfo>
    <DataType>sample string 2</DataType>
    <NewPatient>3.1</NewPatient>
    <OldPatient>4.1</OldPatient>
    <Tag>sample string 1</Tag>
  </PatientInfo>
  <PatientInfo>
    <DataType>sample string 2</DataType>
    <NewPatient>3.1</NewPatient>
    <OldPatient>4.1</OldPatient>
    <Tag>sample string 1</Tag>
  </PatientInfo>
  <PatientInfo>
    <DataType>sample string 2</DataType>
    <NewPatient>3.1</NewPatient>
    <OldPatient>4.1</OldPatient>
    <Tag>sample string 1</Tag>
  </PatientInfo>
</ArrayOfPatientInfo>