Changeset 2158
- Timestamp:
- 08/26/10 17:03:17 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/view/webapp/xslt/html/query/module/result/Result.xslt
r2140 r2158 81 81 <xsl:choose> 82 82 <xsl:when test="exists($Result.queryResult/RECORDS/RECORD/MEASURES/MEASURE[contains(VALUE, '*')]) and exists($Result.queryModule[contains(NAME, 'UCR')])"> 83 * Use caution in interpreting, the estimate has a count84 greater than 5 and less than 15. It does not meet Utah Cancer Registry standards for reliability.85 Consider aggregating years to decrease the relative standard error86 and improve the reliability of the estimate. 83 * Use caution when interpreting. The estimate does not meet UDOH standards for reliability because the 84 observed number of cases is less than 15. Consider aggregating the data further to decrease the 85 relative standard error and improve the reliability of the estimate. 86 87 87 </xsl:when> 88 88 <!-- xsl:when test="exists($Result.queryResult/RECORDS/RECORD/MEASURES/MEASURE[contains(VALUE, '*')]) and exists($Result.queryModule/QUERY_CONFIGURATION_SELECTION[TITLE='BRFSS'])" //--> … … 102 102 <xsl:choose> 103 103 <xsl:when test="exists($Result.queryResult/RECORDS/RECORD/MEASURES/MEASURE[VALUE = '**']) and exists($Result.queryModule[contains(NAME, 'UCR')])"> 104 **The estimate has been suppressed because the rate numerator 105 is less than 5 and denominator is less than 1000. Consider aggregating years to increase the numerator or denominator and improve the reliability of the estimate. 104 **The estimate has been suppressed because the observed number of cases is less than 5 (numerator) or the population at risk (denominator) is less than 1000. 105 Consider aggregating the data further to increase the number of observed cases (numerator) and/or population at risk (denominator). 106 106 107 </xsl:when> 107 108 <xsl:when test="exists($Result.queryResult/RECORDS/RECORD/MEASURES/MEASURE[VALUE = '**'])">