Skip to content

Commit

Permalink
MAT-7553: Remove old render condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Aug 12, 2024
1 parent 16baa5a commit 5b10f07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/xsl/qdm_v5_6_measure_details.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,8 @@
<xsl:when test="$nameVar = 'Resource Use'">RESOURCE</xsl:when>
<xsl:when test="$nameVar = 'Efficiency'">EFFICIENCY</xsl:when>
<xsl:when test="$nameVar = 'Intermediate Outcome'">INTERM-OM</xsl:when>
<xsl:when test="$nameVar = 'Intermediate Clinical Outcome'">INTERM-OM</xsl:when>
<xsl:when test="$nameVar = 'Outcome'">OUTCOME</xsl:when>
<xsl:when test="$nameVar = 'Experience'">EXPERIENCE</xsl:when>
<xsl:when test="$nameVar = 'Patient Reported Outcome Performance'">PRO-PM</xsl:when>
<xsl:when test="$nameVar = 'Patient Reported Outcome'">PRO-PM</xsl:when>
<xsl:when test="$nameVar = 'Process'">PROCESS</xsl:when>
<xsl:when test="$nameVar = 'Structure'">STRUCTURE</xsl:when>
Expand Down

0 comments on commit 5b10f07

Please sign in to comment.