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": "d9f8c599-5e1c-4b03-b674-06802148d0be", "VitalMasterId": [ "af0d1efa-dfb8-4a6a-8403-878ca2e1a20a", "8f0e80ff-89e5-4fca-b63c-037a4c0801db" ], "filterQuery": "sample string 2", "AccountId": "ec4a7125-44bd-4029-a4d0-f44ec58e402f", "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.