POST api/MPatientVital/MGetPatientVitalHistory
Request Information
URI Parameters
None.
Body Parameters
PatientVitalHistoryName | 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": "bc618372-f94c-43bb-9e5d-5c778b4cca3f", "VitalMasterId": [ "626b8a13-dd62-4214-9c1c-a0f0bb360320", "b9c446f2-8640-45ab-b6ed-e37a3b13e1c9" ], "filterQuery": "sample string 2", "AccountId": "ad44630a-b47f-40c8-97a1-056356db777a", "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.