POST api/Patient/GetPatientData

Request Information

URI Parameters

None.

Body Parameters

PatientDataEntity
NameDescriptionTypeAdditional information
ServerName

string

Required

ClinicCode

string

Required

ExternalPatientID

string

Required

DateFrom

string

None.

DateTo

string

None.

Sections

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServerName": "sample string 1",
  "ClinicCode": "sample string 2",
  "ExternalPatientID": "sample string 3",
  "DateFrom": "sample string 4",
  "DateTo": "sample string 5",
  "Sections": "sample string 6"
}

application/xml, text/xml

Sample:
<PatientDataEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEnitity">
  <ClinicCode>sample string 2</ClinicCode>
  <DateFrom>sample string 4</DateFrom>
  <DateTo>sample string 5</DateTo>
  <ExternalPatientID>sample string 3</ExternalPatientID>
  <Sections>sample string 6</Sections>
  <ServerName>sample string 1</ServerName>
</PatientDataEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.