POST api/MPatientVital/MobGetPatientVitalReport
Request Information
URI Parameters
None.
Body Parameters
ReportVitalPost| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | globally unique identifier |
None. |
|
| EncounterId | globally unique identifier |
None. |
|
| Vitals | Collection of MVital |
None. |
|
| AccountId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "06d2336f-bef0-43bf-9799-e1eb61d77e4b",
"EncounterId": "a7ad5976-8e68-463f-a1b9-01e8e885590c",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "81f66a4f-ded8-40b2-900a-63836505a9c8"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "81f66a4f-ded8-40b2-900a-63836505a9c8"
}
],
"AccountId": "114368d9-4ea2-4b09-a471-7df5c95dde13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.