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": "fb82ce4c-b392-4388-a6c9-824d97bdbedf",
"VitalMasterId": [
"997e7c0e-d4b3-4e09-8a75-597d60e75b06",
"3cbe00c3-8a59-470d-b15d-cd90409acf17"
],
"filterQuery": "sample string 2",
"AccountId": "1b79007f-148c-4863-90e8-47f244df21e2",
"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.