POST api/MPatientVital/MobGetPatientVitalReport
Request Information
URI Parameters
None.
Body Parameters
ReportVitalPostName | 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": "e5e068c1-d9de-4baa-81e4-49f9660564f8", "EncounterId": "9bcd1a4f-d5a7-478c-88bf-e002094ae086", "Vitals": [ { "FrequencyId": 1, "FrequencyValueId": 2, "VitalMasterId": "e4b77c59-88d8-422f-a443-69472fa1208a" }, { "FrequencyId": 1, "FrequencyValueId": 2, "VitalMasterId": "e4b77c59-88d8-422f-a443-69472fa1208a" } ], "AccountId": "fef0ce3d-f25d-44b0-98a1-634fef2eebc7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.