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": "069718e5-b9d8-4284-8810-fdb14f27ffeb",
"VitalMasterId": [
"4a78d142-9aad-4d22-a624-d1191c8081cd",
"1a42ae2e-96df-4c77-b9ed-f0d89e269900"
],
"filterQuery": "sample string 2",
"AccountId": "c20847d9-3c84-42c7-9911-1e636f5f9270",
"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.