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": "a1cadc3f-564d-42ec-8f4a-b525b934b663",
"EncounterId": "d4022b72-32fb-43de-bd2f-bbe0d2354576",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "57a5d70c-95ba-4095-88d3-a7a7949da473"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "57a5d70c-95ba-4095-88d3-a7a7949da473"
}
],
"AccountId": "61b47108-3515-44a8-8db9-6b7637c63303"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.