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": "55d356aa-1004-4411-a9f9-12452260445e",
"EncounterId": "20f107b4-b922-4e32-b294-bf3ac8f333f7",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "26ed34e7-8748-4dc0-bb8a-da4d964ce99e"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "26ed34e7-8748-4dc0-bb8a-da4d964ce99e"
}
],
"AccountId": "bc6b7a05-97a1-4f31-a5e6-0a35248f641c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.