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

130.1 Files compared

# Location File Last Modified
1 registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR Patient Procedure Information.rdl Wed Jun 27 16:57:24 2018 UTC
2 registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR Patient Procedure Information.rdl Wed Jun 27 17:42:13 2018 UTC

130.2 Comparison summary

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

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

130.4 Active regular expressions

No regular expressions were active.

130.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="K DR_Procedu reInformat ion">
  13         <Que ry>
  14           <D ataSourceN ame>DataSo urce1</Dat aSourceNam e>
  15           <Q ueryParame ters>
  16              <QueryPara meter Name ="@patient SID">
  17                <Value>= Parameters !patientSI D.Value</V alue>
  18              </QueryPar ameter>
  19           </ QueryParam eters>
  20           <C ommandText >SELECT DI STINCT 
  21           s. PatientLas tName
  22           ,s .PatientFi rstName
  23           ,s .PatientSI D
  24           ,s .Gender
  25           ,s .DateOfBir th
  26           ,( (CONVERT(i nt,CONVERT (char(8),C URRENT_TIM ESTAMP,112 ))-CONVERT (char(8),s .DateOfBir th,112))/1 0000) as [ Age]
  27           ,I SNULL(pr.R ace, 'N/A' ) as [Race ]
  28           ,i p.CPTPROCE DUREDATETI ME as [Pro cedureDate Time]
  29           ,c pt.CPTCODE  as [Code]
  30           ,c pt.CPTDesc ription as  [Descript ion]
  31   FROM 
  32           CR S.SPATIENT  s
  33           IN NER JOIN C RS.PATIENT  p on p.pa tienticn =  s.patient icn
  34           IN NER JOIN C RS.REFERRA L r on r.p atient_id  = p.patien t_id and r .std_regis try_id = 5
  35           LE FT OUTER J OIN CRS.IN PAT_INPATI ENTCPTPROC EDURE ip o n ip.patie ntsid = s. patientsid
  36           LE FT OUTER J OIN CRS.ST D_CPT_CODE  cpt on ip .CPTSID =  cpt.CPTSID  
  37           LE FT OUTER J OIN CRS.PA TSUB_PATIE NTRACE pr  on pr.Pati entSID=s.P atientSID
  38   WHERE s.Pa tientSID =  @patientS ID
  39  
  40   union
  41  
  42   SELECT DIS TINCT 
  43           s. PatientLas tName
  44           ,s .PatientFi rstName
  45           ,s .PatientSI D
  46           ,s .Gender
  47           ,s .DateOfBir th
  48           ,( (CONVERT(i nt,CONVERT (char(8),C URRENT_TIM ESTAMP,112 ))-CONVERT (char(8),s .DateOfBir th,112))/1 0000) as [ Age]
  49           ,I SNULL(pr.R ace, 'N/A' ) as [Race ]
  50           ,o p.VPROCEDU REDATETIME  as [Proce dureDateTi me]
  51           ,c pt.CPTCODE  as [Code]
  52           ,c pt.CPTDesc ription as  [Descript ion]
  53   FROM 
  54           CR S.SPATIENT  s
  55           IN NER JOIN C RS.PATIENT  p on p.pa tienticn =  s.patient icn
  56           IN NER JOIN C RS.REFERRA L r on r.p atient_id  = p.patien t_id and r .std_regis try_id = 5
  57           LE FT OUTER J OIN CRS.OU TPAT_VPROC EDURE op o n op.patie ntsid = s. patientsid
  58           LE FT OUTER J OIN CRS.ST D_CPT_CODE  cpt on op .CPTSID =  cpt.CPTSID  
  59           LE FT OUTER J OIN CRS.PA TSUB_PATIE NTRACE pr  on pr.Pati entSID=s.P atientSID
  60   WHERE s.Pa tientSID =  @patientS ID
  61  
  62   ORDER BY P rocedureDa teTime DES C</Command Text>
  63         </Qu ery>
  64         <Fie lds>
  65           <F ield Name= "PatientLa stName">
  66              <DataField >PatientLa stName</Da taField>
  67              <rd:TypeNa me>System. String</rd :TypeName>
  68           </ Field>
  69           <F ield Name= "PatientFi rstName">
  70              <DataField >PatientFi rstName</D ataField>
  71              <rd:TypeNa me>System. String</rd :TypeName>
  72           </ Field>
  73           <F ield Name= "PatientSI D">
  74              <DataField >PatientSI D</DataFie ld>
  75              <rd:TypeNa me>System. Int32</rd: TypeName>
  76           </ Field>
  77           <F ield Name= "Gender">
  78              <DataField >Gender</D ataField>
  79              <rd:TypeNa me>System. String</rd :TypeName>
  80           </ Field>
  81           <F ield Name= "DateOfBir th">
  82              <DataField >DateOfBir th</DataFi eld>
  83              <rd:TypeNa me>System. DateTime</ rd:TypeNam e>
  84           </ Field>
  85           <F ield Name= "Age">
  86              <DataField >Age</Data Field>
  87              <rd:TypeNa me>System. Int32</rd: TypeName>
  88           </ Field>
  89           <F ield Name= "Race">
  90              <DataField >Race</Dat aField>
  91              <rd:TypeNa me>System. String</rd :TypeName>
  92           </ Field>
  93           <F ield Name= "Procedure DateTime">
  94              <DataField >Procedure DateTime</ DataField>
  95              <rd:TypeNa me>System. DateTime</ rd:TypeNam e>
  96           </ Field>
  97           <F ield Name= "Code">
  98              <DataField >Code</Dat aField>
  99              <rd:TypeNa me>System. String</rd :TypeName>
  100           </ Field>
  101           <F ield Name= "Descripti on">
  102              <DataField >Descripti on</DataFi eld>
  103              <rd:TypeNa me>System. String</rd :TypeName>
  104           </ Field>
  105         </Fi elds>
  106       </Data Set>
  107     </DataSe ts>
  108     <ReportS ections>
  109       <Repor tSection>
  110         <Bod y>
  111           <R eportItems >
  112              <Textbox N ame="Textb ox1">
  113                <CanGrow >true</Can Grow>
  114                <KeepTog ether>true </KeepToge ther>
  115                <Paragra phs>
  116                  <Parag raph>
  117                    <Tex tRuns>
  118                      <T extRun>
  119                         <Value>Kid ney Diseas e Registry  Patient P rocedure I nformation </Value>
  120                         <Style>
  121                           <FontSiz e>14pt</Fo ntSize>
  122                           <FontWei ght>Bold</ FontWeight >
  123                         </Style>
  124                      </ TextRun>
  125                    </Te xtRuns>
  126                    <Sty le />
  127                  </Para graph>
  128                </Paragr aphs>
  129                <rd:Defa ultName>Te xtbox1</rd :DefaultNa me>
  130                <Top>0.2 5in</Top>
  131                <Left>0. 25in</Left >
  132                <Height> 0.34375in< /Height>
  133                <Width>6 in</Width>
  134                <Style>
  135                  <Borde r>
  136                    <Sty le>None</S tyle>
  137                  </Bord er>
  138                  <Paddi ngLeft>2pt </PaddingL eft>
  139                  <Paddi ngRight>2p t</Padding Right>
  140                  <Paddi ngTop>2pt< /PaddingTo p>
  141                  <Paddi ngBottom>2 pt</Paddin gBottom>
  142                </Style>
  143              </Textbox>
  144              <Tablix Na me="Tablix 2">
  145                <TablixB ody>
  146                  <Tabli xColumns>
  147                    <Tab lixColumn>
  148                      <W idth>1in</ Width>
  149                    </Ta blixColumn >
  150                    <Tab lixColumn>
  151                      <W idth>1in</ Width>
  152                    </Ta blixColumn >
  153                    <Tab lixColumn>
  154                      <W idth>6in</ Width>
  155                    </Ta blixColumn >
  156                  </Tabl ixColumns>
  157                  <Tabli xRows>
  158                    <Tab lixRow>
  159                      <H eight>0.25 in</Height >
  160                      <T ablixCells >
  161                         <TablixCel l>
  162                           <CellCon tents>
  163                             <Textb ox Name="T extbox5">
  164                               <Can Grow>true< /CanGrow>
  165                               <Kee pTogether> true</Keep Together>
  166                               <Par agraphs>
  167                                 <P aragraph>
  168                                    <TextRuns>
  169                                      <TextRun >
  170                                        <Value >Event Dat e</Value>
  171                                        <Style >
  172                                          <Fon tWeight>Bo ld</FontWe ight>
  173                                          <Col or>White</ Color>
  174                                        </Styl e>
  175                                      </TextRu n>
  176                                    </TextRuns >
  177                                    <Style>
  178                                      <TextAli gn>Center< /TextAlign >
  179                                    </Style>
  180                                 </ Paragraph>
  181                               </Pa ragraphs>
  182                               <rd: DefaultNam e>Textbox5 </rd:Defau ltName>
  183                               <Sty le>
  184                                 <B order>
  185                                    <Color>Lig htGrey</Co lor>
  186                                    <Style>Sol id</Style>
  187                                 </ Border>
  188                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  189                                 <P addingLeft >2pt</Padd ingLeft>
  190                                 <P addingRigh t>2pt</Pad dingRight>
  191                                 <P addingTop> 2pt</Paddi ngTop>
  192                                 <P addingBott om>2pt</Pa ddingBotto m>
  193                               </St yle>
  194                             </Text box>
  195                           </CellCo ntents>
  196                         </TablixCe ll>
  197                         <TablixCel l>
  198                           <CellCon tents>
  199                             <Textb ox Name="T extbox3">
  200                               <Can Grow>true< /CanGrow>
  201                               <Kee pTogether> true</Keep Together>
  202                               <Par agraphs>
  203                                 <P aragraph>
  204                                    <TextRuns>
  205                                      <TextRun >
  206                                        <Value >CPT Code< /Value>
  207                                        <Style >
  208                                          <Fon tWeight>Bo ld</FontWe ight>
  209                                          <Col or>White</ Color>
  210                                        </Styl e>
  211                                      </TextRu n>
  212                                    </TextRuns >
  213                                    <Style>
  214                                      <TextAli gn>Center< /TextAlign >
  215                                    </Style>
  216                                 </ Paragraph>
  217                               </Pa ragraphs>
  218                               <rd: DefaultNam e>Textbox3 </rd:Defau ltName>
  219                               <Sty le>
  220                                 <B order>
  221                                    <Color>Lig htGrey</Co lor>
  222                                    <Style>Sol id</Style>
  223                                 </ Border>
  224                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  225                                 <P addingLeft >2pt</Padd ingLeft>
  226                                 <P addingRigh t>2pt</Pad dingRight>
  227                                 <P addingTop> 2pt</Paddi ngTop>
  228                                 <P addingBott om>2pt</Pa ddingBotto m>
  229                               </St yle>
  230                             </Text box>
  231                           </CellCo ntents>
  232                         </TablixCe ll>
  233                         <TablixCel l>
  234                           <CellCon tents>
  235                             <Textb ox Name="T extbox4">
  236                               <Can Grow>true< /CanGrow>
  237                               <Kee pTogether> true</Keep Together>
  238                               <Par agraphs>
  239                                 <P aragraph>
  240                                    <TextRuns>
  241                                      <TextRun >
  242                                        <Value >CPT Descr iption</Va lue>
  243                                        <Style >
  244                                          <Fon tWeight>Bo ld</FontWe ight>
  245                                          <Col or>White</ Color>
  246                                        </Styl e>
  247                                      </TextRu n>
  248                                    </TextRuns >
  249                                    <Style>
  250                                      <TextAli gn>Center< /TextAlign >
  251                                    </Style>
  252                                 </ Paragraph>
  253                               </Pa ragraphs>
  254                               <rd: DefaultNam e>Textbox4 </rd:Defau ltName>
  255                               <Sty le>
  256                                 <B order>
  257                                    <Color>Lig htGrey</Co lor>
  258                                    <Style>Sol id</Style>
  259                                 </ Border>
  260                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  261                                 <P addingLeft >2pt</Padd ingLeft>
  262                                 <P addingRigh t>2pt</Pad dingRight>
  263                                 <P addingTop> 2pt</Paddi ngTop>
  264                                 <P addingBott om>2pt</Pa ddingBotto m>
  265                               </St yle>
  266                             </Text box>
  267                           </CellCo ntents>
  268                         </TablixCe ll>
  269                      </ TablixCell s>
  270                    </Ta blixRow>
  271                    <Tab lixRow>
  272                      <H eight>0.25 in</Height >
  273                      <T ablixCells >
  274                         <TablixCel l>
  275                           <CellCon tents>
  276                             <Textb ox Name="P rocedureDa teTime">
  277                               <Can Grow>true< /CanGrow>
  278                               <Kee pTogether> true</Keep Together>
  279                               <Par agraphs>
  280                                 <P aragraph>
  281                                    <TextRuns>
  282                                      <TextRun >
  283                                        <Value >=Fields!P rocedureDa teTime.Val ue</Value>
  284                                        <Style  />
  285                                      </TextRu n>
  286                                    </TextRuns >
  287                                    <Style />
  288                                 </ Paragraph>
  289                               </Pa ragraphs>
  290                               <rd: DefaultNam e>Procedur eDateTime< /rd:Defaul tName>
  291                               <Sty le>
  292                                 <B order>
  293                                    <Color>Lig htGrey</Co lor>
  294                                    <Style>Sol id</Style>
  295                                 </ Border>
  296                                 <P addingLeft >2pt</Padd ingLeft>
  297                                 <P addingRigh t>2pt</Pad dingRight>
  298                                 <P addingTop> 2pt</Paddi ngTop>
  299                                 <P addingBott om>2pt</Pa ddingBotto m>
  300                               </St yle>
  301                             </Text box>
  302                           </CellCo ntents>
  303                         </TablixCe ll>
  304                         <TablixCel l>
  305                           <CellCon tents>
  306                             <Textb ox Name="C ode">
  307                               <Can Grow>true< /CanGrow>
  308                               <Kee pTogether> true</Keep Together>
  309                               <Par agraphs>
  310                                 <P aragraph>
  311                                    <TextRuns>
  312                                      <TextRun >
  313                                        <Value >=Fields!C ode.Value< /Value>
  314                                        <Style  />
  315                                      </TextRu n>
  316                                    </TextRuns >
  317                                    <Style />
  318                                 </ Paragraph>
  319                               </Pa ragraphs>
  320                               <rd: DefaultNam e>Code</rd :DefaultNa me>
  321                               <Sty le>
  322                                 <B order>
  323                                    <Color>Lig htGrey</Co lor>
  324                                    <Style>Sol id</Style>
  325                                 </ Border>
  326                                 <P addingLeft >2pt</Padd ingLeft>
  327                                 <P addingRigh t>2pt</Pad dingRight>
  328                                 <P addingTop> 2pt</Paddi ngTop>
  329                                 <P addingBott om>2pt</Pa ddingBotto m>
  330                               </St yle>
  331                             </Text box>
  332                           </CellCo ntents>
  333                         </TablixCe ll>
  334                         <TablixCel l>
  335                           <CellCon tents>
  336                             <Textb ox Name="D escription ">
  337                               <Can Grow>true< /CanGrow>
  338                               <Kee pTogether> true</Keep Together>
  339                               <Par agraphs>
  340                                 <P aragraph>
  341                                    <TextRuns>
  342                                      <TextRun >
  343                                        <Value >=Fields!D escription .Value</Va lue>
  344                                        <Style  />
  345                                      </TextRu n>
  346                                    </TextRuns >
  347                                    <Style />
  348                                 </ Paragraph>
  349                               </Pa ragraphs>
  350                               <rd: DefaultNam e>Descript ion</rd:De faultName>
  351                               <Sty le>
  352                                 <B order>
  353                                    <Color>Lig htGrey</Co lor>
  354                                    <Style>Sol id</Style>
  355                                 </ Border>
  356                                 <P addingLeft >2pt</Padd ingLeft>
  357                                 <P addingRigh t>2pt</Pad dingRight>
  358                                 <P addingTop> 2pt</Paddi ngTop>
  359                                 <P addingBott om>2pt</Pa ddingBotto m>
  360                               </St yle>
  361                             </Text box>
  362                           </CellCo ntents>
  363                         </TablixCe ll>
  364                      </ TablixCell s>
  365                    </Ta blixRow>
  366                  </Tabl ixRows>
  367                </Tablix Body>
  368                <TablixC olumnHiera rchy>
  369                  <Tabli xMembers>
  370                    <Tab lixMember  />
  371                    <Tab lixMember  />
  372                    <Tab lixMember  />
  373                  </Tabl ixMembers>
  374                </Tablix ColumnHier archy>
  375                <TablixR owHierarch y>
  376                  <Tabli xMembers>
  377                    <Tab lixMember>
  378                      <K eepWithGro up>After</ KeepWithGr oup>
  379                    </Ta blixMember >
  380                    <Tab lixMember>
  381                      <G roup Name= "Details1"  />
  382                    </Ta blixMember >
  383                  </Tabl ixMembers>
  384                </Tablix RowHierarc hy>
  385                <DataSet Name>KDR_P rocedureIn formation< /DataSetNa me>
  386                <Top>2.7 5in</Top>
  387                <Left>0. 25in</Left >
  388                <Height> 0.5in</Hei ght>
  389                <Width>8 in</Width>
  390                <ZIndex> 1</ZIndex>
  391                <Style>
  392                  <Borde r>
  393                    <Sty le>None</S tyle>
  394                  </Bord er>
  395                </Style>
  396              </Tablix>
  397              <Tablix Na me="Tablix 6">
  398                <TablixB ody>
  399                  <Tabli xColumns>
  400                    <Tab lixColumn>
  401                      <W idth>1in</ Width>
  402                    </Ta blixColumn >
  403                    <Tab lixColumn>
  404                      <W idth>4in</ Width>
  405                    </Ta blixColumn >
  406                  </Tabl ixColumns>
  407                  <Tabli xRows>
  408                    <Tab lixRow>
  409                      <H eight>0.25 in</Height >
  410                      <T ablixCells >
  411                         <TablixCel l>
  412                           <CellCon tents>
  413                             <Textb ox Name="T extbox49">
  414                               <Can Grow>true< /CanGrow>
  415                               <Kee pTogether> true</Keep Together>
  416                               <Par agraphs>
  417                                 <P aragraph>
  418                                    <TextRuns>
  419                                      <TextRun >
  420                                        <Value >Last Name </Value>
  421                                        <Style >
  422                                          <Col or>White</ Color>
  423                                        </Styl e>
  424                                      </TextRu n>
  425                                    </TextRuns >
  426                                    <Style />
  427                                 </ Paragraph>
  428                               </Pa ragraphs>
  429                               <rd: DefaultNam e>Textbox4 9</rd:Defa ultName>
  430                               <Sty le>
  431                                 <B order>
  432                                    <Color>Lig htGrey</Co lor>
  433                                    <Style>Sol id</Style>
  434                                 </ Border>
  435                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  436                                 <P addingLeft >2pt</Padd ingLeft>
  437                                 <P addingRigh t>2pt</Pad dingRight>
  438                                 <P addingTop> 2pt</Paddi ngTop>
  439                                 <P addingBott om>2pt</Pa ddingBotto m>
  440                               </St yle>
  441                             </Text box>
  442                           </CellCo ntents>
  443                         </TablixCe ll>
  444                         <TablixCel l>
  445                           <CellCon tents>
  446                             <Textb ox Name="P atientLast Name">
  447                               <Can Grow>true< /CanGrow>
  448                               <Kee pTogether> true</Keep Together>
  449                               <Par agraphs>
  450                                 <P aragraph>
  451                                    <TextRuns>
  452                                      <TextRun >
  453                                        <Value >=First(Fi elds!Patie ntLastName .Value)</V alue>
  454                                        <Style  />
  455                                      </TextRu n>
  456                                    </TextRuns >
  457                                    <Style>
  458                                      <TextAli gn>Left</T extAlign>
  459                                    </Style>
  460                                 </ Paragraph>
  461                               </Pa ragraphs>
  462                               <rd: DefaultNam e>PatientL astName</r d:DefaultN ame>
  463                               <Sty le>
  464                                 <B order>
  465                                    <Color>Lig htGrey</Co lor>
  466                                    <Style>Sol id</Style>
  467                                 </ Border>
  468                                 <P addingLeft >2pt</Padd ingLeft>
  469                                 <P addingRigh t>2pt</Pad dingRight>
  470                                 <P addingTop> 2pt</Paddi ngTop>
  471                                 <P addingBott om>2pt</Pa ddingBotto m>
  472                               </St yle>
  473                             </Text box>
  474                           </CellCo ntents>
  475                         </TablixCe ll>
  476                      </ TablixCell s>
  477                    </Ta blixRow>
  478                    <Tab lixRow>
  479                      <H eight>0.25 in</Height >
  480                      <T ablixCells >
  481                         <TablixCel l>
  482                           <CellCon tents>
  483                             <Textb ox Name="T extbox54">
  484                               <Can Grow>true< /CanGrow>
  485                               <Kee pTogether> true</Keep Together>
  486                               <Par agraphs>
  487                                 <P aragraph>
  488                                    <TextRuns>
  489                                      <TextRun >
  490                                        <Value >First Nam e</Value>
  491                                        <Style >
  492                                          <Col or>White</ Color>
  493                                        </Styl e>
  494                                      </TextRu n>
  495                                    </TextRuns >
  496                                    <Style />
  497                                 </ Paragraph>
  498                               </Pa ragraphs>
  499                               <rd: DefaultNam e>Textbox5 4</rd:Defa ultName>
  500                               <Sty le>
  501                                 <B order>
  502                                    <Color>Lig htGrey</Co lor>
  503                                    <Style>Sol id</Style>
  504                                 </ Border>
  505                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  506                                 <P addingLeft >2pt</Padd ingLeft>
  507                                 <P addingRigh t>2pt</Pad dingRight>
  508                                 <P addingTop> 2pt</Paddi ngTop>
  509                                 <P addingBott om>2pt</Pa ddingBotto m>
  510                               </St yle>
  511                             </Text box>
  512                           </CellCo ntents>
  513                         </TablixCe ll>
  514                         <TablixCel l>
  515                           <CellCon tents>
  516                             <Textb ox Name="P atientFirs tName">
  517                               <Can Grow>true< /CanGrow>
  518                               <Kee pTogether> true</Keep Together>
  519                               <Par agraphs>
  520                                 <P aragraph>
  521                                    <TextRuns>
  522                                      <TextRun >
  523                                        <Value >=First(Fi elds!Patie ntFirstNam e.Value)</ Value>
  524                                        <Style  />
  525                                      </TextRu n>
  526                                    </TextRuns >
  527                                    <Style>
  528                                      <TextAli gn>Left</T extAlign>
  529                                    </Style>
  530                                 </ Paragraph>
  531                               </Pa ragraphs>
  532                               <Sty le>
  533                                 <B order>
  534                                    <Color>Lig htGrey</Co lor>
  535                                    <Style>Sol id</Style>
  536                                 </ Border>
  537                                 <P addingLeft >2pt</Padd ingLeft>
  538                                 <P addingRigh t>2pt</Pad dingRight>
  539                                 <P addingTop> 2pt</Paddi ngTop>
  540                                 <P addingBott om>2pt</Pa ddingBotto m>
  541                               </St yle>
  542                             </Text box>
  543                             <rd:Se lected>tru e</rd:Sele cted>
  544                           </CellCo ntents>
  545                         </TablixCe ll>
  546                      </ TablixCell s>
  547                    </Ta blixRow>
  548                    <Tab lixRow>
  549                      <H eight>0.25 in</Height >
  550                      <T ablixCells >
  551                         <TablixCel l>
  552                           <CellCon tents>
  553                             <Textb ox Name="T extbox56">
  554                               <Can Grow>true< /CanGrow>
  555                               <Kee pTogether> true</Keep Together>
  556                               <Par agraphs>
  557                                 <P aragraph>
  558                                    <TextRuns>
  559                                      <TextRun >
  560                                        <Value >Date of B irth</Valu e>
  561                                        <Style >
  562                                          <Col or>White</ Color>
  563                                        </Styl e>
  564                                      </TextRu n>
  565                                    </TextRuns >
  566                                    <Style />
  567                                 </ Paragraph>
  568                               </Pa ragraphs>
  569                               <rd: DefaultNam e>Textbox5 6</rd:Defa ultName>
  570                               <Sty le>
  571                                 <B order>
  572                                    <Color>Lig htGrey</Co lor>
  573                                    <Style>Sol id</Style>
  574                                 </ Border>
  575                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  576                                 <P addingLeft >2pt</Padd ingLeft>
  577                                 <P addingRigh t>2pt</Pad dingRight>
  578                                 <P addingTop> 2pt</Paddi ngTop>
  579                                 <P addingBott om>2pt</Pa ddingBotto m>
  580                               </St yle>
  581                             </Text box>
  582                           </CellCo ntents>
  583                         </TablixCe ll>
  584                         <TablixCel l>
  585                           <CellCon tents>
  586                             <Textb ox Name="D ateOfBirth ">
  587                               <Can Grow>true< /CanGrow>
  588                               <Kee pTogether> true</Keep Together>
  589                               <Par agraphs>
  590                                 <P aragraph>
  591                                    <TextRuns>
  592                                      <TextRun >
  593                                        <Value >=First(Fi elds!DateO fBirth.Val ue)</Value >
  594                                        <Style >
  595                                          <For mat>MM/dd/ yyyy</Form at>
  596                                        </Styl e>
  597                                      </TextRu n>
  598                                    </TextRuns >
  599                                    <Style>
  600                                      <TextAli gn>Left</T extAlign>
  601                                    </Style>
  602                                 </ Paragraph>
  603                               </Pa ragraphs>
  604                               <rd: DefaultNam e>DateOfBi rth</rd:De faultName>
  605                               <Sty le>
  606                                 <B order>
  607                                    <Color>Lig htGrey</Co lor>
  608                                    <Style>Sol id</Style>
  609                                 </ Border>
  610                                 <P addingLeft >2pt</Padd ingLeft>
  611                                 <P addingRigh t>2pt</Pad dingRight>
  612                                 <P addingTop> 2pt</Paddi ngTop>
  613                                 <P addingBott om>2pt</Pa ddingBotto m>
  614                               </St yle>
  615                             </Text box>
  616                           </CellCo ntents>
  617                         </TablixCe ll>
  618                      </ TablixCell s>
  619                    </Ta blixRow>
  620                    <Tab lixRow>
  621                      <H eight>0.25 in</Height >
  622                      <T ablixCells >
  623                         <TablixCel l>
  624                           <CellCon tents>
  625                             <Textb ox Name="T extbox58">
  626                               <Can Grow>true< /CanGrow>
  627                               <Kee pTogether> true</Keep Together>
  628                               <Par agraphs>
  629                                 <P aragraph>
  630                                    <TextRuns>
  631                                      <TextRun >
  632                                        <Value >Age</Valu e>
  633                                        <Style >
  634                                          <Col or>White</ Color>
  635                                        </Styl e>
  636                                      </TextRu n>
  637                                    </TextRuns >
  638                                    <Style />
  639                                 </ Paragraph>
  640                               </Pa ragraphs>
  641                               <rd: DefaultNam e>Textbox5 8</rd:Defa ultName>
  642                               <Sty le>
  643                                 <B order>
  644                                    <Color>Lig htGrey</Co lor>
  645                                    <Style>Sol id</Style>
  646                                 </ Border>
  647                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  648                                 <P addingLeft >2pt</Padd ingLeft>
  649                                 <P addingRigh t>2pt</Pad dingRight>
  650                                 <P addingTop> 2pt</Paddi ngTop>
  651                                 <P addingBott om>2pt</Pa ddingBotto m>
  652                               </St yle>
  653                             </Text box>
  654                           </CellCo ntents>
  655                         </TablixCe ll>
  656                         <TablixCel l>
  657                           <CellCon tents>
  658                             <Textb ox Name="A ge">
  659                               <Can Grow>true< /CanGrow>
  660                               <Kee pTogether> true</Keep Together>
  661                               <Par agraphs>
  662                                 <P aragraph>
  663                                    <TextRuns>
  664                                      <TextRun >
  665                                        <Value >=First(Fi elds!Age.V alue)</Val ue>
  666                                        <Style  />
  667                                      </TextRu n>
  668                                    </TextRuns >
  669                                    <Style>
  670                                      <TextAli gn>Left</T extAlign>
  671                                    </Style>
  672                                 </ Paragraph>
  673                               </Pa ragraphs>
  674                               <rd: DefaultNam e>Age</rd: DefaultNam e>
  675                               <Sty le>
  676                                 <B order>
  677                                    <Color>Lig htGrey</Co lor>
  678                                    <Style>Sol id</Style>
  679                                 </ Border>
  680                                 <P addingLeft >2pt</Padd ingLeft>
  681                                 <P addingRigh t>2pt</Pad dingRight>
  682                                 <P addingTop> 2pt</Paddi ngTop>
  683                                 <P addingBott om>2pt</Pa ddingBotto m>
  684                               </St yle>
  685                             </Text box>
  686                           </CellCo ntents>
  687                         </TablixCe ll>
  688                      </ TablixCell s>
  689                    </Ta blixRow>
  690                    <Tab lixRow>
  691                      <H eight>0.25 in</Height >
  692                      <T ablixCells >
  693                         <TablixCel l>
  694                           <CellCon tents>
  695                             <Textb ox Name="T extbox60">
  696                               <Can Grow>true< /CanGrow>
  697                               <Kee pTogether> true</Keep Together>
  698                               <Par agraphs>
  699                                 <P aragraph>
  700                                    <TextRuns>
  701                                      <TextRun >
  702                                        <Value >Gender</V alue>
  703                                        <Style >
  704                                          <Col or>White</ Color>
  705                                        </Styl e>
  706                                      </TextRu n>
  707                                    </TextRuns >
  708                                    <Style />
  709                                 </ Paragraph>
  710                               </Pa ragraphs>
  711                               <rd: DefaultNam e>Textbox6 0</rd:Defa ultName>
  712                               <Sty le>
  713                                 <B order>
  714                                    <Color>Lig htGrey</Co lor>
  715                                    <Style>Sol id</Style>
  716                                 </ Border>
  717                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  718                                 <P addingLeft >2pt</Padd ingLeft>
  719                                 <P addingRigh t>2pt</Pad dingRight>
  720                                 <P addingTop> 2pt</Paddi ngTop>
  721                                 <P addingBott om>2pt</Pa ddingBotto m>
  722                               </St yle>
  723                             </Text box>
  724                           </CellCo ntents>
  725                         </TablixCe ll>
  726                         <TablixCel l>
  727                           <CellCon tents>
  728                             <Textb ox Name="G ender">
  729                               <Can Grow>true< /CanGrow>
  730                               <Kee pTogether> true</Keep Together>
  731                               <Par agraphs>
  732                                 <P aragraph>
  733                                    <TextRuns>
  734                                      <TextRun >
  735                                        <Value >=First(Fi elds!Gende r.Value)</ Value>
  736                                        <Style  />
  737                                      </TextRu n>
  738                                    </TextRuns >
  739                                    <Style>
  740                                      <TextAli gn>Left</T extAlign>
  741                                    </Style>
  742                                 </ Paragraph>
  743                               </Pa ragraphs>
  744                               <rd: DefaultNam e>Gender</ rd:Default Name>
  745                               <Sty le>
  746                                 <B order>
  747                                    <Color>Lig htGrey</Co lor>
  748                                    <Style>Sol id</Style>
  749                                 </ Border>
  750                                 <P addingLeft >2pt</Padd ingLeft>
  751                                 <P addingRigh t>2pt</Pad dingRight>
  752                                 <P addingTop> 2pt</Paddi ngTop>
  753                                 <P addingBott om>2pt</Pa ddingBotto m>
  754                               </St yle>
  755                             </Text box>
  756                           </CellCo ntents>
  757                         </TablixCe ll>
  758                      </ TablixCell s>
  759                    </Ta blixRow>
  760                    <Tab lixRow>
  761                      <H eight>0.25 in</Height >
  762                      <T ablixCells >
  763                         <TablixCel l>
  764                           <CellCon tents>
  765                             <Textb ox Name="T extbox62">
  766                               <Can Grow>true< /CanGrow>
  767                               <Kee pTogether> true</Keep Together>
  768                               <Par agraphs>
  769                                 <P aragraph>
  770                                    <TextRuns>
  771                                      <TextRun >
  772                                        <Value >Race</Val ue>
  773                                        <Style >
  774                                          <Col or>White</ Color>
  775                                        </Styl e>
  776                                      </TextRu n>
  777                                    </TextRuns >
  778                                    <Style />
  779                                 </ Paragraph>
  780                               </Pa ragraphs>
  781                               <rd: DefaultNam e>Textbox6 2</rd:Defa ultName>
  782                               <Sty le>
  783                                 <B order>
  784                                    <Color>Lig htGrey</Co lor>
  785                                    <Style>Sol id</Style>
  786                                 </ Border>
  787                                 <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor>
  788                                 <P addingLeft >2pt</Padd ingLeft>
  789                                 <P addingRigh t>2pt</Pad dingRight>
  790                                 <P addingTop> 2pt</Paddi ngTop>
  791                                 <P addingBott om>2pt</Pa ddingBotto m>
  792                               </St yle>
  793                             </Text box>
  794                           </CellCo ntents>
  795                         </TablixCe ll>
  796                         <TablixCel l>
  797                           <CellCon tents>
  798                             <Textb ox Name="R ace">
  799                               <Can Grow>true< /CanGrow>
  800                               <Kee pTogether> true</Keep Together>
  801                               <Par agraphs>
  802                                 <P aragraph>
  803                                    <TextRuns>
  804                                      <TextRun >
  805                                        <Value >=First(Fi elds!Race. Value)</Va lue>
  806                                        <Style  />
  807                                      </TextRu n>
  808                                    </TextRuns >
  809                                    <Style>
  810                                      <TextAli gn>Left</T extAlign>
  811                                    </Style>
  812                                 </ Paragraph>
  813                               </Pa ragraphs>
  814                               <rd: DefaultNam e>Race</rd :DefaultNa me>
  815                               <Sty le>
  816                                 <B order>
  817                                    <Color>Lig htGrey</Co lor>
  818                                    <Style>Sol id</Style>
  819                                 </ Border>
  820                                 <P addingLeft >2pt</Padd ingLeft>
  821                                 <P addingRigh t>2pt</Pad dingRight>
  822                                 <P addingTop> 2pt</Paddi ngTop>
  823                                 <P addingBott om>2pt</Pa ddingBotto m>
  824                               </St yle>
  825                             </Text box>
  826                           </CellCo ntents>
  827                         </TablixCe ll>
  828                      </ TablixCell s>
  829                    </Ta blixRow>
  830                  </Tabl ixRows>
  831                </Tablix Body>
  832                <TablixC olumnHiera rchy>
  833                  <Tabli xMembers>
  834                    <Tab lixMember  />
  835                    <Tab lixMember  />
  836                  </Tabl ixMembers>
  837                </Tablix ColumnHier archy>
  838                <TablixR owHierarch y>
  839                  <Tabli xMembers>
  840                    <Tab lixMember  />
  841                    <Tab lixMember  />
  842                    <Tab lixMember  />
  843                    <Tab lixMember  />
  844                    <Tab lixMember  />
  845                    <Tab lixMember  />
  846                  </Tabl ixMembers>
  847                </Tablix RowHierarc hy>
  848                <DataSet Name>KDR_P rocedureIn formation< /DataSetNa me>
  849                <Top>1in </Top>
  850                <Left>0. 25in</Left >
  851                <Height> 1.5in</Hei ght>
  852                <Width>5 in</Width>
  853                <ZIndex> 2</ZIndex>
  854                <Style>
  855                  <Borde r>
  856                    <Sty le>None</S tyle>
  857                  </Bord er>
  858                </Style>
  859              </Tablix>
  860           </ ReportItem s>
  861           <H eight>3.5i n</Height>
  862           <S tyle>
  863              <Border>
  864                <Style>N one</Style >
  865              </Border>
  866              <Backgroun dColor>Whi te</Backgr oundColor>
  867           </ Style>
  868         </Bo dy>
  869         <Wid th>8.5in</ Width>
  870         <Pag e>
  871           <L eftMargin> 1in</LeftM argin>
  872           <R ightMargin >1in</Righ tMargin>
  873           <T opMargin>1 in</TopMar gin>
  874           <B ottomMargi n>1in</Bot tomMargin>
  875           <S tyle />
  876         </Pa ge>
  877       </Repo rtSection>
  878     </Report Sections>
  879     <ReportP arameters>
  880       <Repor tParameter  Name="pat ientSID">
  881         <Dat aType>Inte ger</DataT ype>
  882         <Pro mpt>Patien t SID</Pro mpt>
  883       </Repo rtParamete r>
  884     </Report Parameters >
  885     <rd:Repo rtUnitType >Inch</rd: ReportUnit Type>
  886       <rd:Report ServerUrl> https:// DNS    cresqc50b. aac.dva. DNS     /ReportSer ver</rd:Re portServer Url>
  887     <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID>
  888   </Report>