POST api/MPatientVital/GetPatientVitalReport
Request Information
URI Parameters
None.
Body Parameters
ReportVital| Name | Description | Type | Additional 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": "e7c9509b-087d-4db3-80a9-3ac4a71bd246",
"EncounterId": "d43fb79d-a45a-4731-86a3-e86672a1f436",
"FrequencyId": 3,
"FrequencyValueId": 4,
"Vitals": [
"33370e49-ec27-4027-a350-831112cc1427",
"a6f0607e-cdb9-49f3-8907-5692b6440bc5"
],
"AccountId": "bf8fbd13-5730-443e-856d-58aea89239b9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.