Changeset 19898 in main
- Timestamp:
- 02/24/20 16:00:03 (2 years ago)
- Location:
- adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/birthdefect
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/birthdefect/BirthDefectCnty.xml
r19534 r19898 138 138 </OVERVIEWS> 139 139 <SECTIONS> 140 <ibis:include href="section/ YearNew16.xml"/>140 <ibis:include href="section/yearnew.xml"/> 141 141 <ibis:include href="section/BirthDefect.xml"/> 142 142 <ibis:include href="section/DemoCnty.xml"/> … … 147 147 <DIMENSIONS> 148 148 <ibis:include href="dimension/YearProxy.xml"/> 149 <ibis:include href="dimension/YearNew 16.xml"/>149 <ibis:include href="dimension/YearNew.xml"/> 150 150 <!--ibis:include href="dimension/YearGrp5_MovAvg 151 151 .xml"/--> -
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/birthdefect/BirthDefectState.xml
r19534 r19898 152 152 </OVERVIEWS> 153 153 <SECTIONS> 154 <ibis:include href="section/ YearNew16.xml"/>154 <ibis:include href="section/yearnew.xml"/> 155 155 <ibis:include href="section/BirthDefect.xml"/> 156 156 <ibis:include href="section/DemoState.xml"/> … … 162 162 <DIMENSIONS> 163 163 <ibis:include href="dimension/YearProxy.xml"/> 164 <ibis:include href="dimension/ YearNew16.xml"/>164 <ibis:include href="dimension/yearnew.xml"/> 165 165 <!--ibis:include href="dimension/MomAgeGrp.xml"/--> 166 166 <ibis:include href="dimension/MomAgeGrpTrisomy21.xml"/> -
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/birthdefect/dimension/YearNew.xml
r19417 r19898 6 6 <PROXY_DIMENSION_NAME>YearProxy</PROXY_DIMENSION_NAME> 7 7 <VALUES> 8 <VALUE>200 1-2005<TITLE>2002-2006</TITLE><SORT_ORDER>1</SORT_ORDER></VALUE>9 <VALUE>200 6-2010<TITLE>2007-2011</TITLE><SORT_ORDER>2</SORT_ORDER></VALUE>10 <VALUE>201 1-2015<TITLE>2012-2016</TITLE><SORT_ORDER>3</SORT_ORDER></VALUE>8 <VALUE>2002-2006<TITLE>2002-2006</TITLE><SORT_ORDER>1</SORT_ORDER></VALUE> 9 <VALUE>2007-2011<TITLE>2007-2011</TITLE><SORT_ORDER>2</SORT_ORDER></VALUE> 10 <VALUE>2012-2016<TITLE>2012-2016</TITLE><SORT_ORDER>3</SORT_ORDER></VALUE> 11 11 <VALUE>.<TITLE>Total</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER>4</SORT_ORDER></VALUE> 12 12 </VALUES> -
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/birthdefect/section/YearNew.xml
r19417 r19898 2 2 3 3 <SECTION xmlns:ibis="http://www.ibisph.org"> 4 <NAME> YearNew</NAME>4 <NAME>yearnew</NAME> 5 5 <TITLE>Select year</TITLE> 6 6 … … 8 8 <SELECTED_DIMENSION> 9 9 <NAME>YearProxy</NAME> 10 <VALUES><VALUE> YearNew</VALUE></VALUES>10 <VALUES><VALUE>yearnew</VALUE></VALUES> 11 11 </SELECTED_DIMENSION> 12 12 <SELECTED_DIMENSION> 13 13 <NAME>YearNew</NAME> 14 14 <VALUES> 15 <VALUE>201 1-2015</VALUE>16 <VALUE>200 6-2010</VALUE>17 <VALUE>200 1-2005</VALUE>15 <VALUE>2012-2016</VALUE> 16 <VALUE>2007-2011</VALUE> 17 <VALUE>2002-2006</VALUE> 18 18 </VALUES> 19 19 </SELECTED_DIMENSION>
Note: See TracChangeset
for help on using the changeset viewer.