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": "375b003d-3caa-4a1e-b647-ffc955adffd8",
"EncounterId": "06b3f39b-7e71-4be6-a08f-4da8970302b4",
"FrequencyId": 3,
"FrequencyValueId": 4,
"Vitals": [
"12219cfe-a191-4f21-b030-04e0303874ea",
"7eab2cd2-e0eb-4a27-802d-008036fd72a3"
],
"AccountId": "285e95a4-becc-48ed-a675-3e5944df2584"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.