POST api/MPatientVital/MGetPatientVitalHistory
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": "43551b81-c55a-4664-9e31-9400f132e6be",
"VitalMasterId": [
"e95a53e8-d438-47fc-b41c-2104c46cd655",
"8ae007cc-3c63-4eae-b4b2-e4eecaa0f41d"
],
"filterQuery": "sample string 2",
"AccountId": "477e8dd4-7e35-4efc-8369-9bf33bbaa54b",
"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.