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": "20d62286-ea09-481b-a1ad-0652872e5681",
"VitalMasterId": [
"e907c9f8-fc90-4681-bad2-a7e9892fc348",
"012e9f2a-d151-4d4f-bb94-2a258e6acfdd"
],
"filterQuery": "sample string 2",
"AccountId": "22baf2e2-0703-4974-b52e-85a7760d9439",
"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.