POST api/MPatientVital/MobGetPatientVitalHistory
Request Information
URI Parameters
None.
Body Parameters
PatientVitalHistory| Name | 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": "d4d41743-3671-4215-9d3b-35ee6312c0df",
"VitalMasterId": [
"79aa61e7-8b42-46b2-9cbf-36624aa0aeaf",
"857facce-e17e-499e-adac-cf51d76cdff1"
],
"filterQuery": "sample string 2",
"AccountId": "4c10c48c-355e-468b-9273-17572c734b39",
"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.