POST api/MPatientVital/MGetPatientVitalHistory
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": "b15dbd35-2660-4025-a365-99c2824cc7a6",
"VitalMasterId": [
"c86d6c53-f1f3-4d27-8ac9-940481e5f024",
"6b80289e-6df3-4c48-99a6-c571a119cf53"
],
"filterQuery": "sample string 2",
"AccountId": "019ed3c0-b6d2-4b2c-8977-6de8822e1075",
"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.