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": "07196d7d-ccf1-421d-81c0-8727a21f41bf",
"EncounterId": "f00c93d7-4c8b-487b-90bc-e3b11300e552",
"FrequencyId": 3,
"FrequencyValueId": 4,
"Vitals": [
"32f8a43f-3b6f-4e78-aa54-188634963555",
"d971b653-fbe3-4f2f-88a4-61bfc7c7e0fc"
],
"AccountId": "979fc36e-2c87-445c-a74d-21618a195b2d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.