POST api/MPatientVital/MGetPatientVitalHistory
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": "3bcdf530-6946-4a96-bad3-d6351a2a2a7f",
"VitalMasterId": [
"14cde909-034d-47f6-af32-ecd700f3fcd4",
"6692e534-4267-4cf2-89f1-64da1bf4e162"
],
"filterQuery": "sample string 2",
"AccountId": "45c064a8-abd6-4ed8-a6e5-fafdaa72b4af",
"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.