Server (Cells) Messaging Home
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...


The <item> constraints are OR-ed and the <panel> constraints are AND-ed in the query. Both the setfinder and PDO request share this panel definition.


Example:
Italicized and Gray are optional for both setfinder and PDO schema.
Gray items (no italics) are required only if the parent container is being used.
Italicized items are optional but only for setfinder schema.
All others are required.
<panel name="name0">
<panel_number># of panel</panel_number>
<panel_timing>ANY|SAMEVISIT|SAMEINSTANCENUM</panel_timing>
<panel_date_from time="start_date" inclusive="yes"></panel_date_from>
<panel_date_to time="start_date" inclusive="yes"></panel_date_to>
<panel_accuracy_scale>1</panel_accuracy_scale>
<invert>0</invert>
<total_item_occurrences operator="EQ/NE/GT/GE/LT/LE">1</total_item_occurrences>
<item>
<hlevel>3</hlevel>
<item_name>item_name0</item_name>
<item_table>
<item_key>
item_key0| patient_set_coll_id:NNN |
patient_set_enc_id:NNN |masterid:NNN
</item_key>
<item_icon>item_icon0</item_icon>
<tooltip>tooltip0</tooltip>
<class>ENC</class>
<constrain_by_value>
<value_operator>

Wiki Markup
EQ/NE/GT/GE/LT/LE/IN/BETWEEN/LIKE\[exact\]/LIKE\[begin\]/ LIKE\[end\]/LIKE\[contains\]/Contains\[database\]

...

Wiki Markup
EQ/NE/GT/GE/LT/LE/IN/BETWEEN/LIKE\[exact\]/LIKE\[begin\]/ LIKE\[end\]/LIKE\[contains\]/Contains\[database\]

...

Element Name

Description

panel

A concept used to group items. The set of observation facts for each item filter are "unioned" at the panel level. The panel has the attribute "name", which is the key field for the panel and it is unique.

panel_timing

The values of the panel timing are the same as the values of the <query_timing> option in the query definition. The panel timing will override the query timing value if both have values specified.

Value

Description

ANY

ANY is the default value. The query result doesn't depend on the patient's encounter / visit value

SAME
SAMEVISIT

The patients selected within the panel will have the same Encounter / Visit.

SAMEINSTANCENUM

The patients selected within the panel will have the same Encounter / Visit and INSTANCE_NUM value in the fact table.

...