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 | CDC eGFR Stratified.rdl | Wed Jun 27 16:57:22 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | CDC eGFR Stratified.rdl | Wed Jun 27 17:42:02 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1158 |
| 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 _Lab"> | |
| 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 | ,n ull as [Di alysis] | |
| 21 | from ( | |
| 22 | se lect | |
| 23 | ROW_ NUMBER() O VER(PARTIT ION BY p.P ATIENTICN ORDER BY l ab.LABCHEM COMPLETEDA TETIME DES C) AS [Row ] | |
| 24 | ,s.G ender | |
| 25 | ,((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] | |
| 26 | ,pr. Race | |
| 27 | ,lab .LABCHEMRE SULTVALUE | |
| 28 | fr om | |
| 29 | CRS. STD_LOINC_ CODE lc | |
| 30 | inner join CRS.C HEM_LABCHE M lab on l c.loincsid =lab.loinc sid | |
| 31 | inner join CRS.S PATIENT s on lab.pat ientsid=s. patientsid | |
| 32 | inner join CRS.P ATIENT p o n s.patien ticn=p.pat ienticn | |
| 33 | inner join CRS.R EFERRAL r on p.patie nt_id=r.pa tient_id | |
| 34 | left o uter join CRS.PATSUB _PATIENTRA CE pr on p r.PatientS ID=s.Patie ntSID | |
| 35 | wh ere r.std_ registry_i d=5 | |
| 36 | and lc.LOINC i n ('15045- 8','21232- 4','2160-0 ') | |
| 37 | ) as t whe re t.[Row] =1 | |
| 38 | ||
| 39 | union all | |
| 40 | ||
| 41 | select | |
| 42 | nu ll as [Gen der] | |
| 43 | ,n ull as [Ag e] | |
| 44 | ,n ull as [Ra ce] | |
| 45 | ,n ull as [LA BCHEMRESUL TVALUE] | |
| 46 | ,t .PATIENTIC N as [Dial ysis] | |
| 47 | from | |
| 48 | ( | |
| 49 | se lect disti nct | |
| 50 | p.PA TIENTICN | |
| 51 | fr om | |
| 52 | CRS. REFERRAL r | |
| 53 | inner join CRS.P ATIENT p o n p.PATIEN T_ID=r.PAT IENT_ID | |
| 54 | inner join CRS.S PATIENT s on s.PATIE NTICN=p.PA TIENTICN | |
| 55 | inner join CRS.O UTPAT_VISI T v on v.P ATIENTSID= s.PATIENTS ID | |
| 56 | inner join CRS.S TD_STOPCOD E sc on sc .STOPCODES ID=v.PRIMA RYSTOPCODE SID | |
| 57 | wh ere r.std_ registry_i d=5 | |
| 58 | and sc.STOPCOD E in ('602 ','603','6 04','605', '606','607 ','608','6 09','610', '611') | |
| 59 | ||
| 60 | un ion | |
| 61 | ||
| 62 | se lect disti nct | |
| 63 | p.PA TIENTICN | |
| 64 | fr om | |
| 65 | CRS. REFERRAL r | |
| 66 | inner join CRS.P ATIENT p o n p.PATIEN T_ID=r.PAT IENT_ID | |
| 67 | inner join CRS.S PATIENT s on s.PATIE NTICN=p.PA TIENTICN | |
| 68 | inner join CRS.O UTPAT_VISI T v on v.P ATIENTSID= s.PATIENTS ID | |
| 69 | inner join CRS.O UTPAT_VPRO CEDURE vp on vp.VISI TSID=v.VIS ITSID | |
| 70 | inner join CRS.S TD_CPT_Cod e cc on cc .CPTSID=vp .CPTSID | |
| 71 | wh ere r.std_ registry_i d=5 | |
| 72 | and cc.CPTCODE in ('9092 1','90925' ,'90999') | |
| 73 | ||
| 74 | un ion | |
| 75 | ||
| 76 | se lect disti nct | |
| 77 | p.PA TIENTICN | |
| 78 | fr om | |
| 79 | CRS. REFERRAL r | |
| 80 | inner join CRS.P ATIENT p o n p.PATIEN T_ID=r.PAT IENT_ID | |
| 81 | inner join CRS.S PATIENT s on s.PATIE NTICN=p.PA TIENTICN | |
| 82 | inner join CRS.O UTPAT_VISI T v on v.P ATIENTSID= s.PATIENTS ID | |
| 83 | inner join CRS.O UTPAT_VDIA GNOSIS vd on vd.VISI TSID=v.VIS ITSID | |
| 84 | inner join CRS.S TD_ICD9_Co de ic9 on ic9.ICD9SI D=vd.ICD9S ID | |
| 85 | wh ere r.std_ registry_i d=5 | |
| 86 | and ic9.ICD9CO DE in ('V5 6.0','V45. 1','E879.1 ','585.6') | |
| 87 | ||
| 88 | un ion | |
| 89 | ||
| 90 | se lect disti nct | |
| 91 | p.PA TIENTICN | |
| 92 | fr om | |
| 93 | CRS. REFERRAL r | |
| 94 | inner join CRS.P ATIENT p o n p.PATIEN T_ID=r.PAT IENT_ID | |
| 95 | inner join CRS.S PATIENT s on s.PATIE NTICN=p.PA TIENTICN | |
| 96 | inner join CRS.O UTPAT_VISI T v on v.P ATIENTSID= s.PATIENTS ID | |
| 97 | inner join CRS.O UTPAT_VDIA GNOSIS vd on vd.VISI TSID=v.VIS ITSID | |
| 98 | inner join CRS.S TD_ICD10_C ode ic10 o n ic10.ICD 10SID=vd.I CD10SID | |
| 99 | wh ere r.std_ registry_i d=5 | |
| 100 | and ic10.ICD10 CODE in (' Z49.31','Z 91.15','Z9 9.2','Y84. 1','N18.6' ) | |
| 101 | ||
| 102 | un ion | |
| 103 | ||
| 104 | se lect disti nct | |
| 105 | p.PA TIENTICN | |
| 106 | fr om | |
| 107 | CRS. REFERRAL r | |
| 108 | inner join CRS.P ATIENT p o n p.PATIEN T_ID=r.PAT IENT_ID | |
| 109 | inner join CRS.S PATIENT s on s.PATIE NTICN=p.PA TIENTICN | |
| 110 | inner join CRS.I NPAT_INPAT IENT i on i.PATIENTS ID=s.PATIE NTSID | |
| 111 | inner join CRS.S TD_ICD9_Co de ic9 on ic9.ICD9SI D=i.Princi palDiagnos isICD9SID | |
| 112 | wh ere r.std_ registry_i d=5 | |
| 113 | and ic9.ICD9CO DE in ('58 5.6') | |
| 114 | ||
| 115 | un ion | |
| 116 | ||
| 117 | se lect disti nct | |
| 118 | p.PA TIENTICN | |
| 119 | fr om | |
| 120 | CRS. REFERRAL r | |
| 121 | inner join CRS.P ATIENT p o n p.PATIEN T_ID=r.PAT IENT_ID | |
| 122 | inner join CRS.S PATIENT s on s.PATIE NTICN=p.PA TIENTICN | |
| 123 | inner join CRS.I NPAT_INPAT IENT i on i.PATIENTS ID=s.PATIE NTSID | |
| 124 | inner join CRS.S TD_ICD10_C ode ic10 o n ic10.ICD 10SID=i.Pr incipalDia gnosisICD1 0SID | |
| 125 | wh ere r.std_ registry_i d=5 | |
| 126 | and ic10.ICD10 CODE in (' N18.6') | |
| 127 | ) as t</Co mmandText> | |
| 128 | </Qu ery> | |
| 129 | <Fie lds> | |
| 130 | <F ield Name= "Gender"> | |
| 131 | <DataField >Gender</D ataField> | |
| 132 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 133 | </ Field> | |
| 134 | <F ield Name= "Age"> | |
| 135 | <DataField >Age</Data Field> | |
| 136 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 137 | </ Field> | |
| 138 | <F ield Name= "Race"> | |
| 139 | <DataField >Race</Dat aField> | |
| 140 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 141 | </ Field> | |
| 142 | <F ield Name= "LABCHEMRE SULTVALUE" > | |
| 143 | <DataField >LABCHEMRE SULTVALUE< /DataField > | |
| 144 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 145 | </ Field> | |
| 146 | <F ield Name= "Dialysis" > | |
| 147 | <DataField >Dialysis< /DataField > | |
| 148 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 149 | </ Field> | |
| 150 | <F ield Name= "eGFR_MDRD "> | |
| 151 | <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> | |
| 152 | </ Field> | |
| 153 | <F ield Name= "eGFR_CKDE PI"> | |
| 154 | <Value>=Fo rmatNumber ((141 * II f((Fields! LABCHEMRES ULTVALUE.V alue/IIf(F ields!Gend er.Value = "F", .7, .9)) < 1, (Fields !LABCHEMRE SULTVALUE. Value/IIf( Fields!Gen der.Value = "F", .7, .9)), 1) ^ IIf(Fiel ds!Gender. Value = "F ", -.329, -.411) * I If((Fields !LABCHEMRE SULTVALUE. Value/IIf( Fields!Gen der.Value = "F", .7, .9)) > 1, (Field s!LABCHEMR ESULTVALUE .Value/IIf (Fields!Ge nder.Value = "F", .7 , .9)), 1) ^ -1.209 * .993 ^ F ields!Age. Value * II f(Fields!R ace.Value = "BLACK O R AFRICAN AMERICAN", 1.159, 1) * IIf(Fie lds!Gender .Value = " F", 1.018, 1)), 1)</ Value> | |
| 155 | </ Field> | |
| 156 | <F ield Name= "Grade"> | |
| 157 | <Value>=II f(Not IsNo thing(Fiel ds!Dialysi s.Value), "Dialysis" , IIf(Fiel ds!eGFR_CK DEPI.Value >= 60 And Fields !eGFR_CKDE PI.Value & lt; 90, "G rade 2", I If(Fields! eGFR_CKDEP I.Value &g t;= 45 And Fields!eG FR_CKDEPI. Value < 60, "Grad e 3a", IIf (Fields!eG FR_CKDEPI. Value > = 30 And F ields!eGFR _CKDEPI.Va lue < 4 5, "Grade 3b", IIf(F ields!eGFR _CKDEPI.Va lue >= 15 And Fie lds!eGFR_C KDEPI.Valu e < 30, "Grade 4" , IIf(Fiel ds!eGFR_CK DEPI.Value < 15, "Grade 5", "Grade 1" ))))))</Va lue> | |
| 158 | </ Field> | |
| 159 | </Fi elds> | |
| 160 | </Data Set> | |
| 161 | </DataSe ts> | |
| 162 | <ReportS ections> | |
| 163 | <Repor tSection> | |
| 164 | <Bod y> | |
| 165 | <R eportItems > | |
| 166 | <Chart Nam e="Chart2" > | |
| 167 | <ChartCa tegoryHier archy> | |
| 168 | <Chart Members> | |
| 169 | <Cha rtMember> | |
| 170 | <G roup Name= "Chart2_Ca tegoryGrou p"> | |
| 171 | <GroupExpr essions> | |
| 172 | <GroupEx pression>= Fields!Gra de.Value</ GroupExpre ssion> | |
| 173 | </GroupExp ressions> | |
| 174 | </ Group> | |
| 175 | <S ortExpress ions> | |
| 176 | <SortExpre ssion> | |
| 177 | <Value>= Fields!Gra de.Value</ Value> | |
| 178 | </SortExpr ession> | |
| 179 | </ SortExpres sions> | |
| 180 | <L abel>=Fiel ds!Grade.V alue</Labe l> | |
| 181 | </Ch artMember> | |
| 182 | </Char tMembers> | |
| 183 | </ChartC ategoryHie rarchy> | |
| 184 | <ChartSe riesHierar chy> | |
| 185 | <Chart Members> | |
| 186 | <Cha rtMember> | |
| 187 | <L abel /> | |
| 188 | </Ch artMember> | |
| 189 | </Char tMembers> | |
| 190 | </ChartS eriesHiera rchy> | |
| 191 | <ChartDa ta> | |
| 192 | <Chart SeriesColl ection> | |
| 193 | <Cha rtSeries N ame="Grade "> | |
| 194 | <C hartDataPo ints> | |
| 195 | <ChartData Point> | |
| 196 | <ChartDa taPointVal ues> | |
| 197 | <Y>=Co untRows()< /Y> | |
| 198 | </ChartD ataPointVa lues> | |
| 199 | <ChartDa taLabel> | |
| 200 | <Style /> | |
| 201 | <Label >#VALY (#P ERCENT)</L abel> | |
| 202 | <Visib le>true</V isible> | |
| 203 | </ChartD ataLabel> | |
| 204 | <ToolTip >#VALY (#P ERCENT)</T oolTip> | |
| 205 | <Style / > | |
| 206 | <ChartMa rker> | |
| 207 | <Style /> | |
| 208 | </ChartM arker> | |
| 209 | <DataEle mentOutput >Output</D ataElement Output> | |
| 210 | </ChartDat aPoint> | |
| 211 | </ ChartDataP oints> | |
| 212 | <S tyle /> | |
| 213 | <C hartEmptyP oints> | |
| 214 | <Style /> | |
| 215 | <ChartMark er> | |
| 216 | <Style / > | |
| 217 | </ChartMar ker> | |
| 218 | <ChartData Label> | |
| 219 | <Style / > | |
| 220 | </ChartDat aLabel> | |
| 221 | </ ChartEmpty Points> | |
| 222 | <V alueAxisNa me>Primary </ValueAxi sName> | |
| 223 | <C ategoryAxi sName>Prim ary</Categ oryAxisNam e> | |
| 224 | <C hartSmartL abel> | |
| 225 | <CalloutLi neColor>Bl ack</Callo utLineColo r> | |
| 226 | <MinMoving Distance>0 pt</MinMov ingDistanc e> | |
| 227 | </ ChartSmart Label> | |
| 228 | </Ch artSeries> | |
| 229 | </Char tSeriesCol lection> | |
| 230 | </ChartD ata> | |
| 231 | <ChartAr eas> | |
| 232 | <Chart Area Name= "Default"> | |
| 233 | <Cha rtCategory Axes> | |
| 234 | <C hartAxis N ame="Prima ry"> | |
| 235 | <Style> | |
| 236 | <FontSiz e>8pt</Fon tSize> | |
| 237 | </Style> | |
| 238 | <ChartAxis Title> | |
| 239 | <Caption >CKD Grade </Caption> | |
| 240 | <Style> | |
| 241 | <FontS ize>16pt</ FontSize> | |
| 242 | <FontW eight>Bold </FontWeig ht> | |
| 243 | </Style> | |
| 244 | </ChartAxi sTitle> | |
| 245 | <ChartMajo rGridLines > | |
| 246 | <Enabled >False</En abled> | |
| 247 | <Style> | |
| 248 | <Borde r> | |
| 249 | <Col or>Gainsbo ro</Color> | |
| 250 | </Bord er> | |
| 251 | </Style> | |
| 252 | </ChartMaj orGridLine s> | |
| 253 | <ChartMino rGridLines > | |
| 254 | <Style> | |
| 255 | <Borde r> | |
| 256 | <Col or>Gainsbo ro</Color> | |
| 257 | <Sty le>Dotted< /Style> | |
| 258 | </Bord er> | |
| 259 | </Style> | |
| 260 | </ChartMin orGridLine s> | |
| 261 | <ChartMino rTickMarks > | |
| 262 | <Length> 0.5</Lengt h> | |
| 263 | </ChartMin orTickMark s> | |
| 264 | <CrossAt>N aN</CrossA t> | |
| 265 | <Minimum>N aN</Minimu m> | |
| 266 | <Maximum>N aN</Maximu m> | |
| 267 | <ChartAxis ScaleBreak > | |
| 268 | <Style / > | |
| 269 | </ChartAxi sScaleBrea k> | |
| 270 | </ ChartAxis> | |
| 271 | <C hartAxis N ame="Secon dary"> | |
| 272 | <Style> | |
| 273 | <FontSiz e>8pt</Fon tSize> | |
| 274 | </Style> | |
| 275 | <ChartAxis Title> | |
| 276 | <Caption >Axis Titl e</Caption > | |
| 277 | <Style> | |
| 278 | <FontS ize>8pt</F ontSize> | |
| 279 | </Style> | |
| 280 | </ChartAxi sTitle> | |
| 281 | <ChartMajo rGridLines > | |
| 282 | <Enabled >False</En abled> | |
| 283 | <Style> | |
| 284 | <Borde r> | |
| 285 | <Col or>Gainsbo ro</Color> | |
| 286 | </Bord er> | |
| 287 | </Style> | |
| 288 | </ChartMaj orGridLine s> | |
| 289 | <ChartMino rGridLines > | |
| 290 | <Style> | |
| 291 | <Borde r> | |
| 292 | <Col or>Gainsbo ro</Color> | |
| 293 | <Sty le>Dotted< /Style> | |
| 294 | </Bord er> | |
| 295 | </Style> | |
| 296 | </ChartMin orGridLine s> | |
| 297 | <ChartMino rTickMarks > | |
| 298 | <Length> 0.5</Lengt h> | |
| 299 | </ChartMin orTickMark s> | |
| 300 | <CrossAt>N aN</CrossA t> | |
| 301 | <Location> Opposite</ Location> | |
| 302 | <Minimum>N aN</Minimu m> | |
| 303 | <Maximum>N aN</Maximu m> | |
| 304 | <ChartAxis ScaleBreak > | |
| 305 | <Style / > | |
| 306 | </ChartAxi sScaleBrea k> | |
| 307 | </ ChartAxis> | |
| 308 | </Ch artCategor yAxes> | |
| 309 | <Cha rtValueAxe s> | |
| 310 | <C hartAxis N ame="Prima ry"> | |
| 311 | <Style> | |
| 312 | <FontSiz e>8pt</Fon tSize> | |
| 313 | </Style> | |
| 314 | <ChartAxis Title> | |
| 315 | <Caption >Prevalenc e</Caption > | |
| 316 | <Style> | |
| 317 | <FontS ize>16pt</ FontSize> | |
| 318 | <FontW eight>Bold </FontWeig ht> | |
| 319 | </Style> | |
| 320 | </ChartAxi sTitle> | |
| 321 | <ChartMajo rGridLines > | |
| 322 | <Style> | |
| 323 | <Borde r> | |
| 324 | <Col or>Gainsbo ro</Color> | |
| 325 | </Bord er> | |
| 326 | </Style> | |
| 327 | </ChartMaj orGridLine s> | |
| 328 | <ChartMino rGridLines > | |
| 329 | <Style> | |
| 330 | <Borde r> | |
| 331 | <Col or>Gainsbo ro</Color> | |
| 332 | <Sty le>Dotted< /Style> | |
| 333 | </Bord er> | |
| 334 | </Style> | |
| 335 | </ChartMin orGridLine s> | |
| 336 | <ChartMino rTickMarks > | |
| 337 | <Length> 0.5</Lengt h> | |
| 338 | </ChartMin orTickMark s> | |
| 339 | <CrossAt>N aN</CrossA t> | |
| 340 | <Minimum>N aN</Minimu m> | |
| 341 | <Maximum>N aN</Maximu m> | |
| 342 | <ChartAxis ScaleBreak > | |
| 343 | <Style / > | |
| 344 | </ChartAxi sScaleBrea k> | |
| 345 | </ ChartAxis> | |
| 346 | <C hartAxis N ame="Secon dary"> | |
| 347 | <Style> | |
| 348 | <FontSiz e>8pt</Fon tSize> | |
| 349 | </Style> | |
| 350 | <ChartAxis Title> | |
| 351 | <Caption >Axis Titl e</Caption > | |
| 352 | <Style> | |
| 353 | <FontS ize>8pt</F ontSize> | |
| 354 | </Style> | |
| 355 | </ChartAxi sTitle> | |
| 356 | <ChartMajo rGridLines > | |
| 357 | <Style> | |
| 358 | <Borde r> | |
| 359 | <Col or>Gainsbo ro</Color> | |
| 360 | </Bord er> | |
| 361 | </Style> | |
| 362 | </ChartMaj orGridLine s> | |
| 363 | <ChartMino rGridLines > | |
| 364 | <Style> | |
| 365 | <Borde r> | |
| 366 | <Col or>Gainsbo ro</Color> | |
| 367 | <Sty le>Dotted< /Style> | |
| 368 | </Bord er> | |
| 369 | </Style> | |
| 370 | </ChartMin orGridLine s> | |
| 371 | <ChartMino rTickMarks > | |
| 372 | <Length> 0.5</Lengt h> | |
| 373 | </ChartMin orTickMark s> | |
| 374 | <CrossAt>N aN</CrossA t> | |
| 375 | <Location> Opposite</ Location> | |
| 376 | <Minimum>N aN</Minimu m> | |
| 377 | <Maximum>N aN</Maximu m> | |
| 378 | <ChartAxis ScaleBreak > | |
| 379 | <Style / > | |
| 380 | </ChartAxi sScaleBrea k> | |
| 381 | </ ChartAxis> | |
| 382 | </Ch artValueAx es> | |
| 383 | <Sty le> | |
| 384 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 385 | </St yle> | |
| 386 | </Char tArea> | |
| 387 | </ChartA reas> | |
| 388 | <ChartLe gends> | |
| 389 | <Chart Legend Nam e="Default "> | |
| 390 | <Sty le> | |
| 391 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 392 | <F ontSize>8p t</FontSiz e> | |
| 393 | </St yle> | |
| 394 | <Cha rtLegendTi tle> | |
| 395 | <C aption /> | |
| 396 | <S tyle> | |
| 397 | <FontSize> 8pt</FontS ize> | |
| 398 | <FontWeigh t>Bold</Fo ntWeight> | |
| 399 | <TextAlign >Center</T extAlign> | |
| 400 | </ Style> | |
| 401 | </Ch artLegendT itle> | |
| 402 | <Hea derSeparat orColor>Bl ack</Heade rSeparator Color> | |
| 403 | <Col umnSeparat orColor>Bl ack</Colum nSeparator Color> | |
| 404 | </Char tLegend> | |
| 405 | </ChartL egends> | |
| 406 | <Palette >BrightPas tel</Palet te> | |
| 407 | <ChartBo rderSkin> | |
| 408 | <Style > | |
| 409 | <Bac kgroundCol or>Gray</B ackgroundC olor> | |
| 410 | <Bac kgroundGra dientType> None</Back groundGrad ientType> | |
| 411 | <Col or>White</ Color> | |
| 412 | </Styl e> | |
| 413 | </ChartB orderSkin> | |
| 414 | <ChartNo DataMessag e Name="No DataMessag e"> | |
| 415 | <Capti on>No Data Available </Caption> | |
| 416 | <Style > | |
| 417 | <Bac kgroundGra dientType> None</Back groundGrad ientType> | |
| 418 | <Tex tAlign>Gen eral</Text Align> | |
| 419 | <Ver ticalAlign >Top</Vert icalAlign> | |
| 420 | </Styl e> | |
| 421 | </ChartN oDataMessa ge> | |
| 422 | <DataSet Name>KDR_P atient_Lab </DataSetN ame> | |
| 423 | <Top>1in </Top> | |
| 424 | <Left>0. 25in</Left > | |
| 425 | <Height> 6.25in</He ight> | |
| 426 | <Width>1 0.5in</Wid th> | |
| 427 | <Style> | |
| 428 | <Borde r> | |
| 429 | <Col or>LightGr ey</Color> | |
| 430 | <Sty le>Solid</ Style> | |
| 431 | </Bord er> | |
| 432 | <Backg roundColor >White</Ba ckgroundCo lor> | |
| 433 | <Backg roundGradi entType>No ne</Backgr oundGradie ntType> | |
| 434 | </Style> | |
| 435 | </Chart> | |
| 436 | <Textbox N ame="Textb ox1"> | |
| 437 | <CanGrow >true</Can Grow> | |
| 438 | <KeepTog ether>true </KeepToge ther> | |
| 439 | <Paragra phs> | |
| 440 | <Parag raph> | |
| 441 | <Tex tRuns> | |
| 442 | <T extRun> | |
| 443 | <Value>CDC eGFR Stra tified</Va lue> | |
| 444 | <Style> | |
| 445 | <FontSiz e>14pt</Fo ntSize> | |
| 446 | <FontWei ght>Bold</ FontWeight > | |
| 447 | </Style> | |
| 448 | </ TextRun> | |
| 449 | </Te xtRuns> | |
| 450 | <Sty le /> | |
| 451 | </Para graph> | |
| 452 | </Paragr aphs> | |
| 453 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 454 | <Top>0.2 5in</Top> | |
| 455 | <Left>0. 25in</Left > | |
| 456 | <Height> 0.34375in< /Height> | |
| 457 | <Width>4 in</Width> | |
| 458 | <ZIndex> 1</ZIndex> | |
| 459 | <Style> | |
| 460 | <Borde r> | |
| 461 | <Sty le>None</S tyle> | |
| 462 | </Bord er> | |
| 463 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 464 | <Paddi ngRight>2p t</Padding Right> | |
| 465 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 466 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 467 | </Style> | |
| 468 | </Textbox> | |
| 469 | <Textbox N ame="Textb ox6"> | |
| 470 | <CanGrow >true</Can Grow> | |
| 471 | <KeepTog ether>true </KeepToge ther> | |
| 472 | <Paragra phs> | |
| 473 | <Parag raph> | |
| 474 | <Tex tRuns> | |
| 475 | <T extRun> | |
| 476 | <Value>Cal culation F ormulas:</ Value> | |
| 477 | <Style> | |
| 478 | <FontSiz e>8pt</Fon tSize> | |
| 479 | <FontWei ght>Bold</ FontWeight > | |
| 480 | </Style> | |
| 481 | </ TextRun> | |
| 482 | </Te xtRuns> | |
| 483 | <Sty le> | |
| 484 | <T extAlign>L eft</TextA lign> | |
| 485 | </St yle> | |
| 486 | </Para graph> | |
| 487 | <Parag raph> | |
| 488 | <Tex tRuns> | |
| 489 | <T extRun> | |
| 490 | <Value>eGF R by CKD-E PI: 141 * min(Scr/k, 1) ^ a * max(Scr/k, 1) ^ -1.2 09 * 0.993 ^ Age * 1 .159 (if B lack) * 1. 018 (if Fe male)</Val ue> | |
| 491 | <Style> | |
| 492 | <FontSiz e>8pt</Fon tSize> | |
| 493 | </Style> | |
| 494 | </ TextRun> | |
| 495 | </Te xtRuns> | |
| 496 | <Sty le> | |
| 497 | <T extAlign>L eft</TextA lign> | |
| 498 | </St yle> | |
| 499 | </Para graph> | |
| 500 | <Parag raph> | |
| 501 | <Tex tRuns> | |
| 502 | <T extRun> | |
| 503 | <Value>LOI NC Codes: 15045-8, 2 1232-4, 21 60-0</Valu e> | |
| 504 | <Style> | |
| 505 | <FontSiz e>8pt</Fon tSize> | |
| 506 | </Style> | |
| 507 | </ TextRun> | |
| 508 | </Te xtRuns> | |
| 509 | <Sty le> | |
| 510 | <T extAlign>L eft</TextA lign> | |
| 511 | </St yle> | |
| 512 | </Para graph> | |
| 513 | <Parag raph> | |
| 514 | <Tex tRuns> | |
| 515 | <T extRun> | |
| 516 | <Value>Dia lysis Stop Codes: 60 2-611 and CPT Codes: 90921, 90 925, 90999 </Value> | |
| 517 | <Style> | |
| 518 | <FontSiz e>8pt</Fon tSize> | |
| 519 | </Style> | |
| 520 | </ TextRun> | |
| 521 | </Te xtRuns> | |
| 522 | <Sty le> | |
| 523 | <T extAlign>L eft</TextA lign> | |
| 524 | </St yle> | |
| 525 | </Para graph> | |
| 526 | <Parag raph> | |
| 527 | <Tex tRuns> | |
| 528 | <T extRun> | |
| 529 | <Value>Dia lysis CD-9 Codes: V5 6.0, V45.1 , E879.1, 585.6 and ICD-10 Cod es: Z49.31 , Z91.15, Z99.2, Y84 .1, N18.6< /Value> | |
| 530 | <Style> | |
| 531 | <FontSiz e>8pt</Fon tSize> | |
| 532 | </Style> | |
| 533 | </ TextRun> | |
| 534 | </Te xtRuns> | |
| 535 | <Sty le> | |
| 536 | <T extAlign>L eft</TextA lign> | |
| 537 | </St yle> | |
| 538 | </Para graph> | |
| 539 | </Paragr aphs> | |
| 540 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 541 | <Top>7.5 in</Top> | |
| 542 | <Left>0. 25in</Left > | |
| 543 | <Height> 0.75in</He ight> | |
| 544 | <Width>7 .75in</Wid th> | |
| 545 | <ZIndex> 2</ZIndex> | |
| 546 | <Style> | |
| 547 | <Borde r> | |
| 548 | <Sty le>None</S tyle> | |
| 549 | </Bord er> | |
| 550 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 551 | <Paddi ngRight>2p t</Padding Right> | |
| 552 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 553 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 554 | </Style> | |
| 555 | </Textbox> | |
| 556 | </ ReportItem s> | |
| 557 | <H eight>8.5i n</Height> | |
| 558 | <S tyle> | |
| 559 | <Border> | |
| 560 | <Style>N one</Style > | |
| 561 | </Border> | |
| 562 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 563 | </ Style> | |
| 564 | </Bo dy> | |
| 565 | <Wid th>11in</W idth> | |
| 566 | <Pag e> | |
| 567 | <P ageHeight> 8.5in</Pag eHeight> | |
| 568 | <P ageWidth>1 1in</PageW idth> | |
| 569 | <L eftMargin> 1in</LeftM argin> | |
| 570 | <R ightMargin >1in</Righ tMargin> | |
| 571 | <T opMargin>1 in</TopMar gin> | |
| 572 | <B ottomMargi n>1in</Bot tomMargin> | |
| 573 | <S tyle /> | |
| 574 | </Pa ge> | |
| 575 | </Repo rtSection> | |
| 576 | </Report Sections> | |
| 577 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 578 | <rd:Report ServerUrl> https:// DNS cresqc50a. aac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 579 | <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID> | |
| 580 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.