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": "bed39475-7d92-4c94-a8e5-c9b687c98139",
"EncounterId": "60117af7-85bd-499c-9314-36325ee7e97f",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "2445855d-4fbd-482d-833a-f116536d3f3a"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "2445855d-4fbd-482d-833a-f116536d3f3a"
}
],
"AccountId": "4170e8a9-3453-499a-831e-98826d197711"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.