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": "e9949705-d4ed-4525-930a-6566805e87c2",
"VitalMasterId": [
"a9fbd694-658f-4126-8cf8-8927dab8617a",
"11b234d0-2bcc-45ac-8f21-d791dc3e6485"
],
"filterQuery": "sample string 2",
"AccountId": "17687029-5c7b-4018-bb25-eaf3a9548c5a",
"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.