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": "aa75ec03-9005-4b75-940a-6ecd5907a40c",
"VitalMasterId": [
"dbc2e95f-7398-4bca-9aa6-d6daeef96ec0",
"7f115b30-4144-4e08-9b99-8d48c17609aa"
],
"filterQuery": "sample string 2",
"AccountId": "5c9bcf72-5d2e-4f43-8b66-eaaf7c46d9aa",
"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.