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": "a21bd655-40d8-4550-b0be-b4e7b885de60", "EncounterId": "de624336-3367-4086-80e7-7f16981cc55b", "Vitals": [ { "FrequencyId": 1, "FrequencyValueId": 2, "VitalMasterId": "66df4f80-1891-45cb-8ac4-7553517cbdaa" }, { "FrequencyId": 1, "FrequencyValueId": 2, "VitalMasterId": "66df4f80-1891-45cb-8ac4-7553517cbdaa" } ], "AccountId": "8dc943c8-d4d5-47e4-8743-33c1940ab860" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.