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": "2a19d2ea-f522-4ed9-9b22-520fe12b1c33", "VitalMasterId": [ "8492cb23-81ba-4995-961a-a131bab96ceb", "f8d6a5ae-24dc-45b3-b873-7e2ee0354987" ], "filterQuery": "sample string 2", "AccountId": "765e8059-c5ea-49bf-8bf3-bf291020dc8d", "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.