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": "dce4368a-b300-462d-b4e2-0c7406677f1f", "VitalMasterId": [ "13d945f6-9acd-404a-8b0e-f6b32e7b6d64", "a0bf16f3-590d-40c5-bb8f-331b68a3bd7f" ], "filterQuery": "sample string 2", "AccountId": "9d713436-510d-4284-90b9-a1ddd7223fe1", "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.