POST api/MPatientVital/GetPatientVitalHistory
Request Information
URI Parameters
None.
Body Parameters
PatientVitalHistoryName | Description | Type | Additional information |
---|---|---|---|
PatientId | globally unique identifier |
Required |
|
VitalMasterId | Collection of globally unique identifier |
Required |
|
filterQuery | string |
None. |
|
AccountId | globally unique identifier |
None. |
|
Duration | integer |
None. |
|
Recordcount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PatientId": "cb011f50-87af-4f4c-abf2-37a39d42dd09", "VitalMasterId": [ "156537a7-d2e1-47f2-82e8-854ebe0bb36b", "2b04d195-5a42-4b38-8045-d446521c0fa8" ], "filterQuery": "sample string 2", "AccountId": "638b9b85-ee93-4978-bae7-f1719037a253", "Duration": 4, "Recordcount": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.