Changeset 17787 in main
- Timestamp:
- 01/18/19 18:19:36 (4 years ago)
- Location:
- adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth
- Files:
-
- 4 added
- 1 deleted
- 8 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth
-
Property
svn:ignore
set to
*.bak
-
Property
svn:ignore
set to
-
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/BirthCntyBirth.xml
r16246 r17787 11 11 <versions> 12 12 <version> 13 <date>Jan 23, 2018</date><who>Paul Leo</who><description>Adopted from NM</description>13 <date>Jan 23, 2018</date><who>Paul Leo</who><description>Adopted from NM</description> 14 14 </version> 15 15 </versions> … … 18 18 <NAME>BirthCntyBirth</NAME> 19 19 <TITLE>Hawaii Birth Data</TITLE> 20 <DESCRIPTION>Birth measures that use total births in the denominator, by county island or state</DESCRIPTION>21 <VERSION> Jan 24, 2018</VERSION>20 <DESCRIPTION>Birth measures that use total births in the denominator, by county, island or state</DESCRIPTION> 21 <VERSION>an 11, 2019</VERSION> 22 22 <KEYWORDS>birth, prenatal care, birth weight, pre-term births</KEYWORDS> 23 <ORG_UNIT_NAME> OHSM</ORG_UNIT_NAME> <!-- NEED TO UPDATE for Hawaii -->23 <ORG_UNIT_NAME>VITAL</ORG_UNIT_NAME> 24 24 25 25 <PARAMETERS> … … 51 51 <DESCRIPTION>Count of all live births in a given population and time period.</DESCRIPTION> 52 52 <DEFAULT_CATEGORY_DIMENSION_NAME>GeoProxy</DEFAULT_CATEGORY_DIMENSION_NAME> 53 <DEFAULT_CHART_NAME>GroupedHorzBar</DEFAULT_CHART_NAME> 53 54 <MEASURES> 54 55 <MEASURE> 55 <NAME>Count</NAME> 56 <TITLE>Number of Live Births</TITLE> 57 <DESCRIPTION>Count of all live births in a given population and time period.</DESCRIPTION> 58 <XSLT_FORMAT_PATTERN>,##0</XSLT_FORMAT_PATTERN> 56 <NAME>Percent</NAME> 57 <TITLE>Percent of Live Births</TITLE> 58 <DESCRIPTION>Percent of all live births in a given population and time period.</DESCRIPTION> 59 <XSLT_FORMAT_PATTERN>0.00'%'</XSLT_FORMAT_PATTERN> 60 <NUMERATOR> 61 <TITLE>Number of Live Births</TITLE> 62 <DESCRIPTION>Count of all live births in a given population and time period.</DESCRIPTION> 63 <XSLT_FORMAT_PATTERN>,##0</XSLT_FORMAT_PATTERN> 64 </NUMERATOR> 59 65 </MEASURE> 60 66 </MEASURES> … … 569 575 <ibis:include href="dimension/GeoInfBirthIsland.xml"/> 570 576 577 <ibis:include href="dimension/MomAgeGrpProxy.xml"/> 578 <ibis:include href="dimension/MomAgeGrpPRAMS.xml"/> 571 579 <ibis:include href="dimension/MomAgeGrp.xml"/> 572 580 <ibis:include href="dimension/MomCenRace.xml"/> … … 574 582 <ibis:include href="dimension/MomPrgRace.xml"/> 575 583 <ibis:include href="dimension/MomMar.xml"/> 584 <!-- 1/18/2019 - not used for now as per K. Benson 576 585 <ibis:include href="dimension/MomEdu.xml"/> 577 586 <ibis:include href="dimension/MomMilStatus.xml"/> 578 587 --> 588 <ibis:include href="dimension/DadAgeGrpProxy.xml"/> 589 <ibis:include href="dimension/DadAgeGrpPRAMS.xml"/> 579 590 <ibis:include href="dimension/DadAgeGrp.xml"/> 580 591 <ibis:include href="dimension/DadCenRace.xml"/> 581 592 <ibis:include href="dimension/DadDOHRace.xml"/> 582 593 <ibis:include href="dimension/DadPrgRace.xml"/> 594 <!-- 1/18/2019 - not used for now as per K. Benson 583 595 <ibis:include href="dimension/DadEdu.xml"/> 584 596 <ibis:include href="dimension/DadMilStatus.xml"/> 585 597 --> 586 598 <ibis:include href="dimension/InfSex.xml"/> 587 599 <ibis:include href="dimension/InfCenRace.xml"/> -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/BirthCntyPop.xml
r16246 r17787 2 2 3 3 <QUERY_MODULE xmlns:ibis="http://www.ibisph.org"> 4 5 <ibis:doc> 6 <name>query/module/birth/BirthCntyBirth</name> 7 <summary>Query Module definition</summary> 8 <description/> 9 <author>Paul Leo</author> 10 <company>Software Technology Group, SLT UT</company> 11 <versions> 12 <version> 13 <date>Jan 11, 2019</date><who>Paul Leo</who><description>Adopted from NM</description> 14 </version> 15 </versions> 16 </ibis:doc> 4 17 5 18 <NAME>BirthPopCnty</NAME> 6 19 <TITLE>Hawaii Birth Data</TITLE> 7 <DESCRIPTION>Birth measures that use population estimates in the denominator, by County or Health Region</DESCRIPTION>8 <VERSION>J ul 29, 2017</VERSION>20 <DESCRIPTION>Birth measures that use population estimates in the denominator, by county, island or state</DESCRIPTION> 21 <VERSION>Jan 11, 2019</VERSION> 9 22 <KEYWORDS>birth rate, fertility rate, adolescent births</KEYWORDS> 10 <ORG_UNIT_NAME> BVRHS</ORG_UNIT_NAME>23 <ORG_UNIT_NAME>VITAL</ORG_UNIT_NAME> 11 24 12 25 <PARAMETERS> 13 26 <PARAMETER> 14 27 <NAME>config</NAME> 15 <VALUE> E:\ibisq\qModules\birth23\_Birth16.cfg</VALUE>28 <VALUE>C:\ibisq\qModules\birth\_Birth15.cfg</VALUE> 16 29 </PARAMETER> 17 30 <PARAMETER> … … 23 36 <VALUE>0</VALUE> 24 37 </PARAMETER> 25 <PARAMETER>26 <NAME>NMRes</NAME>27 <VALUE>1</VALUE>28 </PARAMETER>29 38 </PARAMETERS> 30 39 … … 35 44 36 45 <QUERY_APPLICATION_REQUEST_ADD_NON_FILTERED_GROUP_BY_DIMENSION_VALUES_FLAG/> 37 < QUERY_APPLICATION_HTTP_REQUEST_TYPE>post</QUERY_APPLICATION_HTTP_REQUEST_TYPE>46 <!-- may remove comment later <QUERY_APPLICATION_HTTP_REQUEST_TYPE>post</QUERY_APPLICATION_HTTP_REQUEST_TYPE> --> 38 47 39 48 <CONFIGURATIONS> … … 72 81 <DESCRIPTION>Statistical stability indicator.</DESCRIPTION> 73 82 <XSLT_FORMAT_PATTERN>#</XSLT_FORMAT_PATTERN> 74 <!--<NOT_SELECTABLE_FLAG/>-->75 83 </MEASURE> 76 84 </MEASURES> … … 78 86 <PARAMETER> 79 87 <NAME>func</NAME> 80 <VALUE> NM_RateCrude1K_data_frame.def</VALUE>88 <VALUE>HI_RateCrude1K_data_frame.def</VALUE> 81 89 </PARAMETER> 82 90 </PARAMETERS> … … 351 359 <CRITERIA> 352 360 <OVERVIEWS> 353 <ibis:include href="overview/Birth.xml"/> 354 <!--<ibis:include href="overview/DataAlert.xml"/>--> 355 <ibis:include href="overview/GettingStarted.xml"/> 361 <!-- 362 Not used if wanted, will need to modify xslt/html/query/module/builder/SiteSpecific.xslt, 363 see comments on Rev 9110 8/19/2015 in tortoisevn or SVN. 364 --> 356 365 </OVERVIEWS> 366 <!-- Include all other sections needed for this module, and excluded unwanted sections as needed in each configuration --> 367 <SECTIONS> 368 <ibis:include href="section/Geo.xml"/> 369 <ibis:include href="section/Year.xml"/> 370 <ibis:include href="section/MomChar.xml"/> 371 <ibis:include href="section/DadChar.xml"/> 372 <ibis:include href="section/InfChar.xml"/> 373 <ibis:include href="section/PNCChar.xml"/> 374 <!-- <ibis:include href="section/HlthChar.xml"/> --> 375 </SECTIONS> 357 376 358 <!--SECTIONS-->359 <ibis:include href="sections/CntyPopDenomPublic.xml"/>360 377 </CRITERIA> 361 362 <!--DIMENSIONS--> 363 <ibis:include href="dimensions/CntyPopDenomPublic.xml"/> 378 379 <DIMENSIONS> <!-- Include all dimensions needed for this module, and excluded unwanted dimensions as needed in each configuration --> 380 381 <ibis:include href="dimension/YearProxy.xml"/> 382 <ibis:include href="dimension/Year.xml"/> 383 <ibis:include href="dimension/Year3YrGrp.xml"/> 384 <ibis:include href="dimension/Year5YrGrp.xml"/> 385 <ibis:include href="dimension/Year9.xml"/> 386 387 <ibis:include href="dimension/GeoProxy.xml"/> 388 <ibis:include href="dimension/StateOverall.xml"/> 389 <ibis:include href="dimension/GeoCnty.xml"/> 390 <ibis:include href="dimension/GeoMomBirthIsland.xml"/> 391 <ibis:include href="dimension/GeoInfBirthCnty.xml"/> 392 <ibis:include href="dimension/GeoInfBirthIsland.xml"/> 393 394 <ibis:include href="dimension/MomAgeGrp.xml"/> 395 <ibis:include href="dimension/MomCenRace.xml"/> 396 <ibis:include href="dimension/MomDOHRace.xml"/> 397 <ibis:include href="dimension/MomPrgRace.xml"/> 398 <ibis:include href="dimension/MomMar.xml"/> 399 <ibis:include href="dimension/MomEdu.xml"/> 400 <ibis:include href="dimension/MomMilStatus.xml"/> 401 402 <ibis:include href="dimension/DadAgeGrp.xml"/> 403 <ibis:include href="dimension/DadCenRace.xml"/> 404 <ibis:include href="dimension/DadDOHRace.xml"/> 405 <ibis:include href="dimension/DadPrgRace.xml"/> 406 <ibis:include href="dimension/DadEdu.xml"/> 407 <ibis:include href="dimension/DadMilStatus.xml"/> 408 409 <ibis:include href="dimension/InfSex.xml"/> 410 <ibis:include href="dimension/InfCenRace.xml"/> 411 <ibis:include href="dimension/InfDOHRace.xml"/> 412 <ibis:include href="dimension/InfPrgRace.xml"/> 413 <ibis:include href="dimension/InfBirthOrder.xml"/> 414 <ibis:include href="dimension/InfMultBirth.xml"/> 415 <ibis:include href="dimension/InfBirthWt.xml"/> 416 <ibis:include href="dimension/InfGestAgeGrp.xml"/> 417 <ibis:include href="dimension/InfBirthType.xml"/> 418 <ibis:include href="dimension/InfBirthMethod.xml"/> 419 420 <ibis:include href="dimension/SysTriPNCBegan.xml"/> 421 <!-- <ibis:include href="dimension/SysTriPNCBeganNew.xml"/> --> 422 423 </DIMENSIONS> 364 424 </QUERY_MODULE> -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/_BirthSelection.xml
r16246 r17787 28 28 <ibis:include href="selections/BirthSelections.xml"/> 29 29 </SECTION> 30 <!-- 1/18/2019 - commenting out for now as per K. Benson 30 31 <SECTION> 31 32 <TITLE>Birth Queries by Island, Community, and School Complex</TITLE> 32 33 <ibis:include href="selections/BirthSelectionsComplex.xml"/> 33 34 </SECTION> 35 --> 34 36 35 37 </SECTIONS> -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/dimension/DadAgeGrpPRAMS.xml
r17786 r17787 2 2 3 3 <DIMENSION xmlns:ibis="http://www.ibisph.org"> 4 <NAME>DadAgeGrp </NAME> <!--Need to check SAS dataset var name = magegrp-->5 < !--<PROXY_DIMENSION_NAME>AgeGrpProxy</PROXY_DIMENSION_NAME>--><!-- I'm not using age group proxy here, because I don't use it in the section file. -->4 <NAME>DadAgeGrpPRAMS</NAME> <!--Need to check SAS dataset var name = Fa_AgeGrp_PRAMS_N--> 5 <PROXY_DIMENSION_NAME>DadAgeGrpProxy</PROXY_DIMENSION_NAME> 6 6 7 7 <TITLE>Father's Age Group</TITLE> … … 14 14 </VALUES> 15 15 </DIMENSION> 16 <!-- Not sure this is used in HI There must be a magegrp variable in the population dataset. The only query that uses it is the fertility rate query, when17 the user filter's mother's age, SAS proc sql will try to merge the numerator and denominator datasets by the magegrp variable,18 so it needs to have the same name in the numerator and denominator datasets. --> -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/dimension/MomAgeGrpPRAMS.xml
r17786 r17787 2 2 3 3 <DIMENSION xmlns:ibis="http://www.ibisph.org"> 4 <NAME>MomAgeGrp </NAME> <!--Need to check SAS dataset var name = magegrp-->5 < !--<PROXY_DIMENSION_NAME>AgeGrpProxy</PROXY_DIMENSION_NAME>--><!-- I'm not using age group proxy here, because I don't use it in the section file. -->4 <NAME>MomAgeGrpPRAMS</NAME> <!--Need to check SAS dataset var name = Mo_AgeGrp_PRAMS_N--> 5 <PROXY_DIMENSION_NAME>MomAgeGrpProxy</PROXY_DIMENSION_NAME> 6 6 7 7 <TITLE>Mother's Age Group</TITLE> … … 14 14 </VALUES> 15 15 </DIMENSION> 16 <!-- Not sure this is used in HI There must be a magegrp variable in the population dataset. The only query that uses it is the fertility rate query, when17 the user filter's mother's age, SAS proc sql will try to merge the numerator and denominator datasets by the magegrp variable,18 so it needs to have the same name in the numerator and denominator datasets. --> -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/dimension/MomMar.xml
r16246 r17787 7 7 <VALUE>1<TITLE>Married</TITLE></VALUE> 8 8 <VALUE>2<TITLE>Not Married</TITLE></VALUE> 9 <VALUE>9<TITLE>Unknown, Not Reported</TITLE><NOT_SELECTABLE_FLAG/></VALUE>10 9 <VALUE>.<TITLE>Total</TITLE><NOT_SELECTABLE_FLAG/></VALUE> 11 10 </VALUES> -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/section/DadChar.xml
r16246 r17787 5 5 <TITLE>POPULATION: Father characteristics</TITLE> 6 6 7 <SELECTED_DIMENSIONS> 8 <SELECTED_DIMENSION> 9 <NAME>DadAgeGrpProxy</NAME> 10 <VALUES> 11 <VALUE>DadAgeGrp</VALUE> 12 </VALUES> 13 </SELECTED_DIMENSION> 14 <SELECTED_DIMENSION> 15 <NAME>DadDOHRace</NAME> 16 <VALUES> 17 <VALUE>DadDOHRace</VALUE> 18 </VALUES> 19 </SELECTED_DIMENSION> 20 </SELECTED_DIMENSIONS> 7 21 <SELECTIONS> 8 22 <TITLE>Select other characteristics of the father that you would like to include in your analysis. The default is all characteristics.</TITLE> 9 23 <DESCRIPTION>Filter by father's characteristics</DESCRIPTION> 10 <SELECTION_TYPE><MULTIPLE/></SELECTION_TYPE> 24 <SELECTION_TYPE> 25 <MULTIPLE/> 26 </SELECTION_TYPE> 11 27 12 28 <SELECTION> 13 <TITLE>Paternal age groups <!--(0-19, 20-24, 25-29, 30-34, 35-39, 40+)--> </TITLE> 14 <NAME>DadAgeGrp</NAME> 29 <TITLE>Paternal age groups</TITLE> 15 30 <SELECTIONS> 31 <NAME>DadAgeGrpProxy</NAME> 32 <TITLE>First choose a coding scheme to use for age groups. Default is all ages.</TITLE> 33 <DESCRIPTION>Filter by sub-population group</DESCRIPTION> 34 <SELECTION_TYPE> 35 <SINGLE/> 36 </SELECTION_TYPE> 16 37 <SELECTION> 17 <TITLE>All paternal age groups (Default)</TITLE> 38 <TITLE>Paternal age groups (10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44 ,45+) </TITLE> 39 <VALUE>DadAgeGrp</VALUE> 40 <SELECTIONS> 41 <SELECTION><TITLE>All age groups (Default)</TITLE></SELECTION> 42 <DIMENSION_NAME>DadAgeGrp</DIMENSION_NAME> 43 <SELECTION_TYPE> 44 <LIST> 45 <SIZE>8</SIZE> 46 <MULTIPLE/> 47 </LIST> 48 </SELECTION_TYPE> 49 </SELECTIONS> 18 50 </SELECTION> 19 <DIMENSION_NAME>DadAgeGrp</DIMENSION_NAME> 20 <SELECTION_TYPE> 21 <LIST> 22 <SIZE>5</SIZE> 23 <MULTIPLE/> 24 </LIST> 25 </SELECTION_TYPE> 51 <SELECTION> 52 <TITLE>Paternal age groups (<20, 20-24, 25-29, 30-34, 35+)(PRAMS)</TITLE> 53 <VALUE>DadAgeGrpPRAMS</VALUE> 54 <SELECTIONS> 55 <SELECTION><TITLE>All age groups (Default)</TITLE></SELECTION> 56 <DIMENSION_NAME>DadAgeGrpPRAMS</DIMENSION_NAME> 57 <SELECTION_TYPE> 58 <LIST> 59 <SIZE>5</SIZE> 60 <MULTIPLE/> 61 </LIST> 62 </SELECTION_TYPE> 63 </SELECTIONS> 64 </SELECTION> 26 65 </SELECTIONS> 27 66 </SELECTION> … … 70 109 </SELECTIONS> 71 110 </SELECTION> 72 111 <!-- 1/18/2019 - commenting out for now as per K. Benson 73 112 <SELECTION> 74 113 <NAME>DadEdu</NAME> … … 106 145 </SELECTIONS> 107 146 </SELECTION> 147 --> 108 148 </SELECTIONS> 109 149 -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/section/MomChar.xml
r16246 r17787 4 4 <NAME>MomChar</NAME> 5 5 <TITLE>POPULATION: Mother characteristics</TITLE> 6 6 7 <SELECTED_DIMENSIONS> 8 <SELECTED_DIMENSION> 9 <NAME>MomAgeGrpProxy</NAME> 10 <VALUES> 11 <VALUE>MomAgeGrp</VALUE> 12 </VALUES> 13 </SELECTED_DIMENSION> 14 <SELECTED_DIMENSION> 15 <NAME>MomDOHRace</NAME> 16 <VALUES> 17 <VALUE>MomDOHRace</VALUE> 18 </VALUES> 19 </SELECTED_DIMENSION> 20 </SELECTED_DIMENSIONS> 21 7 22 <SELECTIONS> 8 23 <TITLE>Select other characteristics of the mother that you would like to include in your analysis. The default is all characteristics.</TITLE> 9 24 <DESCRIPTION>Filter by mother's characteristics</DESCRIPTION> 10 <SELECTION_TYPE><MULTIPLE/></SELECTION_TYPE> 25 <SELECTION_TYPE> 26 <MULTIPLE/> 27 </SELECTION_TYPE> 11 28 12 29 <SELECTION> 13 <TITLE>Maternal age groups <!--(0-19, 20-24, 25-29, 30-34, 35-39, 40+)--> </TITLE> 14 <NAME>MomAgeGrp</NAME> 30 <TITLE>Maternal age groups</TITLE> 15 31 <SELECTIONS> 32 <NAME>MomAgeGrpProxy</NAME> 33 <TITLE>First choose a coding scheme to use for age groups. Default is all ages.</TITLE> 34 <DESCRIPTION>Filter by sub-population group</DESCRIPTION> 35 <SELECTION_TYPE> 36 <SINGLE/> 37 </SELECTION_TYPE> 16 38 <SELECTION> 17 <TITLE>All maternal age groups (Default)</TITLE> 39 <TITLE>Maternal age groups (10-14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44 ,45+) </TITLE> 40 <VALUE>MomAgeGrp</VALUE> 41 <SELECTIONS> 42 <SELECTION><TITLE>All age groups (Default)</TITLE></SELECTION> 43 <DIMENSION_NAME>MomAgeGrp</DIMENSION_NAME> 44 <SELECTION_TYPE> 45 <LIST> 46 <SIZE>8</SIZE> 47 <MULTIPLE/> 48 </LIST> 49 </SELECTION_TYPE> 50 </SELECTIONS> 18 51 </SELECTION> 19 <DIMENSION_NAME>MomAgeGrp</DIMENSION_NAME> 20 <SELECTION_TYPE> 21 <LIST> 22 <SIZE>5</SIZE> 23 <MULTIPLE/> 24 </LIST> 25 </SELECTION_TYPE> 52 <SELECTION> 53 <TITLE>Maternal age groups (<20, 20-24, 25-29, 30-34, 35+) (PRAMS)</TITLE> 54 <VALUE>MomAgeGrpPRAMS</VALUE> 55 <SELECTIONS> 56 <SELECTION><TITLE>All age groups (Default)</TITLE></SELECTION> 57 <DIMENSION_NAME>MomAgeGrpPRAMS</DIMENSION_NAME> 58 <SELECTION_TYPE> 59 <LIST> 60 <SIZE>5</SIZE> 61 <MULTIPLE/> 62 </LIST> 63 </SELECTION_TYPE> 64 </SELECTIONS> 65 </SELECTION> 26 66 </SELECTIONS> 27 67 </SELECTION> … … 82 122 </SELECTIONS> 83 123 </SELECTION> 84 124 <!-- 1/18/2019 - commenting out for now as per K. Benson 85 125 <SELECTION> 86 126 <NAME>MomEdu</NAME> … … 118 158 </SELECTIONS> 119 159 </SELECTION> 160 --> 161 120 162 </SELECTIONS> 121 163 -
adopters/hi/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/birth/selections/BirthSelections.xml
r16246 r17787 8 8 <LOCAL_URL>query/builder/birth/BirthCntyBirth/Count.html</LOCAL_URL> 9 9 </SELECTION> 10 <!-- 1/18/2019 commenting out for now perhaps more as well 10 11 <SELECTION> 11 12 <ibis:include href="../help/BirthRate.xml"/> … … 20 21 <LOCAL_URL>query/builder/birth/BirthCntyPop/FertRate.html</LOCAL_URL> 21 22 </SELECTION> 23 22 24 <SELECTION> 23 25 <TITLE>Teen Births, Girls Age 15-19</TITLE> … … 47 49 </SELECTIONS> 48 50 </SELECTION> 51 49 52 <SELECTION> 50 53 <TITLE>Infant Birth Weight</TITLE> … … 85 88 </SELECTIONS> 86 89 </SELECTION> 90 87 91 <SELECTION> 88 92 <TITLE>Prenatal Care</TITLE> … … 161 165 </SELECTIONS> 162 166 </SELECTION> 167 --> 163 168 </SELECTIONS>
Note: See TracChangeset
for help on using the changeset viewer.