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": "1e3bc6af-1d77-40fd-bf84-2dbd243ffba5",
"EncounterId": "5d83dd07-cfa1-46f6-b6aa-cfce11e75fcc",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "527682b7-43e9-4c39-a55d-a0f10f9be613"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "527682b7-43e9-4c39-a55d-a0f10f9be613"
}
],
"AccountId": "7f409b65-9df6-40a4-869e-ec15e574c157"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.