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": "8eee1533-5a70-43b1-8c70-f0e8d6cf099e",
"VitalMasterId": [
"87859f21-23bf-47f9-ba53-36ec4e03fe97",
"993861b6-a83a-4ccc-8bb4-76e5e6c35603"
],
"filterQuery": "sample string 2",
"AccountId": "4e31f21b-ff67-4e18-98d9-ac4559893ad4",
"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.