POST api/MPatientVital/GetPatientVitalHistory
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": "ccf9fcb0-b4e6-42ed-8feb-ee5ab3e6d2f1", "VitalMasterId": [ "319ad364-7633-44f3-bf85-a1c5dc875d13", "99747d70-ccda-4f09-86f6-6d780fb2102c" ], "filterQuery": "sample string 2", "AccountId": "08e564a5-63dd-4384-a2bf-7d648abbdde2", "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.