GET api/PatientAlerts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PatientAlert| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MEASURE_ID | integer |
None. |
|
| PATIENT_ID | integer |
None. |
|
| TYPE | string |
None. |
|
| CALCULATION | string |
None. |
|
| LABEL | string |
None. |
|
| MIN_VALUE | decimal number |
None. |
|
| MAX_VALUE | decimal number |
None. |
|
| CALCULATION_PERIOD | integer |
None. |
|
| CALCULATION_PERIOD_UNIT | string |
None. |
|
| BADGE_COLOR | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"MEASURE_ID": 2,
"PATIENT_ID": 3,
"TYPE": "sample string 4",
"CALCULATION": "sample string 5",
"LABEL": "sample string 6",
"MIN_VALUE": 7.0,
"MAX_VALUE": 8.0,
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9",
"BADGE_COLOR": "sample string 10"
},
{
"ID": 1,
"MEASURE_ID": 2,
"PATIENT_ID": 3,
"TYPE": "sample string 4",
"CALCULATION": "sample string 5",
"LABEL": "sample string 6",
"MIN_VALUE": 7.0,
"MAX_VALUE": 8.0,
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9",
"BADGE_COLOR": "sample string 10"
}
]
application/octet-stream
Sample:
[{"ID":1,"MEASURE_ID":2,"PATIENT_ID":3,"TYPE":"sample string 4","CALCULATION":"sample string 5","LABEL":"sample string 6","MIN_VALUE":7.0,"MAX_VALUE":8.0,"CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9","BADGE_COLOR":"sample string 10"},{"ID":1,"MEASURE_ID":2,"PATIENT_ID":3,"TYPE":"sample string 4","CALCULATION":"sample string 5","LABEL":"sample string 6","MIN_VALUE":7.0,"MAX_VALUE":8.0,"CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9","BADGE_COLOR":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfPatientAlert xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PatientAlert>
<ID>1</ID>
<MEASURE_ID>2</MEASURE_ID>
<PATIENT_ID>3</PATIENT_ID>
<TYPE>sample string 4</TYPE>
<CALCULATION>sample string 5</CALCULATION>
<LABEL>sample string 6</LABEL>
<MIN_VALUE>7</MIN_VALUE>
<MAX_VALUE>8</MAX_VALUE>
<CALCULATION_PERIOD>1</CALCULATION_PERIOD>
<CALCULATION_PERIOD_UNIT>sample string 9</CALCULATION_PERIOD_UNIT>
<BADGE_COLOR>sample string 10</BADGE_COLOR>
</PatientAlert>
<PatientAlert>
<ID>1</ID>
<MEASURE_ID>2</MEASURE_ID>
<PATIENT_ID>3</PATIENT_ID>
<TYPE>sample string 4</TYPE>
<CALCULATION>sample string 5</CALCULATION>
<LABEL>sample string 6</LABEL>
<MIN_VALUE>7</MIN_VALUE>
<MAX_VALUE>8</MAX_VALUE>
<CALCULATION_PERIOD>1</CALCULATION_PERIOD>
<CALCULATION_PERIOD_UNIT>sample string 9</CALCULATION_PERIOD_UNIT>
<BADGE_COLOR>sample string 10</BADGE_COLOR>
</PatientAlert>
</ArrayOfPatientAlert>