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": "47a5a2a1-a48e-4eef-bf4c-1f1ffe6529ec",
"VitalMasterId": [
"1d86d6e9-32dd-4fcb-9cc5-450885eacbcc",
"a0a6ea09-f0c4-47d2-8226-4172d88a89d9"
],
"filterQuery": "sample string 2",
"AccountId": "a92d519d-928f-421e-8793-cbf504e7d25c",
"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.