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": "36a0947b-9daf-4e5a-8f5a-9d14d3147901",
"VitalMasterId": [
"45d46715-3202-4f14-b31d-7d53c903d0af",
"e8de19ed-a124-42d8-81c1-f9552169bb5d"
],
"filterQuery": "sample string 2",
"AccountId": "11112b29-8d0c-490b-8e13-f30d73ef7772",
"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.