125. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/5/2018 7:16:03 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

125.1 Files compared

# Location File Last Modified
1 registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR Patient Age Distribution.rdl Wed Jun 27 16:57:18 2018 UTC
2 registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR Patient Age Distribution.rdl Wed Jun 27 17:42:08 2018 UTC

125.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 1440
Changed 1 2
Inserted 0 0
Removed 0 0

125.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

125.4 Active regular expressions

No regular expressions were active.

125.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" utf-8"?>
  2   <Report xm lns:rd="ht tp://schem as.microso ft.com/SQL Server/rep orting/rep ortdesigne r" xmlns:c l="http:// schemas.mi crosoft.co m/sqlserve r/reportin g/2010/01/ componentd efinition"  xmlns="ht tp://schem as.microso ft.com/sql server/rep orting/201 0/01/repor tdefinitio n">
  3     <AutoRef resh>0</Au toRefresh>
  4     <DataSou rces>
  5       <DataS ource Name ="DataSour ce1">
  6         <Dat aSourceRef erence>/Da taSources/ RegistryCo nnectionSt ring</Data SourceRefe rence>
  7         <rd: SecurityTy pe>None</r d:Security Type>
  8         <rd: DataSource ID>6ebec4d a-59ae-424 8-b51d-ccf 8ab410e74< /rd:DataSo urceID>
  9       </Data Source>
  10     </DataSo urces>
  11     <DataSet s>
  12       <DataS et Name="K DR_Patient Age">
  13         <Que ry>
  14           <D ataSourceN ame>DataSo urce1</Dat aSourceNam e>
  15           <C ommandText >SELECT 
  16           (C ASE 
  17                    WHEN  [PATIENT_ AGE] &lt;=  20
  18                             THEN ' 0 - 20'
  19                    WHEN  [PATIENT_ AGE] &gt;  20 AND [PA TIENT_AGE]  &lt;= 40
  20                             THEN ' 21 - 40'
  21                    WHEN  [PATIENT_ AGE] &gt;  40 AND [PA TIENT_AGE]  &lt;= 60
  22                             THEN ' 41 - 60'
  23                    WHEN  [PATIENT_ AGE] &gt;  60 AND [PA TIENT_AGE]  &lt;= 80
  24                             THEN ' 61 - 80'
  25                    WHEN  [PATIENT_ AGE] &gt;  80 AND [PA TIENT_AGE]  &lt;= 100
  26                             THEN ' 81 - 100'
  27                    ELSE  '100+'
  28           EN D) AS [AGE _RANGE]
  29           ,[ PATIENT_AG E]
  30   FROM (
  31   SELECT DIS TINCT [CRS ].[SPATIEN T].[Patien tICN],
  32           (C ASE 
  33                    WHEN  DATEPART( year, [CRS ].[SPATIEN T].[DateOf Birth]) &l t; DATEPAR T(year, CU RRENT_TIME STAMP) 
  34                             THEN D ATEDIFF(ye ar, [CRS]. [SPATIENT] .[DateOfBi rth], CURR ENT_TIMEST AMP)
  35                    WHEN  DATEPART( year, [CRS ].[SPATIEN T].[DateOf Birth]) =  DATEPART(y ear, CURRE NT_TIMESTA MP) AND DA TEPART(mon th, [CRS]. [SPATIENT] .[DateOfBi rth]) &lt;  DATEPART( month, CUR RENT_TIMES TAMP)
  36                             THEN D ATEDIFF(ye ar, [CRS]. [SPATIENT] .[DateOfBi rth], CURR ENT_TIMEST AMP)
  37                    WHEN  DATEPART( year, [CRS ].[SPATIEN T].[DateOf Birth]) =  DATEPART(y ear, CURRE NT_TIMESTA MP) AND DA TEPART(mon th, [CRS]. [SPATIENT] .[DateOfBi rth]) = DA TEPART(mon th, CURREN T_TIMESTAM P) AND DAT EPART(day,  [CRS].[SP ATIENT].[D ateOfBirth ]) &lt;= D ATEPART(da y, CURRENT _TIMESTAMP )
  38                             THEN D ATEDIFF(ye ar, [CRS]. [SPATIENT] .[DateOfBi rth], CURR ENT_TIMEST AMP)
  39                    ELSE  DATEDIFF( year, [CRS ].[SPATIEN T].[DateOf Birth], CU RRENT_TIME STAMP) - 1
  40           EN D) AS [PAT IENT_AGE]
  41   FROM
  42           [C RS].[SPATI ENT]
  43                    INNE R JOIN [CR S].[PATIEN T] ON [CRS ].[PATIENT ].[Patient ICN] = [CR S].[SPATIE NT].[Patie ntICN]
  44                    INNE R JOIN [CR S].[REFERR AL] ON [CR S].[REFERR AL].[PATIE NT_ID] = [ CRS].[PATI ENT].[PATI ENT_ID]
  45   WHERE
  46           [C RS].[REFER RAL].[STD_ REGISTRY_I D] = 5 AND  [CRS].[SP ATIENT].[D ateOfBirth ] IS NOT N ULL) as t< /CommandTe xt>
  47         </Qu ery>
  48         <Fie lds>
  49           <F ield Name= "AGE_RANGE ">
  50              <DataField >AGE_RANGE </DataFiel d>
  51              <rd:TypeNa me>System. String</rd :TypeName>
  52           </ Field>
  53           <F ield Name= "PATIENT_A GE">
  54              <DataField >PATIENT_A GE</DataFi eld>
  55              <rd:TypeNa me>System. Int32</rd: TypeName>
  56           </ Field>
  57         </Fi elds>
  58       </Data Set>
  59     </DataSe ts>
  60     <ReportS ections>
  61       <Repor tSection>
  62         <Bod y>
  63           <R eportItems >
  64              <Chart Nam e="Chart3" >
  65                <ChartCa tegoryHier archy>
  66                  <Chart Members>
  67                    <Cha rtMember>
  68                      <G roup Name= "Chart3_Ca tegoryGrou p">
  69                         <GroupExpr essions>
  70                           <GroupEx pression>= Fields!AGE _RANGE.Val ue</GroupE xpression>
  71                         </GroupExp ressions>
  72                      </ Group>
  73                      <S ortExpress ions>
  74                         <SortExpre ssion>
  75                           <Value>= Fields!PAT IENT_AGE.V alue</Valu e>
  76                         </SortExpr ession>
  77                      </ SortExpres sions>
  78                      <L abel>=Fiel ds!AGE_RAN GE.Value</ Label>
  79                    </Ch artMember>
  80                  </Char tMembers>
  81                </ChartC ategoryHie rarchy>
  82                <ChartSe riesHierar chy>
  83                  <Chart Members>
  84                    <Cha rtMember>
  85                      <L abel>AGE R ANGE</Labe l>
  86                    </Ch artMember>
  87                  </Char tMembers>
  88                </ChartS eriesHiera rchy>
  89                <ChartDa ta>
  90                  <Chart SeriesColl ection>
  91                    <Cha rtSeries N ame="AGE_R ANGE">
  92                      <C hartDataPo ints>
  93                         <ChartData Point>
  94                           <ChartDa taPointVal ues>
  95                             <Y>=Co unt(Fields !AGE_RANGE .Value)</Y >
  96                           </ChartD ataPointVa lues>
  97                           <ChartDa taLabel>
  98                             <Style  />
  99                             <UseVa lueAsLabel >true</Use ValueAsLab el>
  100                             <Visib le>true</V isible>
  101                           </ChartD ataLabel>
  102                           <Style / >
  103                           <ChartMa rker>
  104                             <Style  />
  105                           </ChartM arker>
  106                           <DataEle mentOutput >Output</D ataElement Output>
  107                         </ChartDat aPoint>
  108                      </ ChartDataP oints>
  109                      <S tyle />
  110                      <C hartEmptyP oints>
  111                         <Style />
  112                         <ChartMark er>
  113                           <Style / >
  114                         </ChartMar ker>
  115                         <ChartData Label>
  116                           <Style / >
  117                         </ChartDat aLabel>
  118                      </ ChartEmpty Points>
  119                      <V alueAxisNa me>Primary </ValueAxi sName>
  120                      <C ategoryAxi sName>Prim ary</Categ oryAxisNam e>
  121                      <C hartSmartL abel>
  122                         <CalloutLi neColor>Bl ack</Callo utLineColo r>
  123                         <MinMoving Distance>0 pt</MinMov ingDistanc e>
  124                      </ ChartSmart Label>
  125                    </Ch artSeries>
  126                  </Char tSeriesCol lection>
  127                </ChartD ata>
  128                <ChartAr eas>
  129                  <Chart Area Name= "Default">
  130                    <Cha rtCategory Axes>
  131                      <C hartAxis N ame="Prima ry">
  132                         <Style>
  133                           <FontSiz e>8pt</Fon tSize>
  134                         </Style>
  135                         <ChartAxis Title>
  136                           <Caption  />
  137                           <Style>
  138                             <FontS ize>8pt</F ontSize>
  139                           </Style>
  140                         </ChartAxi sTitle>
  141                         <ChartMajo rGridLines >
  142                           <Enabled >False</En abled>
  143                           <Style>
  144                             <Borde r>
  145                               <Col or>Gainsbo ro</Color>
  146                             </Bord er>
  147                           </Style>
  148                         </ChartMaj orGridLine s>
  149                         <ChartMino rGridLines >
  150                           <Style>
  151                             <Borde r>
  152                               <Col or>Gainsbo ro</Color>
  153                               <Sty le>Dotted< /Style>
  154                             </Bord er>
  155                           </Style>
  156                         </ChartMin orGridLine s>
  157                         <ChartMino rTickMarks >
  158                           <Length> 0.5</Lengt h>
  159                         </ChartMin orTickMark s>
  160                         <MarksAlwa ysAtPlotEd ge>true</M arksAlways AtPlotEdge >
  161                         <CrossAt>N aN</CrossA t>
  162                         <Minimum>N aN</Minimu m>
  163                         <Maximum>N aN</Maximu m>
  164                         <PreventFo ntShrink>t rue</Preve ntFontShri nk>
  165                         <PreventFo ntGrow>tru e</Prevent FontGrow>
  166                         <PreventLa belOffset> true</Prev entLabelOf fset>
  167                         <PreventWo rdWrap>tru e</Prevent WordWrap>
  168                         <AllowLabe lRotation> Rotate45</ AllowLabel Rotation>
  169                         <ChartAxis ScaleBreak >
  170                           <Style / >
  171                         </ChartAxi sScaleBrea k>
  172                      </ ChartAxis>
  173                      <C hartAxis N ame="Secon dary">
  174                         <Style>
  175                           <FontSiz e>8pt</Fon tSize>
  176                         </Style>
  177                         <ChartAxis Title>
  178                           <Caption >Axis Titl e</Caption >
  179                           <Style>
  180                             <FontS ize>8pt</F ontSize>
  181                           </Style>
  182                         </ChartAxi sTitle>
  183                         <ChartMajo rGridLines >
  184                           <Enabled >False</En abled>
  185                           <Style>
  186                             <Borde r>
  187                               <Col or>Gainsbo ro</Color>
  188                             </Bord er>
  189                           </Style>
  190                         </ChartMaj orGridLine s>
  191                         <ChartMino rGridLines >
  192                           <Style>
  193                             <Borde r>
  194                               <Col or>Gainsbo ro</Color>
  195                               <Sty le>Dotted< /Style>
  196                             </Bord er>
  197                           </Style>
  198                         </ChartMin orGridLine s>
  199                         <ChartMino rTickMarks >
  200                           <Length> 0.5</Lengt h>
  201                         </ChartMin orTickMark s>
  202                         <CrossAt>N aN</CrossA t>
  203                         <Location> Opposite</ Location>
  204                         <Minimum>N aN</Minimu m>
  205                         <Maximum>N aN</Maximu m>
  206                         <ChartAxis ScaleBreak >
  207                           <Style / >
  208                         </ChartAxi sScaleBrea k>
  209                      </ ChartAxis>
  210                    </Ch artCategor yAxes>
  211                    <Cha rtValueAxe s>
  212                      <C hartAxis N ame="Prima ry">
  213                         <Style>
  214                           <FontSiz e>8pt</Fon tSize>
  215                         </Style>
  216                         <ChartAxis Title>
  217                           <Caption  />
  218                           <Style>
  219                             <FontS ize>8pt</F ontSize>
  220                           </Style>
  221                         </ChartAxi sTitle>
  222                         <ChartMajo rGridLines >
  223                           <Style>
  224                             <Borde r>
  225                               <Col or>Gainsbo ro</Color>
  226                             </Bord er>
  227                           </Style>
  228                         </ChartMaj orGridLine s>
  229                         <ChartMino rGridLines >
  230                           <Style>
  231                             <Borde r>
  232                               <Col or>Gainsbo ro</Color>
  233                               <Sty le>Dotted< /Style>
  234                             </Bord er>
  235                           </Style>
  236                         </ChartMin orGridLine s>
  237                         <ChartMino rTickMarks >
  238                           <Length> 0.5</Lengt h>
  239                         </ChartMin orTickMark s>
  240                         <CrossAt>N aN</CrossA t>
  241                         <Minimum>N aN</Minimu m>
  242                         <Maximum>N aN</Maximu m>
  243                         <ChartAxis ScaleBreak >
  244                           <Style / >
  245                         </ChartAxi sScaleBrea k>
  246                      </ ChartAxis>
  247                      <C hartAxis N ame="Secon dary">
  248                         <Style>
  249                           <FontSiz e>8pt</Fon tSize>
  250                         </Style>
  251                         <ChartAxis Title>
  252                           <Caption >Axis Titl e</Caption >
  253                           <Style>
  254                             <FontS ize>8pt</F ontSize>
  255                           </Style>
  256                         </ChartAxi sTitle>
  257                         <ChartMajo rGridLines >
  258                           <Style>
  259                             <Borde r>
  260                               <Col or>Gainsbo ro</Color>
  261                             </Bord er>
  262                           </Style>
  263                         </ChartMaj orGridLine s>
  264                         <ChartMino rGridLines >
  265                           <Style>
  266                             <Borde r>
  267                               <Col or>Gainsbo ro</Color>
  268                               <Sty le>Dotted< /Style>
  269                             </Bord er>
  270                           </Style>
  271                         </ChartMin orGridLine s>
  272                         <ChartMino rTickMarks >
  273                           <Length> 0.5</Lengt h>
  274                         </ChartMin orTickMark s>
  275                         <CrossAt>N aN</CrossA t>
  276                         <Location> Opposite</ Location>
  277                         <Minimum>N aN</Minimu m>
  278                         <Maximum>N aN</Maximu m>
  279                         <ChartAxis ScaleBreak >
  280                           <Style / >
  281                         </ChartAxi sScaleBrea k>
  282                      </ ChartAxis>
  283                    </Ch artValueAx es>
  284                    <Cha rtThreeDPr operties>
  285                      <R otation>0< /Rotation>
  286                      <I nclination >0</Inclin ation>
  287                      <D epthRatio> 0</DepthRa tio>
  288                      <G apDepth>0< /GapDepth>
  289                      <W allThickne ss>0</Wall Thickness>
  290                    </Ch artThreeDP roperties>
  291                    <Sty le>
  292                      <B ackgroundC olor>#00ff ffff</Back groundColo r>
  293                      <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType >
  294                    </St yle>
  295                  </Char tArea>
  296                </ChartA reas>
  297                <ChartLe gends>
  298                  <Chart Legend Nam e="Default ">
  299                    <Sty le>
  300                      <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType >
  301                      <F ontSize>8p t</FontSiz e>
  302                    </St yle>
  303                    <Pos ition>Bott omCenter</ Position>
  304                    <Cha rtLegendTi tle>
  305                      <C aption />
  306                      <S tyle>
  307                         <FontSize> 8pt</FontS ize>
  308                         <FontWeigh t>Bold</Fo ntWeight>
  309                         <TextAlign >Center</T extAlign>
  310                      </ Style>
  311                    </Ch artLegendT itle>
  312                    <Hea derSeparat orColor>Bl ack</Heade rSeparator Color>
  313                    <Col umnSeparat orColor>Bl ack</Colum nSeparator Color>
  314                  </Char tLegend>
  315                </ChartL egends>
  316                <ChartTi tles>
  317                  <Chart Title Name ="Default" >
  318                    <Cap tion>Age R ange Total s</Caption >
  319                    <Sty le>
  320                      <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType >
  321                      <F ontWeight> Bold</Font Weight>
  322                      <T extAlign>G eneral</Te xtAlign>
  323                      <V erticalAli gn>Top</Ve rticalAlig n>
  324                    </St yle>
  325                  </Char tTitle>
  326                </ChartT itles>
  327                <Palette >BrightPas tel</Palet te>
  328                <ChartBo rderSkin>
  329                  <Style >
  330                    <Bac kgroundCol or>Gray</B ackgroundC olor>
  331                    <Bac kgroundGra dientType> None</Back groundGrad ientType>
  332                    <Col or>White</ Color>
  333                  </Styl e>
  334                </ChartB orderSkin>
  335                <ChartNo DataMessag e Name="No DataMessag e">
  336                  <Capti on>No Data  Available </Caption>
  337                  <Style >
  338                    <Bac kgroundGra dientType> None</Back groundGrad ientType>
  339                    <Tex tAlign>Gen eral</Text Align>
  340                    <Ver ticalAlign >Top</Vert icalAlign>
  341                  </Styl e>
  342                </ChartN oDataMessa ge>
  343                <DataSet Name>KDR_P atientAge< /DataSetNa me>
  344                <Top>1.5 in</Top>
  345                <Left>0. 5in</Left>
  346                <Height> 5in</Heigh t>
  347                <Width>4 .75in</Wid th>
  348                <Style>
  349                  <Borde r>
  350                    <Col or>LightGr ey</Color>
  351                    <Sty le>Solid</ Style>
  352                  </Bord er>
  353                  <Backg roundColor >White</Ba ckgroundCo lor>
  354                  <Backg roundGradi entType>No ne</Backgr oundGradie ntType>
  355                </Style>
  356              </Chart>
  357              <Chart Nam e="Chart4" >
  358                <ChartCa tegoryHier archy>
  359                  <Chart Members>
  360                    <Cha rtMember>
  361                      <G roup Name= "Chart4_Ca tegoryGrou p">
  362                         <GroupExpr essions>
  363                           <GroupEx pression>= Fields!AGE _RANGE.Val ue</GroupE xpression>
  364                         </GroupExp ressions>
  365                      </ Group>
  366                      <S ortExpress ions>
  367                         <SortExpre ssion>
  368                           <Value>= Fields!PAT IENT_AGE.V alue</Valu e>
  369                         </SortExpr ession>
  370                      </ SortExpres sions>
  371                      <L abel>=Fiel ds!AGE_RAN GE.Value</ Label>
  372                    </Ch artMember>
  373                  </Char tMembers>
  374                </ChartC ategoryHie rarchy>
  375                <ChartSe riesHierar chy>
  376                  <Chart Members>
  377                    <Cha rtMember>
  378                      <L abel>AGE R ANGE</Labe l>
  379                    </Ch artMember>
  380                  </Char tMembers>
  381                </ChartS eriesHiera rchy>
  382                <ChartDa ta>
  383                  <Chart SeriesColl ection>
  384                    <Cha rtSeries N ame="AGE_R ANGE">
  385                      <C hartDataPo ints>
  386                         <ChartData Point>
  387                           <ChartDa taPointVal ues>
  388                             <Y>=Co unt(Fields !AGE_RANGE .Value)</Y >
  389                           </ChartD ataPointVa lues>
  390                           <ChartDa taLabel>
  391                             <Style  />
  392                             <Label >#PERCENT< /Label>
  393                             <Visib le>true</V isible>
  394                           </ChartD ataLabel>
  395                           <Style / >
  396                           <ChartMa rker>
  397                             <Style  />
  398                           </ChartM arker>
  399                           <DataEle mentOutput >Output</D ataElement Output>
  400                         </ChartDat aPoint>
  401                      </ ChartDataP oints>
  402                      <T ype>Shape< /Type>
  403                      <S tyle />
  404                      <C hartEmptyP oints>
  405                         <Style />
  406                         <ChartMark er>
  407                           <Style / >
  408                         </ChartMar ker>
  409                         <ChartData Label>
  410                           <Style / >
  411                         </ChartDat aLabel>
  412                      </ ChartEmpty Points>
  413                      <C ustomPrope rties>
  414                         <CustomPro perty>
  415                           <Name>Pi eLabelStyl e</Name>
  416                           <Value>O utside</Va lue>
  417                         </CustomPr operty>
  418                         <CustomPro perty>
  419                           <Name>Pi eLineColor </Name>
  420                           <Value>B lack</Valu e>
  421                         </CustomPr operty>
  422                      </ CustomProp erties>
  423                      <V alueAxisNa me>Primary </ValueAxi sName>
  424                      <C ategoryAxi sName>Prim ary</Categ oryAxisNam e>
  425                      <C hartSmartL abel>
  426                         <CalloutLi neColor>Bl ack</Callo utLineColo r>
  427                         <MinMoving Distance>0 pt</MinMov ingDistanc e>
  428                      </ ChartSmart Label>
  429                    </Ch artSeries>
  430                  </Char tSeriesCol lection>
  431                </ChartD ata>
  432                <ChartAr eas>
  433                  <Chart Area Name= "Default">
  434                    <Cha rtCategory Axes>
  435                      <C hartAxis N ame="Prima ry">
  436                         <Style>
  437                           <FontSiz e>8pt</Fon tSize>
  438                         </Style>
  439                         <ChartAxis Title>
  440                           <Caption >Axis Titl e</Caption >
  441                           <Style>
  442                             <FontS ize>8pt</F ontSize>
  443                           </Style>
  444                         </ChartAxi sTitle>
  445                         <ChartMajo rGridLines >
  446                           <Enabled >False</En abled>
  447                           <Style>
  448                             <Borde r>
  449                               <Col or>Gainsbo ro</Color>
  450                             </Bord er>
  451                           </Style>
  452                         </ChartMaj orGridLine s>
  453                         <ChartMino rGridLines >
  454                           <Style>
  455                             <Borde r>
  456                               <Col or>Gainsbo ro</Color>
  457                               <Sty le>Dotted< /Style>
  458                             </Bord er>
  459                           </Style>
  460                         </ChartMin orGridLine s>
  461                         <ChartMino rTickMarks >
  462                           <Length> 0.5</Lengt h>
  463                         </ChartMin orTickMark s>
  464                         <CrossAt>N aN</CrossA t>
  465                         <Minimum>N aN</Minimu m>
  466                         <Maximum>N aN</Maximu m>
  467                         <ChartAxis ScaleBreak >
  468                           <Style / >
  469                         </ChartAxi sScaleBrea k>
  470                      </ ChartAxis>
  471                      <C hartAxis N ame="Secon dary">
  472                         <Style>
  473                           <FontSiz e>8pt</Fon tSize>
  474                         </Style>
  475                         <ChartAxis Title>
  476                           <Caption >Axis Titl e</Caption >
  477                           <Style>
  478                             <FontS ize>8pt</F ontSize>
  479                           </Style>
  480                         </ChartAxi sTitle>
  481                         <ChartMajo rGridLines >
  482                           <Enabled >False</En abled>
  483                           <Style>
  484                             <Borde r>
  485                               <Col or>Gainsbo ro</Color>
  486                             </Bord er>
  487                           </Style>
  488                         </ChartMaj orGridLine s>
  489                         <ChartMino rGridLines >
  490                           <Style>
  491                             <Borde r>
  492                               <Col or>Gainsbo ro</Color>
  493                               <Sty le>Dotted< /Style>
  494                             </Bord er>
  495                           </Style>
  496                         </ChartMin orGridLine s>
  497                         <ChartMino rTickMarks >
  498                           <Length> 0.5</Lengt h>
  499                         </ChartMin orTickMark s>
  500                         <CrossAt>N aN</CrossA t>
  501                         <Location> Opposite</ Location>
  502                         <Minimum>N aN</Minimu m>
  503                         <Maximum>N aN</Maximu m>
  504                         <ChartAxis ScaleBreak >
  505                           <Style / >
  506                         </ChartAxi sScaleBrea k>
  507                      </ ChartAxis>
  508                    </Ch artCategor yAxes>
  509                    <Cha rtValueAxe s>
  510                      <C hartAxis N ame="Prima ry">
  511                         <Style>
  512                           <FontSiz e>8pt</Fon tSize>
  513                         </Style>
  514                         <ChartAxis Title>
  515                           <Caption >Axis Titl e</Caption >
  516                           <Style>
  517                             <FontS ize>8pt</F ontSize>
  518                           </Style>
  519                         </ChartAxi sTitle>
  520                         <ChartMajo rGridLines >
  521                           <Style>
  522                             <Borde r>
  523                               <Col or>Gainsbo ro</Color>
  524                             </Bord er>
  525                           </Style>
  526                         </ChartMaj orGridLine s>
  527                         <ChartMino rGridLines >
  528                           <Style>
  529                             <Borde r>
  530                               <Col or>Gainsbo ro</Color>
  531                               <Sty le>Dotted< /Style>
  532                             </Bord er>
  533                           </Style>
  534                         </ChartMin orGridLine s>
  535                         <ChartMino rTickMarks >
  536                           <Length> 0.5</Lengt h>
  537                         </ChartMin orTickMark s>
  538                         <CrossAt>N aN</CrossA t>
  539                         <Minimum>N aN</Minimu m>
  540                         <Maximum>N aN</Maximu m>
  541                         <ChartAxis ScaleBreak >
  542                           <Style / >
  543                         </ChartAxi sScaleBrea k>
  544                      </ ChartAxis>
  545                      <C hartAxis N ame="Secon dary">
  546                         <Style>
  547                           <FontSiz e>8pt</Fon tSize>
  548                         </Style>
  549                         <ChartAxis Title>
  550                           <Caption >Axis Titl e</Caption >
  551                           <Style>
  552                             <FontS ize>8pt</F ontSize>
  553                           </Style>
  554                         </ChartAxi sTitle>
  555                         <ChartMajo rGridLines >
  556                           <Style>
  557                             <Borde r>
  558                               <Col or>Gainsbo ro</Color>
  559                             </Bord er>
  560                           </Style>
  561                         </ChartMaj orGridLine s>
  562                         <ChartMino rGridLines >
  563                           <Style>
  564                             <Borde r>
  565                               <Col or>Gainsbo ro</Color>
  566                               <Sty le>Dotted< /Style>
  567                             </Bord er>
  568                           </Style>
  569                         </ChartMin orGridLine s>
  570                         <ChartMino rTickMarks >
  571                           <Length> 0.5</Lengt h>
  572                         </ChartMin orTickMark s>
  573                         <CrossAt>N aN</CrossA t>
  574                         <Location> Opposite</ Location>
  575                         <Minimum>N aN</Minimu m>
  576                         <Maximum>N aN</Maximu m>
  577                         <ChartAxis ScaleBreak >
  578                           <Style / >
  579                         </ChartAxi sScaleBrea k>
  580                      </ ChartAxis>
  581                    </Ch artValueAx es>
  582                    <Cha rtThreeDPr operties>
  583                      <E nabled>tru e</Enabled >
  584                      <R otation>0< /Rotation>
  585                      <I nclination >0</Inclin ation>
  586                      <S hading>Non e</Shading >
  587                    </Ch artThreeDP roperties>
  588                    <Sty le>
  589                      <B ackgroundC olor>#00ff ffff</Back groundColo r>
  590                      <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType >
  591                      <S hadowColor >#00ffffff </ShadowCo lor>
  592                    </St yle>
  593                  </Char tArea>
  594                </ChartA reas>
  595                <ChartLe gends>
  596                  <Chart Legend Nam e="Default ">
  597                    <Sty le>
  598                      <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType >
  599                      <F ontSize>8p t</FontSiz e>
  600                    </St yle>
  601                    <Pos ition>Bott omCenter</ Position>
  602                    <Cha rtElementP osition>
  603                      <T op>89.067< /Top>
  604                      <L eft>20</Le ft>
  605                      <H eight>7.93 3</Height>
  606                      <W idth>60</W idth>
  607                    </Ch artElement Position>
  608                    <Cha rtLegendTi tle>
  609                      <C aption />
  610                      <S tyle>
  611                         <FontSize> 8pt</FontS ize>
  612                         <FontWeigh t>Bold</Fo ntWeight>
  613                         <TextAlign >Center</T extAlign>
  614                      </ Style>
  615                    </Ch artLegendT itle>
  616                    <Hea derSeparat orColor>Bl ack</Heade rSeparator Color>
  617                    <Col umnSeparat orColor>Bl ack</Colum nSeparator Color>
  618                  </Char tLegend>
  619                </ChartL egends>
  620                <ChartTi tles>
  621                  <Chart Title Name ="Default" >
  622                    <Cap tion>Age R ange Perce ntages</Ca ption>
  623                    <Sty le>
  624                      <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType >
  625                      <F ontWeight> Bold</Font Weight>
  626                      <T extAlign>G eneral</Te xtAlign>
  627                      <V erticalAli gn>Top</Ve rticalAlig n>
  628                    </St yle>
  629                  </Char tTitle>
  630                </ChartT itles>
  631                <Palette >BrightPas tel</Palet te>
  632                <ChartBo rderSkin>
  633                  <Style >
  634                    <Bac kgroundCol or>Gray</B ackgroundC olor>
  635                    <Bac kgroundGra dientType> None</Back groundGrad ientType>
  636                    <Col or>White</ Color>
  637                  </Styl e>
  638                </ChartB orderSkin>
  639                <ChartNo DataMessag e Name="No DataMessag e">
  640                  <Capti on>No Data  Available </Caption>
  641                  <Style >
  642                    <Bac kgroundGra dientType> None</Back groundGrad ientType>
  643                    <Tex tAlign>Gen eral</Text Align>
  644                    <Ver ticalAlign >Top</Vert icalAlign>
  645                  </Styl e>
  646                </ChartN oDataMessa ge>
  647                <DataSet Name>KDR_P atientAge< /DataSetNa me>
  648                <Top>1.5 in</Top>
  649                <Left>5. 75in</Left >
  650                <Height> 5in</Heigh t>
  651                <Width>4 .75in</Wid th>
  652                <ZIndex> 1</ZIndex>
  653                <Style>
  654                  <Borde r>
  655                    <Col or>LightGr ey</Color>
  656                    <Sty le>Solid</ Style>
  657                  </Bord er>
  658                  <Backg roundColor >White</Ba ckgroundCo lor>
  659                  <Backg roundGradi entType>No ne</Backgr oundGradie ntType>
  660                </Style>
  661              </Chart>
  662              <Textbox N ame="Textb ox1">
  663                <CanGrow >true</Can Grow>
  664                <KeepTog ether>true </KeepToge ther>
  665                <Paragra phs>
  666                  <Parag raph>
  667                    <Tex tRuns>
  668                      <T extRun>
  669                         <Value>Kid ney Dialys is Registr y - Patien t Age Dist ribution</ Value>
  670                         <Style>
  671                           <FontSiz e>26pt</Fo ntSize>
  672                           <FontWei ght>Bold</ FontWeight >
  673                         </Style>
  674                      </ TextRun>
  675                    </Te xtRuns>
  676                    <Sty le>
  677                      <T extAlign>C enter</Tex tAlign>
  678                    </St yle>
  679                  </Para graph>
  680                </Paragr aphs>
  681                <rd:Defa ultName>Te xtbox1</rd :DefaultNa me>
  682                <Top>0.5 in</Top>
  683                <Left>0. 5in</Left>
  684                <Height> 0.5in</Hei ght>
  685                <Width>1 0in</Width >
  686                <ZIndex> 2</ZIndex>
  687                <Style>
  688                  <Borde r>
  689                    <Sty le>None</S tyle>
  690                  </Bord er>
  691                  <Paddi ngLeft>2pt </PaddingL eft>
  692                  <Paddi ngRight>2p t</Padding Right>
  693                  <Paddi ngTop>2pt< /PaddingTo p>
  694                  <Paddi ngBottom>2 pt</Paddin gBottom>
  695                </Style>
  696              </Textbox>
  697           </ ReportItem s>
  698           <H eight>7in< /Height>
  699           <S tyle>
  700              <Border>
  701                <Style>N one</Style >
  702              </Border>
  703              <Backgroun dColor>Whi te</Backgr oundColor>
  704           </ Style>
  705         </Bo dy>
  706         <Wid th>11in</W idth>
  707         <Pag e>
  708           <P ageHeight> 8.5in</Pag eHeight>
  709           <P ageWidth>1 1in</PageW idth>
  710           <L eftMargin> 1in</LeftM argin>
  711           <R ightMargin >1in</Righ tMargin>
  712           <T opMargin>1 in</TopMar gin>
  713           <B ottomMargi n>1in</Bot tomMargin>
  714           <S tyle />
  715         </Pa ge>
  716       </Repo rtSection>
  717     </Report Sections>
  718     <rd:Repo rtUnitType >Inch</rd: ReportUnit Type>
  719       <rd:Report ServerUrl> https:// DNS    cresqc50a. aac.dva. DNS     /ReportSer ver</rd:Re portServer Url>
  720     <rd:Repo rtID>28d07 caa-1867-4 0f4-8ac4-6 0450ba7823 0</rd:Repo rtID>
  721   </Report>