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": "03714023-354d-4045-a882-5562f0cdba53",
"VitalMasterId": [
"6b786e78-e89d-44f3-9cdc-daf06125b09d",
"8e6b0849-931b-4554-ab06-3cf6ab2a5e7b"
],
"filterQuery": "sample string 2",
"AccountId": "458c8a21-ae26-4e41-bd66-69b7dcc8846e",
"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.