POST api/MPatientVital/MobGetPatientVitalHistory
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": "134d3ea5-b52d-4d7a-ac3e-319c4203223e", "VitalMasterId": [ "191671dc-7fe6-4995-a5e2-2f06698013d5", "33605d24-be65-4e02-b87c-40543f3e17ee" ], "filterQuery": "sample string 2", "AccountId": "ac2db2f4-c08e-475f-994a-8ff2c545ece4", "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.