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": "270b9134-a8af-4fac-a131-8b51891456b0", "VitalMasterId": [ "0ee1a2d3-dbae-476f-a718-8af26f08b8d5", "40d021d6-9a70-459a-93b5-acc98c963d33" ], "filterQuery": "sample string 2", "AccountId": "e1a4c6bc-6ab2-4687-a32e-c159171f43b9", "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.