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": "fca8f446-730e-4af6-99c4-c960b6598293", "VitalMasterId": [ "abb8f6c0-448b-4bb2-a33a-d435b917f939", "f72d5ad8-552b-4105-a718-0acdda73a9aa" ], "filterQuery": "sample string 2", "AccountId": "e60fcccc-1010-483f-ad77-0f961826ffbf", "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.