POST api/MPatientVital/MGetPatientVitalHistory
Request Information
URI Parameters
None.
Body Parameters
PatientVitalHistory| Name | 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": "b07896ba-20f6-40bb-a93f-99f7213e54f1",
"VitalMasterId": [
"296359bf-93c9-41d3-bd86-ff50b3705bb1",
"abebf7c3-f405-41fe-9410-c348c2196215"
],
"filterQuery": "sample string 2",
"AccountId": "c646f1a2-aded-4a15-aca2-e861ab63fc3a",
"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.