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": "0691f3b7-cf74-43a6-b530-23fc677eb7e8",
"VitalMasterId": [
"d5be1edd-598e-4b43-9f28-b1b5854ea75c",
"ef617366-e23e-463b-bf55-2c83bc98e26e"
],
"filterQuery": "sample string 2",
"AccountId": "1142e070-b0cf-4c5d-93c0-7c839d16572a",
"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.