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