Changeset 12499 in main
- Timestamp:
- 12/09/16 12:31:06 (6 years ago)
- Location:
- adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/PCCCOExposure.xml
r12039 r12499 122 122 <CONFIGURATION> 123 123 <NAME>AgeRate</NAME> 124 <TITLE> -Age-adjusted Rates, CO Exposures Per 100,000 Population</TITLE>124 <TITLE>Age-adjusted Rates, CO Exposures Per 100,000 Population</TITLE> 125 125 <DESCRIPTION>Age-adjusted CO Exposures Rates</DESCRIPTION> 126 127 <OVERVIEWS> 128 <ibis:include href="overview/GettingStarted.xml"/> 129 </OVERVIEWS> 126 130 127 <DEFAULT_CATEGORY_DIMENSION_NAME>GeoProxy</DEFAULT_CATEGORY_DIMENSION_NAME> 131 128 <MEASURES> … … 197 194 <OVERVIEWS> 198 195 <ibis:include href="overview/GettingStarted.xml"/> 199 < ibis:include href="overview/AArateCriticalNote1.xml"/>196 <!-- <ibis:include href="overview/AArateCriticalNote1.xml"/> --> 200 197 </OVERVIEWS> 201 198 <SECTIONS> -
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/PCCSelection.xml
r12039 r12499 11 11 <ibis:include href="overview/COExposureIntent.xml"/> 12 12 <ibis:include href="overview/AArateCriticalNote2.xml"/> 13 <ibis:include href="overview/COExposureStatus.xml"/> 13 14 <ibis:include href="overview/MeasureSelection.xml"/> 14 15 </OVERVIEWS> … … 16 17 <SECTIONS> 17 18 <SECTION><SHOW/> 18 <EXPANDed/>19 19 <TITLE>Quick Selection (Click here for most commonly used measures)</TITLE> 20 20 <SELECTIONS> … … 42 42 </SELECTION> 43 43 </SELECTIONS> 44 </SECTION> 44 </SECTION> 45 45 </SECTIONS> 46 46 </QUERY_CONFIGURATION_SELECTION> -
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/data_issue/PCCdata_Evolve.xml
r11516 r12499 4 4 <DATA_ISSUE> 5 5 <NAME>PCCdata_Evolve</NAME> 6 <TEXT>Data presented here include years 2008 and forward. The default geometry 7 is a county level summary. 6 <TEXT>Data presented here include years 2008 and forward. The default geographic area 7 is a county level summary. CO exposure calls of unknown geographic area (e.g., county) 8 cannot be mapped, but are tabulated. However, age-adjusted rates cannot be tabulated 9 for unknown geographic area. 8 10 <br/><br/> 9 11 When utilizing these data, the following caveats should be noted: -
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/dimension/Site.xml
r11516 r12499 3 3 <DIMENSION> 4 4 <NAME>Site</NAME> 5 <TITLE> Site of Exposure</TITLE>5 <TITLE>Exposure Site</TITLE> 6 6 <VALUES> 7 7 <VALUE>1<TITLE>Residence</TITLE></VALUE> -
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/dimension/Status.xml
r11516 r12499 3 3 <DIMENSION> 4 4 <NAME>Status</NAME> 5 <TITLE> Medical Outcome from Exposure</TITLE>5 <TITLE>Exposure Outcome</TITLE> 6 6 <VALUES> 7 7 <VALUE>1<TITLE>No Effect</TITLE></VALUE> -
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/section/Geo.xml
r11516 r12499 45 45 <SELECTION_TYPE> 46 46 <LIST> 47 <SIZE> 6</SIZE>47 <SIZE>7</SIZE> 48 48 <MULTIPLE/> 49 49 </LIST> -
adopters/nm-epht/trunk/src/main/webapps/epht-view-content/xml/query/module/pcc/section/Status.xml
r11516 r12499 3 3 <SECTION xmlns:ibis="http://www.ibisph.org"> 4 4 <NAME>Status</NAME> 5 <TITLE>STATUS: Select medicaloutcome</TITLE>5 <TITLE>STATUS: Select exposure outcome</TITLE> 6 6 7 7 <SELECTIONS> 8 <TITLE>Status -- Medical Outcome of Exposure.</TITLE>9 8 <DESCRIPTION>Filter by status</DESCRIPTION> 9 <TITLE>Status -- Outcome of Exposure.</TITLE> 10 <SELECTION><TITLE>All Status (Default)</TITLE></SELECTION> 10 11 11 <SELECTION_TYPE> 12 <MULTIPLE/> 13 </SELECTION_TYPE> 14 15 <SELECTION> 16 <TITLE>All Status (Default)</TITLE> 17 <VALUE>Status</VALUE> 18 <SELECTIONS> 19 <SELECTION><TITLE>All Status</TITLE></SELECTION> 20 <DIMENSION_NAME>Status</DIMENSION_NAME> 21 <SELECTION_TYPE> 22 <LIST> 23 <SIZE>6</SIZE> 24 <MULTIPLE/> 25 </LIST> 26 </SELECTION_TYPE> 27 </SELECTIONS> 28 </SELECTION> 12 <DIMENSION_NAME>Status</DIMENSION_NAME> 13 <SELECTION_TYPE> 14 <LIST> 15 <SIZE>7</SIZE> 16 <MULTIPLE/> 17 </LIST> 18 </SELECTION_TYPE> 29 19 </SELECTIONS> 30 20 </SECTION>
Note: See TracChangeset
for help on using the changeset viewer.