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": "f5026a8f-c845-4f0f-9f05-95b43b6b203b", "EncounterId": "73f8daae-35d3-44e2-a906-4fb21109f5c9", "Vitals": [ { "FrequencyId": 1, "FrequencyValueId": 2, "VitalMasterId": "992447d7-18f0-4063-9dee-c72a93a7e218" }, { "FrequencyId": 1, "FrequencyValueId": 2, "VitalMasterId": "992447d7-18f0-4063-9dee-c72a93a7e218" } ], "AccountId": "f21faa43-88d9-40e5-909f-7bbfb48a7368" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.