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": "2254d0d6-26b1-4cf6-8eac-cc7874454863",
"VitalMasterId": [
"428fd885-2187-414f-a6a1-1a786bc0af0d",
"b88c4d4d-294b-403c-9463-c457d239268f"
],
"filterQuery": "sample string 2",
"AccountId": "30551643-baa4-47f3-9e2a-43b6ba18fe2d",
"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.