Changeset 13405 in main
- Timestamp:
- 03/22/17 09:58:02 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/branches/2.3/src/main/webapps/ibisph-view-content/xml/query/module/idepi/HepC.xml
r10846 r13405 2 2 3 3 <QUERY_MODULE xmlns:ibis="http://www.ibisph.org"> 4 5 <ibis:doc>6 <name>query/module/idepi/HepC</name>7 <summary>Query Module definition</summary>8 <description/>9 <author>Lois Haggard</author>10 <company>New Mexico Department of Health</company>11 <versions>12 <version><date>Feb 10, 2016</date><who>Lois</who><description>Added 2016 data, Diseases into separate module.xml files</description></version>13 </versions>14 </ibis:doc>15 4 16 5 <NAME>HepC</NAME> … … 77 66 <MEASURE> 78 67 <NAME>Count</NAME> 79 <TITLE>Number of Cases </TITLE>68 <TITLE>Number of Cases (Persons under age 30)</TITLE> 80 69 <DESCRIPTION>Number of cases reported to the health department.</DESCRIPTION> 81 70 <XSLT_FORMAT_PATTERN>,##0</XSLT_FORMAT_PATTERN> … … 130 119 <MEASURE> 131 120 <NAME>Rate</NAME> 132 <TITLE>Hepatitis C Cases per 100,000 Population </TITLE>121 <TITLE>Hepatitis C Cases per 100,000 Population Under Age 30</TITLE> 133 122 <DESCRIPTION>The number of cases * 100,000, divided by the population estimate over the time period.</DESCRIPTION> 134 123 <XSLT_FORMAT_PATTERN>,##0.0</XSLT_FORMAT_PATTERN> 135 124 <NUMERATOR> 136 <TITLE>Number of Cases </TITLE>125 <TITLE>Number of Cases (Persons under age 30)</TITLE> 137 126 <DESCRIPTION>Hepatitis C cases reported to the health department.</DESCRIPTION> 138 127 <XSLT_FORMAT_PATTERN>,##0</XSLT_FORMAT_PATTERN> 139 128 </NUMERATOR> 140 129 <DENOMINATOR> 141 <TITLE>Person Years </TITLE>130 <TITLE>Person Years (Persons under age 30)</TITLE> 142 131 <DESCRIPTION>For events counted over an entire year, person-years is 143 132 the total (July 1) population for that geography and
Note: See TracChangeset
for help on using the changeset viewer.