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": "a097825e-61c0-4efe-8df5-8c4b0952eeeb",
"EncounterId": "efcbb52d-453e-4790-bb1f-37313da32a0b",
"FrequencyId": 3,
"FrequencyValueId": 4,
"Vitals": [
"949db938-06d2-473e-a4ad-8842362b8b6d",
"a615c47c-bb20-4b8c-b79e-a52ea65b781a"
],
"AccountId": "e5bf96b3-15fd-4d9c-9726-b8b3937f5a00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.