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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Dialysis Type By Patient.rdl | Wed Jun 27 16:57:20 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Dialysis Type By Patient.rdl | Wed Jun 27 17:42:04 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1548 |
| 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_Dialysi sPatients" > | |
| 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 | p. last_Name | |
| 25 | ,p .first_nam e | |
| 26 | ,i i.Sta3n | |
| 27 | ,i i.AdmitDat eTime | |
| 28 | ,i i.Discharg eDateTime | |
| 29 | ,i i.ICDProce dureDateTi me | |
| 30 | ,d t.Dialysis TypeDescri ption | |
| 31 | from | |
| 32 | CR S.REFERRAL r | |
| 33 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 34 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 35 | inne r join CRS .INPAT_INP ATIENTICDP ROCEDURE i i on ii.PA TIENTSID = s.PATIENT SID | |
| 36 | inne r join CRS .DialysisT ype dt on dt.Dialysi sTypeSID=i i.Dialysis TypeSID | |
| 37 | where | |
| 38 | r. STD_REGIST RY_ID=5 | |
| 39 | AN D (@patien tLastName = '' or p. [LAST_NAME ] = @patie ntLastName ) | |
| 40 | AN D (@patien tFirstName = '' OR p .[FIRST_NA ME] = @pat ientFirstN ame) | |
| 41 | ||
| 42 | union | |
| 43 | ||
| 44 | select dis tinct | |
| 45 | p. last_Name | |
| 46 | ,p .first_nam e | |
| 47 | ,i c.Sta3n | |
| 48 | ,i c.AdmitDat eTime | |
| 49 | ,i c.CensusDa teTime as DischargeD ateTime | |
| 50 | ,i c.ICDProce dureDateTi me | |
| 51 | ,d t.Dialysis TypeDescri ption | |
| 52 | from | |
| 53 | CR S.REFERRAL r | |
| 54 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 55 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 56 | inne r join CRS .INPAT_CEN SUSICDPROC EDURE ic o n ic.PATIE NTSID=s.PA TIENTSID | |
| 57 | inne r join CRS .DialysisT ype dt on dt.Dialysi sTypeSID=i c.Dialysis TypeSID | |
| 58 | where | |
| 59 | r. STD_REGIST RY_ID=5 | |
| 60 | AN D (@patien tLastName = '' or p. [LAST_NAME ] = @patie ntLastName ) | |
| 61 | AN D (@patien tFirstName = '' OR p .[FIRST_NA ME] = @pat ientFirstN ame) | |
| 62 | order by A dmitDateTi me</Comman dText> | |
| 63 | </Qu ery> | |
| 64 | <Fie lds> | |
| 65 | <F ield Name= "last_Name "> | |
| 66 | <DataField >last_Name </DataFiel d> | |
| 67 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 68 | </ Field> | |
| 69 | <F ield Name= "first_nam e"> | |
| 70 | <DataField >first_nam e</DataFie ld> | |
| 71 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 72 | </ Field> | |
| 73 | <F ield Name= "AdmitDate Time"> | |
| 74 | <DataField >AdmitDate Time</Data Field> | |
| 75 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 76 | </ Field> | |
| 77 | <F ield Name= "Sta3n"> | |
| 78 | <DataField >Sta3n</Da taField> | |
| 79 | <rd:TypeNa me>System. Int16</rd: TypeName> | |
| 80 | </ Field> | |
| 81 | <F ield Name= "Discharge DateTime"> | |
| 82 | <DataField >Discharge DateTime</ DataField> | |
| 83 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 84 | </ Field> | |
| 85 | <F ield Name= "ICDProced ureDateTim e"> | |
| 86 | <DataField >ICDProced ureDateTim e</DataFie ld> | |
| 87 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 88 | </ Field> | |
| 89 | <F ield Name= "DialysisT ypeDescrip tion"> | |
| 90 | <DataField >DialysisT ypeDescrip tion</Data Field> | |
| 91 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 92 | </ Field> | |
| 93 | </Fi elds> | |
| 94 | <Fil ters> | |
| 95 | <F ilter> | |
| 96 | <FilterExp ression>=F ields!Sta3 n.Value</F ilterExpre ssion> | |
| 97 | <Operator> In</Operat or> | |
| 98 | <FilterVal ues> | |
| 99 | <FilterV alue>=Para meters!sta tion.Value </FilterVa lue> | |
| 100 | </FilterVa lues> | |
| 101 | </ Filter> | |
| 102 | </Fi lters> | |
| 103 | </Data Set> | |
| 104 | <DataS et Name="K DR_Sta3n"> | |
| 105 | <Que ry> | |
| 106 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 107 | <Q ueryParame ters> | |
| 108 | <QueryPara meter Name ="@patient LastName"> | |
| 109 | <Value>= Parameters !patientLa stName.Val ue</Value> | |
| 110 | </QueryPar ameter> | |
| 111 | <QueryPara meter Name ="@patient FirstName" > | |
| 112 | <Value>= Parameters !patientFi rstName.Va lue</Value > | |
| 113 | </QueryPar ameter> | |
| 114 | </ QueryParam eters> | |
| 115 | <C ommandText >select di stinct | |
| 116 | ii .Sta3n | |
| 117 | from | |
| 118 | CR S.REFERRAL r | |
| 119 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 120 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 121 | inne r join CRS .INPAT_INP ATIENTICDP ROCEDURE i i on ii.PA TIENTSID = s.PATIENT SID | |
| 122 | inne r join CRS .DialysisT ype dt on dt.Dialysi sTypeSID=i i.Dialysis TypeSID | |
| 123 | where | |
| 124 | r. STD_REGIST RY_ID=5 | |
| 125 | AN D (@patien tLastName = '' or p. [LAST_NAME ] = @patie ntLastName ) | |
| 126 | AN D (@patien tFirstName = '' OR p .[FIRST_NA ME] = @pat ientFirstN ame) | |
| 127 | ||
| 128 | union | |
| 129 | ||
| 130 | select dis tinct | |
| 131 | ic .Sta3n | |
| 132 | from | |
| 133 | CR S.REFERRAL r | |
| 134 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 135 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 136 | inne r join CRS .INPAT_CEN SUSICDPROC EDURE ic o n ic.PATIE NTSID=s.PA TIENTSID | |
| 137 | inne r join CRS .DialysisT ype dt on dt.Dialysi sTypeSID=i c.Dialysis TypeSID | |
| 138 | where | |
| 139 | r. STD_REGIST RY_ID=5 | |
| 140 | AN D (@patien tLastName = '' or p. [LAST_NAME ] = @patie ntLastName ) | |
| 141 | AN D (@patien tFirstName = '' OR p .[FIRST_NA ME] = @pat ientFirstN ame) | |
| 142 | order by S ta3n</Comm andText> | |
| 143 | </Qu ery> | |
| 144 | <Fie lds> | |
| 145 | <F ield Name= "Sta3n"> | |
| 146 | <DataField >Sta3n</Da taField> | |
| 147 | <rd:TypeNa me>System. Int16</rd: TypeName> | |
| 148 | </ Field> | |
| 149 | </Fi elds> | |
| 150 | </Data Set> | |
| 151 | </DataSe ts> | |
| 152 | <ReportS ections> | |
| 153 | <Repor tSection> | |
| 154 | <Bod y> | |
| 155 | <R eportItems > | |
| 156 | <Textbox N ame="Textb ox1"> | |
| 157 | <CanGrow >true</Can Grow> | |
| 158 | <KeepTog ether>true </KeepToge ther> | |
| 159 | <Paragra phs> | |
| 160 | <Parag raph> | |
| 161 | <Tex tRuns> | |
| 162 | <T extRun> | |
| 163 | <Value>Kid ney Diseas e Registry Dialysis Type by Pa tient</Val ue> | |
| 164 | <Style> | |
| 165 | <FontSiz e>14pt</Fo ntSize> | |
| 166 | <FontWei ght>Bold</ FontWeight > | |
| 167 | </Style> | |
| 168 | </ TextRun> | |
| 169 | </Te xtRuns> | |
| 170 | <Sty le /> | |
| 171 | </Para graph> | |
| 172 | </Paragr aphs> | |
| 173 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 174 | <Top>0.2 5in</Top> | |
| 175 | <Left>0. 25in</Left > | |
| 176 | <Height> 0.34375in< /Height> | |
| 177 | <Width>6 in</Width> | |
| 178 | <Style> | |
| 179 | <Borde r> | |
| 180 | <Sty le>None</S tyle> | |
| 181 | </Bord er> | |
| 182 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 183 | <Paddi ngRight>2p t</Padding Right> | |
| 184 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 185 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 186 | </Style> | |
| 187 | </Textbox> | |
| 188 | <Tablix Na me="Tablix 1"> | |
| 189 | <TablixB ody> | |
| 190 | <Tabli xColumns> | |
| 191 | <Tab lixColumn> | |
| 192 | <W idth>1in</ Width> | |
| 193 | </Ta blixColumn > | |
| 194 | <Tab lixColumn> | |
| 195 | <W idth>1in</ Width> | |
| 196 | </Ta blixColumn > | |
| 197 | <Tab lixColumn> | |
| 198 | <W idth>1in</ Width> | |
| 199 | </Ta blixColumn > | |
| 200 | <Tab lixColumn> | |
| 201 | <W idth>1in</ Width> | |
| 202 | </Ta blixColumn > | |
| 203 | <Tab lixColumn> | |
| 204 | <W idth>1in</ Width> | |
| 205 | </Ta blixColumn > | |
| 206 | <Tab lixColumn> | |
| 207 | <W idth>1in</ Width> | |
| 208 | </Ta blixColumn > | |
| 209 | <Tab lixColumn> | |
| 210 | <W idth>4.5in </Width> | |
| 211 | </Ta blixColumn > | |
| 212 | </Tabl ixColumns> | |
| 213 | <Tabli xRows> | |
| 214 | <Tab lixRow> | |
| 215 | <H eight>0.25 in</Height > | |
| 216 | <T ablixCells > | |
| 217 | <TablixCel l> | |
| 218 | <CellCon tents> | |
| 219 | <Textb ox Name="T extbox2"> | |
| 220 | <Can Grow>true< /CanGrow> | |
| 221 | <Kee pTogether> true</Keep Together> | |
| 222 | <Par agraphs> | |
| 223 | <P aragraph> | |
| 224 | <TextRuns> | |
| 225 | <TextRun > | |
| 226 | <Value >Last Name </Value> | |
| 227 | <Style > | |
| 228 | <Fon tWeight>Bo ld</FontWe ight> | |
| 229 | <Col or>White</ Color> | |
| 230 | </Styl e> | |
| 231 | </TextRu n> | |
| 232 | </TextRuns > | |
| 233 | <Style> | |
| 234 | <TextAli gn>Center< /TextAlign > | |
| 235 | </Style> | |
| 236 | </ Paragraph> | |
| 237 | </Pa ragraphs> | |
| 238 | <rd: DefaultNam e>Textbox2 </rd:Defau ltName> | |
| 239 | <Sty le> | |
| 240 | <B order> | |
| 241 | <Color>Lig htGrey</Co lor> | |
| 242 | <Style>Sol id</Style> | |
| 243 | </ Border> | |
| 244 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 245 | <P addingLeft >2pt</Padd ingLeft> | |
| 246 | <P addingRigh t>2pt</Pad dingRight> | |
| 247 | <P addingTop> 2pt</Paddi ngTop> | |
| 248 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 249 | </St yle> | |
| 250 | </Text box> | |
| 251 | </CellCo ntents> | |
| 252 | </TablixCe ll> | |
| 253 | <TablixCel l> | |
| 254 | <CellCon tents> | |
| 255 | <Textb ox Name="T extbox29"> | |
| 256 | <Can Grow>true< /CanGrow> | |
| 257 | <Kee pTogether> true</Keep Together> | |
| 258 | <Par agraphs> | |
| 259 | <P aragraph> | |
| 260 | <TextRuns> | |
| 261 | <TextRun > | |
| 262 | <Value >First Nam e</Value> | |
| 263 | <Style > | |
| 264 | <Fon tWeight>Bo ld</FontWe ight> | |
| 265 | <Col or>White</ Color> | |
| 266 | </Styl e> | |
| 267 | </TextRu n> | |
| 268 | </TextRuns > | |
| 269 | <Style> | |
| 270 | <TextAli gn>Center< /TextAlign > | |
| 271 | </Style> | |
| 272 | </ Paragraph> | |
| 273 | </Pa ragraphs> | |
| 274 | <rd: DefaultNam e>Textbox2 9</rd:Defa ultName> | |
| 275 | <Sty le> | |
| 276 | <B order> | |
| 277 | <Color>Lig htGrey</Co lor> | |
| 278 | <Style>Sol id</Style> | |
| 279 | </ Border> | |
| 280 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 281 | <P addingLeft >2pt</Padd ingLeft> | |
| 282 | <P addingRigh t>2pt</Pad dingRight> | |
| 283 | <P addingTop> 2pt</Paddi ngTop> | |
| 284 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 285 | </St yle> | |
| 286 | </Text box> | |
| 287 | </CellCo ntents> | |
| 288 | </TablixCe ll> | |
| 289 | <TablixCel l> | |
| 290 | <CellCon tents> | |
| 291 | <Textb ox Name="T extbox3"> | |
| 292 | <Can Grow>true< /CanGrow> | |
| 293 | <Kee pTogether> true</Keep Together> | |
| 294 | <Par agraphs> | |
| 295 | <P aragraph> | |
| 296 | <TextRuns> | |
| 297 | <TextRun > | |
| 298 | <Value >Station</ Value> | |
| 299 | <Style > | |
| 300 | <Fon tWeight>Bo ld</FontWe ight> | |
| 301 | <Col or>White</ Color> | |
| 302 | </Styl e> | |
| 303 | </TextRu n> | |
| 304 | </TextRuns > | |
| 305 | <Style> | |
| 306 | <TextAli gn>Center< /TextAlign > | |
| 307 | </Style> | |
| 308 | </ Paragraph> | |
| 309 | </Pa ragraphs> | |
| 310 | <rd: DefaultNam e>Textbox3 </rd:Defau ltName> | |
| 311 | <Sty le> | |
| 312 | <B order> | |
| 313 | <Color>Lig htGrey</Co lor> | |
| 314 | <Style>Sol id</Style> | |
| 315 | </ Border> | |
| 316 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 317 | <P addingLeft >2pt</Padd ingLeft> | |
| 318 | <P addingRigh t>2pt</Pad dingRight> | |
| 319 | <P addingTop> 2pt</Paddi ngTop> | |
| 320 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 321 | </St yle> | |
| 322 | </Text box> | |
| 323 | </CellCo ntents> | |
| 324 | </TablixCe ll> | |
| 325 | <TablixCel l> | |
| 326 | <CellCon tents> | |
| 327 | <Textb ox Name="T extbox34"> | |
| 328 | <Can Grow>true< /CanGrow> | |
| 329 | <Kee pTogether> true</Keep Together> | |
| 330 | <Par agraphs> | |
| 331 | <P aragraph> | |
| 332 | <TextRuns> | |
| 333 | <TextRun > | |
| 334 | <Value >Admit Dat e</Value> | |
| 335 | <Style > | |
| 336 | <Fon tWeight>Bo ld</FontWe ight> | |
| 337 | <Col or>White</ Color> | |
| 338 | </Styl e> | |
| 339 | </TextRu n> | |
| 340 | </TextRuns > | |
| 341 | <Style> | |
| 342 | <TextAli gn>Center< /TextAlign > | |
| 343 | </Style> | |
| 344 | </ Paragraph> | |
| 345 | </Pa ragraphs> | |
| 346 | <rd: DefaultNam e>Textbox3 4</rd:Defa ultName> | |
| 347 | <Sty le> | |
| 348 | <B order> | |
| 349 | <Color>Lig htGrey</Co lor> | |
| 350 | <Style>Sol id</Style> | |
| 351 | </ Border> | |
| 352 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 353 | <P addingLeft >2pt</Padd ingLeft> | |
| 354 | <P addingRigh t>2pt</Pad dingRight> | |
| 355 | <P addingTop> 2pt</Paddi ngTop> | |
| 356 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 357 | </St yle> | |
| 358 | </Text box> | |
| 359 | </CellCo ntents> | |
| 360 | </TablixCe ll> | |
| 361 | <TablixCel l> | |
| 362 | <CellCon tents> | |
| 363 | <Textb ox Name="T extbox8"> | |
| 364 | <Can Grow>true< /CanGrow> | |
| 365 | <Kee pTogether> true</Keep Together> | |
| 366 | <Par agraphs> | |
| 367 | <P aragraph> | |
| 368 | <TextRuns> | |
| 369 | <TextRun > | |
| 370 | <Value >Discharge Date</Val ue> | |
| 371 | <Style > | |
| 372 | <Fon tWeight>Bo ld</FontWe ight> | |
| 373 | <Col or>White</ Color> | |
| 374 | </Styl e> | |
| 375 | </TextRu n> | |
| 376 | </TextRuns > | |
| 377 | <Style> | |
| 378 | <TextAli gn>Center< /TextAlign > | |
| 379 | </Style> | |
| 380 | </ Paragraph> | |
| 381 | </Pa ragraphs> | |
| 382 | <rd: DefaultNam e>Textbox8 </rd:Defau ltName> | |
| 383 | <Sty le> | |
| 384 | <B order> | |
| 385 | <Color>Lig htGrey</Co lor> | |
| 386 | <Style>Sol id</Style> | |
| 387 | </ Border> | |
| 388 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 389 | <P addingLeft >2pt</Padd ingLeft> | |
| 390 | <P addingRigh t>2pt</Pad dingRight> | |
| 391 | <P addingTop> 2pt</Paddi ngTop> | |
| 392 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 393 | </St yle> | |
| 394 | </Text box> | |
| 395 | </CellCo ntents> | |
| 396 | </TablixCe ll> | |
| 397 | <TablixCel l> | |
| 398 | <CellCon tents> | |
| 399 | <Textb ox Name="T extbox5"> | |
| 400 | <Can Grow>true< /CanGrow> | |
| 401 | <Kee pTogether> true</Keep Together> | |
| 402 | <Par agraphs> | |
| 403 | <P aragraph> | |
| 404 | <TextRuns> | |
| 405 | <TextRun > | |
| 406 | <Value >Procedure Date</Val ue> | |
| 407 | <Style > | |
| 408 | <Fon tWeight>Bo ld</FontWe ight> | |
| 409 | <Col or>White</ Color> | |
| 410 | </Styl e> | |
| 411 | </TextRu n> | |
| 412 | </TextRuns > | |
| 413 | <Style> | |
| 414 | <TextAli gn>Center< /TextAlign > | |
| 415 | </Style> | |
| 416 | </ Paragraph> | |
| 417 | </Pa ragraphs> | |
| 418 | <rd: DefaultNam e>Textbox5 </rd:Defau ltName> | |
| 419 | <Sty le> | |
| 420 | <B order> | |
| 421 | <Color>Lig htGrey</Co lor> | |
| 422 | <Style>Sol id</Style> | |
| 423 | </ Border> | |
| 424 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 425 | <P addingLeft >2pt</Padd ingLeft> | |
| 426 | <P addingRigh t>2pt</Pad dingRight> | |
| 427 | <P addingTop> 2pt</Paddi ngTop> | |
| 428 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 429 | </St yle> | |
| 430 | </Text box> | |
| 431 | </CellCo ntents> | |
| 432 | </TablixCe ll> | |
| 433 | <TablixCel l> | |
| 434 | <CellCon tents> | |
| 435 | <Textb ox Name="T extbox35"> | |
| 436 | <Can Grow>true< /CanGrow> | |
| 437 | <Kee pTogether> true</Keep Together> | |
| 438 | <Par agraphs> | |
| 439 | <P aragraph> | |
| 440 | <TextRuns> | |
| 441 | <TextRun > | |
| 442 | <Value >Dialysis Type Descr iption</Va lue> | |
| 443 | <Style > | |
| 444 | <Fon tWeight>Bo ld</FontWe ight> | |
| 445 | <Col or>White</ Color> | |
| 446 | </Styl e> | |
| 447 | </TextRu n> | |
| 448 | </TextRuns > | |
| 449 | <Style> | |
| 450 | <TextAli gn>Center< /TextAlign > | |
| 451 | </Style> | |
| 452 | </ Paragraph> | |
| 453 | </Pa ragraphs> | |
| 454 | <rd: DefaultNam e>Textbox3 5</rd:Defa ultName> | |
| 455 | <Sty le> | |
| 456 | <B order> | |
| 457 | <Color>Lig htGrey</Co lor> | |
| 458 | <Style>Sol id</Style> | |
| 459 | </ Border> | |
| 460 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 461 | <P addingLeft >2pt</Padd ingLeft> | |
| 462 | <P addingRigh t>2pt</Pad dingRight> | |
| 463 | <P addingTop> 2pt</Paddi ngTop> | |
| 464 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 465 | </St yle> | |
| 466 | </Text box> | |
| 467 | </CellCo ntents> | |
| 468 | </TablixCe ll> | |
| 469 | </ TablixCell s> | |
| 470 | </Ta blixRow> | |
| 471 | <Tab lixRow> | |
| 472 | <H eight>0.25 in</Height > | |
| 473 | <T ablixCells > | |
| 474 | <TablixCel l> | |
| 475 | <CellCon tents> | |
| 476 | <Textb ox Name="l ast_Name"> | |
| 477 | <Can Grow>true< /CanGrow> | |
| 478 | <Kee pTogether> true</Keep Together> | |
| 479 | <Par agraphs> | |
| 480 | <P aragraph> | |
| 481 | <TextRuns> | |
| 482 | <TextRun > | |
| 483 | <Value >=Fields!l ast_Name.V alue</Valu e> | |
| 484 | <Style /> | |
| 485 | </TextRu n> | |
| 486 | </TextRuns > | |
| 487 | <Style /> | |
| 488 | </ Paragraph> | |
| 489 | </Pa ragraphs> | |
| 490 | <rd: DefaultNam e>last_Nam e</rd:Defa ultName> | |
| 491 | <Sty le> | |
| 492 | <B order> | |
| 493 | <Color>Lig htGrey</Co lor> | |
| 494 | <Style>Sol id</Style> | |
| 495 | </ Border> | |
| 496 | <P addingLeft >2pt</Padd ingLeft> | |
| 497 | <P addingRigh t>2pt</Pad dingRight> | |
| 498 | <P addingTop> 2pt</Paddi ngTop> | |
| 499 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 500 | </St yle> | |
| 501 | </Text box> | |
| 502 | </CellCo ntents> | |
| 503 | </TablixCe ll> | |
| 504 | <TablixCel l> | |
| 505 | <CellCon tents> | |
| 506 | <Textb ox Name="f irst_name" > | |
| 507 | <Can Grow>true< /CanGrow> | |
| 508 | <Kee pTogether> true</Keep Together> | |
| 509 | <Par agraphs> | |
| 510 | <P aragraph> | |
| 511 | <TextRuns> | |
| 512 | <TextRun > | |
| 513 | <Value >=Fields!f irst_name. Value</Val ue> | |
| 514 | <Style /> | |
| 515 | </TextRu n> | |
| 516 | </TextRuns > | |
| 517 | <Style /> | |
| 518 | </ Paragraph> | |
| 519 | </Pa ragraphs> | |
| 520 | <rd: DefaultNam e>first_na me</rd:Def aultName> | |
| 521 | <Sty le> | |
| 522 | <B order> | |
| 523 | <Color>Lig htGrey</Co lor> | |
| 524 | <Style>Sol id</Style> | |
| 525 | </ Border> | |
| 526 | <P addingLeft >2pt</Padd ingLeft> | |
| 527 | <P addingRigh t>2pt</Pad dingRight> | |
| 528 | <P addingTop> 2pt</Paddi ngTop> | |
| 529 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 530 | </St yle> | |
| 531 | </Text box> | |
| 532 | </CellCo ntents> | |
| 533 | </TablixCe ll> | |
| 534 | <TablixCel l> | |
| 535 | <CellCon tents> | |
| 536 | <Textb ox Name="S ta3n"> | |
| 537 | <Can Grow>true< /CanGrow> | |
| 538 | <Kee pTogether> true</Keep Together> | |
| 539 | <Par agraphs> | |
| 540 | <P aragraph> | |
| 541 | <TextRuns> | |
| 542 | <TextRun > | |
| 543 | <Value >=Fields!S ta3n.Value </Value> | |
| 544 | <Style /> | |
| 545 | </TextRu n> | |
| 546 | </TextRuns > | |
| 547 | <Style /> | |
| 548 | </ Paragraph> | |
| 549 | </Pa ragraphs> | |
| 550 | <rd: DefaultNam e>Sta3n</r d:DefaultN ame> | |
| 551 | <Sty le> | |
| 552 | <B order> | |
| 553 | <Color>Lig htGrey</Co lor> | |
| 554 | <Style>Sol id</Style> | |
| 555 | </ Border> | |
| 556 | <P addingLeft >2pt</Padd ingLeft> | |
| 557 | <P addingRigh t>2pt</Pad dingRight> | |
| 558 | <P addingTop> 2pt</Paddi ngTop> | |
| 559 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 560 | </St yle> | |
| 561 | </Text box> | |
| 562 | </CellCo ntents> | |
| 563 | </TablixCe ll> | |
| 564 | <TablixCel l> | |
| 565 | <CellCon tents> | |
| 566 | <Textb ox Name="A dmitDateTi me"> | |
| 567 | <Can Grow>true< /CanGrow> | |
| 568 | <Kee pTogether> true</Keep Together> | |
| 569 | <Par agraphs> | |
| 570 | <P aragraph> | |
| 571 | <TextRuns> | |
| 572 | <TextRun > | |
| 573 | <Value >=Fields!A dmitDateTi me.Value</ Value> | |
| 574 | <Style /> | |
| 575 | </TextRu n> | |
| 576 | </TextRuns > | |
| 577 | <Style /> | |
| 578 | </ Paragraph> | |
| 579 | </Pa ragraphs> | |
| 580 | <rd: DefaultNam e>AdmitDat eTime</rd: DefaultNam e> | |
| 581 | <Sty le> | |
| 582 | <B order> | |
| 583 | <Color>Lig htGrey</Co lor> | |
| 584 | <Style>Sol id</Style> | |
| 585 | </ Border> | |
| 586 | <P addingLeft >2pt</Padd ingLeft> | |
| 587 | <P addingRigh t>2pt</Pad dingRight> | |
| 588 | <P addingTop> 2pt</Paddi ngTop> | |
| 589 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 590 | </St yle> | |
| 591 | </Text box> | |
| 592 | </CellCo ntents> | |
| 593 | </TablixCe ll> | |
| 594 | <TablixCel l> | |
| 595 | <CellCon tents> | |
| 596 | <Textb ox Name="D ischargeDa teTime"> | |
| 597 | <Can Grow>true< /CanGrow> | |
| 598 | <Kee pTogether> true</Keep Together> | |
| 599 | <Par agraphs> | |
| 600 | <P aragraph> | |
| 601 | <TextRuns> | |
| 602 | <TextRun > | |
| 603 | <Value >=Fields!D ischargeDa teTime.Val ue</Value> | |
| 604 | <Style /> | |
| 605 | </TextRu n> | |
| 606 | </TextRuns > | |
| 607 | <Style /> | |
| 608 | </ Paragraph> | |
| 609 | </Pa ragraphs> | |
| 610 | <rd: DefaultNam e>Discharg eDateTime< /rd:Defaul tName> | |
| 611 | <Sty le> | |
| 612 | <B order> | |
| 613 | <Color>Lig htGrey</Co lor> | |
| 614 | <Style>Sol id</Style> | |
| 615 | </ Border> | |
| 616 | <P addingLeft >2pt</Padd ingLeft> | |
| 617 | <P addingRigh t>2pt</Pad dingRight> | |
| 618 | <P addingTop> 2pt</Paddi ngTop> | |
| 619 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 620 | </St yle> | |
| 621 | </Text box> | |
| 622 | </CellCo ntents> | |
| 623 | </TablixCe ll> | |
| 624 | <TablixCel l> | |
| 625 | <CellCon tents> | |
| 626 | <Textb ox Name="I CDProcedur eDateTime" > | |
| 627 | <Can Grow>true< /CanGrow> | |
| 628 | <Kee pTogether> true</Keep Together> | |
| 629 | <Par agraphs> | |
| 630 | <P aragraph> | |
| 631 | <TextRuns> | |
| 632 | <TextRun > | |
| 633 | <Value >=Fields!I CDProcedur eDateTime. Value</Val ue> | |
| 634 | <Style /> | |
| 635 | </TextRu n> | |
| 636 | </TextRuns > | |
| 637 | <Style /> | |
| 638 | </ Paragraph> | |
| 639 | </Pa ragraphs> | |
| 640 | <rd: DefaultNam e>ICDProce dureDateTi me</rd:Def aultName> | |
| 641 | <Sty le> | |
| 642 | <B order> | |
| 643 | <Color>Lig htGrey</Co lor> | |
| 644 | <Style>Sol id</Style> | |
| 645 | </ Border> | |
| 646 | <P addingLeft >2pt</Padd ingLeft> | |
| 647 | <P addingRigh t>2pt</Pad dingRight> | |
| 648 | <P addingTop> 2pt</Paddi ngTop> | |
| 649 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 650 | </St yle> | |
| 651 | </Text box> | |
| 652 | </CellCo ntents> | |
| 653 | </TablixCe ll> | |
| 654 | <TablixCel l> | |
| 655 | <CellCon tents> | |
| 656 | <Textb ox Name="D ialysisTyp eDescripti on"> | |
| 657 | <Can Grow>true< /CanGrow> | |
| 658 | <Kee pTogether> true</Keep Together> | |
| 659 | <Par agraphs> | |
| 660 | <P aragraph> | |
| 661 | <TextRuns> | |
| 662 | <TextRun > | |
| 663 | <Value >=Fields!D ialysisTyp eDescripti on.Value</ Value> | |
| 664 | <Style /> | |
| 665 | </TextRu n> | |
| 666 | </TextRuns > | |
| 667 | <Style /> | |
| 668 | </ Paragraph> | |
| 669 | </Pa ragraphs> | |
| 670 | <rd: DefaultNam e>Dialysis TypeDescri ption</rd: DefaultNam e> | |
| 671 | <Sty le> | |
| 672 | <B order> | |
| 673 | <Color>Lig htGrey</Co lor> | |
| 674 | <Style>Sol id</Style> | |
| 675 | </ Border> | |
| 676 | <P addingLeft >2pt</Padd ingLeft> | |
| 677 | <P addingRigh t>2pt</Pad dingRight> | |
| 678 | <P addingTop> 2pt</Paddi ngTop> | |
| 679 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 680 | </St yle> | |
| 681 | </Text box> | |
| 682 | </CellCo ntents> | |
| 683 | </TablixCe ll> | |
| 684 | </ TablixCell s> | |
| 685 | </Ta blixRow> | |
| 686 | </Tabl ixRows> | |
| 687 | </Tablix Body> | |
| 688 | <TablixC olumnHiera rchy> | |
| 689 | <Tabli xMembers> | |
| 690 | <Tab lixMember /> | |
| 691 | <Tab lixMember /> | |
| 692 | <Tab lixMember /> | |
| 693 | <Tab lixMember /> | |
| 694 | <Tab lixMember /> | |
| 695 | <Tab lixMember /> | |
| 696 | <Tab lixMember /> | |
| 697 | </Tabl ixMembers> | |
| 698 | </Tablix ColumnHier archy> | |
| 699 | <TablixR owHierarch y> | |
| 700 | <Tabli xMembers> | |
| 701 | <Tab lixMember> | |
| 702 | <K eepWithGro up>After</ KeepWithGr oup> | |
| 703 | </Ta blixMember > | |
| 704 | <Tab lixMember> | |
| 705 | <G roup Name= "Details" /> | |
| 706 | </Ta blixMember > | |
| 707 | </Tabl ixMembers> | |
| 708 | </Tablix RowHierarc hy> | |
| 709 | <DataSet Name>KDR_D ialysisPat ients</Dat aSetName> | |
| 710 | <Top>1in </Top> | |
| 711 | <Left>0. 25in</Left > | |
| 712 | <Height> 0.5in</Hei ght> | |
| 713 | <Width>1 0.5in</Wid th> | |
| 714 | <ZIndex> 1</ZIndex> | |
| 715 | <Style> | |
| 716 | <Borde r> | |
| 717 | <Sty le>None</S tyle> | |
| 718 | </Bord er> | |
| 719 | </Style> | |
| 720 | </Tablix> | |
| 721 | </ ReportItem s> | |
| 722 | <H eight>1.75 in</Height > | |
| 723 | <S tyle> | |
| 724 | <Border> | |
| 725 | <Style>N one</Style > | |
| 726 | </Border> | |
| 727 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 728 | </ Style> | |
| 729 | </Bo dy> | |
| 730 | <Wid th>11in</W idth> | |
| 731 | <Pag e> | |
| 732 | <P ageHeight> 8.5in</Pag eHeight> | |
| 733 | <P ageWidth>1 1in</PageW idth> | |
| 734 | <L eftMargin> 1in</LeftM argin> | |
| 735 | <R ightMargin >1in</Righ tMargin> | |
| 736 | <T opMargin>1 in</TopMar gin> | |
| 737 | <B ottomMargi n>1in</Bot tomMargin> | |
| 738 | <S tyle /> | |
| 739 | </Pa ge> | |
| 740 | </Repo rtSection> | |
| 741 | </Report Sections> | |
| 742 | <ReportP arameters> | |
| 743 | <Repor tParameter Name="pat ientLastNa me"> | |
| 744 | <Dat aType>Stri ng</DataTy pe> | |
| 745 | <All owBlank>tr ue</AllowB lank> | |
| 746 | <Pro mpt>Patien t Last Nam e</Prompt> | |
| 747 | </Repo rtParamete r> | |
| 748 | <Repor tParameter Name="pat ientFirstN ame"> | |
| 749 | <Dat aType>Stri ng</DataTy pe> | |
| 750 | <All owBlank>tr ue</AllowB lank> | |
| 751 | <Pro mpt>Patien t First Na me</Prompt > | |
| 752 | </Repo rtParamete r> | |
| 753 | <Repor tParameter Name="sta tion"> | |
| 754 | <Dat aType>Inte ger</DataT ype> | |
| 755 | <Def aultValue> | |
| 756 | <D ataSetRefe rence> | |
| 757 | <DataSetNa me>KDR_Sta 3n</DataSe tName> | |
| 758 | <ValueFiel d>Sta3n</V alueField> | |
| 759 | </ DataSetRef erence> | |
| 760 | </De faultValue > | |
| 761 | <Pro mpt>Statio n</Prompt> | |
| 762 | <Val idValues> | |
| 763 | <D ataSetRefe rence> | |
| 764 | <DataSetNa me>KDR_Sta 3n</DataSe tName> | |
| 765 | <ValueFiel d>Sta3n</V alueField> | |
| 766 | <LabelFiel d>Sta3n</L abelField> | |
| 767 | </ DataSetRef erence> | |
| 768 | </Va lidValues> | |
| 769 | <Mul tiValue>tr ue</MultiV alue> | |
| 770 | </Repo rtParamete r> | |
| 771 | </Report Parameters > | |
| 772 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 773 | <rd:Report ServerUrl> https:// DNS cresqc50a. aac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 774 | <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID> | |
| 775 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.