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": "06c1a0b1-8f81-4a25-846e-e878f0bbe065",
"VitalMasterId": [
"1fd81483-0f7f-47aa-8f53-82477ca3f79a",
"9a02a843-0c40-43dc-9eeb-0746b93c82d1"
],
"filterQuery": "sample string 2",
"AccountId": "bca207cf-8465-4503-b22a-cfce65d61635",
"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.