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": "7a79da68-ebb8-4a2a-ba8f-441c9b467c77", "VitalMasterId": [ "db7c1b21-2b24-44a5-b9a4-1fc7ea939c18", "cc40bb32-005d-41be-94a1-55527226f8b0" ], "filterQuery": "sample string 2", "AccountId": "f7475908-a9ec-4f2f-a996-1a0d83058d1f", "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.