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": "f511f3cf-05d9-42d5-807f-04498711c179",
"VitalMasterId": [
"3157e392-c9a2-4d72-b617-b258ce42d7f8",
"4c93b451-f552-42d6-b556-42e3277f6ab1"
],
"filterQuery": "sample string 2",
"AccountId": "072d4892-43f9-474d-bbbb-72a46a22c9f5",
"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.