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": "2bc76bd0-6ba6-46c1-a1b8-84df4403564a",
"VitalMasterId": [
"149f0e82-db2d-4d63-80e1-503d4d7a329b",
"6fc7f63c-84bd-4f7a-8e2a-ea417767e6e0"
],
"filterQuery": "sample string 2",
"AccountId": "5edbf336-b6c1-4900-ad39-b0b8d2717f33",
"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.