POST api/MPatientVital/MobGetPatientVitalHistory
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": "2b30833e-0769-4f4c-a1bc-61747c0c8b16",
"VitalMasterId": [
"d4243900-49fc-4a74-984f-e38f9617b9ff",
"02013a1f-1ca5-4900-b726-aa6b0f4c7ef2"
],
"filterQuery": "sample string 2",
"AccountId": "f2011c73-5d23-47a5-a4e2-913d61cfa88b",
"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.