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