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": "1bd56238-9a4f-455b-8e93-868a7dd647c8",
"EncounterId": "c0088851-fd54-4dba-a85a-3e5e6b1adbe6",
"Vitals": [
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "36afd313-e0ce-459c-91eb-5bae94d9f8c2"
},
{
"FrequencyId": 1,
"FrequencyValueId": 2,
"VitalMasterId": "36afd313-e0ce-459c-91eb-5bae94d9f8c2"
}
],
"AccountId": "910a16ee-97d1-40ac-820f-7cb0bf4f98f3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.