POST api/MPatientVital/MobGetPatientVitalHistory
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": "f0f0cfc8-8d5e-496a-988e-f28fb7a4af96", "VitalMasterId": [ "afca21ce-3232-450f-b4e0-7956b4a0949d", "e08004d6-e6dd-4e8c-ab66-a6e40bc4fb7d" ], "filterQuery": "sample string 2", "AccountId": "1f7619a8-e8f4-4185-822d-f6af7a477756", "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.