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": "ca7d8c7b-777c-4f58-a1fa-d6a5ce09e4b0",
"VitalMasterId": [
"b7d4ebf5-fdb7-4027-bdb7-ff2398de68f6",
"0ff58eb4-2f0e-4d44-b502-b99dada0de4c"
],
"filterQuery": "sample string 2",
"AccountId": "84215de5-ca56-4142-ac99-40691c54959b",
"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.