Changeset 6532 in main
- Timestamp:
- 06/09/14 12:54:13 (8 years ago)
- Location:
- adopters/nm/trunk/src/main/webapps/ibisph-view/WEB-INF/xml/query/module/infmort_EPHT12
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/webapps/ibisph-view/WEB-INF/xml/query/module/infmort_EPHT12/InfMort_EPHT.xml
r6531 r6532 87 87 </DATA_ISSUES> 88 88 </CONFIGURATION> 89 90 <CONFIGURATION> <!--PeriMortCount-->89 <!-- cannot have PeriMortCount perinatal deaths right now, due to data limitations 90 <CONFIGURATION> 91 91 <NAME>PeriMortCount</NAME> 92 92 <TITLE>Perinatal Mortality Counts (Fetal Deaths of at Least 28 Weeks Gestation and Infants Age 0 to 6 Days)</TITLE> … … 111 111 <PARAMETER> 112 112 <NAME>AgeGrpInf</NAME> 113 <VALUE>0</VALUE> <!-- fetal deaths -->114 </PARAMETER> 115 <PARAMETER> 116 <NAME>AgeGrpInf</NAME> 117 <VALUE>1</VALUE> 118 </PARAMETER> 119 </PARAMETERS> 120 <DATA_SOURCES> 121 <ibis:include href="data_source/Death.xml"/> 122 <ibis:include href="data_source/Birth.xml"/> 123 </DATA_SOURCES> 124 <DATA_NOTES> 125 <ibis:include href="data_note/ICD.xml"/> 126 </DATA_NOTES> 127 <DATA_ISSUES> 128 <ibis:include href="data_issue/Mort.xml"/> 129 </DATA_ISSUES> 130 </CONFIGURATION> 131 113 <VALUE>0</VALUE> 114 </PARAMETER> 115 <PARAMETER> 116 <NAME>AgeGrpInf</NAME> 117 <VALUE>1</VALUE> 118 </PARAMETER> 119 </PARAMETERS> 120 <DATA_SOURCES> 121 <ibis:include href="data_source/Death.xml"/> 122 <ibis:include href="data_source/Birth.xml"/> 123 </DATA_SOURCES> 124 <DATA_NOTES> 125 <ibis:include href="data_note/ICD.xml"/> 126 </DATA_NOTES> 127 <DATA_ISSUES> 128 <ibis:include href="data_issue/Mort.xml"/> 129 </DATA_ISSUES> 130 </CONFIGURATION> 131 --> 132 132 <CONFIGURATION> <!--NeoMortCount--> 133 133 <NAME>NeoMortCount</NAME> … … 455 455 <ibis:include href="section/Year.xml"/> 456 456 <ibis:include href="section/MomChar.xml"/> 457 <ibis:include href="section/ InfChar.xml"/>457 <ibis:include href="section/Sex.xml"/> 458 458 </SECTIONS> 459 459 </CRITERIA> … … 475 475 <ibis:include href="dimension/Year.xml"/> 476 476 477 <ibis:include href="dimension/InfAge.xml"/>477 <!-- <ibis:include href="dimension/InfAge.xml"/> Problematic right now --> 478 478 <ibis:include href="dimension/Sex.xml"/> 479 479 <ibis:include href="dimension/MomRacEth.xml"/> -
adopters/nm/trunk/src/main/webapps/ibisph-view/WEB-INF/xml/query/module/infmort_EPHT12/PeriMort_EPHT.xml
r6531 r6532 138 138 <ibis:include href="section/Geo.xml"/> 139 139 <ibis:include href="section/Year.xml"/> 140 <ibis:include href="section/Sex.xml"/> 140 141 </SECTIONS> 141 142 </CRITERIA> -
adopters/nm/trunk/src/main/webapps/ibisph-view/WEB-INF/xml/query/module/infmort_EPHT12/dimension/MomRacEth.xml
r6531 r6532 9 9 <VALUE>3<TITLE>Black or African American</TITLE></VALUE> 10 10 <VALUE>4<TITLE>Hispanic</TITLE></VALUE> 11 <VALUE>5<TITLE>White , Non-Hispanic</TITLE></VALUE>11 <VALUE>5<TITLE>White</TITLE></VALUE> 12 12 <VALUE>7<TITLE>Other</TITLE><NOT_ASSOCIATED_FLAG/></VALUE> 13 13 <VALUE>9<TITLE>Unknown</TITLE><NOT_ASSOCIATED_FLAG/></VALUE> -
adopters/nm/trunk/src/main/webapps/ibisph-view/WEB-INF/xml/query/module/infmort_EPHT12/section/Geo.xml
r6531 r6532 37 37 </SELECTIONS> 38 38 </SELECTION> 39 39 <!-- 40 40 <SELECTION> 41 41 <TITLE>Mother's residence: NM health region</TITLE> … … 55 55 </SELECTIONS> 56 56 </SELECTION> 57 57 --> 58 58 </SELECTIONS> 59 59 </SECTION> -
adopters/nm/trunk/src/main/webapps/ibisph-view/WEB-INF/xml/query/module/infmort_EPHT12/section/MomChar.xml
r6531 r6532 3 3 <SECTION xmlns:ibis="http://www.ibisph.org"> 4 4 <NAME>MomChar</NAME> 5 <TITLE>POPULATION: Mother 's Race</TITLE>5 <TITLE>POPULATION: Mother Characteristics</TITLE> 6 6 7 7 <SELECTIONS> 8 <TITLE>Select mother's race groups that you would like to include in your analysis. The default is all races.</TITLE>8 <TITLE>Select mother's race and/or hispanic origin to include in analysis. The default is all races and hispanic origin.</TITLE> 9 9 <DESCRIPTION>Filter by mother's charactistics</DESCRIPTION> 10 10 <SELECTION_TYPE><MULTIPLE/></SELECTION_TYPE>
Note: See TracChangeset
for help on using the changeset viewer.