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 Lab Information.rdl | Wed Jun 27 16:57:24 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Patient Lab Information.rdl | Wed Jun 27 17:42:12 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 3278 |
| 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_LabInfo rmation"> | |
| 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 | <QueryPara meter Name ="@commonF ilters"> | |
| 20 | <Value>= Parameters !commonFil ters.Value </Value> | |
| 21 | </QueryPar ameter> | |
| 22 | <QueryPara meter Name ="@labDate Operator"> | |
| 23 | <Value>= Parameters !labDateOp erator.Val ue</Value> | |
| 24 | </QueryPar ameter> | |
| 25 | <QueryPara meter Name ="@labDate "> | |
| 26 | <Value>= Parameters !labDate.V alue</Valu e> | |
| 27 | </QueryPar ameter> | |
| 28 | </ QueryParam eters> | |
| 29 | <C ommandText >select di stinct | |
| 30 | s. PatientLas tName | |
| 31 | ,s .patientFi rstName | |
| 32 | ,s .PatientSI D | |
| 33 | ,s .Gender | |
| 34 | ,s .DateOfBir th | |
| 35 | ,( (CONVERT(i nt,CONVERT (char(8),C URRENT_TIM ESTAMP,112 ))-CONVERT (char(8),s .DateOfBir th,112))/1 0000) as [ Age] | |
| 36 | ,I SNULL(pr.R ace, 'N/A' ) as [Race ] | |
| 37 | ,l ab.LABCHEM SPECIMENDA TETIME | |
| 38 | ,l ab.LABCHEM COMPLETEDA TETIME | |
| 39 | ,l c.LOINC | |
| 40 | ,l c.Componen t | |
| 41 | ,l c.Property | |
| 42 | ,l c.MethodTy pe | |
| 43 | ,l c.Units | |
| 44 | ,l ab.LABCHEM RESULTVALU E | |
| 45 | ,l ab.ABNORMA L | |
| 46 | ,l ab.REFHIGH | |
| 47 | ,l ab.REFLOW | |
| 48 | from | |
| 49 | CR S.REFERRAL r | |
| 50 | inne r join CRS .PATIENT p on p.PATI ENT_ID = r .PATIENT_I D | |
| 51 | inne r join CRS .SPATIENT s on s.pat ienticn=p. patienticn | |
| 52 | left outer joi n CRS.PATS UB_PATIENT RACE pr on pr.Patien tSID=s.Pat ientSID | |
| 53 | left outer joi n CRS.CHEM _LABCHEM l ab on lab. patientsid =s.patient sid | |
| 54 | left outer joi n CRS.STD_ LOINC_CODE lc on lc. loincsid=l ab.loincsi d | |
| 55 | where r.st d_registry _id=5 | |
| 56 | an d s.PATIEN TSID=@pati entSID | |
| 57 | an d (@labDat eOperator = '0' | |
| 58 | or ( @labDateOp erator = ' 1' and @la bDate is n ot null an d lab.LABC HEMSPECIME NDATETIME >= @lab Date) | |
| 59 | or ( @labDateOp erator = ' 2' and @la bDate is n ot null an d lab.LABC HEMSPECIME NDATETIME < @labD ate) | |
| 60 | or ( @labDateOp erator = ' 3' and @la bDate is n ot null an d (lab.LAB CHEMSPECIM ENDATETIME >= @la bDate and lab.LABCHE MSPECIMEND ATETIME &l t; DATEADD (d, 1, @la bDate))) | |
| 61 | ) | |
| 62 | an d (@common Filters = '0' | |
| 63 | or ( @commonFil ters = '1' and lc.LO INC in ('1 5045-8','2 1232-4','2 160-0')) | |
| 64 | or ( @commonFil ters = '2' and lc.LO INC in ('5 8431-8','1 4957-5','1 753-3','17 54-1','210 59-1','300 03-8','436 05-5','535 30-2','535 31-0','573 69-1','611 96-2','112 18-5','509 49-7','149 56-7','175 5-8','1757 -4','43606 -3','43607 -1','49002 -9','49023 -5','50209 -6','58448 -2','63474 -1','21028 -6','50749 -1','12842 -1','21482 -5','27298 -9','2887- 8','2888-6 ','32551-4 ','35663-4 ','24355-0 ','24356-8 ','24357-6 ','24365-9 ','39264-7 ','39265-4 ','50554-5 ','50556-0 ','50564-4 ','57019-2 ','57020-0 ','20454-5 ','32209-9 ','45060-1 ','50561-0 ','53525-2 ','57735-3 ','5804-0' ,'18373-1' ,'26801-1' ,'2889-4', '40662-9', '40663-7', '53121-0', '58992-9') ) | |
| 65 | ) | |
| 66 | order by l ab.LABCHEM SPECIMENDA TETIME des c</Command Text> | |
| 67 | </Qu ery> | |
| 68 | <Fie lds> | |
| 69 | <F ield Name= "PatientLa stName"> | |
| 70 | <DataField >PatientLa stName</Da taField> | |
| 71 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 72 | </ Field> | |
| 73 | <F ield Name= "patientFi rstName"> | |
| 74 | <DataField >patientFi rstName</D ataField> | |
| 75 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 76 | </ Field> | |
| 77 | <F ield Name= "PatientSI D"> | |
| 78 | <DataField >PatientSI D</DataFie ld> | |
| 79 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 80 | </ Field> | |
| 81 | <F ield Name= "Gender"> | |
| 82 | <DataField >Gender</D ataField> | |
| 83 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 84 | </ Field> | |
| 85 | <F ield Name= "DateOfBir th"> | |
| 86 | <DataField >DateOfBir th</DataFi eld> | |
| 87 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 88 | </ Field> | |
| 89 | <F ield Name= "Age"> | |
| 90 | <DataField >Age</Data Field> | |
| 91 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 92 | </ Field> | |
| 93 | <F ield Name= "Race"> | |
| 94 | <DataField >Race</Dat aField> | |
| 95 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 96 | </ Field> | |
| 97 | <F ield Name= "LABCHEMSP ECIMENDATE TIME"> | |
| 98 | <DataField >LABCHEMSP ECIMENDATE TIME</Data Field> | |
| 99 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 100 | </ Field> | |
| 101 | <F ield Name= "LABCHEMCO MPLETEDATE TIME"> | |
| 102 | <DataField >LABCHEMCO MPLETEDATE TIME</Data Field> | |
| 103 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 104 | </ Field> | |
| 105 | <F ield Name= "LOINC"> | |
| 106 | <DataField >LOINC</Da taField> | |
| 107 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 108 | </ Field> | |
| 109 | <F ield Name= "Component "> | |
| 110 | <DataField >Component </DataFiel d> | |
| 111 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 112 | </ Field> | |
| 113 | <F ield Name= "Property" > | |
| 114 | <DataField >Property< /DataField > | |
| 115 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 116 | </ Field> | |
| 117 | <F ield Name= "MethodTyp e"> | |
| 118 | <DataField >MethodTyp e</DataFie ld> | |
| 119 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 120 | </ Field> | |
| 121 | <F ield Name= "Units"> | |
| 122 | <DataField >Units</Da taField> | |
| 123 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 124 | </ Field> | |
| 125 | <F ield Name= "LABCHEMRE SULTVALUE" > | |
| 126 | <DataField >LABCHEMRE SULTVALUE< /DataField > | |
| 127 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 128 | </ Field> | |
| 129 | <F ield Name= "ABNORMAL" > | |
| 130 | <DataField >ABNORMAL< /DataField > | |
| 131 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 132 | </ Field> | |
| 133 | <F ield Name= "REFHIGH"> | |
| 134 | <DataField >REFHIGH</ DataField> | |
| 135 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 136 | </ Field> | |
| 137 | <F ield Name= "REFLOW"> | |
| 138 | <DataField >REFLOW</D ataField> | |
| 139 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 140 | </ Field> | |
| 141 | </Fi elds> | |
| 142 | <Fil ters> | |
| 143 | <F ilter> | |
| 144 | <FilterExp ression>=I If(Paramet ers!loincF ilter.Valu e(0) = "0" , Paramete rs!loincFi lter.Value (0), Field s!LOINC.Va lue)</Filt erExpressi on> | |
| 145 | <Operator> In</Operat or> | |
| 146 | <FilterVal ues> | |
| 147 | <FilterV alue>=Para meters!loi ncFilter.V alue</Filt erValue> | |
| 148 | </FilterVa lues> | |
| 149 | </ Filter> | |
| 150 | </Fi lters> | |
| 151 | </Data Set> | |
| 152 | <DataS et Name="L OINC_Infor mation"> | |
| 153 | <Que ry> | |
| 154 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 155 | <Q ueryParame ters> | |
| 156 | <QueryPara meter Name ="@patient SID"> | |
| 157 | <Value>= Parameters !patientSI D.Value</V alue> | |
| 158 | </QueryPar ameter> | |
| 159 | </ QueryParam eters> | |
| 160 | <C ommandText >select '0 ' as [LOIN C], 'Selec t Filter' as [LOINC_ Text] | |
| 161 | ||
| 162 | UNION | |
| 163 | ||
| 164 | select dis tinct | |
| 165 | lc .LOINC, (l c.LOINC + ' ' + lc.C omponent) as [LOINC_ Text] | |
| 166 | from | |
| 167 | CR S.STD_LOIN C_CODE lc | |
| 168 | inne r join CRS .CHEM_LABC HEM lab on lc.loincs id=lab.loi ncsid | |
| 169 | inne r join CRS .SPATIENT s on lab.p atientsid= s.patients id | |
| 170 | where lab. PATIENTSID =@patientS ID | |
| 171 | order by L OINC</Comm andText> | |
| 172 | </Qu ery> | |
| 173 | <Fie lds> | |
| 174 | <F ield Name= "LOINC"> | |
| 175 | <DataField >LOINC</Da taField> | |
| 176 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 177 | </ Field> | |
| 178 | <F ield Name= "LOINC_Tex t"> | |
| 179 | <DataField >LOINC_Tex t</DataFie ld> | |
| 180 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 181 | </ Field> | |
| 182 | </Fi elds> | |
| 183 | </Data Set> | |
| 184 | </DataSe ts> | |
| 185 | <ReportS ections> | |
| 186 | <Repor tSection> | |
| 187 | <Bod y> | |
| 188 | <R eportItems > | |
| 189 | <Textbox N ame="Textb ox1"> | |
| 190 | <CanGrow >true</Can Grow> | |
| 191 | <KeepTog ether>true </KeepToge ther> | |
| 192 | <Paragra phs> | |
| 193 | <Parag raph> | |
| 194 | <Tex tRuns> | |
| 195 | <T extRun> | |
| 196 | <Value>Kid ney Diseas e Registry Patient L ab Informa tion</Valu e> | |
| 197 | <Style> | |
| 198 | <FontSiz e>14pt</Fo ntSize> | |
| 199 | <FontWei ght>Bold</ FontWeight > | |
| 200 | </Style> | |
| 201 | </ TextRun> | |
| 202 | </Te xtRuns> | |
| 203 | <Sty le /> | |
| 204 | </Para graph> | |
| 205 | </Paragr aphs> | |
| 206 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 207 | <Top>0.2 5in</Top> | |
| 208 | <Left>0. 25in</Left > | |
| 209 | <Height> 0.34375in< /Height> | |
| 210 | <Width>5 in</Width> | |
| 211 | <Style> | |
| 212 | <Borde r> | |
| 213 | <Sty le>None</S tyle> | |
| 214 | </Bord er> | |
| 215 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 216 | <Paddi ngRight>2p t</Padding Right> | |
| 217 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 218 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 219 | </Style> | |
| 220 | </Textbox> | |
| 221 | <Tablix Na me="Tablix 2"> | |
| 222 | <TablixB ody> | |
| 223 | <Tabli xColumns> | |
| 224 | <Tab lixColumn> | |
| 225 | <W idth>1in</ Width> | |
| 226 | </Ta blixColumn > | |
| 227 | <Tab lixColumn> | |
| 228 | <W idth>1in</ Width> | |
| 229 | </Ta blixColumn > | |
| 230 | <Tab lixColumn> | |
| 231 | <W idth>1in</ Width> | |
| 232 | </Ta blixColumn > | |
| 233 | <Tab lixColumn> | |
| 234 | <W idth>1in</ Width> | |
| 235 | </Ta blixColumn > | |
| 236 | <Tab lixColumn> | |
| 237 | <W idth>1in</ Width> | |
| 238 | </Ta blixColumn > | |
| 239 | <Tab lixColumn> | |
| 240 | <W idth>1in</ Width> | |
| 241 | </Ta blixColumn > | |
| 242 | <Tab lixColumn> | |
| 243 | <W idth>1in</ Width> | |
| 244 | </Ta blixColumn > | |
| 245 | <Tab lixColumn> | |
| 246 | <W idth>1in</ Width> | |
| 247 | </Ta blixColumn > | |
| 248 | <Tab lixColumn> | |
| 249 | <W idth>1in</ Width> | |
| 250 | </Ta blixColumn > | |
| 251 | <Tab lixColumn> | |
| 252 | <W idth>1in</ Width> | |
| 253 | </Ta blixColumn > | |
| 254 | <Tab lixColumn> | |
| 255 | <W idth>1in</ Width> | |
| 256 | </Ta blixColumn > | |
| 257 | </Tabl ixColumns> | |
| 258 | <Tabli xRows> | |
| 259 | <Tab lixRow> | |
| 260 | <H eight>0.25 in</Height > | |
| 261 | <T ablixCells > | |
| 262 | <TablixCel l> | |
| 263 | <CellCon tents> | |
| 264 | <Textb ox Name="T extbox5"> | |
| 265 | <Can Grow>true< /CanGrow> | |
| 266 | <Kee pTogether> true</Keep Together> | |
| 267 | <Par agraphs> | |
| 268 | <P aragraph> | |
| 269 | <TextRuns> | |
| 270 | <TextRun > | |
| 271 | <Value >Specimen Date</Valu e> | |
| 272 | <Style > | |
| 273 | <Fon tWeight>Bo ld</FontWe ight> | |
| 274 | <Col or>White</ Color> | |
| 275 | </Styl e> | |
| 276 | </TextRu n> | |
| 277 | </TextRuns > | |
| 278 | <Style> | |
| 279 | <TextAli gn>Center< /TextAlign > | |
| 280 | </Style> | |
| 281 | </ Paragraph> | |
| 282 | </Pa ragraphs> | |
| 283 | <rd: DefaultNam e>Textbox5 </rd:Defau ltName> | |
| 284 | <Sty le> | |
| 285 | <B order> | |
| 286 | <Color>Lig htGrey</Co lor> | |
| 287 | <Style>Sol id</Style> | |
| 288 | </ Border> | |
| 289 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 290 | <P addingLeft >2pt</Padd ingLeft> | |
| 291 | <P addingRigh t>2pt</Pad dingRight> | |
| 292 | <P addingTop> 2pt</Paddi ngTop> | |
| 293 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 294 | </St yle> | |
| 295 | </Text box> | |
| 296 | </CellCo ntents> | |
| 297 | </TablixCe ll> | |
| 298 | <TablixCel l> | |
| 299 | <CellCon tents> | |
| 300 | <Textb ox Name="T extbox2"> | |
| 301 | <Can Grow>true< /CanGrow> | |
| 302 | <Kee pTogether> true</Keep Together> | |
| 303 | <Par agraphs> | |
| 304 | <P aragraph> | |
| 305 | <TextRuns> | |
| 306 | <TextRun > | |
| 307 | <Value >Complete Date</Valu e> | |
| 308 | <Style > | |
| 309 | <Fon tWeight>Bo ld</FontWe ight> | |
| 310 | <Col or>White</ Color> | |
| 311 | </Styl e> | |
| 312 | </TextRu n> | |
| 313 | </TextRuns > | |
| 314 | <Style> | |
| 315 | <TextAli gn>Center< /TextAlign > | |
| 316 | </Style> | |
| 317 | </ Paragraph> | |
| 318 | </Pa ragraphs> | |
| 319 | <rd: DefaultNam e>Textbox2 </rd:Defau ltName> | |
| 320 | <Sty le> | |
| 321 | <B order> | |
| 322 | <Color>Lig htGrey</Co lor> | |
| 323 | <Style>Sol id</Style> | |
| 324 | </ Border> | |
| 325 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 326 | <P addingLeft >2pt</Padd ingLeft> | |
| 327 | <P addingRigh t>2pt</Pad dingRight> | |
| 328 | <P addingTop> 2pt</Paddi ngTop> | |
| 329 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 330 | </St yle> | |
| 331 | </Text box> | |
| 332 | </CellCo ntents> | |
| 333 | </TablixCe ll> | |
| 334 | <TablixCel l> | |
| 335 | <CellCon tents> | |
| 336 | <Textb ox Name="T extbox3"> | |
| 337 | <Can Grow>true< /CanGrow> | |
| 338 | <Kee pTogether> true</Keep Together> | |
| 339 | <Par agraphs> | |
| 340 | <P aragraph> | |
| 341 | <TextRuns> | |
| 342 | <TextRun > | |
| 343 | <Value >LOINC</Va lue> | |
| 344 | <Style > | |
| 345 | <Fon tWeight>Bo ld</FontWe ight> | |
| 346 | <Col or>White</ Color> | |
| 347 | </Styl e> | |
| 348 | </TextRu n> | |
| 349 | </TextRuns > | |
| 350 | <Style> | |
| 351 | <TextAli gn>Center< /TextAlign > | |
| 352 | </Style> | |
| 353 | </ Paragraph> | |
| 354 | </Pa ragraphs> | |
| 355 | <rd: DefaultNam e>Textbox3 </rd:Defau ltName> | |
| 356 | <Sty le> | |
| 357 | <B order> | |
| 358 | <Color>Lig htGrey</Co lor> | |
| 359 | <Style>Sol id</Style> | |
| 360 | </ Border> | |
| 361 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 362 | <P addingLeft >2pt</Padd ingLeft> | |
| 363 | <P addingRigh t>2pt</Pad dingRight> | |
| 364 | <P addingTop> 2pt</Paddi ngTop> | |
| 365 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 366 | </St yle> | |
| 367 | </Text box> | |
| 368 | </CellCo ntents> | |
| 369 | </TablixCe ll> | |
| 370 | <TablixCel l> | |
| 371 | <CellCon tents> | |
| 372 | <Textb ox Name="T extbox4"> | |
| 373 | <Can Grow>true< /CanGrow> | |
| 374 | <Kee pTogether> true</Keep Together> | |
| 375 | <Par agraphs> | |
| 376 | <P aragraph> | |
| 377 | <TextRuns> | |
| 378 | <TextRun > | |
| 379 | <Value >Component </Value> | |
| 380 | <Style > | |
| 381 | <Fon tWeight>Bo ld</FontWe ight> | |
| 382 | <Col or>White</ Color> | |
| 383 | </Styl e> | |
| 384 | </TextRu n> | |
| 385 | </TextRuns > | |
| 386 | <Style> | |
| 387 | <TextAli gn>Center< /TextAlign > | |
| 388 | </Style> | |
| 389 | </ Paragraph> | |
| 390 | </Pa ragraphs> | |
| 391 | <rd: DefaultNam e>Textbox4 </rd:Defau ltName> | |
| 392 | <Sty le> | |
| 393 | <B order> | |
| 394 | <Color>Lig htGrey</Co lor> | |
| 395 | <Style>Sol id</Style> | |
| 396 | </ Border> | |
| 397 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 398 | <P addingLeft >2pt</Padd ingLeft> | |
| 399 | <P addingRigh t>2pt</Pad dingRight> | |
| 400 | <P addingTop> 2pt</Paddi ngTop> | |
| 401 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 402 | </St yle> | |
| 403 | </Text box> | |
| 404 | </CellCo ntents> | |
| 405 | </TablixCe ll> | |
| 406 | <TablixCel l> | |
| 407 | <CellCon tents> | |
| 408 | <Textb ox Name="T extbox7"> | |
| 409 | <Can Grow>true< /CanGrow> | |
| 410 | <Kee pTogether> true</Keep Together> | |
| 411 | <Par agraphs> | |
| 412 | <P aragraph> | |
| 413 | <TextRuns> | |
| 414 | <TextRun > | |
| 415 | <Value >Property< /Value> | |
| 416 | <Style > | |
| 417 | <Fon tWeight>Bo ld</FontWe ight> | |
| 418 | <Col or>White</ Color> | |
| 419 | </Styl e> | |
| 420 | </TextRu n> | |
| 421 | </TextRuns > | |
| 422 | <Style> | |
| 423 | <TextAli gn>Center< /TextAlign > | |
| 424 | </Style> | |
| 425 | </ Paragraph> | |
| 426 | </Pa ragraphs> | |
| 427 | <rd: DefaultNam e>Textbox7 </rd:Defau ltName> | |
| 428 | <Sty le> | |
| 429 | <B order> | |
| 430 | <Color>Lig htGrey</Co lor> | |
| 431 | <Style>Sol id</Style> | |
| 432 | </ Border> | |
| 433 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 434 | <P addingLeft >2pt</Padd ingLeft> | |
| 435 | <P addingRigh t>2pt</Pad dingRight> | |
| 436 | <P addingTop> 2pt</Paddi ngTop> | |
| 437 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 438 | </St yle> | |
| 439 | </Text box> | |
| 440 | </CellCo ntents> | |
| 441 | </TablixCe ll> | |
| 442 | <TablixCel l> | |
| 443 | <CellCon tents> | |
| 444 | <Textb ox Name="T extbox9"> | |
| 445 | <Can Grow>true< /CanGrow> | |
| 446 | <Kee pTogether> true</Keep Together> | |
| 447 | <Par agraphs> | |
| 448 | <P aragraph> | |
| 449 | <TextRuns> | |
| 450 | <TextRun > | |
| 451 | <Value >Method Ty pe</Value> | |
| 452 | <Style > | |
| 453 | <Fon tWeight>Bo ld</FontWe ight> | |
| 454 | <Col or>White</ Color> | |
| 455 | </Styl e> | |
| 456 | </TextRu n> | |
| 457 | </TextRuns > | |
| 458 | <Style> | |
| 459 | <TextAli gn>Center< /TextAlign > | |
| 460 | </Style> | |
| 461 | </ Paragraph> | |
| 462 | </Pa ragraphs> | |
| 463 | <rd: DefaultNam e>Textbox9 </rd:Defau ltName> | |
| 464 | <Sty le> | |
| 465 | <B order> | |
| 466 | <Color>Lig htGrey</Co lor> | |
| 467 | <Style>Sol id</Style> | |
| 468 | </ Border> | |
| 469 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 470 | <P addingLeft >2pt</Padd ingLeft> | |
| 471 | <P addingRigh t>2pt</Pad dingRight> | |
| 472 | <P addingTop> 2pt</Paddi ngTop> | |
| 473 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 474 | </St yle> | |
| 475 | </Text box> | |
| 476 | </CellCo ntents> | |
| 477 | </TablixCe ll> | |
| 478 | <TablixCel l> | |
| 479 | <CellCon tents> | |
| 480 | <Textb ox Name="T extbox11"> | |
| 481 | <Can Grow>true< /CanGrow> | |
| 482 | <Kee pTogether> true</Keep Together> | |
| 483 | <Par agraphs> | |
| 484 | <P aragraph> | |
| 485 | <TextRuns> | |
| 486 | <TextRun > | |
| 487 | <Value >Units</Va lue> | |
| 488 | <Style > | |
| 489 | <Fon tWeight>Bo ld</FontWe ight> | |
| 490 | <Col or>White</ Color> | |
| 491 | </Styl e> | |
| 492 | </TextRu n> | |
| 493 | </TextRuns > | |
| 494 | <Style> | |
| 495 | <TextAli gn>Center< /TextAlign > | |
| 496 | </Style> | |
| 497 | </ Paragraph> | |
| 498 | </Pa ragraphs> | |
| 499 | <rd: DefaultNam e>Textbox1 1</rd:Defa ultName> | |
| 500 | <Sty le> | |
| 501 | <B order> | |
| 502 | <Color>Lig htGrey</Co lor> | |
| 503 | <Style>Sol id</Style> | |
| 504 | </ Border> | |
| 505 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 506 | <P addingLeft >2pt</Padd ingLeft> | |
| 507 | <P addingRigh t>2pt</Pad dingRight> | |
| 508 | <P addingTop> 2pt</Paddi ngTop> | |
| 509 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 510 | </St yle> | |
| 511 | </Text box> | |
| 512 | </CellCo ntents> | |
| 513 | </TablixCe ll> | |
| 514 | <TablixCel l> | |
| 515 | <CellCon tents> | |
| 516 | <Textb ox Name="T extbox13"> | |
| 517 | <Can Grow>true< /CanGrow> | |
| 518 | <Kee pTogether> true</Keep Together> | |
| 519 | <Par agraphs> | |
| 520 | <P aragraph> | |
| 521 | <TextRuns> | |
| 522 | <TextRun > | |
| 523 | <Value >Result</V alue> | |
| 524 | <Style > | |
| 525 | <Fon tWeight>Bo ld</FontWe ight> | |
| 526 | <Col or>White</ Color> | |
| 527 | </Styl e> | |
| 528 | </TextRu n> | |
| 529 | </TextRuns > | |
| 530 | <Style> | |
| 531 | <TextAli gn>Center< /TextAlign > | |
| 532 | </Style> | |
| 533 | </ Paragraph> | |
| 534 | </Pa ragraphs> | |
| 535 | <rd: DefaultNam e>Textbox1 3</rd:Defa ultName> | |
| 536 | <Sty le> | |
| 537 | <B order> | |
| 538 | <Color>Lig htGrey</Co lor> | |
| 539 | <Style>Sol id</Style> | |
| 540 | </ Border> | |
| 541 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 542 | <P addingLeft >2pt</Padd ingLeft> | |
| 543 | <P addingRigh t>2pt</Pad dingRight> | |
| 544 | <P addingTop> 2pt</Paddi ngTop> | |
| 545 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 546 | </St yle> | |
| 547 | </Text box> | |
| 548 | </CellCo ntents> | |
| 549 | </TablixCe ll> | |
| 550 | <TablixCel l> | |
| 551 | <CellCon tents> | |
| 552 | <Textb ox Name="T extbox15"> | |
| 553 | <Can Grow>true< /CanGrow> | |
| 554 | <Kee pTogether> true</Keep Together> | |
| 555 | <Par agraphs> | |
| 556 | <P aragraph> | |
| 557 | <TextRuns> | |
| 558 | <TextRun > | |
| 559 | <Value >Abnormal< /Value> | |
| 560 | <Style > | |
| 561 | <Fon tWeight>Bo ld</FontWe ight> | |
| 562 | <Col or>White</ Color> | |
| 563 | </Styl e> | |
| 564 | </TextRu n> | |
| 565 | </TextRuns > | |
| 566 | <Style> | |
| 567 | <TextAli gn>Center< /TextAlign > | |
| 568 | </Style> | |
| 569 | </ Paragraph> | |
| 570 | </Pa ragraphs> | |
| 571 | <rd: DefaultNam e>Textbox1 5</rd:Defa ultName> | |
| 572 | <Sty le> | |
| 573 | <B order> | |
| 574 | <Color>Lig htGrey</Co lor> | |
| 575 | <Style>Sol id</Style> | |
| 576 | </ Border> | |
| 577 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 578 | <P addingLeft >2pt</Padd ingLeft> | |
| 579 | <P addingRigh t>2pt</Pad dingRight> | |
| 580 | <P addingTop> 2pt</Paddi ngTop> | |
| 581 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 582 | </St yle> | |
| 583 | </Text box> | |
| 584 | </CellCo ntents> | |
| 585 | </TablixCe ll> | |
| 586 | <TablixCel l> | |
| 587 | <CellCon tents> | |
| 588 | <Textb ox Name="T extbox17"> | |
| 589 | <Can Grow>true< /CanGrow> | |
| 590 | <Kee pTogether> true</Keep Together> | |
| 591 | <Par agraphs> | |
| 592 | <P aragraph> | |
| 593 | <TextRuns> | |
| 594 | <TextRun > | |
| 595 | <Value >RefHigh</ Value> | |
| 596 | <Style > | |
| 597 | <Fon tWeight>Bo ld</FontWe ight> | |
| 598 | <Col or>White</ Color> | |
| 599 | </Styl e> | |
| 600 | </TextRu n> | |
| 601 | </TextRuns > | |
| 602 | <Style> | |
| 603 | <TextAli gn>Center< /TextAlign > | |
| 604 | </Style> | |
| 605 | </ Paragraph> | |
| 606 | </Pa ragraphs> | |
| 607 | <rd: DefaultNam e>Textbox1 7</rd:Defa ultName> | |
| 608 | <Sty le> | |
| 609 | <B order> | |
| 610 | <Color>Lig htGrey</Co lor> | |
| 611 | <Style>Sol id</Style> | |
| 612 | </ Border> | |
| 613 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 614 | <P addingLeft >2pt</Padd ingLeft> | |
| 615 | <P addingRigh t>2pt</Pad dingRight> | |
| 616 | <P addingTop> 2pt</Paddi ngTop> | |
| 617 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 618 | </St yle> | |
| 619 | </Text box> | |
| 620 | </CellCo ntents> | |
| 621 | </TablixCe ll> | |
| 622 | <TablixCel l> | |
| 623 | <CellCon tents> | |
| 624 | <Textb ox Name="T extbox23"> | |
| 625 | <Can Grow>true< /CanGrow> | |
| 626 | <Kee pTogether> true</Keep Together> | |
| 627 | <Par agraphs> | |
| 628 | <P aragraph> | |
| 629 | <TextRuns> | |
| 630 | <TextRun > | |
| 631 | <Value >RefLow</V alue> | |
| 632 | <Style > | |
| 633 | <Fon tWeight>Bo ld</FontWe ight> | |
| 634 | <Col or>White</ Color> | |
| 635 | </Styl e> | |
| 636 | </TextRu n> | |
| 637 | </TextRuns > | |
| 638 | <Style> | |
| 639 | <TextAli gn>Center< /TextAlign > | |
| 640 | </Style> | |
| 641 | </ Paragraph> | |
| 642 | </Pa ragraphs> | |
| 643 | <rd: DefaultNam e>Textbox2 3</rd:Defa ultName> | |
| 644 | <Sty le> | |
| 645 | <B order> | |
| 646 | <Color>Lig htGrey</Co lor> | |
| 647 | <Style>Sol id</Style> | |
| 648 | </ Border> | |
| 649 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 650 | <P addingLeft >2pt</Padd ingLeft> | |
| 651 | <P addingRigh t>2pt</Pad dingRight> | |
| 652 | <P addingTop> 2pt</Paddi ngTop> | |
| 653 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 654 | </St yle> | |
| 655 | </Text box> | |
| 656 | </CellCo ntents> | |
| 657 | </TablixCe ll> | |
| 658 | </ TablixCell s> | |
| 659 | </Ta blixRow> | |
| 660 | <Tab lixRow> | |
| 661 | <H eight>0.25 in</Height > | |
| 662 | <T ablixCells > | |
| 663 | <TablixCel l> | |
| 664 | <CellCon tents> | |
| 665 | <Textb ox Name="L ABCHEMSPEC IMENDATETI ME"> | |
| 666 | <Can Grow>true< /CanGrow> | |
| 667 | <Kee pTogether> true</Keep Together> | |
| 668 | <Par agraphs> | |
| 669 | <P aragraph> | |
| 670 | <TextRuns> | |
| 671 | <TextRun > | |
| 672 | <Value >=Fields!L ABCHEMSPEC IMENDATETI ME.Value</ Value> | |
| 673 | <Style /> | |
| 674 | </TextRu n> | |
| 675 | </TextRuns > | |
| 676 | <Style /> | |
| 677 | </ Paragraph> | |
| 678 | </Pa ragraphs> | |
| 679 | <rd: DefaultNam e>LABCHEMS PECIMENDAT ETIME</rd: DefaultNam e> | |
| 680 | <Sty le> | |
| 681 | <B order> | |
| 682 | <Color>Lig htGrey</Co lor> | |
| 683 | <Style>Sol id</Style> | |
| 684 | </ Border> | |
| 685 | <P addingLeft >2pt</Padd ingLeft> | |
| 686 | <P addingRigh t>2pt</Pad dingRight> | |
| 687 | <P addingTop> 2pt</Paddi ngTop> | |
| 688 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 689 | </St yle> | |
| 690 | </Text box> | |
| 691 | </CellCo ntents> | |
| 692 | </TablixCe ll> | |
| 693 | <TablixCel l> | |
| 694 | <CellCon tents> | |
| 695 | <Textb ox Name="L ABCHEMCOMP LETEDATETI ME"> | |
| 696 | <Can Grow>true< /CanGrow> | |
| 697 | <Kee pTogether> true</Keep Together> | |
| 698 | <Par agraphs> | |
| 699 | <P aragraph> | |
| 700 | <TextRuns> | |
| 701 | <TextRun > | |
| 702 | <Value >=Fields!L ABCHEMCOMP LETEDATETI ME.Value</ Value> | |
| 703 | <Style /> | |
| 704 | </TextRu n> | |
| 705 | </TextRuns > | |
| 706 | <Style /> | |
| 707 | </ Paragraph> | |
| 708 | </Pa ragraphs> | |
| 709 | <rd: DefaultNam e>LABCHEMC OMPLETEDAT ETIME</rd: DefaultNam e> | |
| 710 | <Sty le> | |
| 711 | <B order> | |
| 712 | <Color>Lig htGrey</Co lor> | |
| 713 | <Style>Sol id</Style> | |
| 714 | </ Border> | |
| 715 | <P addingLeft >2pt</Padd ingLeft> | |
| 716 | <P addingRigh t>2pt</Pad dingRight> | |
| 717 | <P addingTop> 2pt</Paddi ngTop> | |
| 718 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 719 | </St yle> | |
| 720 | </Text box> | |
| 721 | </CellCo ntents> | |
| 722 | </TablixCe ll> | |
| 723 | <TablixCel l> | |
| 724 | <CellCon tents> | |
| 725 | <Textb ox Name="L OINC"> | |
| 726 | <Can Grow>true< /CanGrow> | |
| 727 | <Kee pTogether> true</Keep Together> | |
| 728 | <Par agraphs> | |
| 729 | <P aragraph> | |
| 730 | <TextRuns> | |
| 731 | <TextRun > | |
| 732 | <Value >=Fields!L OINC.Value </Value> | |
| 733 | <Style /> | |
| 734 | </TextRu n> | |
| 735 | </TextRuns > | |
| 736 | <Style /> | |
| 737 | </ Paragraph> | |
| 738 | </Pa ragraphs> | |
| 739 | <rd: DefaultNam e>LOINC</r d:DefaultN ame> | |
| 740 | <Sty le> | |
| 741 | <B order> | |
| 742 | <Color>Lig htGrey</Co lor> | |
| 743 | <Style>Sol id</Style> | |
| 744 | </ Border> | |
| 745 | <P addingLeft >2pt</Padd ingLeft> | |
| 746 | <P addingRigh t>2pt</Pad dingRight> | |
| 747 | <P addingTop> 2pt</Paddi ngTop> | |
| 748 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 749 | </St yle> | |
| 750 | </Text box> | |
| 751 | </CellCo ntents> | |
| 752 | </TablixCe ll> | |
| 753 | <TablixCel l> | |
| 754 | <CellCon tents> | |
| 755 | <Textb ox Name="C omponent"> | |
| 756 | <Can Grow>true< /CanGrow> | |
| 757 | <Kee pTogether> true</Keep Together> | |
| 758 | <Par agraphs> | |
| 759 | <P aragraph> | |
| 760 | <TextRuns> | |
| 761 | <TextRun > | |
| 762 | <Value >=Fields!C omponent.V alue</Valu e> | |
| 763 | <Style /> | |
| 764 | </TextRu n> | |
| 765 | </TextRuns > | |
| 766 | <Style /> | |
| 767 | </ Paragraph> | |
| 768 | </Pa ragraphs> | |
| 769 | <rd: DefaultNam e>Componen t</rd:Defa ultName> | |
| 770 | <Sty le> | |
| 771 | <B order> | |
| 772 | <Color>Lig htGrey</Co lor> | |
| 773 | <Style>Sol id</Style> | |
| 774 | </ Border> | |
| 775 | <P addingLeft >2pt</Padd ingLeft> | |
| 776 | <P addingRigh t>2pt</Pad dingRight> | |
| 777 | <P addingTop> 2pt</Paddi ngTop> | |
| 778 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 779 | </St yle> | |
| 780 | </Text box> | |
| 781 | </CellCo ntents> | |
| 782 | </TablixCe ll> | |
| 783 | <TablixCel l> | |
| 784 | <CellCon tents> | |
| 785 | <Textb ox Name="P roperty"> | |
| 786 | <Can Grow>true< /CanGrow> | |
| 787 | <Kee pTogether> true</Keep Together> | |
| 788 | <Par agraphs> | |
| 789 | <P aragraph> | |
| 790 | <TextRuns> | |
| 791 | <TextRun > | |
| 792 | <Value >=Fields!P roperty.Va lue</Value > | |
| 793 | <Style /> | |
| 794 | </TextRu n> | |
| 795 | </TextRuns > | |
| 796 | <Style /> | |
| 797 | </ Paragraph> | |
| 798 | </Pa ragraphs> | |
| 799 | <rd: DefaultNam e>Property </rd:Defau ltName> | |
| 800 | <Sty le> | |
| 801 | <B order> | |
| 802 | <Color>Lig htGrey</Co lor> | |
| 803 | <Style>Sol id</Style> | |
| 804 | </ Border> | |
| 805 | <P addingLeft >2pt</Padd ingLeft> | |
| 806 | <P addingRigh t>2pt</Pad dingRight> | |
| 807 | <P addingTop> 2pt</Paddi ngTop> | |
| 808 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 809 | </St yle> | |
| 810 | </Text box> | |
| 811 | </CellCo ntents> | |
| 812 | </TablixCe ll> | |
| 813 | <TablixCel l> | |
| 814 | <CellCon tents> | |
| 815 | <Textb ox Name="M ethodType" > | |
| 816 | <Can Grow>true< /CanGrow> | |
| 817 | <Kee pTogether> true</Keep Together> | |
| 818 | <Par agraphs> | |
| 819 | <P aragraph> | |
| 820 | <TextRuns> | |
| 821 | <TextRun > | |
| 822 | <Value >=Fields!M ethodType. Value</Val ue> | |
| 823 | <Style /> | |
| 824 | </TextRu n> | |
| 825 | </TextRuns > | |
| 826 | <Style /> | |
| 827 | </ Paragraph> | |
| 828 | </Pa ragraphs> | |
| 829 | <rd: DefaultNam e>MethodTy pe</rd:Def aultName> | |
| 830 | <Sty le> | |
| 831 | <B order> | |
| 832 | <Color>Lig htGrey</Co lor> | |
| 833 | <Style>Sol id</Style> | |
| 834 | </ Border> | |
| 835 | <P addingLeft >2pt</Padd ingLeft> | |
| 836 | <P addingRigh t>2pt</Pad dingRight> | |
| 837 | <P addingTop> 2pt</Paddi ngTop> | |
| 838 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 839 | </St yle> | |
| 840 | </Text box> | |
| 841 | </CellCo ntents> | |
| 842 | </TablixCe ll> | |
| 843 | <TablixCel l> | |
| 844 | <CellCon tents> | |
| 845 | <Textb ox Name="U nits"> | |
| 846 | <Can Grow>true< /CanGrow> | |
| 847 | <Kee pTogether> true</Keep Together> | |
| 848 | <Par agraphs> | |
| 849 | <P aragraph> | |
| 850 | <TextRuns> | |
| 851 | <TextRun > | |
| 852 | <Value >=Fields!U nits.Value </Value> | |
| 853 | <Style /> | |
| 854 | </TextRu n> | |
| 855 | </TextRuns > | |
| 856 | <Style /> | |
| 857 | </ Paragraph> | |
| 858 | </Pa ragraphs> | |
| 859 | <rd: DefaultNam e>Units</r d:DefaultN ame> | |
| 860 | <Sty le> | |
| 861 | <B order> | |
| 862 | <Color>Lig htGrey</Co lor> | |
| 863 | <Style>Sol id</Style> | |
| 864 | </ Border> | |
| 865 | <P addingLeft >2pt</Padd ingLeft> | |
| 866 | <P addingRigh t>2pt</Pad dingRight> | |
| 867 | <P addingTop> 2pt</Paddi ngTop> | |
| 868 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 869 | </St yle> | |
| 870 | </Text box> | |
| 871 | </CellCo ntents> | |
| 872 | </TablixCe ll> | |
| 873 | <TablixCel l> | |
| 874 | <CellCon tents> | |
| 875 | <Textb ox Name="L ABCHEMRESU LTVALUE"> | |
| 876 | <Can Grow>true< /CanGrow> | |
| 877 | <Kee pTogether> true</Keep Together> | |
| 878 | <Par agraphs> | |
| 879 | <P aragraph> | |
| 880 | <TextRuns> | |
| 881 | <TextRun > | |
| 882 | <Value >=Fields!L ABCHEMRESU LTVALUE.Va lue</Value > | |
| 883 | <Style /> | |
| 884 | </TextRu n> | |
| 885 | </TextRuns > | |
| 886 | <Style /> | |
| 887 | </ Paragraph> | |
| 888 | </Pa ragraphs> | |
| 889 | <rd: DefaultNam e>LABCHEMR ESULTVALUE </rd:Defau ltName> | |
| 890 | <Sty le> | |
| 891 | <B order> | |
| 892 | <Color>Lig htGrey</Co lor> | |
| 893 | <Style>Sol id</Style> | |
| 894 | </ Border> | |
| 895 | <P addingLeft >2pt</Padd ingLeft> | |
| 896 | <P addingRigh t>2pt</Pad dingRight> | |
| 897 | <P addingTop> 2pt</Paddi ngTop> | |
| 898 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 899 | </St yle> | |
| 900 | </Text box> | |
| 901 | </CellCo ntents> | |
| 902 | </TablixCe ll> | |
| 903 | <TablixCel l> | |
| 904 | <CellCon tents> | |
| 905 | <Textb ox Name="A BNORMAL"> | |
| 906 | <Can Grow>true< /CanGrow> | |
| 907 | <Kee pTogether> true</Keep Together> | |
| 908 | <Par agraphs> | |
| 909 | <P aragraph> | |
| 910 | <TextRuns> | |
| 911 | <TextRun > | |
| 912 | <Value >=Fields!A BNORMAL.Va lue</Value > | |
| 913 | <Style /> | |
| 914 | </TextRu n> | |
| 915 | </TextRuns > | |
| 916 | <Style /> | |
| 917 | </ Paragraph> | |
| 918 | </Pa ragraphs> | |
| 919 | <rd: DefaultNam e>ABNORMAL </rd:Defau ltName> | |
| 920 | <Sty le> | |
| 921 | <B order> | |
| 922 | <Color>Lig htGrey</Co lor> | |
| 923 | <Style>Sol id</Style> | |
| 924 | </ Border> | |
| 925 | <P addingLeft >2pt</Padd ingLeft> | |
| 926 | <P addingRigh t>2pt</Pad dingRight> | |
| 927 | <P addingTop> 2pt</Paddi ngTop> | |
| 928 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 929 | </St yle> | |
| 930 | </Text box> | |
| 931 | </CellCo ntents> | |
| 932 | </TablixCe ll> | |
| 933 | <TablixCel l> | |
| 934 | <CellCon tents> | |
| 935 | <Textb ox Name="R EFHIGH"> | |
| 936 | <Can Grow>true< /CanGrow> | |
| 937 | <Kee pTogether> true</Keep Together> | |
| 938 | <Par agraphs> | |
| 939 | <P aragraph> | |
| 940 | <TextRuns> | |
| 941 | <TextRun > | |
| 942 | <Value >=Fields!R EFHIGH.Val ue</Value> | |
| 943 | <Style /> | |
| 944 | </TextRu n> | |
| 945 | </TextRuns > | |
| 946 | <Style /> | |
| 947 | </ Paragraph> | |
| 948 | </Pa ragraphs> | |
| 949 | <rd: DefaultNam e>REFHIGH< /rd:Defaul tName> | |
| 950 | <Sty le> | |
| 951 | <B order> | |
| 952 | <Color>Lig htGrey</Co lor> | |
| 953 | <Style>Sol id</Style> | |
| 954 | </ Border> | |
| 955 | <P addingLeft >2pt</Padd ingLeft> | |
| 956 | <P addingRigh t>2pt</Pad dingRight> | |
| 957 | <P addingTop> 2pt</Paddi ngTop> | |
| 958 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 959 | </St yle> | |
| 960 | </Text box> | |
| 961 | </CellCo ntents> | |
| 962 | </TablixCe ll> | |
| 963 | <TablixCel l> | |
| 964 | <CellCon tents> | |
| 965 | <Textb ox Name="R EFLOW"> | |
| 966 | <Can Grow>true< /CanGrow> | |
| 967 | <Kee pTogether> true</Keep Together> | |
| 968 | <Par agraphs> | |
| 969 | <P aragraph> | |
| 970 | <TextRuns> | |
| 971 | <TextRun > | |
| 972 | <Value >=Fields!R EFLOW.Valu e</Value> | |
| 973 | <Style /> | |
| 974 | </TextRu n> | |
| 975 | </TextRuns > | |
| 976 | <Style /> | |
| 977 | </ Paragraph> | |
| 978 | </Pa ragraphs> | |
| 979 | <rd: DefaultNam e>REFLOW</ rd:Default Name> | |
| 980 | <Sty le> | |
| 981 | <B order> | |
| 982 | <Color>Lig htGrey</Co lor> | |
| 983 | <Style>Sol id</Style> | |
| 984 | </ Border> | |
| 985 | <P addingLeft >2pt</Padd ingLeft> | |
| 986 | <P addingRigh t>2pt</Pad dingRight> | |
| 987 | <P addingTop> 2pt</Paddi ngTop> | |
| 988 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 989 | </St yle> | |
| 990 | </Text box> | |
| 991 | </CellCo ntents> | |
| 992 | </TablixCe ll> | |
| 993 | </ TablixCell s> | |
| 994 | </Ta blixRow> | |
| 995 | </Tabl ixRows> | |
| 996 | </Tablix Body> | |
| 997 | <TablixC olumnHiera rchy> | |
| 998 | <Tabli xMembers> | |
| 999 | <Tab lixMember /> | |
| 1000 | <Tab lixMember /> | |
| 1001 | <Tab lixMember /> | |
| 1002 | <Tab lixMember /> | |
| 1003 | <Tab lixMember /> | |
| 1004 | <Tab lixMember /> | |
| 1005 | <Tab lixMember /> | |
| 1006 | <Tab lixMember /> | |
| 1007 | <Tab lixMember /> | |
| 1008 | <Tab lixMember /> | |
| 1009 | <Tab lixMember /> | |
| 1010 | </Tabl ixMembers> | |
| 1011 | </Tablix ColumnHier archy> | |
| 1012 | <TablixR owHierarch y> | |
| 1013 | <Tabli xMembers> | |
| 1014 | <Tab lixMember> | |
| 1015 | <K eepWithGro up>After</ KeepWithGr oup> | |
| 1016 | </Ta blixMember > | |
| 1017 | <Tab lixMember> | |
| 1018 | <G roup Name= "Details1" /> | |
| 1019 | </Ta blixMember > | |
| 1020 | </Tabl ixMembers> | |
| 1021 | </Tablix RowHierarc hy> | |
| 1022 | <DataSet Name>KDR_L abInformat ion</DataS etName> | |
| 1023 | <Top>2.7 5in</Top> | |
| 1024 | <Left>0. 25in</Left > | |
| 1025 | <Height> 0.5in</Hei ght> | |
| 1026 | <Width>1 1in</Width > | |
| 1027 | <ZIndex> 1</ZIndex> | |
| 1028 | <Style> | |
| 1029 | <Borde r> | |
| 1030 | <Sty le>None</S tyle> | |
| 1031 | </Bord er> | |
| 1032 | </Style> | |
| 1033 | </Tablix> | |
| 1034 | <Tablix Na me="Tablix 6"> | |
| 1035 | <TablixB ody> | |
| 1036 | <Tabli xColumns> | |
| 1037 | <Tab lixColumn> | |
| 1038 | <W idth>1in</ Width> | |
| 1039 | </Ta blixColumn > | |
| 1040 | <Tab lixColumn> | |
| 1041 | <W idth>4in</ Width> | |
| 1042 | </Ta blixColumn > | |
| 1043 | </Tabl ixColumns> | |
| 1044 | <Tabli xRows> | |
| 1045 | <Tab lixRow> | |
| 1046 | <H eight>0.25 in</Height > | |
| 1047 | <T ablixCells > | |
| 1048 | <TablixCel l> | |
| 1049 | <CellCon tents> | |
| 1050 | <Textb ox Name="T extbox49"> | |
| 1051 | <Can Grow>true< /CanGrow> | |
| 1052 | <Kee pTogether> true</Keep Together> | |
| 1053 | <Par agraphs> | |
| 1054 | <P aragraph> | |
| 1055 | <TextRuns> | |
| 1056 | <TextRun > | |
| 1057 | <Value >Last Name </Value> | |
| 1058 | <Style > | |
| 1059 | <Col or>White</ Color> | |
| 1060 | </Styl e> | |
| 1061 | </TextRu n> | |
| 1062 | </TextRuns > | |
| 1063 | <Style /> | |
| 1064 | </ Paragraph> | |
| 1065 | </Pa ragraphs> | |
| 1066 | <rd: DefaultNam e>Textbox4 9</rd:Defa ultName> | |
| 1067 | <Sty le> | |
| 1068 | <B order> | |
| 1069 | <Color>Lig htGrey</Co lor> | |
| 1070 | <Style>Sol id</Style> | |
| 1071 | </ Border> | |
| 1072 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1073 | <P addingLeft >2pt</Padd ingLeft> | |
| 1074 | <P addingRigh t>2pt</Pad dingRight> | |
| 1075 | <P addingTop> 2pt</Paddi ngTop> | |
| 1076 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1077 | </St yle> | |
| 1078 | </Text box> | |
| 1079 | </CellCo ntents> | |
| 1080 | </TablixCe ll> | |
| 1081 | <TablixCel l> | |
| 1082 | <CellCon tents> | |
| 1083 | <Textb ox Name="P atientLast Name"> | |
| 1084 | <Can Grow>true< /CanGrow> | |
| 1085 | <Kee pTogether> true</Keep Together> | |
| 1086 | <Par agraphs> | |
| 1087 | <P aragraph> | |
| 1088 | <TextRuns> | |
| 1089 | <TextRun > | |
| 1090 | <Value >=First(Fi elds!Patie ntLastName .Value)</V alue> | |
| 1091 | <Style /> | |
| 1092 | </TextRu n> | |
| 1093 | </TextRuns > | |
| 1094 | <Style> | |
| 1095 | <TextAli gn>Left</T extAlign> | |
| 1096 | </Style> | |
| 1097 | </ Paragraph> | |
| 1098 | </Pa ragraphs> | |
| 1099 | <rd: DefaultNam e>PatientL astName</r d:DefaultN ame> | |
| 1100 | <Sty le> | |
| 1101 | <B order> | |
| 1102 | <Color>Lig htGrey</Co lor> | |
| 1103 | <Style>Sol id</Style> | |
| 1104 | </ Border> | |
| 1105 | <P addingLeft >2pt</Padd ingLeft> | |
| 1106 | <P addingRigh t>2pt</Pad dingRight> | |
| 1107 | <P addingTop> 2pt</Paddi ngTop> | |
| 1108 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1109 | </St yle> | |
| 1110 | </Text box> | |
| 1111 | </CellCo ntents> | |
| 1112 | </TablixCe ll> | |
| 1113 | </ TablixCell s> | |
| 1114 | </Ta blixRow> | |
| 1115 | <Tab lixRow> | |
| 1116 | <H eight>0.25 in</Height > | |
| 1117 | <T ablixCells > | |
| 1118 | <TablixCel l> | |
| 1119 | <CellCon tents> | |
| 1120 | <Textb ox Name="T extbox54"> | |
| 1121 | <Can Grow>true< /CanGrow> | |
| 1122 | <Kee pTogether> true</Keep Together> | |
| 1123 | <Par agraphs> | |
| 1124 | <P aragraph> | |
| 1125 | <TextRuns> | |
| 1126 | <TextRun > | |
| 1127 | <Value >First Nam e</Value> | |
| 1128 | <Style > | |
| 1129 | <Col or>White</ Color> | |
| 1130 | </Styl e> | |
| 1131 | </TextRu n> | |
| 1132 | </TextRuns > | |
| 1133 | <Style /> | |
| 1134 | </ Paragraph> | |
| 1135 | </Pa ragraphs> | |
| 1136 | <rd: DefaultNam e>Textbox5 4</rd:Defa ultName> | |
| 1137 | <Sty le> | |
| 1138 | <B order> | |
| 1139 | <Color>Lig htGrey</Co lor> | |
| 1140 | <Style>Sol id</Style> | |
| 1141 | </ Border> | |
| 1142 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1143 | <P addingLeft >2pt</Padd ingLeft> | |
| 1144 | <P addingRigh t>2pt</Pad dingRight> | |
| 1145 | <P addingTop> 2pt</Paddi ngTop> | |
| 1146 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1147 | </St yle> | |
| 1148 | </Text box> | |
| 1149 | </CellCo ntents> | |
| 1150 | </TablixCe ll> | |
| 1151 | <TablixCel l> | |
| 1152 | <CellCon tents> | |
| 1153 | <Textb ox Name="p atientFirs tName"> | |
| 1154 | <Can Grow>true< /CanGrow> | |
| 1155 | <Kee pTogether> true</Keep Together> | |
| 1156 | <Par agraphs> | |
| 1157 | <P aragraph> | |
| 1158 | <TextRuns> | |
| 1159 | <TextRun > | |
| 1160 | <Value >=First(Fi elds!patie ntFirstNam e.Value)</ Value> | |
| 1161 | <Style /> | |
| 1162 | </TextRu n> | |
| 1163 | </TextRuns > | |
| 1164 | <Style> | |
| 1165 | <TextAli gn>Left</T extAlign> | |
| 1166 | </Style> | |
| 1167 | </ Paragraph> | |
| 1168 | </Pa ragraphs> | |
| 1169 | <rd: DefaultNam e>patientF irstName</ rd:Default Name> | |
| 1170 | <Sty le> | |
| 1171 | <B order> | |
| 1172 | <Color>Lig htGrey</Co lor> | |
| 1173 | <Style>Sol id</Style> | |
| 1174 | </ Border> | |
| 1175 | <P addingLeft >2pt</Padd ingLeft> | |
| 1176 | <P addingRigh t>2pt</Pad dingRight> | |
| 1177 | <P addingTop> 2pt</Paddi ngTop> | |
| 1178 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1179 | </St yle> | |
| 1180 | </Text box> | |
| 1181 | </CellCo ntents> | |
| 1182 | </TablixCe ll> | |
| 1183 | </ TablixCell s> | |
| 1184 | </Ta blixRow> | |
| 1185 | <Tab lixRow> | |
| 1186 | <H eight>0.25 in</Height > | |
| 1187 | <T ablixCells > | |
| 1188 | <TablixCel l> | |
| 1189 | <CellCon tents> | |
| 1190 | <Textb ox Name="T extbox56"> | |
| 1191 | <Can Grow>true< /CanGrow> | |
| 1192 | <Kee pTogether> true</Keep Together> | |
| 1193 | <Par agraphs> | |
| 1194 | <P aragraph> | |
| 1195 | <TextRuns> | |
| 1196 | <TextRun > | |
| 1197 | <Value >Date of B irth</Valu e> | |
| 1198 | <Style > | |
| 1199 | <Col or>White</ Color> | |
| 1200 | </Styl e> | |
| 1201 | </TextRu n> | |
| 1202 | </TextRuns > | |
| 1203 | <Style /> | |
| 1204 | </ Paragraph> | |
| 1205 | </Pa ragraphs> | |
| 1206 | <rd: DefaultNam e>Textbox5 6</rd:Defa ultName> | |
| 1207 | <Sty le> | |
| 1208 | <B order> | |
| 1209 | <Color>Lig htGrey</Co lor> | |
| 1210 | <Style>Sol id</Style> | |
| 1211 | </ Border> | |
| 1212 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1213 | <P addingLeft >2pt</Padd ingLeft> | |
| 1214 | <P addingRigh t>2pt</Pad dingRight> | |
| 1215 | <P addingTop> 2pt</Paddi ngTop> | |
| 1216 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1217 | </St yle> | |
| 1218 | </Text box> | |
| 1219 | </CellCo ntents> | |
| 1220 | </TablixCe ll> | |
| 1221 | <TablixCel l> | |
| 1222 | <CellCon tents> | |
| 1223 | <Textb ox Name="D ateOfBirth "> | |
| 1224 | <Can Grow>true< /CanGrow> | |
| 1225 | <Kee pTogether> true</Keep Together> | |
| 1226 | <Par agraphs> | |
| 1227 | <P aragraph> | |
| 1228 | <TextRuns> | |
| 1229 | <TextRun > | |
| 1230 | <Value >=First(Fi elds!DateO fBirth.Val ue)</Value > | |
| 1231 | <Style > | |
| 1232 | <For mat>MM/dd/ yyyy</Form at> | |
| 1233 | </Styl e> | |
| 1234 | </TextRu n> | |
| 1235 | </TextRuns > | |
| 1236 | <Style> | |
| 1237 | <TextAli gn>Left</T extAlign> | |
| 1238 | </Style> | |
| 1239 | </ Paragraph> | |
| 1240 | </Pa ragraphs> | |
| 1241 | <rd: DefaultNam e>DateOfBi rth</rd:De faultName> | |
| 1242 | <Sty le> | |
| 1243 | <B order> | |
| 1244 | <Color>Lig htGrey</Co lor> | |
| 1245 | <Style>Sol id</Style> | |
| 1246 | </ Border> | |
| 1247 | <P addingLeft >2pt</Padd ingLeft> | |
| 1248 | <P addingRigh t>2pt</Pad dingRight> | |
| 1249 | <P addingTop> 2pt</Paddi ngTop> | |
| 1250 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1251 | </St yle> | |
| 1252 | </Text box> | |
| 1253 | </CellCo ntents> | |
| 1254 | </TablixCe ll> | |
| 1255 | </ TablixCell s> | |
| 1256 | </Ta blixRow> | |
| 1257 | <Tab lixRow> | |
| 1258 | <H eight>0.25 in</Height > | |
| 1259 | <T ablixCells > | |
| 1260 | <TablixCel l> | |
| 1261 | <CellCon tents> | |
| 1262 | <Textb ox Name="T extbox58"> | |
| 1263 | <Can Grow>true< /CanGrow> | |
| 1264 | <Kee pTogether> true</Keep Together> | |
| 1265 | <Par agraphs> | |
| 1266 | <P aragraph> | |
| 1267 | <TextRuns> | |
| 1268 | <TextRun > | |
| 1269 | <Value >Age</Valu e> | |
| 1270 | <Style > | |
| 1271 | <Col or>White</ Color> | |
| 1272 | </Styl e> | |
| 1273 | </TextRu n> | |
| 1274 | </TextRuns > | |
| 1275 | <Style /> | |
| 1276 | </ Paragraph> | |
| 1277 | </Pa ragraphs> | |
| 1278 | <rd: DefaultNam e>Textbox5 8</rd:Defa ultName> | |
| 1279 | <Sty le> | |
| 1280 | <B order> | |
| 1281 | <Color>Lig htGrey</Co lor> | |
| 1282 | <Style>Sol id</Style> | |
| 1283 | </ Border> | |
| 1284 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1285 | <P addingLeft >2pt</Padd ingLeft> | |
| 1286 | <P addingRigh t>2pt</Pad dingRight> | |
| 1287 | <P addingTop> 2pt</Paddi ngTop> | |
| 1288 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1289 | </St yle> | |
| 1290 | </Text box> | |
| 1291 | </CellCo ntents> | |
| 1292 | </TablixCe ll> | |
| 1293 | <TablixCel l> | |
| 1294 | <CellCon tents> | |
| 1295 | <Textb ox Name="A ge"> | |
| 1296 | <Can Grow>true< /CanGrow> | |
| 1297 | <Kee pTogether> true</Keep Together> | |
| 1298 | <Par agraphs> | |
| 1299 | <P aragraph> | |
| 1300 | <TextRuns> | |
| 1301 | <TextRun > | |
| 1302 | <Value >=First(Fi elds!Age.V alue)</Val ue> | |
| 1303 | <Style /> | |
| 1304 | </TextRu n> | |
| 1305 | </TextRuns > | |
| 1306 | <Style> | |
| 1307 | <TextAli gn>Left</T extAlign> | |
| 1308 | </Style> | |
| 1309 | </ Paragraph> | |
| 1310 | </Pa ragraphs> | |
| 1311 | <rd: DefaultNam e>Age</rd: DefaultNam e> | |
| 1312 | <Sty le> | |
| 1313 | <B order> | |
| 1314 | <Color>Lig htGrey</Co lor> | |
| 1315 | <Style>Sol id</Style> | |
| 1316 | </ Border> | |
| 1317 | <P addingLeft >2pt</Padd ingLeft> | |
| 1318 | <P addingRigh t>2pt</Pad dingRight> | |
| 1319 | <P addingTop> 2pt</Paddi ngTop> | |
| 1320 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1321 | </St yle> | |
| 1322 | </Text box> | |
| 1323 | </CellCo ntents> | |
| 1324 | </TablixCe ll> | |
| 1325 | </ TablixCell s> | |
| 1326 | </Ta blixRow> | |
| 1327 | <Tab lixRow> | |
| 1328 | <H eight>0.25 in</Height > | |
| 1329 | <T ablixCells > | |
| 1330 | <TablixCel l> | |
| 1331 | <CellCon tents> | |
| 1332 | <Textb ox Name="T extbox60"> | |
| 1333 | <Can Grow>true< /CanGrow> | |
| 1334 | <Kee pTogether> true</Keep Together> | |
| 1335 | <Par agraphs> | |
| 1336 | <P aragraph> | |
| 1337 | <TextRuns> | |
| 1338 | <TextRun > | |
| 1339 | <Value >Gender</V alue> | |
| 1340 | <Style > | |
| 1341 | <Col or>White</ Color> | |
| 1342 | </Styl e> | |
| 1343 | </TextRu n> | |
| 1344 | </TextRuns > | |
| 1345 | <Style /> | |
| 1346 | </ Paragraph> | |
| 1347 | </Pa ragraphs> | |
| 1348 | <rd: DefaultNam e>Textbox6 0</rd:Defa ultName> | |
| 1349 | <Sty le> | |
| 1350 | <B order> | |
| 1351 | <Color>Lig htGrey</Co lor> | |
| 1352 | <Style>Sol id</Style> | |
| 1353 | </ Border> | |
| 1354 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1355 | <P addingLeft >2pt</Padd ingLeft> | |
| 1356 | <P addingRigh t>2pt</Pad dingRight> | |
| 1357 | <P addingTop> 2pt</Paddi ngTop> | |
| 1358 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1359 | </St yle> | |
| 1360 | </Text box> | |
| 1361 | </CellCo ntents> | |
| 1362 | </TablixCe ll> | |
| 1363 | <TablixCel l> | |
| 1364 | <CellCon tents> | |
| 1365 | <Textb ox Name="G ender"> | |
| 1366 | <Can Grow>true< /CanGrow> | |
| 1367 | <Kee pTogether> true</Keep Together> | |
| 1368 | <Par agraphs> | |
| 1369 | <P aragraph> | |
| 1370 | <TextRuns> | |
| 1371 | <TextRun > | |
| 1372 | <Value >=First(Fi elds!Gende r.Value)</ Value> | |
| 1373 | <Style /> | |
| 1374 | </TextRu n> | |
| 1375 | </TextRuns > | |
| 1376 | <Style> | |
| 1377 | <TextAli gn>Left</T extAlign> | |
| 1378 | </Style> | |
| 1379 | </ Paragraph> | |
| 1380 | </Pa ragraphs> | |
| 1381 | <rd: DefaultNam e>Gender</ rd:Default Name> | |
| 1382 | <Sty le> | |
| 1383 | <B order> | |
| 1384 | <Color>Lig htGrey</Co lor> | |
| 1385 | <Style>Sol id</Style> | |
| 1386 | </ Border> | |
| 1387 | <P addingLeft >2pt</Padd ingLeft> | |
| 1388 | <P addingRigh t>2pt</Pad dingRight> | |
| 1389 | <P addingTop> 2pt</Paddi ngTop> | |
| 1390 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1391 | </St yle> | |
| 1392 | </Text box> | |
| 1393 | </CellCo ntents> | |
| 1394 | </TablixCe ll> | |
| 1395 | </ TablixCell s> | |
| 1396 | </Ta blixRow> | |
| 1397 | <Tab lixRow> | |
| 1398 | <H eight>0.25 in</Height > | |
| 1399 | <T ablixCells > | |
| 1400 | <TablixCel l> | |
| 1401 | <CellCon tents> | |
| 1402 | <Textb ox Name="T extbox62"> | |
| 1403 | <Can Grow>true< /CanGrow> | |
| 1404 | <Kee pTogether> true</Keep Together> | |
| 1405 | <Par agraphs> | |
| 1406 | <P aragraph> | |
| 1407 | <TextRuns> | |
| 1408 | <TextRun > | |
| 1409 | <Value >Race</Val ue> | |
| 1410 | <Style > | |
| 1411 | <Col or>White</ Color> | |
| 1412 | </Styl e> | |
| 1413 | </TextRu n> | |
| 1414 | </TextRuns > | |
| 1415 | <Style /> | |
| 1416 | </ Paragraph> | |
| 1417 | </Pa ragraphs> | |
| 1418 | <rd: DefaultNam e>Textbox6 2</rd:Defa ultName> | |
| 1419 | <Sty le> | |
| 1420 | <B order> | |
| 1421 | <Color>Lig htGrey</Co lor> | |
| 1422 | <Style>Sol id</Style> | |
| 1423 | </ Border> | |
| 1424 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1425 | <P addingLeft >2pt</Padd ingLeft> | |
| 1426 | <P addingRigh t>2pt</Pad dingRight> | |
| 1427 | <P addingTop> 2pt</Paddi ngTop> | |
| 1428 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1429 | </St yle> | |
| 1430 | </Text box> | |
| 1431 | </CellCo ntents> | |
| 1432 | </TablixCe ll> | |
| 1433 | <TablixCel l> | |
| 1434 | <CellCon tents> | |
| 1435 | <Textb ox Name="R ace"> | |
| 1436 | <Can Grow>true< /CanGrow> | |
| 1437 | <Kee pTogether> true</Keep Together> | |
| 1438 | <Par agraphs> | |
| 1439 | <P aragraph> | |
| 1440 | <TextRuns> | |
| 1441 | <TextRun > | |
| 1442 | <Value >=First(Fi elds!Race. Value)</Va lue> | |
| 1443 | <Style /> | |
| 1444 | </TextRu n> | |
| 1445 | </TextRuns > | |
| 1446 | <Style> | |
| 1447 | <TextAli gn>Left</T extAlign> | |
| 1448 | </Style> | |
| 1449 | </ Paragraph> | |
| 1450 | </Pa ragraphs> | |
| 1451 | <rd: DefaultNam e>Race</rd :DefaultNa me> | |
| 1452 | <Sty le> | |
| 1453 | <B order> | |
| 1454 | <Color>Lig htGrey</Co lor> | |
| 1455 | <Style>Sol id</Style> | |
| 1456 | </ Border> | |
| 1457 | <P addingLeft >2pt</Padd ingLeft> | |
| 1458 | <P addingRigh t>2pt</Pad dingRight> | |
| 1459 | <P addingTop> 2pt</Paddi ngTop> | |
| 1460 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1461 | </St yle> | |
| 1462 | </Text box> | |
| 1463 | </CellCo ntents> | |
| 1464 | </TablixCe ll> | |
| 1465 | </ TablixCell s> | |
| 1466 | </Ta blixRow> | |
| 1467 | </Tabl ixRows> | |
| 1468 | </Tablix Body> | |
| 1469 | <TablixC olumnHiera rchy> | |
| 1470 | <Tabli xMembers> | |
| 1471 | <Tab lixMember /> | |
| 1472 | <Tab lixMember /> | |
| 1473 | </Tabl ixMembers> | |
| 1474 | </Tablix ColumnHier archy> | |
| 1475 | <TablixR owHierarch y> | |
| 1476 | <Tabli xMembers> | |
| 1477 | <Tab lixMember /> | |
| 1478 | <Tab lixMember /> | |
| 1479 | <Tab lixMember /> | |
| 1480 | <Tab lixMember /> | |
| 1481 | <Tab lixMember /> | |
| 1482 | <Tab lixMember /> | |
| 1483 | </Tabl ixMembers> | |
| 1484 | </Tablix RowHierarc hy> | |
| 1485 | <DataSet Name>KDR_L abInformat ion</DataS etName> | |
| 1486 | <Top>1in </Top> | |
| 1487 | <Left>0. 25in</Left > | |
| 1488 | <Height> 1.5in</Hei ght> | |
| 1489 | <Width>5 in</Width> | |
| 1490 | <ZIndex> 2</ZIndex> | |
| 1491 | <Style> | |
| 1492 | <Borde r> | |
| 1493 | <Sty le>None</S tyle> | |
| 1494 | </Bord er> | |
| 1495 | </Style> | |
| 1496 | </Tablix> | |
| 1497 | <Textbox N ame="Textb ox6"> | |
| 1498 | <CanGrow >true</Can Grow> | |
| 1499 | <KeepTog ether>true </KeepToge ther> | |
| 1500 | <Paragra phs> | |
| 1501 | <Parag raph> | |
| 1502 | <Tex tRuns> | |
| 1503 | <T extRun> | |
| 1504 | <Value>=II f(Paramete rs!commonF ilters.Val ue = "1", "eGFR LOIN C Codes:" & vbcr lf & " 15045-8, 2 1232-4, 21 60-0", IIf (Parameter s!commonFi lters.Valu e = "2", " Proteinuri a LOINC Co des:" & ; vbcrlf & amp; "5843 1-8, 14957 -5, 1753-3 , 1754-1, 21059-1, 3 0003-8, 43 605-5, 535 30-2, 5353 1-0, 57369 -1, 61196- 2, 11218-5 , 50949-7, 14956-7, 1755-8, 17 57-4, 4360 6-3, 43607 -1, 49002- 9, 49023-5 , 50209-6, 58448-2, 63474-1, 2 1028-6, 50 749-1, 128 42-1, 2148 2-5, 27298 -9, 2887-8 , 2888-6, 32551-4, 3 5663-4, 24 355-0, 243 56-8, 2435 7-6, 24365 -9, 39264- 7, 39265-4 , 50554-5, 50556-0, 50564-4, 5 7019-2, 57 020-0, 204 54-5, 3220 9-9, 45060 -1, 50561- 0, 53525-2 , 57735-3, 5804-0, 1 8373-1, 26 801-1, 288 9-4, 40662 -9, 40663- 7, 53121-0 , 58992-9" , ""))</Va lue> | |
| 1505 | <Style /> | |
| 1506 | </ TextRun> | |
| 1507 | </Te xtRuns> | |
| 1508 | <Sty le /> | |
| 1509 | </Para graph> | |
| 1510 | </Paragr aphs> | |
| 1511 | <rd:Defa ultName>Te xtbox6</rd :DefaultNa me> | |
| 1512 | <Top>1in </Top> | |
| 1513 | <Left>5. 5in</Left> | |
| 1514 | <Height> 1.5in</Hei ght> | |
| 1515 | <Width>5 .75in</Wid th> | |
| 1516 | <ZIndex> 3</ZIndex> | |
| 1517 | <Style> | |
| 1518 | <Borde r> | |
| 1519 | <Sty le>None</S tyle> | |
| 1520 | </Bord er> | |
| 1521 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 1522 | <Paddi ngRight>2p t</Padding Right> | |
| 1523 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 1524 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 1525 | </Style> | |
| 1526 | </Textbox> | |
| 1527 | </ ReportItem s> | |
| 1528 | <H eight>3.5i n</Height> | |
| 1529 | <S tyle> | |
| 1530 | <Border> | |
| 1531 | <Style>N one</Style > | |
| 1532 | </Border> | |
| 1533 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 1534 | </ Style> | |
| 1535 | </Bo dy> | |
| 1536 | <Wid th>11.5in< /Width> | |
| 1537 | <Pag e> | |
| 1538 | <P ageHeight> 8.5in</Pag eHeight> | |
| 1539 | <P ageWidth>1 1in</PageW idth> | |
| 1540 | <L eftMargin> 1in</LeftM argin> | |
| 1541 | <R ightMargin >1in</Righ tMargin> | |
| 1542 | <T opMargin>1 in</TopMar gin> | |
| 1543 | <B ottomMargi n>1in</Bot tomMargin> | |
| 1544 | <S tyle /> | |
| 1545 | </Pa ge> | |
| 1546 | </Repo rtSection> | |
| 1547 | </Report Sections> | |
| 1548 | <ReportP arameters> | |
| 1549 | <Repor tParameter Name="pat ientSID"> | |
| 1550 | <Dat aType>Inte ger</DataT ype> | |
| 1551 | <Pro mpt>Patien t SID</Pro mpt> | |
| 1552 | </Repo rtParamete r> | |
| 1553 | <Repor tParameter Name="loi ncFilter"> | |
| 1554 | <Dat aType>Stri ng</DataTy pe> | |
| 1555 | <Def aultValue> | |
| 1556 | <V alues> | |
| 1557 | <Value>0</ Value> | |
| 1558 | </ Values> | |
| 1559 | </De faultValue > | |
| 1560 | <Pro mpt>LOINC Filter</Pr ompt> | |
| 1561 | <Val idValues> | |
| 1562 | <D ataSetRefe rence> | |
| 1563 | <DataSetNa me>LOINC_I nformation </DataSetN ame> | |
| 1564 | <ValueFiel d>LOINC</V alueField> | |
| 1565 | <LabelFiel d>LOINC_Te xt</LabelF ield> | |
| 1566 | </ DataSetRef erence> | |
| 1567 | </Va lidValues> | |
| 1568 | <Mul tiValue>tr ue</MultiV alue> | |
| 1569 | </Repo rtParamete r> | |
| 1570 | <Repor tParameter Name="lab Date"> | |
| 1571 | <Dat aType>Date Time</Data Type> | |
| 1572 | <Nul lable>true </Nullable > | |
| 1573 | <Def aultValue> | |
| 1574 | <V alues> | |
| 1575 | <Value xml ns:xsi="ht tp://www.w 3.org/2001 /XMLSchema -instance" xsi:nil=" true" /> | |
| 1576 | </ Values> | |
| 1577 | </De faultValue > | |
| 1578 | <Pro mpt>Lab Da te</Prompt > | |
| 1579 | </Repo rtParamete r> | |
| 1580 | <Repor tParameter Name="lab DateOperat or"> | |
| 1581 | <Dat aType>Stri ng</DataTy pe> | |
| 1582 | <Nul lable>true </Nullable > | |
| 1583 | <Def aultValue> | |
| 1584 | <V alues> | |
| 1585 | <Value>0</ Value> | |
| 1586 | </ Values> | |
| 1587 | </De faultValue > | |
| 1588 | <All owBlank>tr ue</AllowB lank> | |
| 1589 | <Pro mpt>Lab Da te Operato r</Prompt> | |
| 1590 | <Val idValues> | |
| 1591 | <P arameterVa lues> | |
| 1592 | <Parameter Value> | |
| 1593 | <Value>0 </Value> | |
| 1594 | <Label>S elect Oper ator</Labe l> | |
| 1595 | </Paramete rValue> | |
| 1596 | <Parameter Value> | |
| 1597 | <Value>1 </Value> | |
| 1598 | <Label>G reater Tha n</Label> | |
| 1599 | </Paramete rValue> | |
| 1600 | <Parameter Value> | |
| 1601 | <Value>2 </Value> | |
| 1602 | <Label>L ess Than</ Label> | |
| 1603 | </Paramete rValue> | |
| 1604 | <Parameter Value> | |
| 1605 | <Value>3 </Value> | |
| 1606 | <Label>E qual To</L abel> | |
| 1607 | </Paramete rValue> | |
| 1608 | </ ParameterV alues> | |
| 1609 | </Va lidValues> | |
| 1610 | </Repo rtParamete r> | |
| 1611 | <Repor tParameter Name="com monFilters "> | |
| 1612 | <Dat aType>Stri ng</DataTy pe> | |
| 1613 | <Def aultValue> | |
| 1614 | <V alues> | |
| 1615 | <Value>0</ Value> | |
| 1616 | </ Values> | |
| 1617 | </De faultValue > | |
| 1618 | <Pro mpt>Common Filters</ Prompt> | |
| 1619 | <Val idValues> | |
| 1620 | <P arameterVa lues> | |
| 1621 | <Parameter Value> | |
| 1622 | <Value>0 </Value> | |
| 1623 | <Label>S elect Filt er</Label> | |
| 1624 | </Paramete rValue> | |
| 1625 | <Parameter Value> | |
| 1626 | <Value>1 </Value> | |
| 1627 | <Label>C reatinine (eGFR)</La bel> | |
| 1628 | </Paramete rValue> | |
| 1629 | <Parameter Value> | |
| 1630 | <Value>2 </Value> | |
| 1631 | <Label>P roteinuria </Label> | |
| 1632 | </Paramete rValue> | |
| 1633 | </ ParameterV alues> | |
| 1634 | </Va lidValues> | |
| 1635 | </Repo rtParamete r> | |
| 1636 | </Report Parameters > | |
| 1637 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 1638 | <rd:Report ServerUrl> https:// DNS cresqc50a. aac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 1639 | <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID> | |
| 1640 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.