POST api/MPatientVital/GetPatientVitalHistory
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": "7dfb26e2-8f12-4258-8e99-90bd212ca2ad",
"VitalMasterId": [
"7fd81f49-f78e-4397-8f7c-959ab0d2073a",
"2cd1ca01-2e5b-4638-a45a-f21d9b1e1197"
],
"filterQuery": "sample string 2",
"AccountId": "00c2dd1f-d673-4342-b616-aa1ac7a5c338",
"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.