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": "c36ac207-8fa0-4151-ade7-585da3e09db4",
"VitalMasterId": [
"7a32a361-ac1b-477f-9d91-56f3e64a4b2a",
"3371c1ea-c77e-4bfd-8b82-9c134e0db4e4"
],
"filterQuery": "sample string 2",
"AccountId": "db03a695-8939-4cc8-bf70-a3704f4c2228",
"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.