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": "e7fdf2c6-19a8-47a3-8e4f-f424ec050118",
"VitalMasterId": [
"9e016306-149a-402f-8a94-de783cc3b57f",
"135bd0bc-4a72-4dc8-a49a-6c6fe8adbfc3"
],
"filterQuery": "sample string 2",
"AccountId": "03747cda-387a-40df-bdbc-964be6211904",
"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.