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\]


</value_operator>
<value_constraint>value_constraint0</value_constraint>
<value_unit_of_measure>unit</value_unit_of_measure>
<value_type>TEXT/LARGETEX/NUMBER/FLAG/MODIFIER</value_type>
</constrain_by_value>
<constrain_by_date>
<date_from time="start_date" inclusive="yes">2006-05-04</date_from>
<date_to time="start_date" inclusive="yes">2006-05-04</date_to>
</constrain_by_date>
<constrain_by_modifier>
<applied_path>\i2b2\Medications%</applied_path>
<modifier_key>\\i2b2_DEMO\Dose\</modifier_key>
<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\]


</value_operator>
<value_constraint> value_constraint0</value_constraint>
<value_unit_of_measure>unit_of_measure</value_unit_of_measure>
<value_type>TEXT/NUMBER/FLAG/MODIFIER</value_type>
</constrain_by_value>
</constrain_by_modifier>
<dim_tablename>dim_tablename0</dim_tablename>
<dim_columnname>dim_columnname0</dim_columnname>
<dim_dimcode>dim_dimcode0</dim_dimcode>
<dim_columndatatype>dim_columndatatype0</dim_columndatatype>
<dim_operator>dim_operator0</dim_operator> LIKE
<facttablecolumn>facttablecolumn0</facttablecolumn>
<item_color/>
<item_shape/>
<item_row_number/>
<item_is_synonym/>
</item>
</panel>

...