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": "2c039749-37cc-4273-bd97-bb7f7a57024e",
"EncounterId": "c66441e1-25a6-471b-b624-b08a74a39806",
"FrequencyId": 3,
"FrequencyValueId": 4,
"Vitals": [
"b1692945-2123-4b3e-acd5-b6ec7958fbdb",
"dff81329-d3fa-419e-be18-bd056fde6b3a"
],
"AccountId": "fc30aef9-596e-4b51-a021-96fed24b77c0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.