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