POST api/MPatientVital/GetPatientVitalReport

Request Information

URI Parameters

None.

Body Parameters

ReportVital
NameDescriptionTypeAdditional information
PatientId

globally unique identifier

None.

EncounterId

globally unique identifier

None.

FrequencyId

integer

None.

FrequencyValueId

integer

None.

Vitals

Collection of globally unique identifier

None.

AccountId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "b634463f-0872-415f-9004-d0cf1c634e53",
  "EncounterId": "e14f9475-0150-4199-ae87-0bebc43da524",
  "FrequencyId": 3,
  "FrequencyValueId": 4,
  "Vitals": [
    "0d394bf6-2c2c-4a6e-b8fc-198e1eb3c41f",
    "5b9f122b-d3e7-4a2f-819a-1651f679319c"
  ],
  "AccountId": "32163205-520d-4d66-a4bc-b46fa335b40e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.