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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Patient Details.rdl | Wed Jun 27 16:57:20 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Patient Details.rdl | Wed Jun 27 17:42:09 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 2296 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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_Patient s"> | |
| 13 | <Que ry> | |
| 14 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 15 | <Q ueryParame ters> | |
| 16 | <QueryPara meter Name ="@patient LastName"> | |
| 17 | <Value>= Parameters !PatientLa stName.Val ue</Value> | |
| 18 | </QueryPar ameter> | |
| 19 | <QueryPara meter Name ="@patient FirstName" > | |
| 20 | <Value>= Parameters !PatientFi rstName.Va lue</Value > | |
| 21 | </QueryPar ameter> | |
| 22 | </ QueryParam eters> | |
| 23 | <C ommandText >select di stinct | |
| 24 | s. PatientLas tName | |
| 25 | ,s .patientFi rstName | |
| 26 | ,s .PatientSI D | |
| 27 | ,s .Gender | |
| 28 | ,s .DateOfBir th | |
| 29 | ,( (CONVERT(i nt,CONVERT (char(8),C URRENT_TIM ESTAMP,112 ))-CONVERT (char(8),s .DateOfBir th,112))/1 0000) as [ Age] | |
| 30 | ,I SNULL(pr.R ace, 'N/A' ) as [Race ] | |
| 31 | from | |
| 32 | CR S.SPATIENT s | |
| 33 | inne r join CRS .PATIENT p on s.pati enticn=p.p atienticn | |
| 34 | inne r join CRS .REFERRAL r on p.pat ient_id=r. patient_id | |
| 35 | left outer joi n CRS.PATS UB_PATIENT RACE pr on pr.Patien tSID=s.Pat ientSID | |
| 36 | where r.st d_registry _id=5 | |
| 37 | an d s.Patien tLastName = @patient LastName | |
| 38 | an d (ISNULL( @patientFi rstName, ' ') = '' or s.patient FirstName = @patient FirstName) | |
| 39 | order by s .PatientLa stName, s. patientFir stName</Co mmandText> | |
| 40 | </Qu ery> | |
| 41 | <Fie lds> | |
| 42 | <F ield Name= "PatientLa stName"> | |
| 43 | <DataField >PatientLa stName</Da taField> | |
| 44 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 45 | </ Field> | |
| 46 | <F ield Name= "patientFi rstName"> | |
| 47 | <DataField >patientFi rstName</D ataField> | |
| 48 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 49 | </ Field> | |
| 50 | <F ield Name= "PatientSI D"> | |
| 51 | <DataField >PatientSI D</DataFie ld> | |
| 52 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 53 | </ Field> | |
| 54 | <F ield Name= "Gender"> | |
| 55 | <DataField >Gender</D ataField> | |
| 56 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 57 | </ Field> | |
| 58 | <F ield Name= "DateOfBir th"> | |
| 59 | <DataField >DateOfBir th</DataFi eld> | |
| 60 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 61 | </ Field> | |
| 62 | <F ield Name= "Age"> | |
| 63 | <DataField >Age</Data Field> | |
| 64 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 65 | </ Field> | |
| 66 | <F ield Name= "Race"> | |
| 67 | <DataField >Race</Dat aField> | |
| 68 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 69 | </ Field> | |
| 70 | </Fi elds> | |
| 71 | </Data Set> | |
| 72 | </DataSe ts> | |
| 73 | <ReportS ections> | |
| 74 | <Repor tSection> | |
| 75 | <Bod y> | |
| 76 | <R eportItems > | |
| 77 | <Textbox N ame="Textb ox1"> | |
| 78 | <CanGrow >true</Can Grow> | |
| 79 | <KeepTog ether>true </KeepToge ther> | |
| 80 | <Paragra phs> | |
| 81 | <Parag raph> | |
| 82 | <Tex tRuns> | |
| 83 | <T extRun> | |
| 84 | <Value>Kid ney Diseas e Registry Patient D etails</Va lue> | |
| 85 | <Style> | |
| 86 | <FontSiz e>14pt</Fo ntSize> | |
| 87 | <FontWei ght>Bold</ FontWeight > | |
| 88 | </Style> | |
| 89 | </ TextRun> | |
| 90 | </Te xtRuns> | |
| 91 | <Sty le /> | |
| 92 | </Para graph> | |
| 93 | </Paragr aphs> | |
| 94 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 95 | <Top>0.2 5in</Top> | |
| 96 | <Left>0. 25in</Left > | |
| 97 | <Height> 0.34375in< /Height> | |
| 98 | <Width>5 .23958in</ Width> | |
| 99 | <Style> | |
| 100 | <Borde r> | |
| 101 | <Sty le>None</S tyle> | |
| 102 | </Bord er> | |
| 103 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 104 | <Paddi ngRight>2p t</Padding Right> | |
| 105 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 106 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 107 | </Style> | |
| 108 | </Textbox> | |
| 109 | <Tablix Na me="Tablix 1"> | |
| 110 | <TablixB ody> | |
| 111 | <Tabli xColumns> | |
| 112 | <Tab lixColumn> | |
| 113 | <W idth>1in</ Width> | |
| 114 | </Ta blixColumn > | |
| 115 | <Tab lixColumn> | |
| 116 | <W idth>1in</ Width> | |
| 117 | </Ta blixColumn > | |
| 118 | <Tab lixColumn> | |
| 119 | <W idth>1.25i n</Width> | |
| 120 | </Ta blixColumn > | |
| 121 | <Tab lixColumn> | |
| 122 | <W idth>1.5in </Width> | |
| 123 | </Ta blixColumn > | |
| 124 | <Tab lixColumn> | |
| 125 | <W idth>1.5in </Width> | |
| 126 | </Ta blixColumn > | |
| 127 | <Tab lixColumn> | |
| 128 | <W idth>1.25i n</Width> | |
| 129 | </Ta blixColumn > | |
| 130 | <Tab lixColumn> | |
| 131 | <W idth>1in</ Width> | |
| 132 | </Ta blixColumn > | |
| 133 | <Tab lixColumn> | |
| 134 | <W idth>1in</ Width> | |
| 135 | </Ta blixColumn > | |
| 136 | <Tab lixColumn> | |
| 137 | <W idth>1in</ Width> | |
| 138 | </Ta blixColumn > | |
| 139 | </Tabl ixColumns> | |
| 140 | <Tabli xRows> | |
| 141 | <Tab lixRow> | |
| 142 | <H eight>0.25 in</Height > | |
| 143 | <T ablixCells > | |
| 144 | <TablixCel l> | |
| 145 | <CellCon tents> | |
| 146 | <Textb ox Name="T extbox3"> | |
| 147 | <Can Grow>true< /CanGrow> | |
| 148 | <Kee pTogether> true</Keep Together> | |
| 149 | <Par agraphs> | |
| 150 | <P aragraph> | |
| 151 | <TextRuns> | |
| 152 | <TextRun > | |
| 153 | <Value /> | |
| 154 | <Style > | |
| 155 | <Fon tWeight>Bo ld</FontWe ight> | |
| 156 | <Col or>White</ Color> | |
| 157 | </Styl e> | |
| 158 | </TextRu n> | |
| 159 | </TextRuns > | |
| 160 | <Style> | |
| 161 | <TextAli gn>Center< /TextAlign > | |
| 162 | </Style> | |
| 163 | </ Paragraph> | |
| 164 | </Pa ragraphs> | |
| 165 | <rd: DefaultNam e>Textbox3 </rd:Defau ltName> | |
| 166 | <Sty le> | |
| 167 | <B order> | |
| 168 | <Color>Lig htGrey</Co lor> | |
| 169 | <Style>Sol id</Style> | |
| 170 | </ Border> | |
| 171 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 172 | <P addingLeft >2pt</Padd ingLeft> | |
| 173 | <P addingRigh t>2pt</Pad dingRight> | |
| 174 | <P addingTop> 2pt</Paddi ngTop> | |
| 175 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 176 | </St yle> | |
| 177 | </Text box> | |
| 178 | </CellCo ntents> | |
| 179 | </TablixCe ll> | |
| 180 | <TablixCel l> | |
| 181 | <CellCon tents> | |
| 182 | <Textb ox Name="T extbox5"> | |
| 183 | <Can Grow>true< /CanGrow> | |
| 184 | <Kee pTogether> true</Keep Together> | |
| 185 | <Par agraphs> | |
| 186 | <P aragraph> | |
| 187 | <TextRuns> | |
| 188 | <TextRun > | |
| 189 | <Value /> | |
| 190 | <Style > | |
| 191 | <Fon tWeight>Bo ld</FontWe ight> | |
| 192 | <Col or>White</ Color> | |
| 193 | </Styl e> | |
| 194 | </TextRu n> | |
| 195 | </TextRuns > | |
| 196 | <Style> | |
| 197 | <TextAli gn>Center< /TextAlign > | |
| 198 | </Style> | |
| 199 | </ Paragraph> | |
| 200 | </Pa ragraphs> | |
| 201 | <rd: DefaultNam e>Textbox5 </rd:Defau ltName> | |
| 202 | <Sty le> | |
| 203 | <B order> | |
| 204 | <Color>Lig htGrey</Co lor> | |
| 205 | <Style>Sol id</Style> | |
| 206 | </ Border> | |
| 207 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 208 | <P addingLeft >2pt</Padd ingLeft> | |
| 209 | <P addingRigh t>2pt</Pad dingRight> | |
| 210 | <P addingTop> 2pt</Paddi ngTop> | |
| 211 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 212 | </St yle> | |
| 213 | </Text box> | |
| 214 | </CellCo ntents> | |
| 215 | </TablixCe ll> | |
| 216 | <TablixCel l> | |
| 217 | <CellCon tents> | |
| 218 | <Textb ox Name="T extbox7"> | |
| 219 | <Can Grow>true< /CanGrow> | |
| 220 | <Kee pTogether> true</Keep Together> | |
| 221 | <Par agraphs> | |
| 222 | <P aragraph> | |
| 223 | <TextRuns> | |
| 224 | <TextRun > | |
| 225 | <Value /> | |
| 226 | <Style > | |
| 227 | <Fon tWeight>Bo ld</FontWe ight> | |
| 228 | <Col or>White</ Color> | |
| 229 | </Styl e> | |
| 230 | </TextRu n> | |
| 231 | </TextRuns > | |
| 232 | <Style> | |
| 233 | <TextAli gn>Center< /TextAlign > | |
| 234 | </Style> | |
| 235 | </ Paragraph> | |
| 236 | </Pa ragraphs> | |
| 237 | <rd: DefaultNam e>Textbox7 </rd:Defau ltName> | |
| 238 | <Sty le> | |
| 239 | <B order> | |
| 240 | <Color>Lig htGrey</Co lor> | |
| 241 | <Style>Sol id</Style> | |
| 242 | </ Border> | |
| 243 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 244 | <P addingLeft >2pt</Padd ingLeft> | |
| 245 | <P addingRigh t>2pt</Pad dingRight> | |
| 246 | <P addingTop> 2pt</Paddi ngTop> | |
| 247 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 248 | </St yle> | |
| 249 | </Text box> | |
| 250 | </CellCo ntents> | |
| 251 | </TablixCe ll> | |
| 252 | <TablixCel l> | |
| 253 | <CellCon tents> | |
| 254 | <Recta ngle Name= "Rectangle 1"> | |
| 255 | <Rep ortItems> | |
| 256 | <T extbox Nam e="Textbox 2"> | |
| 257 | <CanGrow>t rue</CanGr ow> | |
| 258 | <KeepToget her>true</ KeepTogeth er> | |
| 259 | <Paragraph s> | |
| 260 | <Paragra ph> | |
| 261 | <TextR uns> | |
| 262 | <Tex tRun> | |
| 263 | <V alue>Last Name</Valu e> | |
| 264 | <S tyle> | |
| 265 | <FontWeigh t>Bold</Fo ntWeight> | |
| 266 | <Color>Whi te</Color> | |
| 267 | </ Style> | |
| 268 | </Te xtRun> | |
| 269 | </Text Runs> | |
| 270 | <Style > | |
| 271 | <Tex tAlign>Cen ter</TextA lign> | |
| 272 | </Styl e> | |
| 273 | </Paragr aph> | |
| 274 | </Paragrap hs> | |
| 275 | <rd:Defaul tName>Text box2</rd:D efaultName > | |
| 276 | <Height>0. 25in</Heig ht> | |
| 277 | <Width>1.2 5in</Width > | |
| 278 | <ToolTip>C olumn Head er Last Na me</ToolTi p> | |
| 279 | <Style> | |
| 280 | <Border> | |
| 281 | <Style >None</Sty le> | |
| 282 | </Border > | |
| 283 | <Padding Left>2pt</ PaddingLef t> | |
| 284 | <Padding Right>2pt< /PaddingRi ght> | |
| 285 | <Padding Top>2pt</P addingTop> | |
| 286 | <Padding Bottom>2pt </PaddingB ottom> | |
| 287 | </Style> | |
| 288 | </ Textbox> | |
| 289 | <T extbox Nam e="Textbox 11"> | |
| 290 | <CanGrow>t rue</CanGr ow> | |
| 291 | <UserSort> | |
| 292 | <SortExp ression>=F ields!Pati entLastNam e.Value</S ortExpress ion> | |
| 293 | </UserSort > | |
| 294 | <KeepToget her>true</ KeepTogeth er> | |
| 295 | <Paragraph s> | |
| 296 | <Paragra ph> | |
| 297 | <TextR uns> | |
| 298 | <Tex tRun> | |
| 299 | <V alue /> | |
| 300 | <S tyle /> | |
| 301 | </Te xtRun> | |
| 302 | </Text Runs> | |
| 303 | <Style /> | |
| 304 | </Paragr aph> | |
| 305 | </Paragrap hs> | |
| 306 | <rd:Defaul tName>Text box11</rd: DefaultNam e> | |
| 307 | <Left>1.25 in</Left> | |
| 308 | <Height>0. 25in</Heig ht> | |
| 309 | <Width>0.2 5in</Width > | |
| 310 | <ZIndex>1< /ZIndex> | |
| 311 | <ToolTip>S elect to s ort by Las t Name</To olTip> | |
| 312 | <Style> | |
| 313 | <Border> | |
| 314 | <Style >None</Sty le> | |
| 315 | </Border > | |
| 316 | <Padding Left>2pt</ PaddingLef t> | |
| 317 | <Padding Right>2pt< /PaddingRi ght> | |
| 318 | <Padding Top>2pt</P addingTop> | |
| 319 | <Padding Bottom>2pt </PaddingB ottom> | |
| 320 | </Style> | |
| 321 | </ Textbox> | |
| 322 | </Re portItems> | |
| 323 | <Kee pTogether> true</Keep Together> | |
| 324 | <Sty le> | |
| 325 | <B order> | |
| 326 | <Style>Non e</Style> | |
| 327 | </ Border> | |
| 328 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 329 | </St yle> | |
| 330 | </Rect angle> | |
| 331 | </CellCo ntents> | |
| 332 | </TablixCe ll> | |
| 333 | <TablixCel l> | |
| 334 | <CellCon tents> | |
| 335 | <Recta ngle Name= "Rectangle 2"> | |
| 336 | <Rep ortItems> | |
| 337 | <T extbox Nam e="Textbox 12"> | |
| 338 | <CanGrow>t rue</CanGr ow> | |
| 339 | <KeepToget her>true</ KeepTogeth er> | |
| 340 | <Paragraph s> | |
| 341 | <Paragra ph> | |
| 342 | <TextR uns> | |
| 343 | <Tex tRun> | |
| 344 | <V alue>First Name</Val ue> | |
| 345 | <S tyle> | |
| 346 | <FontWeigh t>Bold</Fo ntWeight> | |
| 347 | <Color>Whi te</Color> | |
| 348 | </ Style> | |
| 349 | </Te xtRun> | |
| 350 | </Text Runs> | |
| 351 | <Style > | |
| 352 | <Tex tAlign>Cen ter</TextA lign> | |
| 353 | </Styl e> | |
| 354 | </Paragr aph> | |
| 355 | </Paragrap hs> | |
| 356 | <rd:Defaul tName>Text box2</rd:D efaultName > | |
| 357 | <Height>0. 25in</Heig ht> | |
| 358 | <Width>1.2 5in</Width > | |
| 359 | <ToolTip>C olumn Head er First N ame</ToolT ip> | |
| 360 | <Style> | |
| 361 | <Border> | |
| 362 | <Style >None</Sty le> | |
| 363 | </Border > | |
| 364 | <Padding Left>2pt</ PaddingLef t> | |
| 365 | <Padding Right>2pt< /PaddingRi ght> | |
| 366 | <Padding Top>2pt</P addingTop> | |
| 367 | <Padding Bottom>2pt </PaddingB ottom> | |
| 368 | </Style> | |
| 369 | </ Textbox> | |
| 370 | <T extbox Nam e="Textbox 13"> | |
| 371 | <CanGrow>t rue</CanGr ow> | |
| 372 | <UserSort> | |
| 373 | <SortExp ression>=F ields!pati entFirstNa me.Value</ SortExpres sion> | |
| 374 | </UserSort > | |
| 375 | <KeepToget her>true</ KeepTogeth er> | |
| 376 | <Paragraph s> | |
| 377 | <Paragra ph> | |
| 378 | <TextR uns> | |
| 379 | <Tex tRun> | |
| 380 | <V alue /> | |
| 381 | <S tyle /> | |
| 382 | </Te xtRun> | |
| 383 | </Text Runs> | |
| 384 | <Style /> | |
| 385 | </Paragr aph> | |
| 386 | </Paragrap hs> | |
| 387 | <rd:Defaul tName>Text box11</rd: DefaultNam e> | |
| 388 | <Left>1.25 in</Left> | |
| 389 | <Height>0. 25in</Heig ht> | |
| 390 | <Width>0.2 5in</Width > | |
| 391 | <ZIndex>1< /ZIndex> | |
| 392 | <ToolTip>S elect to s ort by Fir st Name</T oolTip> | |
| 393 | <Style> | |
| 394 | <Border> | |
| 395 | <Style >None</Sty le> | |
| 396 | </Border > | |
| 397 | <Padding Left>2pt</ PaddingLef t> | |
| 398 | <Padding Right>2pt< /PaddingRi ght> | |
| 399 | <Padding Top>2pt</P addingTop> | |
| 400 | <Padding Bottom>2pt </PaddingB ottom> | |
| 401 | </Style> | |
| 402 | </ Textbox> | |
| 403 | </Re portItems> | |
| 404 | <Kee pTogether> true</Keep Together> | |
| 405 | <Sty le> | |
| 406 | <B order> | |
| 407 | <Style>Non e</Style> | |
| 408 | </ Border> | |
| 409 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 410 | </St yle> | |
| 411 | </Rect angle> | |
| 412 | </CellCo ntents> | |
| 413 | </TablixCe ll> | |
| 414 | <TablixCel l> | |
| 415 | <CellCon tents> | |
| 416 | <Recta ngle Name= "Rectangle 3"> | |
| 417 | <Rep ortItems> | |
| 418 | <T extbox Nam e="Textbox 14"> | |
| 419 | <CanGrow>t rue</CanGr ow> | |
| 420 | <KeepToget her>true</ KeepTogeth er> | |
| 421 | <Paragraph s> | |
| 422 | <Paragra ph> | |
| 423 | <TextR uns> | |
| 424 | <Tex tRun> | |
| 425 | <V alue>Date of Birth</ Value> | |
| 426 | <S tyle> | |
| 427 | <FontWeigh t>Bold</Fo ntWeight> | |
| 428 | <Color>Whi te</Color> | |
| 429 | </ Style> | |
| 430 | </Te xtRun> | |
| 431 | </Text Runs> | |
| 432 | <Style > | |
| 433 | <Tex tAlign>Cen ter</TextA lign> | |
| 434 | </Styl e> | |
| 435 | </Paragr aph> | |
| 436 | </Paragrap hs> | |
| 437 | <rd:Defaul tName>Text box2</rd:D efaultName > | |
| 438 | <Height>0. 25in</Heig ht> | |
| 439 | <Width>1in </Width> | |
| 440 | <ToolTip>C olumn Head er Date of Birth</To olTip> | |
| 441 | <Style> | |
| 442 | <Border> | |
| 443 | <Style >None</Sty le> | |
| 444 | </Border > | |
| 445 | <Padding Left>2pt</ PaddingLef t> | |
| 446 | <Padding Right>2pt< /PaddingRi ght> | |
| 447 | <Padding Top>2pt</P addingTop> | |
| 448 | <Padding Bottom>2pt </PaddingB ottom> | |
| 449 | </Style> | |
| 450 | </ Textbox> | |
| 451 | <T extbox Nam e="Textbox 15"> | |
| 452 | <CanGrow>t rue</CanGr ow> | |
| 453 | <UserSort> | |
| 454 | <SortExp ression>=F ields!Date OfBirth.Va lue</SortE xpression> | |
| 455 | </UserSort > | |
| 456 | <KeepToget her>true</ KeepTogeth er> | |
| 457 | <Paragraph s> | |
| 458 | <Paragra ph> | |
| 459 | <TextR uns> | |
| 460 | <Tex tRun> | |
| 461 | <V alue /> | |
| 462 | <S tyle /> | |
| 463 | </Te xtRun> | |
| 464 | </Text Runs> | |
| 465 | <Style /> | |
| 466 | </Paragr aph> | |
| 467 | </Paragrap hs> | |
| 468 | <rd:Defaul tName>Text box11</rd: DefaultNam e> | |
| 469 | <Left>1in< /Left> | |
| 470 | <Height>0. 25in</Heig ht> | |
| 471 | <Width>0.2 5in</Width > | |
| 472 | <ZIndex>1< /ZIndex> | |
| 473 | <ToolTip>S elect to s ort by Dat e of Birth </ToolTip> | |
| 474 | <Style> | |
| 475 | <Border> | |
| 476 | <Style >None</Sty le> | |
| 477 | </Border > | |
| 478 | <Padding Left>2pt</ PaddingLef t> | |
| 479 | <Padding Right>2pt< /PaddingRi ght> | |
| 480 | <Padding Top>2pt</P addingTop> | |
| 481 | <Padding Bottom>2pt </PaddingB ottom> | |
| 482 | </Style> | |
| 483 | </ Textbox> | |
| 484 | </Re portItems> | |
| 485 | <Kee pTogether> true</Keep Together> | |
| 486 | <Sty le> | |
| 487 | <B order> | |
| 488 | <Style>Non e</Style> | |
| 489 | </ Border> | |
| 490 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 491 | </St yle> | |
| 492 | </Rect angle> | |
| 493 | </CellCo ntents> | |
| 494 | </TablixCe ll> | |
| 495 | <TablixCel l> | |
| 496 | <CellCon tents> | |
| 497 | <Recta ngle Name= "Rectangle 4"> | |
| 498 | <Rep ortItems> | |
| 499 | <T extbox Nam e="Textbox 8"> | |
| 500 | <CanGrow>t rue</CanGr ow> | |
| 501 | <KeepToget her>true</ KeepTogeth er> | |
| 502 | <Paragraph s> | |
| 503 | <Paragra ph> | |
| 504 | <TextR uns> | |
| 505 | <Tex tRun> | |
| 506 | <V alue>Age</ Value> | |
| 507 | <S tyle> | |
| 508 | <FontWeigh t>Bold</Fo ntWeight> | |
| 509 | <Color>Whi te</Color> | |
| 510 | </ Style> | |
| 511 | </Te xtRun> | |
| 512 | </Text Runs> | |
| 513 | <Style > | |
| 514 | <Tex tAlign>Cen ter</TextA lign> | |
| 515 | </Styl e> | |
| 516 | </Paragr aph> | |
| 517 | </Paragrap hs> | |
| 518 | <rd:Defaul tName>Text box2</rd:D efaultName > | |
| 519 | <Height>0. 25in</Heig ht> | |
| 520 | <Width>0.7 5in</Width > | |
| 521 | <ToolTip>C olumn Head er Age</To olTip> | |
| 522 | <Style> | |
| 523 | <Border> | |
| 524 | <Style >None</Sty le> | |
| 525 | </Border > | |
| 526 | <Padding Left>2pt</ PaddingLef t> | |
| 527 | <Padding Right>2pt< /PaddingRi ght> | |
| 528 | <Padding Top>2pt</P addingTop> | |
| 529 | <Padding Bottom>2pt </PaddingB ottom> | |
| 530 | </Style> | |
| 531 | </ Textbox> | |
| 532 | <T extbox Nam e="Textbox 16"> | |
| 533 | <CanGrow>t rue</CanGr ow> | |
| 534 | <UserSort> | |
| 535 | <SortExp ression>=F ields!Age. Value</Sor tExpressio n> | |
| 536 | </UserSort > | |
| 537 | <KeepToget her>true</ KeepTogeth er> | |
| 538 | <Paragraph s> | |
| 539 | <Paragra ph> | |
| 540 | <TextR uns> | |
| 541 | <Tex tRun> | |
| 542 | <V alue /> | |
| 543 | <S tyle /> | |
| 544 | </Te xtRun> | |
| 545 | </Text Runs> | |
| 546 | <Style /> | |
| 547 | </Paragr aph> | |
| 548 | </Paragrap hs> | |
| 549 | <rd:Defaul tName>Text box11</rd: DefaultNam e> | |
| 550 | <Left>0.75 in</Left> | |
| 551 | <Height>0. 25in</Heig ht> | |
| 552 | <Width>0.2 5in</Width > | |
| 553 | <ZIndex>1< /ZIndex> | |
| 554 | <ToolTip>S elect to s ort by Age </ToolTip> | |
| 555 | <Style> | |
| 556 | <Border> | |
| 557 | <Style >None</Sty le> | |
| 558 | </Border > | |
| 559 | <Padding Left>2pt</ PaddingLef t> | |
| 560 | <Padding Right>2pt< /PaddingRi ght> | |
| 561 | <Padding Top>2pt</P addingTop> | |
| 562 | <Padding Bottom>2pt </PaddingB ottom> | |
| 563 | </Style> | |
| 564 | </ Textbox> | |
| 565 | </Re portItems> | |
| 566 | <Kee pTogether> true</Keep Together> | |
| 567 | <Sty le> | |
| 568 | <B order> | |
| 569 | <Style>Non e</Style> | |
| 570 | </ Border> | |
| 571 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 572 | </St yle> | |
| 573 | </Rect angle> | |
| 574 | </CellCo ntents> | |
| 575 | </TablixCe ll> | |
| 576 | <TablixCel l> | |
| 577 | <CellCon tents> | |
| 578 | <Recta ngle Name= "Rectangle 5"> | |
| 579 | <Rep ortItems> | |
| 580 | <T extbox Nam e="Textbox 10"> | |
| 581 | <CanGrow>t rue</CanGr ow> | |
| 582 | <KeepToget her>true</ KeepTogeth er> | |
| 583 | <Paragraph s> | |
| 584 | <Paragra ph> | |
| 585 | <TextR uns> | |
| 586 | <Tex tRun> | |
| 587 | <V alue>Gende r</Value> | |
| 588 | <S tyle> | |
| 589 | <FontWeigh t>Bold</Fo ntWeight> | |
| 590 | <Color>Whi te</Color> | |
| 591 | </ Style> | |
| 592 | </Te xtRun> | |
| 593 | </Text Runs> | |
| 594 | <Style > | |
| 595 | <Tex tAlign>Cen ter</TextA lign> | |
| 596 | </Styl e> | |
| 597 | </Paragr aph> | |
| 598 | </Paragrap hs> | |
| 599 | <rd:Defaul tName>Text box2</rd:D efaultName > | |
| 600 | <Height>0. 25in</Heig ht> | |
| 601 | <Width>0.7 5in</Width > | |
| 602 | <ToolTip>C olumn Head er Gender< /ToolTip> | |
| 603 | <Style> | |
| 604 | <Border> | |
| 605 | <Style >None</Sty le> | |
| 606 | </Border > | |
| 607 | <Padding Left>2pt</ PaddingLef t> | |
| 608 | <Padding Right>2pt< /PaddingRi ght> | |
| 609 | <Padding Top>2pt</P addingTop> | |
| 610 | <Padding Bottom>2pt </PaddingB ottom> | |
| 611 | </Style> | |
| 612 | </ Textbox> | |
| 613 | <T extbox Nam e="Textbox 17"> | |
| 614 | <CanGrow>t rue</CanGr ow> | |
| 615 | <UserSort> | |
| 616 | <SortExp ression>=F ields!Gend er.Value</ SortExpres sion> | |
| 617 | </UserSort > | |
| 618 | <KeepToget her>true</ KeepTogeth er> | |
| 619 | <Paragraph s> | |
| 620 | <Paragra ph> | |
| 621 | <TextR uns> | |
| 622 | <Tex tRun> | |
| 623 | <V alue /> | |
| 624 | <S tyle /> | |
| 625 | </Te xtRun> | |
| 626 | </Text Runs> | |
| 627 | <Style /> | |
| 628 | </Paragr aph> | |
| 629 | </Paragrap hs> | |
| 630 | <rd:Defaul tName>Text box11</rd: DefaultNam e> | |
| 631 | <Left>0.75 in</Left> | |
| 632 | <Height>0. 25in</Heig ht> | |
| 633 | <Width>0.2 5in</Width > | |
| 634 | <ZIndex>1< /ZIndex> | |
| 635 | <ToolTip>S elect to s ort by Gen der</ToolT ip> | |
| 636 | <Style> | |
| 637 | <Border> | |
| 638 | <Style >None</Sty le> | |
| 639 | </Border > | |
| 640 | <Padding Left>2pt</ PaddingLef t> | |
| 641 | <Padding Right>2pt< /PaddingRi ght> | |
| 642 | <Padding Top>2pt</P addingTop> | |
| 643 | <Padding Bottom>2pt </PaddingB ottom> | |
| 644 | </Style> | |
| 645 | </ Textbox> | |
| 646 | </Re portItems> | |
| 647 | <Kee pTogether> true</Keep Together> | |
| 648 | <Sty le> | |
| 649 | <B order> | |
| 650 | <Style>Non e</Style> | |
| 651 | </ Border> | |
| 652 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 653 | </St yle> | |
| 654 | </Rect angle> | |
| 655 | </CellCo ntents> | |
| 656 | </TablixCe ll> | |
| 657 | <TablixCel l> | |
| 658 | <CellCon tents> | |
| 659 | <Recta ngle Name= "Rectangle 6"> | |
| 660 | <Rep ortItems> | |
| 661 | <T extbox Nam e="Textbox 18"> | |
| 662 | <CanGrow>t rue</CanGr ow> | |
| 663 | <KeepToget her>true</ KeepTogeth er> | |
| 664 | <Paragraph s> | |
| 665 | <Paragra ph> | |
| 666 | <TextR uns> | |
| 667 | <Tex tRun> | |
| 668 | <V alue>Race< /Value> | |
| 669 | <S tyle> | |
| 670 | <FontWeigh t>Bold</Fo ntWeight> | |
| 671 | <Color>Whi te</Color> | |
| 672 | </ Style> | |
| 673 | </Te xtRun> | |
| 674 | </Text Runs> | |
| 675 | <Style > | |
| 676 | <Tex tAlign>Cen ter</TextA lign> | |
| 677 | </Styl e> | |
| 678 | </Paragr aph> | |
| 679 | </Paragrap hs> | |
| 680 | <rd:Defaul tName>Text box2</rd:D efaultName > | |
| 681 | <Height>0. 25in</Heig ht> | |
| 682 | <Width>0.7 5in</Width > | |
| 683 | <ToolTip>C olumn Head er Race</T oolTip> | |
| 684 | <Style> | |
| 685 | <Border> | |
| 686 | <Style >None</Sty le> | |
| 687 | </Border > | |
| 688 | <Padding Left>2pt</ PaddingLef t> | |
| 689 | <Padding Right>2pt< /PaddingRi ght> | |
| 690 | <Padding Top>2pt</P addingTop> | |
| 691 | <Padding Bottom>2pt </PaddingB ottom> | |
| 692 | </Style> | |
| 693 | </ Textbox> | |
| 694 | <T extbox Nam e="Textbox 19"> | |
| 695 | <CanGrow>t rue</CanGr ow> | |
| 696 | <UserSort> | |
| 697 | <SortExp ression>=F ields!Race .Value</So rtExpressi on> | |
| 698 | </UserSort > | |
| 699 | <KeepToget her>true</ KeepTogeth er> | |
| 700 | <Paragraph s> | |
| 701 | <Paragra ph> | |
| 702 | <TextR uns> | |
| 703 | <Tex tRun> | |
| 704 | <V alue /> | |
| 705 | <S tyle /> | |
| 706 | </Te xtRun> | |
| 707 | </Text Runs> | |
| 708 | <Style /> | |
| 709 | </Paragr aph> | |
| 710 | </Paragrap hs> | |
| 711 | <rd:Defaul tName>Text box11</rd: DefaultNam e> | |
| 712 | <Left>0.75 in</Left> | |
| 713 | <Height>0. 25in</Heig ht> | |
| 714 | <Width>0.2 5in</Width > | |
| 715 | <ZIndex>1< /ZIndex> | |
| 716 | <ToolTip>S elect to s ort by Rac e</ToolTip > | |
| 717 | <Style> | |
| 718 | <Border> | |
| 719 | <Style >None</Sty le> | |
| 720 | </Border > | |
| 721 | <Padding Left>2pt</ PaddingLef t> | |
| 722 | <Padding Right>2pt< /PaddingRi ght> | |
| 723 | <Padding Top>2pt</P addingTop> | |
| 724 | <Padding Bottom>2pt </PaddingB ottom> | |
| 725 | </Style> | |
| 726 | </ Textbox> | |
| 727 | </Re portItems> | |
| 728 | <Kee pTogether> true</Keep Together> | |
| 729 | <Sty le> | |
| 730 | <B order> | |
| 731 | <Style>Non e</Style> | |
| 732 | </ Border> | |
| 733 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 734 | </St yle> | |
| 735 | </Rect angle> | |
| 736 | </CellCo ntents> | |
| 737 | </TablixCe ll> | |
| 738 | </ TablixCell s> | |
| 739 | </Ta blixRow> | |
| 740 | <Tab lixRow> | |
| 741 | <H eight>0.25 in</Height > | |
| 742 | <T ablixCells > | |
| 743 | <TablixCel l> | |
| 744 | <CellCon tents> | |
| 745 | <Textb ox Name="T extbox4"> | |
| 746 | <Can Grow>true< /CanGrow> | |
| 747 | <Kee pTogether> true</Keep Together> | |
| 748 | <Par agraphs> | |
| 749 | <P aragraph> | |
| 750 | <TextRuns> | |
| 751 | <TextRun > | |
| 752 | <Value >View Dx I nfo</Value > | |
| 753 | <Actio nInfo> | |
| 754 | <Act ions> | |
| 755 | <A ction> | |
| 756 | <Drillthro ugh> | |
| 757 | <ReportN ame>/Repor ts/KDR/Pat ient Diagn osis Infor mation</Re portName> | |
| 758 | <Paramet ers> | |
| 759 | <Param eter Name= "patientSI D"> | |
| 760 | <Val ue>=Fields !PatientSI D.Value</V alue> | |
| 761 | </Para meter> | |
| 762 | </Parame ters> | |
| 763 | </Drillthr ough> | |
| 764 | </ Action> | |
| 765 | </Ac tions> | |
| 766 | </Acti onInfo> | |
| 767 | <Style > | |
| 768 | <Tex tDecoratio n>Underlin e</TextDec oration> | |
| 769 | <Col or>Blue</C olor> | |
| 770 | </Styl e> | |
| 771 | </TextRu n> | |
| 772 | </TextRuns > | |
| 773 | <Style> | |
| 774 | <TextAli gn>Center< /TextAlign > | |
| 775 | </Style> | |
| 776 | </ Paragraph> | |
| 777 | </Pa ragraphs> | |
| 778 | <rd: DefaultNam e>Textbox4 </rd:Defau ltName> | |
| 779 | <Sty le> | |
| 780 | <B order> | |
| 781 | <Color>Lig htGrey</Co lor> | |
| 782 | <Style>Sol id</Style> | |
| 783 | </ Border> | |
| 784 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 785 | <P addingLeft >2pt</Padd ingLeft> | |
| 786 | <P addingRigh t>2pt</Pad dingRight> | |
| 787 | <P addingTop> 2pt</Paddi ngTop> | |
| 788 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 789 | </St yle> | |
| 790 | </Text box> | |
| 791 | </CellCo ntents> | |
| 792 | </TablixCe ll> | |
| 793 | <TablixCel l> | |
| 794 | <CellCon tents> | |
| 795 | <Textb ox Name="T extbox6"> | |
| 796 | <Can Grow>true< /CanGrow> | |
| 797 | <Kee pTogether> true</Keep Together> | |
| 798 | <Par agraphs> | |
| 799 | <P aragraph> | |
| 800 | <TextRuns> | |
| 801 | <TextRun > | |
| 802 | <Value >View Labs </Value> | |
| 803 | <Actio nInfo> | |
| 804 | <Act ions> | |
| 805 | <A ction> | |
| 806 | <Drillthro ugh> | |
| 807 | <ReportN ame>/Repor ts/KDR/Pat ient Lab I nformation </ReportNa me> | |
| 808 | <Paramet ers> | |
| 809 | <Param eter Name= "patientSI D"> | |
| 810 | <Val ue>=Fields !PatientSI D.Value</V alue> | |
| 811 | </Para meter> | |
| 812 | </Parame ters> | |
| 813 | </Drillthr ough> | |
| 814 | </ Action> | |
| 815 | </Ac tions> | |
| 816 | </Acti onInfo> | |
| 817 | <Style > | |
| 818 | <Tex tDecoratio n>Underlin e</TextDec oration> | |
| 819 | <Col or>Blue</C olor> | |
| 820 | </Styl e> | |
| 821 | </TextRu n> | |
| 822 | </TextRuns > | |
| 823 | <Style> | |
| 824 | <TextAli gn>Center< /TextAlign > | |
| 825 | </Style> | |
| 826 | </ Paragraph> | |
| 827 | </Pa ragraphs> | |
| 828 | <rd: DefaultNam e>Textbox6 </rd:Defau ltName> | |
| 829 | <Sty le> | |
| 830 | <B order> | |
| 831 | <Color>Lig htGrey</Co lor> | |
| 832 | <Style>Sol id</Style> | |
| 833 | </ Border> | |
| 834 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 835 | <P addingLeft >2pt</Padd ingLeft> | |
| 836 | <P addingRigh t>2pt</Pad dingRight> | |
| 837 | <P addingTop> 2pt</Paddi ngTop> | |
| 838 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 839 | </St yle> | |
| 840 | </Text box> | |
| 841 | </CellCo ntents> | |
| 842 | </TablixCe ll> | |
| 843 | <TablixCel l> | |
| 844 | <CellCon tents> | |
| 845 | <Textb ox Name="T extbox9"> | |
| 846 | <Can Grow>true< /CanGrow> | |
| 847 | <Kee pTogether> true</Keep Together> | |
| 848 | <Par agraphs> | |
| 849 | <P aragraph> | |
| 850 | <TextRuns> | |
| 851 | <TextRun > | |
| 852 | <Value >View Proc edures</Va lue> | |
| 853 | <Actio nInfo> | |
| 854 | <Act ions> | |
| 855 | <A ction> | |
| 856 | <Drillthro ugh> | |
| 857 | <ReportN ame>/Repor ts/KDR/Pat ient Proce dure Infor mation</Re portName> | |
| 858 | <Paramet ers> | |
| 859 | <Param eter Name= "patientSI D"> | |
| 860 | <Val ue>=Fields !PatientSI D.Value</V alue> | |
| 861 | </Para meter> | |
| 862 | </Parame ters> | |
| 863 | </Drillthr ough> | |
| 864 | </ Action> | |
| 865 | </Ac tions> | |
| 866 | </Acti onInfo> | |
| 867 | <Style > | |
| 868 | <Tex tDecoratio n>Underlin e</TextDec oration> | |
| 869 | <Col or>Blue</C olor> | |
| 870 | </Styl e> | |
| 871 | </TextRu n> | |
| 872 | </TextRuns > | |
| 873 | <Style> | |
| 874 | <TextAli gn>Center< /TextAlign > | |
| 875 | </Style> | |
| 876 | </ Paragraph> | |
| 877 | </Pa ragraphs> | |
| 878 | <rd: DefaultNam e>Textbox9 </rd:Defau ltName> | |
| 879 | <Sty le> | |
| 880 | <B order> | |
| 881 | <Color>Lig htGrey</Co lor> | |
| 882 | <Style>Sol id</Style> | |
| 883 | </ Border> | |
| 884 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 885 | <P addingLeft >2pt</Padd ingLeft> | |
| 886 | <P addingRigh t>2pt</Pad dingRight> | |
| 887 | <P addingTop> 2pt</Paddi ngTop> | |
| 888 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 889 | </St yle> | |
| 890 | </Text box> | |
| 891 | </CellCo ntents> | |
| 892 | </TablixCe ll> | |
| 893 | <TablixCel l> | |
| 894 | <CellCon tents> | |
| 895 | <Textb ox Name="P atientLast Name"> | |
| 896 | <Can Grow>true< /CanGrow> | |
| 897 | <Kee pTogether> true</Keep Together> | |
| 898 | <Par agraphs> | |
| 899 | <P aragraph> | |
| 900 | <TextRuns> | |
| 901 | <TextRun > | |
| 902 | <Value >=Fields!P atientLast Name.Value </Value> | |
| 903 | <Style /> | |
| 904 | </TextRu n> | |
| 905 | </TextRuns > | |
| 906 | <Style /> | |
| 907 | </ Paragraph> | |
| 908 | </Pa ragraphs> | |
| 909 | <rd: DefaultNam e>PatientL astName</r d:DefaultN ame> | |
| 910 | <Sty le> | |
| 911 | <B order> | |
| 912 | <Color>Lig htGrey</Co lor> | |
| 913 | <Style>Sol id</Style> | |
| 914 | </ Border> | |
| 915 | <P addingLeft >2pt</Padd ingLeft> | |
| 916 | <P addingRigh t>2pt</Pad dingRight> | |
| 917 | <P addingTop> 2pt</Paddi ngTop> | |
| 918 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 919 | </St yle> | |
| 920 | </Text box> | |
| 921 | </CellCo ntents> | |
| 922 | </TablixCe ll> | |
| 923 | <TablixCel l> | |
| 924 | <CellCon tents> | |
| 925 | <Textb ox Name="p atientFirs tName"> | |
| 926 | <Can Grow>true< /CanGrow> | |
| 927 | <Kee pTogether> true</Keep Together> | |
| 928 | <Par agraphs> | |
| 929 | <P aragraph> | |
| 930 | <TextRuns> | |
| 931 | <TextRun > | |
| 932 | <Value >=Fields!p atientFirs tName.Valu e</Value> | |
| 933 | <Style /> | |
| 934 | </TextRu n> | |
| 935 | </TextRuns > | |
| 936 | <Style /> | |
| 937 | </ Paragraph> | |
| 938 | </Pa ragraphs> | |
| 939 | <rd: DefaultNam e>patientF irstName</ rd:Default Name> | |
| 940 | <Sty le> | |
| 941 | <B order> | |
| 942 | <Color>Lig htGrey</Co lor> | |
| 943 | <Style>Sol id</Style> | |
| 944 | </ Border> | |
| 945 | <P addingLeft >2pt</Padd ingLeft> | |
| 946 | <P addingRigh t>2pt</Pad dingRight> | |
| 947 | <P addingTop> 2pt</Paddi ngTop> | |
| 948 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 949 | </St yle> | |
| 950 | </Text box> | |
| 951 | </CellCo ntents> | |
| 952 | </TablixCe ll> | |
| 953 | <TablixCel l> | |
| 954 | <CellCon tents> | |
| 955 | <Textb ox Name="D ateOfBirth "> | |
| 956 | <Can Grow>true< /CanGrow> | |
| 957 | <Kee pTogether> true</Keep Together> | |
| 958 | <Par agraphs> | |
| 959 | <P aragraph> | |
| 960 | <TextRuns> | |
| 961 | <TextRun > | |
| 962 | <Value >=Fields!D ateOfBirth .Value</Va lue> | |
| 963 | <Style > | |
| 964 | <For mat>MM/dd/ yyyy</Form at> | |
| 965 | </Styl e> | |
| 966 | </TextRu n> | |
| 967 | </TextRuns > | |
| 968 | <Style /> | |
| 969 | </ Paragraph> | |
| 970 | </Pa ragraphs> | |
| 971 | <rd: DefaultNam e>DateOfBi rth</rd:De faultName> | |
| 972 | <Sty le> | |
| 973 | <B order> | |
| 974 | <Color>Lig htGrey</Co lor> | |
| 975 | <Style>Sol id</Style> | |
| 976 | </ Border> | |
| 977 | <P addingLeft >2pt</Padd ingLeft> | |
| 978 | <P addingRigh t>2pt</Pad dingRight> | |
| 979 | <P addingTop> 2pt</Paddi ngTop> | |
| 980 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 981 | </St yle> | |
| 982 | </Text box> | |
| 983 | </CellCo ntents> | |
| 984 | </TablixCe ll> | |
| 985 | <TablixCel l> | |
| 986 | <CellCon tents> | |
| 987 | <Textb ox Name="A ge"> | |
| 988 | <Can Grow>true< /CanGrow> | |
| 989 | <Kee pTogether> true</Keep Together> | |
| 990 | <Par agraphs> | |
| 991 | <P aragraph> | |
| 992 | <TextRuns> | |
| 993 | <TextRun > | |
| 994 | <Value >=Fields!A ge.Value</ Value> | |
| 995 | <Style /> | |
| 996 | </TextRu n> | |
| 997 | </TextRuns > | |
| 998 | <Style /> | |
| 999 | </ Paragraph> | |
| 1000 | </Pa ragraphs> | |
| 1001 | <rd: DefaultNam e>Age</rd: DefaultNam e> | |
| 1002 | <Sty le> | |
| 1003 | <B order> | |
| 1004 | <Color>Lig htGrey</Co lor> | |
| 1005 | <Style>Sol id</Style> | |
| 1006 | </ Border> | |
| 1007 | <P addingLeft >2pt</Padd ingLeft> | |
| 1008 | <P addingRigh t>2pt</Pad dingRight> | |
| 1009 | <P addingTop> 2pt</Paddi ngTop> | |
| 1010 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1011 | </St yle> | |
| 1012 | </Text box> | |
| 1013 | </CellCo ntents> | |
| 1014 | </TablixCe ll> | |
| 1015 | <TablixCel l> | |
| 1016 | <CellCon tents> | |
| 1017 | <Textb ox Name="G ender"> | |
| 1018 | <Can Grow>true< /CanGrow> | |
| 1019 | <Kee pTogether> true</Keep Together> | |
| 1020 | <Par agraphs> | |
| 1021 | <P aragraph> | |
| 1022 | <TextRuns> | |
| 1023 | <TextRun > | |
| 1024 | <Value >=Fields!G ender.Valu e</Value> | |
| 1025 | <Style /> | |
| 1026 | </TextRu n> | |
| 1027 | </TextRuns > | |
| 1028 | <Style /> | |
| 1029 | </ Paragraph> | |
| 1030 | </Pa ragraphs> | |
| 1031 | <rd: DefaultNam e>Gender</ rd:Default Name> | |
| 1032 | <Sty le> | |
| 1033 | <B order> | |
| 1034 | <Color>Lig htGrey</Co lor> | |
| 1035 | <Style>Sol id</Style> | |
| 1036 | </ Border> | |
| 1037 | <P addingLeft >2pt</Padd ingLeft> | |
| 1038 | <P addingRigh t>2pt</Pad dingRight> | |
| 1039 | <P addingTop> 2pt</Paddi ngTop> | |
| 1040 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1041 | </St yle> | |
| 1042 | </Text box> | |
| 1043 | </CellCo ntents> | |
| 1044 | </TablixCe ll> | |
| 1045 | <TablixCel l> | |
| 1046 | <CellCon tents> | |
| 1047 | <Textb ox Name="R ace"> | |
| 1048 | <Can Grow>true< /CanGrow> | |
| 1049 | <Kee pTogether> true</Keep Together> | |
| 1050 | <Par agraphs> | |
| 1051 | <P aragraph> | |
| 1052 | <TextRuns> | |
| 1053 | <TextRun > | |
| 1054 | <Value >=Fields!R ace.Value< /Value> | |
| 1055 | <Style /> | |
| 1056 | </TextRu n> | |
| 1057 | </TextRuns > | |
| 1058 | <Style /> | |
| 1059 | </ Paragraph> | |
| 1060 | </Pa ragraphs> | |
| 1061 | <rd: DefaultNam e>Race</rd :DefaultNa me> | |
| 1062 | <Sty le> | |
| 1063 | <B order> | |
| 1064 | <Color>Lig htGrey</Co lor> | |
| 1065 | <Style>Sol id</Style> | |
| 1066 | </ Border> | |
| 1067 | <P addingLeft >2pt</Padd ingLeft> | |
| 1068 | <P addingRigh t>2pt</Pad dingRight> | |
| 1069 | <P addingTop> 2pt</Paddi ngTop> | |
| 1070 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1071 | </St yle> | |
| 1072 | </Text box> | |
| 1073 | </CellCo ntents> | |
| 1074 | </TablixCe ll> | |
| 1075 | </ TablixCell s> | |
| 1076 | </Ta blixRow> | |
| 1077 | </Tabl ixRows> | |
| 1078 | </Tablix Body> | |
| 1079 | <TablixC olumnHiera rchy> | |
| 1080 | <Tabli xMembers> | |
| 1081 | <Tab lixMember /> | |
| 1082 | <Tab lixMember /> | |
| 1083 | <Tab lixMember /> | |
| 1084 | <Tab lixMember /> | |
| 1085 | <Tab lixMember /> | |
| 1086 | <Tab lixMember /> | |
| 1087 | <Tab lixMember /> | |
| 1088 | <Tab lixMember /> | |
| 1089 | <Tab lixMember /> | |
| 1090 | </Tabl ixMembers> | |
| 1091 | </Tablix ColumnHier archy> | |
| 1092 | <TablixR owHierarch y> | |
| 1093 | <Tabli xMembers> | |
| 1094 | <Tab lixMember> | |
| 1095 | <K eepWithGro up>After</ KeepWithGr oup> | |
| 1096 | </Ta blixMember > | |
| 1097 | <Tab lixMember> | |
| 1098 | <G roup Name= "Details" /> | |
| 1099 | </Ta blixMember > | |
| 1100 | </Tabl ixMembers> | |
| 1101 | </Tablix RowHierarc hy> | |
| 1102 | <DataSet Name>KDR_P atients</D ataSetName > | |
| 1103 | <Top>1in </Top> | |
| 1104 | <Left>0. 25in</Left > | |
| 1105 | <Height> 0.5in</Hei ght> | |
| 1106 | <Width>1 0.5in</Wid th> | |
| 1107 | <ZIndex> 1</ZIndex> | |
| 1108 | <Style> | |
| 1109 | <Borde r> | |
| 1110 | <Sty le>None</S tyle> | |
| 1111 | </Bord er> | |
| 1112 | </Style> | |
| 1113 | </Tablix> | |
| 1114 | </ ReportItem s> | |
| 1115 | <H eight>1.75 in</Height > | |
| 1116 | <S tyle> | |
| 1117 | <Border> | |
| 1118 | <Style>N one</Style > | |
| 1119 | </Border> | |
| 1120 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 1121 | </ Style> | |
| 1122 | </Bo dy> | |
| 1123 | <Wid th>11in</W idth> | |
| 1124 | <Pag e> | |
| 1125 | <P ageHeight> 8.5in</Pag eHeight> | |
| 1126 | <P ageWidth>1 1in</PageW idth> | |
| 1127 | <L eftMargin> 1in</LeftM argin> | |
| 1128 | <R ightMargin >1in</Righ tMargin> | |
| 1129 | <T opMargin>1 in</TopMar gin> | |
| 1130 | <B ottomMargi n>1in</Bot tomMargin> | |
| 1131 | <S tyle /> | |
| 1132 | </Pa ge> | |
| 1133 | </Repo rtSection> | |
| 1134 | </Report Sections> | |
| 1135 | <ReportP arameters> | |
| 1136 | <Repor tParameter Name="Pat ientLastNa me"> | |
| 1137 | <Dat aType>Stri ng</DataTy pe> | |
| 1138 | <Pro mpt>Patien t Last Nam e</Prompt> | |
| 1139 | </Repo rtParamete r> | |
| 1140 | <Repor tParameter Name="Pat ientFirstN ame"> | |
| 1141 | <Dat aType>Stri ng</DataTy pe> | |
| 1142 | <All owBlank>tr ue</AllowB lank> | |
| 1143 | <Pro mpt>Patien t First Na me</Prompt > | |
| 1144 | </Repo rtParamete r> | |
| 1145 | </Report Parameters > | |
| 1146 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 1147 | <rd:Report ServerUrl> https:// DNS cresqc50a. aac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 1148 | <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID> | |
| 1149 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.