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": "bec79119-8a7d-4005-85a8-0cb4e8bfc70e", "VitalMasterId": [ "f2260c10-d15d-4acc-8ffb-0802b6531021", "78a52b9a-2f9a-490d-a8b1-a736be67cc36" ], "filterQuery": "sample string 2", "AccountId": "412eafd6-88e9-41f5-b061-a59bd18a71cd", "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.