POST api/MPatientVital/MobGetPatientVitalHistory

Request Information

URI Parameters

None.

Body Parameters

PatientVitalHistory
NameDescriptionTypeAdditional information
PatientId

globally unique identifier

Required

VitalMasterId

Collection of globally unique identifier

Required

filterQuery

string

None.

AccountId

globally unique identifier

None.

Duration

integer

None.

Recordcount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "108e8dd9-f4b8-4d93-be72-d8b42398f524",
  "VitalMasterId": [
    "3fa960ac-7248-4c3a-82af-a9308e4c3b86",
    "5a750031-f1a1-4fc0-a666-f41155e3425c"
  ],
  "filterQuery": "sample string 2",
  "AccountId": "adcd409a-7e16-4828-a6a5-c1fad6e2244b",
  "Duration": 4,
  "Recordcount": 5
}

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.