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": "3ccbe05d-6281-46a4-a646-a4007bbf3843",
"EncounterId": "3f0f5d84-89b3-4465-bfb8-f70518340d3e",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "c30164d3-e4a7-4fc1-986b-30f45aaa0f81"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "c30164d3-e4a7-4fc1-986b-30f45aaa0f81"
}
],
"AccountId": "3875a7fc-28dc-42c8-8f79-4cdf54fdebc3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.