POST api/AddVitalsFromAppointment

Request Information

URI Parameters

None.

Body Parameters

AppointmentVitals
NameDescriptionTypeAdditional information
Weight

decimal number

None.

Height

decimal number

None.

BMI

decimal number

None.

AbdominalGirth

decimal number

None.

SPO2

integer

None.

HeartRate

integer

None.

RBS

integer

None.

BPMax

decimal number

None.

BPMin

decimal number

None.

AppointmentId

integer

None.

PatientId

integer

None.

CasePaperNo

integer

None.

User

string

None.

GenExamId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Weight": 1.0,
  "Height": 2.0,
  "BMI": 3.0,
  "AbdominalGirth": 4.0,
  "SPO2": 5,
  "HeartRate": 6,
  "RBS": 7,
  "BPMax": 8.0,
  "BPMin": 9.0,
  "AppointmentId": 10,
  "PatientId": 11,
  "CasePaperNo": 12,
  "User": "sample string 13",
  "GenExamId": 14
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AppointmentVitals'.

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.