Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.05, 1.7.06
-
None
-
None
-
i2b2 Desktop (Workbench)
-
Constraints - Date
-
i2b2 Core
-
All databases
Description
A query created in the web client with a date constraint on a group and when same query is dragged in on the workbench the entire date constraint is lost. When you look at the QUERY_MASTER table the request XML has the date constraint saved.
Request XML from QUERY_MASTER:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:query_definition xmlns:ns2="http://www.i2b2.org/xsd/cell/crc/psm/1.1/" xmlns:ns4="http://www.i2b2.org/xsd/cell/crc/psm/analysisdefinition/1.1/" xmlns:ns3="http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/">
<query_name>Diabetes mellit@07:57:56</query_name>
<query_timing>ANY</query_timing>
<specificity_scale>0</specificity_scale>
<panel>
<panel_number>1</panel_number>
<panel_timing>ANY</panel_timing>
<panel_date_from>2015-01-15T00:00:00.000-05:00</panel_date_from>
<panel_date_to>2015-01-30T00:00:00.000-05:00</panel_date_to>
<panel_accuracy_scale>100</panel_accuracy_scale>
<invert>0</invert>
<total_item_occurrences>1</total_item_occurrences>
<item>
<hlevel>4</hlevel>
<item_name>Diabetes mellitus</item_name>
<item_key>\\I2B2_NCBO\Icd9cm\(001-999.99) D~9lye\(240-279.99) E~7i20\(249-259.99) D~uwjq\(250) Diabetes~kvrx\</item_key>
<item_icon>FAE</item_icon>
<tooltip>Icd9cm \ DISEASES AND INJURIES \ ENDOCRINE, NUTRITIONAL AND METABOLIC DISEASES, AND IMMUNITY DISORDERS \ DISEASES OF OTHER ENDOCRINE GLANDS \ Diabetes mellitus</tooltip>
<class>ENC</class>
<item_is_synonym>false</item_is_synonym>
</item>
</panel>
</ns3:query_definition>
Request XML from QUERY_MASTER:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:query_definition xmlns:ns2="http://www.i2b2.org/xsd/cell/crc/psm/1.1/" xmlns:ns4="http://www.i2b2.org/xsd/cell/crc/psm/analysisdefinition/1.1/" xmlns:ns3="http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/">
<query_name>Diabetes mellit@07:57:56</query_name>
<query_timing>ANY</query_timing>
<specificity_scale>0</specificity_scale>
<panel>
<panel_number>1</panel_number>
<panel_timing>ANY</panel_timing>
<panel_date_from>2015-01-15T00:00:00.000-05:00</panel_date_from>
<panel_date_to>2015-01-30T00:00:00.000-05:00</panel_date_to>
<panel_accuracy_scale>100</panel_accuracy_scale>
<invert>0</invert>
<total_item_occurrences>1</total_item_occurrences>
<item>
<hlevel>4</hlevel>
<item_name>Diabetes mellitus</item_name>
<item_key>\\I2B2_NCBO\Icd9cm\(001-999.99) D~9lye\(240-279.99) E~7i20\(249-259.99) D~uwjq\(250) Diabetes~kvrx\</item_key>
<item_icon>FAE</item_icon>
<tooltip>Icd9cm \ DISEASES AND INJURIES \ ENDOCRINE, NUTRITIONAL AND METABOLIC DISEASES, AND IMMUNITY DISORDERS \ DISEASES OF OTHER ENDOCRINE GLANDS \ Diabetes mellitus</tooltip>
<class>ENC</class>
<item_is_synonym>false</item_is_synonym>
</item>
</panel>
</ns3:query_definition>
Attachments
Issue Links
- related to
-
WEBCLIENT-136 Date Constraints lost in webclient when executing a query created in workbench
- Closed