[16412] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
| 2 | |
---|
| 3 | <QUERY_MODULE xmlns:ibis="http://www.ibisph.org"> |
---|
| 4 | |
---|
| 5 | <ibis:doc> |
---|
| 6 | <name>query/module//</name> |
---|
| 7 | <summary>Query Module definition</summary> |
---|
| 8 | <description/> |
---|
| 9 | <author>Maria Baron</author> |
---|
| 10 | <company>NJDOH Center for Health Statistics</company> |
---|
| 11 | <versions> |
---|
| 12 | <version> |
---|
| 13 | <number>1.0</number> |
---|
| 14 | <date>Jan 22, 2009</date> |
---|
| 15 | <who>Maria</who> |
---|
| 16 | <description>initial release</description> |
---|
| 17 | </version> |
---|
| 18 | </versions> |
---|
| 19 | </ibis:doc> |
---|
| 20 | |
---|
| 21 | <NAME>MortStateICD10</NAME> |
---|
[25107] | 22 | <TITLE>New Jersey Mortality Data: 2000-2020</TITLE> |
---|
[16412] | 23 | <DESCRIPTION>New Jersey Mortality Data</DESCRIPTION> |
---|
| 24 | <VERSION>January 22, 2009</VERSION> |
---|
| 25 | <KEYWORDS>mortality, leading causes of death, age at death, ICD-10</KEYWORDS> |
---|
| 26 | <ORG_UNIT_NAME>CHS</ORG_UNIT_NAME> |
---|
| 27 | |
---|
| 28 | <PARAMETERS> |
---|
| 29 | <PARAMETER> |
---|
| 30 | <NAME>config</NAME> |
---|
| 31 | <VALUE>C:\ibisq\qModules\mort\Mort.cfg</VALUE> |
---|
| 32 | </PARAMETER> |
---|
| 33 | <PARAMETER> |
---|
| 34 | <NAME>sas</NAME> |
---|
| 35 | <VALUE>0</VALUE> |
---|
| 36 | </PARAMETER> |
---|
| 37 | <PARAMETER> |
---|
| 38 | <NAME>test</NAME> |
---|
| 39 | <VALUE>0</VALUE> |
---|
| 40 | </PARAMETER> |
---|
| 41 | <PARAMETER> <NAME>data_where</NAME> <VALUE>resid=1</VALUE> </PARAMETER> <!-- added 3/25/09 by MLB so entire query is NJ residents only--> |
---|
| 42 | </PARAMETERS> |
---|
| 43 | |
---|
| 44 | <QUERY_CONFIGURATION_SELECTION> |
---|
| 45 | <LOCAL_URL>query/selection/mort/MortSelection.html</LOCAL_URL> |
---|
| 46 | <TITLE>Mortality</TITLE> |
---|
| 47 | </QUERY_CONFIGURATION_SELECTION> |
---|
| 48 | |
---|
| 49 | <!-- BEGIN BRANCH CREATION SECTION --> |
---|
| 50 | <CONFIGURATIONS> |
---|
| 51 | <!-- COUNT branch --> |
---|
| 52 | <CONFIGURATION> |
---|
| 53 | <DEFAULT_MAP_NAME>None</DEFAULT_MAP_NAME> <!-- This makes map display default to "No Map." --> |
---|
| 54 | <MEASURES> |
---|
| 55 | <MEASURE> |
---|
| 56 | <NAME>Count</NAME> |
---|
| 57 | <TITLE>Number of Deaths</TITLE> |
---|
| 58 | <DESCRIPTION>Count of the Number of Deaths</DESCRIPTION> |
---|
| 59 | </MEASURE> |
---|
| 60 | </MEASURES> |
---|
| 61 | <NAME>Count</NAME> |
---|
| 62 | <TITLE>Count</TITLE> |
---|
| 63 | <DESCRIPTION>Death Counts</DESCRIPTION> |
---|
| 64 | <PARAMETERS> |
---|
| 65 | <PARAMETER> |
---|
| 66 | <NAME>func</NAME> |
---|
| 67 | <VALUE>Count.def</VALUE> |
---|
| 68 | </PARAMETER> |
---|
| 69 | </PARAMETERS> |
---|
| 70 | <CRITERIA> |
---|
| 71 | <EXCLUDE> |
---|
| 72 | <SECTION_NAMES> |
---|
| 73 | <SECTION_NAME>Sex</SECTION_NAME> |
---|
| 74 | </SECTION_NAMES> |
---|
| 75 | <MAP_NAMES> |
---|
| 76 | <ALL_FLAG/> <!-- This removes the Map option from the query builder screen. --> |
---|
| 77 | </MAP_NAMES> |
---|
| 78 | </EXCLUDE> |
---|
| 79 | </CRITERIA> |
---|
[22932] | 80 | <!--DATA_ISSUES> |
---|
[21038] | 81 | <ibis:include href="data_issue/Prelim.xml"/> |
---|
[22932] | 82 | </DATA_ISSUES--> |
---|
[16412] | 83 | <DATA_SOURCES> |
---|
| 84 | <ibis:include href="data_source/Death.xml"/> |
---|
| 85 | </DATA_SOURCES> |
---|
| 86 | <!-- <DATA_NOTES> |
---|
| 87 | <ibis:include href="data_note/ICD.xml"/> |
---|
| 88 | </DATA_NOTES> We don't mention "ICD" in the result page, so this is pointless. Especially since we're only doing ICD-10. 2/26/09 MLB--> |
---|
| 89 | </CONFIGURATION> |
---|
| 90 | <!-- CRUDE RATE branch --> |
---|
| 91 | <CONFIGURATION> |
---|
| 92 | <DEFAULT_MAP_NAME>None</DEFAULT_MAP_NAME> <!-- This makes map display default to "No Map." --> |
---|
| 93 | <MEASURES> |
---|
| 94 | <MEASURE> |
---|
| 95 | <NAME>Rate</NAME> |
---|
| 96 | <TITLE>Crude Rates (Deaths Per 100,000 Population)</TITLE> |
---|
| 97 | <DESCRIPTION>Mortality Crude Rates</DESCRIPTION> |
---|
| 98 | <XSLT_FORMAT_PATTERN>#0.0</XSLT_FORMAT_PATTERN> |
---|
| 99 | <NUMERATOR> |
---|
| 100 | <TITLE>Number of Deaths</TITLE> |
---|
| 101 | </NUMERATOR> |
---|
| 102 | <DENOMINATOR> |
---|
| 103 | <TITLE>Number in the Population</TITLE> |
---|
| 104 | <DESCRIPTION>Number of Persons in the Population</DESCRIPTION> |
---|
| 105 | </DENOMINATOR> |
---|
| 106 | <LOWER_CONFIDENCE_LIMIT> |
---|
| 107 | <TITLE>95% CI LL</TITLE> |
---|
| 108 | <DESCRIPTION>95% Confidence Interval Lower Limit</DESCRIPTION> |
---|
| 109 | </LOWER_CONFIDENCE_LIMIT> |
---|
| 110 | <UPPER_CONFIDENCE_LIMIT> |
---|
| 111 | <TITLE>95% CI UL</TITLE> |
---|
| 112 | <DESCRIPTION>95% Confidence Interval Upper Limit</DESCRIPTION> |
---|
| 113 | </UPPER_CONFIDENCE_LIMIT> |
---|
| 114 | </MEASURE> |
---|
| 115 | </MEASURES> |
---|
| 116 | <NAME>CrudeRate</NAME> |
---|
| 117 | <TITLE>Crude Rates (Deaths Per 100,000 Population) for the State </TITLE> <!-- part of page title --> |
---|
| 118 | <DESCRIPTION>Mortality Crude Rates</DESCRIPTION> |
---|
| 119 | <PARAMETERS> |
---|
| 120 | <PARAMETER> |
---|
| 121 | <NAME>func</NAME> |
---|
| 122 | <VALUE>CrudeRate.def</VALUE> |
---|
| 123 | </PARAMETER> |
---|
| 124 | <PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> |
---|
| 125 | <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER> |
---|
| 126 | <PARAMETER> <NAME>data_where</NAME> <VALUE>resid=1</VALUE> </PARAMETER> <!-- added 2/20/09 by MLB --> |
---|
| 127 | </PARAMETERS> |
---|
| 128 | <CRITERIA> |
---|
| 129 | <EXCLUDE> |
---|
| 130 | <SECTION_NAMES> |
---|
[20759] | 131 | <SECTION_NAME>Month</SECTION_NAME> |
---|
[16412] | 132 | <SECTION_NAME>Occur</SECTION_NAME> <!-- Residents only for rates. 2/27/09 MLB--> |
---|
| 133 | <SECTION_NAME>Demog</SECTION_NAME> |
---|
| 134 | <SECTION_NAME>Geo</SECTION_NAME> <!-- Since we can only use njpop0007 for state rates --> |
---|
| 135 | </SECTION_NAMES> |
---|
| 136 | <DIMENSION_NAMES> |
---|
[20759] | 137 | <DIMENSION_NAME>Month</DIMENSION_NAME> |
---|
[16412] | 138 | <DIMENSION_NAME>Nativity</DIMENSION_NAME> |
---|
| 139 | <DIMENSION_NAME>Place</DIMENSION_NAME> |
---|
| 140 | <DIMENSION_NAME>GeoProxy</DIMENSION_NAME> |
---|
| 141 | <DIMENSION_NAME>GeoCnty</DIMENSION_NAME> |
---|
| 142 | <DIMENSION_NAME>GeoMuni</DIMENSION_NAME> |
---|
| 143 | <DIMENSION_NAME>Occur</DIMENSION_NAME> |
---|
| 144 | </DIMENSION_NAMES> |
---|
[18575] | 145 | <CHART_NAMES> |
---|
| 146 | <CHART_NAME>Pie</CHART_NAME> |
---|
| 147 | </CHART_NAMES> |
---|
[16412] | 148 | <MAP_NAMES> |
---|
| 149 | <ALL_FLAG/> <!-- This removes the Map option from the query builder screen. --> |
---|
| 150 | </MAP_NAMES> |
---|
| 151 | </EXCLUDE> |
---|
| 152 | </CRITERIA> |
---|
[22932] | 153 | <!--DATA_ISSUES> |
---|
[21038] | 154 | <ibis:include href="data_issue/Prelim.xml"/> |
---|
[22932] | 155 | </DATA_ISSUES--> |
---|
[16412] | 156 | <DATA_SOURCES> |
---|
| 157 | <ibis:include href="data_source/Death.xml"/> |
---|
| 158 | <ibis:include href="data_source/GOPB.xml"/> |
---|
| 159 | </DATA_SOURCES> |
---|
[21038] | 160 | <!--DATA_NOTES> |
---|
[16412] | 161 | <ibis:include href="data_note/ICD.xml"/> |
---|
[21038] | 162 | </DATA_NOTES--> |
---|
[16412] | 163 | </CONFIGURATION> |
---|
| 164 | |
---|
| 165 | <!-- AGE-ADJUSTED RATE branch --> |
---|
| 166 | <CONFIGURATION> |
---|
| 167 | <MEASURES> |
---|
| 168 | <MEASURE> |
---|
| 169 | <NAME>Rate</NAME> |
---|
| 170 | <TITLE>Age-adjusted Rates (Deaths Per 100,000 Standard Population)</TITLE> |
---|
| 171 | <DESCRIPTION>Mortality Age-adjusted Rates</DESCRIPTION> |
---|
| 172 | <XSLT_FORMAT_PATTERN>#0.0</XSLT_FORMAT_PATTERN> |
---|
| 173 | <NUMERATOR> |
---|
| 174 | <TITLE>Number of Deaths</TITLE> |
---|
| 175 | </NUMERATOR> |
---|
| 176 | <DENOMINATOR> |
---|
| 177 | <TITLE>Number in the Population</TITLE> |
---|
| 178 | <DESCRIPTION>Number of Persons in the Population</DESCRIPTION> |
---|
| 179 | </DENOMINATOR> |
---|
| 180 | <LOWER_CONFIDENCE_LIMIT> |
---|
| 181 | <TITLE>95% CI LL</TITLE> |
---|
| 182 | <DESCRIPTION>95% Confidence Interval Lower Limit</DESCRIPTION> |
---|
| 183 | </LOWER_CONFIDENCE_LIMIT> |
---|
| 184 | <UPPER_CONFIDENCE_LIMIT> |
---|
| 185 | <TITLE>95% CI UL</TITLE> |
---|
| 186 | <DESCRIPTION>95% Confidence Interval Upper Limit</DESCRIPTION> |
---|
| 187 | </UPPER_CONFIDENCE_LIMIT> |
---|
| 188 | </MEASURE> |
---|
| 189 | </MEASURES> |
---|
| 190 | <NAME>AgeRate</NAME> |
---|
| 191 | <TITLE>Age-adjusted Rates (Deaths Per 100,000 Standard Population) for the State </TITLE> <!-- part of page title --> |
---|
| 192 | <DESCRIPTION>Mortality Age-adjusted Rates</DESCRIPTION> |
---|
| 193 | <PARAMETERS> |
---|
| 194 | <PARAMETER> |
---|
| 195 | <NAME>func</NAME> |
---|
| 196 | <VALUE>AgeRate.def</VALUE> |
---|
| 197 | </PARAMETER> |
---|
| 198 | <PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> <!-- added 2/20/09 by MLB --> |
---|
| 199 | <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER> <!-- added 2/20/09 by MLB --> |
---|
| 200 | <PARAMETER> <NAME>data_where</NAME> <VALUE>resid=1</VALUE> </PARAMETER> <!-- added 2/20/09 by MLB --> |
---|
| 201 | </PARAMETERS> |
---|
| 202 | <CRITERIA> |
---|
| 203 | <EXCLUDE> |
---|
| 204 | <SECTION_NAMES> |
---|
[20759] | 205 | <SECTION_NAME>Month</SECTION_NAME> |
---|
[16412] | 206 | <SECTION_NAME>AgeGrp</SECTION_NAME> |
---|
| 207 | <SECTION_NAME>Occur</SECTION_NAME> <!-- Residents only for rates. 2/27/09 MLB--> |
---|
| 208 | <SECTION_NAME>Demog</SECTION_NAME> |
---|
| 209 | <SECTION_NAME>Geo</SECTION_NAME> <!-- Since we can only use njpop0007 for state rates --> |
---|
| 210 | </SECTION_NAMES> |
---|
| 211 | <DIMENSION_NAMES> |
---|
[20759] | 212 | <DIMENSION_NAME>Month</DIMENSION_NAME> |
---|
[16412] | 213 | <DIMENSION_NAME>AgeGrpProxy</DIMENSION_NAME> |
---|
| 214 | <DIMENSION_NAME>Nativity</DIMENSION_NAME> |
---|
| 215 | <DIMENSION_NAME>Place</DIMENSION_NAME> |
---|
| 216 | <DIMENSION_NAME>GeoProxy</DIMENSION_NAME> |
---|
| 217 | <DIMENSION_NAME>GeoCnty</DIMENSION_NAME> |
---|
| 218 | <DIMENSION_NAME>GeoMuni</DIMENSION_NAME> |
---|
| 219 | <DIMENSION_NAME>Occur</DIMENSION_NAME> |
---|
| 220 | </DIMENSION_NAMES> |
---|
[18575] | 221 | <CHART_NAMES> |
---|
| 222 | <CHART_NAME>Pie</CHART_NAME> |
---|
| 223 | </CHART_NAMES> |
---|
[16412] | 224 | <MAP_NAMES> |
---|
| 225 | <ALL_FLAG/> <!-- This removes the Map option from the query builder screen. --> |
---|
| 226 | </MAP_NAMES> |
---|
| 227 | </EXCLUDE> |
---|
| 228 | </CRITERIA> |
---|
[22932] | 229 | <!--DATA_ISSUES> |
---|
[21038] | 230 | <ibis:include href="data_issue/Prelim.xml"/> |
---|
[22932] | 231 | </DATA_ISSUES--> |
---|
[16412] | 232 | <DATA_SOURCES> |
---|
| 233 | <ibis:include href="data_source/Death.xml"/> |
---|
| 234 | <ibis:include href="data_source/GOPB.xml"/> |
---|
| 235 | </DATA_SOURCES> |
---|
| 236 | <DATA_NOTES> |
---|
| 237 | <ibis:include href="data_note/AA.xml"/> |
---|
| 238 | </DATA_NOTES> |
---|
| 239 | </CONFIGURATION> |
---|
| 240 | |
---|
| 241 | <!-- AVERAGE AGE AT DEATH branch --> |
---|
| 242 | <CONFIGURATION> |
---|
| 243 | <MEASURES> |
---|
| 244 | <MEASURE> |
---|
| 245 | <NAME>Average</NAME> |
---|
| 246 | <TITLE>Average Age at Death</TITLE> |
---|
| 247 | <DESCRIPTION>Average Age at Death</DESCRIPTION> |
---|
| 248 | <XSLT_FORMAT_PATTERN>#0.0</XSLT_FORMAT_PATTERN> |
---|
| 249 | <NUMERATOR> |
---|
| 250 | <TITLE>Total of Age in Years</TITLE> |
---|
| 251 | </NUMERATOR> |
---|
| 252 | <DENOMINATOR> |
---|
| 253 | <TITLE>Number of Deaths</TITLE> |
---|
| 254 | </DENOMINATOR> |
---|
| 255 | <LOWER_CONFIDENCE_LIMIT> |
---|
| 256 | <TITLE>95% CI LL</TITLE> |
---|
| 257 | <DESCRIPTION>95% Confidence Interval Lower Limit</DESCRIPTION> |
---|
| 258 | </LOWER_CONFIDENCE_LIMIT> |
---|
| 259 | <UPPER_CONFIDENCE_LIMIT> |
---|
| 260 | <TITLE>95% CI UL</TITLE> |
---|
| 261 | <DESCRIPTION>95% Confidence Interval Upper Limit</DESCRIPTION> |
---|
| 262 | </UPPER_CONFIDENCE_LIMIT> |
---|
| 263 | </MEASURE> |
---|
| 264 | </MEASURES> |
---|
| 265 | <NAME>AgeDeath</NAME> |
---|
| 266 | <TITLE>Average Age at Death</TITLE> |
---|
| 267 | <DESCRIPTION>Average Age at Death</DESCRIPTION> |
---|
| 268 | <PARAMETERS> |
---|
| 269 | <PARAMETER> |
---|
| 270 | <NAME>func</NAME> |
---|
| 271 | <VALUE>AgeDeath.def</VALUE> |
---|
| 272 | </PARAMETER> |
---|
[18538] | 273 | <PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> <!-- added 5/9/19 by MLB --> |
---|
| 274 | <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER> <!-- added 5/9/19 by MLB --> |
---|
[16412] | 275 | </PARAMETERS> |
---|
| 276 | <CRITERIA> |
---|
| 277 | <EXCLUDE> |
---|
| 278 | <SECTION_NAMES> |
---|
| 279 | <SECTION_NAME>AgeGrp</SECTION_NAME> |
---|
| 280 | <SECTION_NAME>Sex</SECTION_NAME> |
---|
| 281 | </SECTION_NAMES> |
---|
| 282 | <DIMENSION_NAMES> |
---|
| 283 | <DIMENSION_NAME>AgeGrpProxy</DIMENSION_NAME> |
---|
| 284 | </DIMENSION_NAMES> |
---|
[18575] | 285 | <CHART_NAMES> |
---|
| 286 | <CHART_NAME>Pie</CHART_NAME> |
---|
| 287 | </CHART_NAMES> |
---|
[16412] | 288 | </EXCLUDE> |
---|
| 289 | </CRITERIA> |
---|
[22932] | 290 | <!--DATA_ISSUES> |
---|
[21038] | 291 | <ibis:include href="data_issue/Prelim.xml"/> |
---|
[22932] | 292 | </DATA_ISSUES--> |
---|
[16412] | 293 | <DATA_SOURCES> |
---|
| 294 | <ibis:include href="data_source/Death.xml"/> |
---|
| 295 | </DATA_SOURCES> |
---|
| 296 | <DATA_NOTES> |
---|
| 297 | <ibis:include href="data_note/AA.xml"/> |
---|
| 298 | </DATA_NOTES> |
---|
| 299 | </CONFIGURATION> |
---|
| 300 | </CONFIGURATIONS> |
---|
| 301 | <!-- END BRANCH CREATION SECTION --> |
---|
| 302 | |
---|
| 303 | <CRITERIA> |
---|
| 304 | <OVERVIEWS> |
---|
| 305 | <ibis:include href="overview/Mort.xml"/> |
---|
| 306 | <ibis:include href="overview/GettingStarted.xml"/> |
---|
| 307 | </OVERVIEWS> |
---|
| 308 | <SECTIONS> |
---|
| 309 | <ibis:include href="section/Year.xml"/> |
---|
[20759] | 310 | <ibis:include href="section/Month.xml"/> |
---|
[16412] | 311 | <ibis:include href="section/AgeGrp.xml"/> |
---|
| 312 | <ibis:include href="section/RaceEth.xml"/> |
---|
| 313 | <ibis:include href="section/Demog.xml"/> |
---|
| 314 | <ibis:include href="section/Sex.xml"/> |
---|
| 315 | <ibis:include href="section/CauseDeath.xml"/> |
---|
| 316 | <ibis:include href="section/Geo.xml"/> |
---|
| 317 | <ibis:include href="section/Occur.xml"/> |
---|
| 318 | <!-- <ibis:include href="section/GeoRes.xml"/> --> |
---|
| 319 | </SECTIONS> |
---|
| 320 | </CRITERIA> |
---|
| 321 | |
---|
| 322 | <DIMENSIONS> |
---|
| 323 | <ibis:include href="dimension/YearProxy.xml"/> |
---|
| 324 | <ibis:include href="dimension/Year.xml"/> |
---|
| 325 | <ibis:include href="dimension/YearGrp3.xml"/> |
---|
| 326 | <ibis:include href="dimension/YearGrp5.xml"/> |
---|
[20759] | 327 | <ibis:include href="dimension/Month.xml"/> |
---|
[16412] | 328 | |
---|
| 329 | <ibis:include href="dimension/AgeGrpProxy.xml"/> |
---|
| 330 | <ibis:include href="dimension/AgeGrp11.xml"/> |
---|
| 331 | <ibis:include href="dimension/AgeGrp4.xml"/> |
---|
| 332 | <ibis:include href="dimension/AgeGrp6.xml"/> |
---|
| 333 | <ibis:include href="dimension/AgeGrp7.xml"/> |
---|
| 334 | <ibis:include href="dimension/AgeGrp8.xml"/> |
---|
| 335 | <ibis:include href="dimension/AgeGrp10.xml"/> |
---|
| 336 | <ibis:include href="dimension/AgeGrp13.xml"/> |
---|
| 337 | <ibis:include href="dimension/AgeGrp18.xml"/> |
---|
| 338 | <ibis:include href="dimension/AgeGrp9.xml"/> |
---|
| 339 | |
---|
| 340 | <ibis:include href="dimension/RaceEthProxy.xml"/> |
---|
| 341 | <ibis:include href="dimension/RaceHisp.xml"/> |
---|
| 342 | <ibis:include href="dimension/Race.xml"/> |
---|
| 343 | <ibis:include href="dimension/Hisp.xml"/> |
---|
| 344 | |
---|
| 345 | <ibis:include href="dimension/Sex.xml"/> |
---|
| 346 | <ibis:include href="dimension/Nativity.xml"/> |
---|
| 347 | <ibis:include href="dimension/Place.xml"/> |
---|
| 348 | |
---|
| 349 | <ibis:include href="dimension/CauseDeath9.xml"/> |
---|
| 350 | <ibis:include href="dimension/CauseDeathProxy.xml"/> |
---|
| 351 | <ibis:include href="dimension/ICDNCHS24.xml"/> |
---|
| 352 | <ibis:include href="dimension/ICDNCHS50.xml"/> |
---|
| 353 | <ibis:include href="dimension/ICDNCHS113.xml"/> |
---|
| 354 | <ibis:include href="dimension/OtherCauses.xml"/> |
---|
| 355 | |
---|
| 356 | <ibis:include href="dimension/GeoProxy.xml"/> |
---|
| 357 | <!-- <ibis:include href="dimension/GeoState.xml"/> commented out 3/25/09 by MLB because we're only showing NJ residents --> |
---|
| 358 | <ibis:include href="dimension/GeoCnty.xml"/> |
---|
| 359 | <ibis:include href="dimension/GeoMuni.xml"/> |
---|
| 360 | |
---|
| 361 | <!-- <ibis:include href="dimension/GeoRes.xml"/> For now, all deaths are NJ residents only, regardless of where they occured. 2/26/09 MLB --> |
---|
| 362 | <!-- <ibis:include href="dimension/OccurProxy.xml"/> |
---|
| 363 | <ibis:include href="dimension/OccurRes.xml"/> --> |
---|
| 364 | <ibis:include href="dimension/Occur.xml"/> |
---|
| 365 | <!-- <ibis:include href="dimension/OccurResNJ.xml"/> |
---|
| 366 | <ibis:include href="dimension/GeoOccur.xml"/> --> |
---|
| 367 | </DIMENSIONS> |
---|
| 368 | </QUERY_MODULE> |
---|