118. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/5/2018 7:16:02 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.

118.1 Files compared

# Location File Last Modified
1 registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR eGFR by CKDEPI.rdl Wed Jun 27 16:57:22 2018 UTC
2 registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR eGFR by CKDEPI.rdl Wed Jun 27 17:42:18 2018 UTC

118.2 Comparison summary

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

118.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

118.4 Active regular expressions

No regular expressions were active.

118.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>dd5dba9 8-1d9f-413 0-8e00-526 6424886b0< /rd:DataSo urceID>
  9       </Data Source>
  10     </DataSo urces>
  11     <DataSet s>
  12       <DataS et Name="e GFR_MDRD">
  13         <Que ry>
  14           <D ataSourceN ame>DataSo urce1</Dat aSourceNam e>
  15           <C ommandText >select
  16           t. Gender
  17           ,t .Age
  18           ,t .Race
  19           ,t .LABCHEMRE SULTVALUE
  20   from (
  21           se lect
  22                    ROW_ NUMBER() O VER(PARTIT ION BY p.P ATIENTICN  ORDER BY l ab.LABCHEM SPECIMENDA TETIME DES C) AS [Row ]
  23                    ,s.G ender
  24                    ,((C ONVERT(int ,CONVERT(c har(8),CUR RENT_TIMES TAMP,112)) -CONVERT(c har(8),s.D ateOfBirth ,112))/100 00) as [Ag e]
  25                    ,pr. Race
  26                    ,lab .LABCHEMRE SULTVALUE
  27           fr om 
  28                    CRS. STD_LOINC_ CODE lc
  29                             inner  join CRS.C HEM_LABCHE M lab on l c.loincsid =lab.loinc sid
  30                             inner  join CRS.S PATIENT s  on lab.pat ientsid=s. patientsid
  31                             inner  join CRS.P ATIENT p o n s.patien ticn=p.pat ienticn
  32                             inner  join CRS.R EFERRAL r  on p.patie nt_id=r.pa tient_id
  33                             left o uter join  CRS.PATSUB _PATIENTRA CE pr on p r.PatientS ID=s.Patie ntSID
  34           wh ere r.std_ registry_i d=5 
  35                    and  lc.LOINC i n ('15045- 8','21232- 4','2160-0 ')
  36   ) as t whe re t.[Row] =1</Comman dText>
  37         </Qu ery>
  38         <Fie lds>
  39           <F ield Name= "Gender">
  40              <DataField >Gender</D ataField>
  41              <rd:TypeNa me>System. String</rd :TypeName>
  42           </ Field>
  43           <F ield Name= "Age">
  44              <DataField >Age</Data Field>
  45              <rd:TypeNa me>System. Int32</rd: TypeName>
  46           </ Field>
  47           <F ield Name= "Race">
  48              <DataField >Race</Dat aField>
  49              <rd:TypeNa me>System. String</rd :TypeName>
  50           </ Field>
  51           <F ield Name= "LABCHEMRE SULTVALUE" >
  52              <DataField >LABCHEMRE SULTVALUE< /DataField >
  53              <rd:TypeNa me>System. String</rd :TypeName>
  54           </ Field>
  55           <F ield Name= "eGFR">
  56              <Value>=Fo rmatNumber ((141 * II f((Fields! LABCHEMRES ULTVALUE.V alue/IIf(F ields!Gend er.Value =  "F", .7,  .9)) &lt;  1, (Fields !LABCHEMRE SULTVALUE. Value/IIf( Fields!Gen der.Value  = "F", .7,  .9)), 1)  ^ IIf(Fiel ds!Gender. Value = "F ", -.329,  -.411) * I If((Fields !LABCHEMRE SULTVALUE. Value/IIf( Fields!Gen der.Value  = "F", .7,  .9)) &gt;  1, (Field s!LABCHEMR ESULTVALUE .Value/IIf (Fields!Ge nder.Value  = "F", .7 , .9)), 1)  ^ -1.209  * .993 ^ F ields!Age. Value * II f(Fields!R ace.Value  = "BLACK O R AFRICAN  AMERICAN",  1.159, 1)  * IIf(Fie lds!Gender .Value = " F", 1.018,  1)), 1)</ Value>
  57           </ Field>
  58           <F ield Name= "CKD">
  59              <Value>=II f(Fields!e GFR.Value  &gt;= 90,  1, 
  60   IIf(Fields !eGFR.Valu e &gt;= 60  And Field s!eGFR.Val ue &lt; 90 , 2, 
  61   IIf(Fields !eGFR.Valu e &gt;= 30  And Field s!eGFR.Val ue &lt; 60 , 3, 
  62   IIf(Fields !eGFR.Valu e &gt;= 15  And Field s!eGFR.Val ue &lt; 30 , 4, 5)))) </Value>
  63           </ Field>
  64         </Fi elds>
  65       </Data Set>
  66     </DataSe ts>
  67     <ReportS ections>
  68       <Repor tSection>
  69         <Bod y>
  70           <R eportItems >
  71              <Tablix Na me="Tablix 2">
  72                <TablixB ody>
  73                  <Tabli xColumns>
  74                    <Tab lixColumn>
  75                      <W idth>2in</ Width>
  76                    </Ta blixColumn >
  77                    <Tab lixColumn>
  78                      <W idth>2in</ Width>
  79                    </Ta blixColumn >
  80                  </Tabl ixColumns>
  81                  <Tabli xRows>
  82                    <Tab lixRow>
  83                      <H eight>0.25 in</Height >
  84                      <T ablixCells >
  85                         <TablixCel l>
  86                           <CellCon tents>
  87                             <Textb ox Name="T extbox11">
  88                               <Can Grow>true< /CanGrow>
  89                               <Kee pTogether> true</Keep Together>
  90                               <Par agraphs>
  91                                 <P aragraph>
  92                                    <TextRuns>
  93                                      <TextRun >
  94                                        <Value >GFR</Valu e>
  95                                        <Style >
  96                                          <Fon tSize>11pt </FontSize >
  97                                          <Fon tWeight>Bo ld</FontWe ight>
  98                                          <Col or>White</ Color>
  99                                        </Styl e>
  100                                      </TextRu n>
  101                                    </TextRuns >
  102                                    <Style>
  103                                      <TextAli gn>Center< /TextAlign >
  104                                    </Style>
  105                                 </ Paragraph>
  106                               </Pa ragraphs>
  107                               <rd: DefaultNam e>Textbox1 1</rd:Defa ultName>
  108                               <Sty le>
  109                                 <B order>
  110                                    <Color>#72 92cc</Colo r>
  111                                    <Style>Sol id</Style>
  112                                 </ Border>
  113                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  114                                 <P addingLeft >2pt</Padd ingLeft>
  115                                 <P addingRigh t>2pt</Pad dingRight>
  116                                 <P addingTop> 2pt</Paddi ngTop>
  117                                 <P addingBott om>2pt</Pa ddingBotto m>
  118                               </St yle>
  119                             </Text box>
  120                           </CellCo ntents>
  121                         </TablixCe ll>
  122                         <TablixCel l>
  123                           <CellCon tents>
  124                             <Textb ox Name="T extbox5">
  125                               <Can Grow>true< /CanGrow>
  126                               <Kee pTogether> true</Keep Together>
  127                               <Par agraphs>
  128                                 <P aragraph>
  129                                    <TextRuns>
  130                                      <TextRun >
  131                                        <Value >Number of  Patients< /Value>
  132                                        <Style >
  133                                          <Fon tSize>11pt </FontSize >
  134                                          <Fon tWeight>Bo ld</FontWe ight>
  135                                          <Col or>White</ Color>
  136                                        </Styl e>
  137                                      </TextRu n>
  138                                    </TextRuns >
  139                                    <Style>
  140                                      <TextAli gn>Center< /TextAlign >
  141                                    </Style>
  142                                 </ Paragraph>
  143                               </Pa ragraphs>
  144                               <rd: DefaultNam e>Textbox5 </rd:Defau ltName>
  145                               <Sty le>
  146                                 <B order>
  147                                    <Color>#72 92cc</Colo r>
  148                                    <Style>Sol id</Style>
  149                                 </ Border>
  150                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  151                                 <P addingLeft >2pt</Padd ingLeft>
  152                                 <P addingRigh t>2pt</Pad dingRight>
  153                                 <P addingTop> 2pt</Paddi ngTop>
  154                                 <P addingBott om>2pt</Pa ddingBotto m>
  155                               </St yle>
  156                             </Text box>
  157                           </CellCo ntents>
  158                         </TablixCe ll>
  159                      </ TablixCell s>
  160                    </Ta blixRow>
  161                    <Tab lixRow>
  162                      <H eight>0.25 in</Height >
  163                      <T ablixCells >
  164                         <TablixCel l>
  165                           <CellCon tents>
  166                             <Textb ox Name="T extbox12">
  167                               <Can Grow>true< /CanGrow>
  168                               <Kee pTogether> true</Keep Together>
  169                               <Par agraphs>
  170                                 <P aragraph>
  171                                    <TextRuns>
  172                                      <TextRun >
  173                                        <Value >=iif(Fiel ds!CKD.Val ue=1, "&gt ;=90 mL/mi n/1.73m^2"
  174   iif(Fields !CKD.Value =2, "60-89  mL/min/1. 73m^2", 
  175   iif(Fields !CKD.Value =3, "30-59  mL/min/1. 73m^2", 
  176   iif(Fields !CKD.Value =4, "15-29  mL/min/1. 73m^2", "& lt;15 mL/m in/1.73m^2 "))))</Val ue>
  177                                        <Style  />
  178                                      </TextRu n>
  179                                    </TextRuns >
  180                                    <Style>
  181                                      <TextAli gn>Center< /TextAlign >
  182                                    </Style>
  183                                 </ Paragraph>
  184                               </Pa ragraphs>
  185                               <rd: DefaultNam e>Textbox1 2</rd:Defa ultName>
  186                               <Sty le>
  187                                 <B order>
  188                                    <Color>#e5 e5e5</Colo r>
  189                                    <Style>Sol id</Style>
  190                                 </ Border>
  191                                 <B ackgroundC olor>White </Backgrou ndColor>
  192                                 <P addingLeft >2pt</Padd ingLeft>
  193                                 <P addingRigh t>2pt</Pad dingRight>
  194                                 <P addingTop> 2pt</Paddi ngTop>
  195                                 <P addingBott om>2pt</Pa ddingBotto m>
  196                               </St yle>
  197                             </Text box>
  198                             <rd:Se lected>tru e</rd:Sele cted>
  199                           </CellCo ntents>
  200                         </TablixCe ll>
  201                         <TablixCel l>
  202                           <CellCon tents>
  203                             <Textb ox Name="C KD">
  204                               <Can Grow>true< /CanGrow>
  205                               <Kee pTogether> true</Keep Together>
  206                               <Par agraphs>
  207                                 <P aragraph>
  208                                    <TextRuns>
  209                                      <TextRun >
  210                                        <Value >=CountRow s()</Value >
  211                                        <Style  />
  212                                      </TextRu n>
  213                                    </TextRuns >
  214                                    <Style>
  215                                      <TextAli gn>Center< /TextAlign >
  216                                    </Style>
  217                                 </ Paragraph>
  218                               </Pa ragraphs>
  219                               <rd: DefaultNam e>CKD</rd: DefaultNam e>
  220                               <Sty le>
  221                                 <B order>
  222                                    <Color>#e5 e5e5</Colo r>
  223                                    <Style>Sol id</Style>
  224                                 </ Border>
  225                                 <B ackgroundC olor>White </Backgrou ndColor>
  226                                 <P addingLeft >2pt</Padd ingLeft>
  227                                 <P addingRigh t>2pt</Pad dingRight>
  228                                 <P addingTop> 2pt</Paddi ngTop>
  229                                 <P addingBott om>2pt</Pa ddingBotto m>
  230                               </St yle>
  231                             </Text box>
  232                             <rd:Se lected>tru e</rd:Sele cted>
  233                           </CellCo ntents>
  234                         </TablixCe ll>
  235                      </ TablixCell s>
  236                    </Ta blixRow>
  237                  </Tabl ixRows>
  238                </Tablix Body>
  239                <TablixC olumnHiera rchy>
  240                  <Tabli xMembers>
  241                    <Tab lixMember  />
  242                    <Tab lixMember  />
  243                  </Tabl ixMembers>
  244                </Tablix ColumnHier archy>
  245                <TablixR owHierarch y>
  246                  <Tabli xMembers>
  247                    <Tab lixMember>
  248                      <T ablixHeade r>
  249                         <Size>3in< /Size>
  250                         <CellConte nts>
  251                           <Textbox  Name="Tex tbox7">
  252                             <CanGr ow>true</C anGrow>
  253                             <KeepT ogether>tr ue</KeepTo gether>
  254                             <Parag raphs>
  255                               <Par agraph>
  256                                 <T extRuns>
  257                                    <TextRun>
  258                                      <Value>C hronic Kid ney Diseas e Stages</ Value>
  259                                      <Style>
  260                                        <FontS ize>11pt</ FontSize>
  261                                        <FontW eight>Bold </FontWeig ht>
  262                                        <Color >White</Co lor>
  263                                      </Style>
  264                                    </TextRun>
  265                                 </ TextRuns>
  266                                 <S tyle>
  267                                    <TextAlign >Center</T extAlign>
  268                                 </ Style>
  269                               </Pa ragraph>
  270                             </Para graphs>
  271                             <rd:De faultName> Textbox7</ rd:Default Name>
  272                             <Style >
  273                               <Bor der>
  274                                 <C olor>#7292 cc</Color>
  275                                 <S tyle>Solid </Style>
  276                               </Bo rder>
  277                               <Bac kgroundCol or>Cornflo werBlue</B ackgroundC olor>
  278                               <Pad dingLeft>2 pt</Paddin gLeft>
  279                               <Pad dingRight> 2pt</Paddi ngRight>
  280                               <Pad dingTop>2p t</Padding Top>
  281                               <Pad dingBottom >2pt</Padd ingBottom>
  282                             </Styl e>
  283                           </Textbo x>
  284                         </CellCont ents>
  285                      </ TablixHead er>
  286                      <T ablixMembe rs>
  287                         <TablixMem ber />
  288                      </ TablixMemb ers>
  289                    </Ta blixMember >
  290                    <Tab lixMember>
  291                      <G roup Name= "CKD">
  292                         <GroupExpr essions>
  293                           <GroupEx pression>= Fields!CKD .Value</Gr oupExpress ion>
  294                         </GroupExp ressions>
  295                      </ Group>
  296                      <S ortExpress ions>
  297                         <SortExpre ssion>
  298                           <Value>= Fields!CKD .Value</Va lue>
  299                         </SortExpr ession>
  300                      </ SortExpres sions>
  301                      <T ablixHeade r>
  302                         <Size>3in< /Size>
  303                         <CellConte nts>
  304                           <Textbox  Name="CKD 1">
  305                             <CanGr ow>true</C anGrow>
  306                             <KeepT ogether>tr ue</KeepTo gether>
  307                             <Parag raphs>
  308                               <Par agraph>
  309                                 <T extRuns>
  310                                    <TextRun>
  311                                      <Value>= iif(Fields !CKD.Value =1, "Norma l or CKD1"
  312   iif(Fields !CKD.Value =2, "CKD2  (Mild)", 
  313   iif(Fields !CKD.Value =3, "CKD3  (Moderate) ", 
  314   iif(Fields !CKD.Value =4, "CKD4  (Severe)",  "CKD5 (Ki dney Failu re)"))))</ Value>
  315                                      <Style / >
  316                                    </TextRun>
  317                                 </ TextRuns>
  318                                 <S tyle>
  319                                    <TextAlign >Center</T extAlign>
  320                                 </ Style>
  321                               </Pa ragraph>
  322                             </Para graphs>
  323                             <rd:De faultName> CKD1</rd:D efaultName >
  324                             <Style >
  325                               <Bor der>
  326                                 <C olor>#c6da f8</Color>
  327                                 <S tyle>Solid </Style>
  328                               </Bo rder>
  329                               <Bac kgroundCol or>White</ Background Color>
  330                               <Pad dingLeft>2 pt</Paddin gLeft>
  331                               <Pad dingRight> 2pt</Paddi ngRight>
  332                               <Pad dingTop>2p t</Padding Top>
  333                               <Pad dingBottom >2pt</Padd ingBottom>
  334                             </Styl e>
  335                           </Textbo x>
  336                           <rd:Sele cted>true< /rd:Select ed>
  337                         </CellCont ents>
  338                      </ TablixHead er>
  339                      <T ablixMembe rs>
  340                         <TablixMem ber />
  341                      </ TablixMemb ers>
  342                    </Ta blixMember >
  343                  </Tabl ixMembers>
  344                </Tablix RowHierarc hy>
  345                <DataSet Name>eGFR_ MDRD</Data SetName>
  346                <Top>0.7 5in</Top>
  347                <Left>0. 25in</Left >
  348                <Height> 0.5in</Hei ght>
  349                <Width>7 in</Width>
  350                <Style>
  351                  <Borde r>
  352                    <Sty le>None</S tyle>
  353                  </Bord er>
  354                </Style>
  355              </Tablix>
  356              <Textbox N ame="Textb ox1">
  357                <CanGrow >true</Can Grow>
  358                <KeepTog ether>true </KeepToge ther>
  359                <Paragra phs>
  360                  <Parag raph>
  361                    <Tex tRuns>
  362                      <T extRun>
  363                         <Value>Kid ney Diseas e Registry  eGFR by C KD-EPI</Va lue>
  364                         <Style>
  365                           <FontSiz e>14pt</Fo ntSize>
  366                           <FontWei ght>Bold</ FontWeight >
  367                         </Style>
  368                      </ TextRun>
  369                    </Te xtRuns>
  370                    <Sty le />
  371                  </Para graph>
  372                </Paragr aphs>
  373                <rd:Defa ultName>Te xtbox1</rd :DefaultNa me>
  374                <Top>0.2 5in</Top>
  375                <Left>0. 25in</Left >
  376                <Height> 0.34375in< /Height>
  377                <Width>5 .23958in</ Width>
  378                <ZIndex> 1</ZIndex>
  379                <Style>
  380                  <Borde r>
  381                    <Sty le>None</S tyle>
  382                  </Bord er>
  383                  <Paddi ngLeft>2pt </PaddingL eft>
  384                  <Paddi ngRight>2p t</Padding Right>
  385                  <Paddi ngTop>2pt< /PaddingTo p>
  386                  <Paddi ngBottom>2 pt</Paddin gBottom>
  387                </Style>
  388              </Textbox>
  389              <Textbox N ame="Textb ox6">
  390                <CanGrow >true</Can Grow>
  391                <KeepTog ether>true </KeepToge ther>
  392                <Paragra phs>
  393                  <Parag raph>
  394                    <Tex tRuns>
  395                      <T extRun>
  396                         <Value>Cal culation F ormulas:</ Value>
  397                         <Style>
  398                           <FontSiz e>8pt</Fon tSize>
  399                           <FontWei ght>Bold</ FontWeight >
  400                         </Style>
  401                      </ TextRun>
  402                    </Te xtRuns>
  403                    <Sty le>
  404                      <T extAlign>L eft</TextA lign>
  405                    </St yle>
  406                  </Para graph>
  407                  <Parag raph>
  408                    <Tex tRuns>
  409                      <T extRun>
  410                         <Value>eGF R by CKD-E PI: 141 *  min(Scr/k,  1) ^ a *  max(Scr/k,  1) ^ -1.2 09 * 0.993  ^ Age * 1 .159 (if B lack) * 1. 018 (if Fe male)</Val ue>
  411                         <Style>
  412                           <FontSiz e>8pt</Fon tSize>
  413                         </Style>
  414                      </ TextRun>
  415                    </Te xtRuns>
  416                    <Sty le>
  417                      <T extAlign>L eft</TextA lign>
  418                    </St yle>
  419                  </Para graph>
  420                  <Parag raph>
  421                    <Tex tRuns>
  422                      <T extRun>
  423                         <Value>LOI NC Codes:  15045-8, 2 1232-4, 21 60-0</Valu e>
  424                         <Style>
  425                           <FontSiz e>8pt</Fon tSize>
  426                         </Style>
  427                      </ TextRun>
  428                    </Te xtRuns>
  429                    <Sty le>
  430                      <T extAlign>L eft</TextA lign>
  431                    </St yle>
  432                  </Para graph>
  433                </Paragr aphs>
  434                <rd:Defa ultName>Te xtbox1</rd :DefaultNa me>
  435                <Top>1.5 in</Top>
  436                <Left>0. 25in</Left >
  437                <Height> 0.5in</Hei ght>
  438                <Width>7 in</Width>
  439                <ZIndex> 2</ZIndex>
  440                <Style>
  441                  <Borde r>
  442                    <Sty le>None</S tyle>
  443                  </Bord er>
  444                  <Paddi ngLeft>2pt </PaddingL eft>
  445                  <Paddi ngRight>2p t</Padding Right>
  446                  <Paddi ngTop>2pt< /PaddingTo p>
  447                  <Paddi ngBottom>2 pt</Paddin gBottom>
  448                </Style>
  449              </Textbox>
  450              <Textbox N ame="Textb ox2">
  451                <CanGrow >true</Can Grow>
  452                <KeepTog ether>true </KeepToge ther>
  453                <Paragra phs>
  454                  <Parag raph>
  455                    <Tex tRuns>
  456                      <T extRun>
  457                         <Value>Vie w MDRD Rep ort</Value >
  458                         <ActionInf o>
  459                           <Actions >
  460                             <Actio n>
  461                               <Dri llthrough>
  462                                 <R eportName> /Reports/K DR/eGFR by  MDRD</Rep ortName>
  463                               </Dr illthrough >
  464                             </Acti on>
  465                           </Action s>
  466                         </ActionIn fo>
  467                         <Style>
  468                           <TextDec oration>Un derline</T extDecorat ion>
  469                           <Color>B lue</Color >
  470                         </Style>
  471                      </ TextRun>
  472                    </Te xtRuns>
  473                    <Sty le>
  474                      <T extAlign>C enter</Tex tAlign>
  475                    </St yle>
  476                  </Para graph>
  477                </Paragr aphs>
  478                <rd:Defa ultName>Te xtbox2</rd :DefaultNa me>
  479                <Top>0.2 5in</Top>
  480                <Left>5. 55902in</L eft>
  481                <Height> 0.34375in< /Height>
  482                <Width>1 .69098in</ Width>
  483                <ZIndex> 3</ZIndex>
  484                <Style>
  485                  <Borde r>
  486                    <Sty le>None</S tyle>
  487                  </Bord er>
  488                  <Verti calAlign>M iddle</Ver ticalAlign >
  489                  <Paddi ngLeft>2pt </PaddingL eft>
  490                  <Paddi ngRight>2p t</Padding Right>
  491                  <Paddi ngTop>2pt< /PaddingTo p>
  492                  <Paddi ngBottom>2 pt</Paddin gBottom>
  493                </Style>
  494              </Textbox>
  495           </ ReportItem s>
  496           <H eight>2.25 in</Height >
  497           <S tyle>
  498              <Border>
  499                <Style>N one</Style >
  500              </Border>
  501              <Backgroun dColor>Whi te</Backgr oundColor>
  502           </ Style>
  503         </Bo dy>
  504         <Wid th>8.5in</ Width>
  505         <Pag e>
  506           <L eftMargin> 1in</LeftM argin>
  507           <R ightMargin >1in</Righ tMargin>
  508           <T opMargin>1 in</TopMar gin>
  509           <B ottomMargi n>1in</Bot tomMargin>
  510           <S tyle />
  511         </Pa ge>
  512       </Repo rtSection>
  513     </Report Sections>
  514     <rd:Repo rtUnitType >Inch</rd: ReportUnit Type>
  515       <rd:Report ServerUrl> https:// DNS    cresqc50a. aac.dva. DNS     /ReportSer ver</rd:Re portServer Url>
  516     <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID>
  517   </Report>