Produced by Araxis Merge on 7/5/2018 7:15:49 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\BCR | Ad_Hoc_Ordered_Pending_Report_System_Template.rdl | Wed Jun 27 16:57:16 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\BCR | Ad_Hoc_Ordered_Pending_Report_System_Template.rdl | Wed Jun 27 17:40:49 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 3538 |
| 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>f5a668d 4-bfbb-4dd 9-878e-603 33716e264< /rd:DataSo urceID> | |
| 9 | </Data Source> | |
| 10 | </DataSo urces> | |
| 11 | <DataSet s> | |
| 12 | <DataS et Name="D ataSet1"> | |
| 13 | <Que ry> | |
| 14 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 15 | <Q ueryParame ters> | |
| 16 | <QueryPara meter Name ="@Sta3n"> | |
| 17 | <Value>= Parameters !Sta3n.Val ue</Value> | |
| 18 | </QueryPar ameter> | |
| 19 | <QueryPara meter Name ="@StartDa te"> | |
| 20 | <Value>= Parameters !StartDate .Value</Va lue> | |
| 21 | </QueryPar ameter> | |
| 22 | <QueryPara meter Name ="@EndDate "> | |
| 23 | <Value>= Parameters !EndDate.V alue</Valu e> | |
| 24 | </QueryPar ameter> | |
| 25 | </ QueryParam eters> | |
| 26 | <C ommandText >select | |
| 27 | bc r.PatientS ID as [bcr .PatientSI D], | |
| 28 | bc r.Sta3n as [bcr.Sta3 n], | |
| 29 | bc r.Deceased as [bcr.D eceased], | |
| 30 | bc r.PCMMTeam as [bcr.P CMMTeam], | |
| 31 | bc r.PCMMStaf fName as [ bcr.PCMMSt affName], | |
| 32 | bc r.PatientL astName as [bcr.Pati entLastNam e], | |
| 33 | bc r.PatientF irstName a s [bcr.Pat ientFirstN ame], | |
| 34 | bc r.VAID as [bcr.VAID] , | |
| 35 | bc r.DateOFMo stRecentMa mmogram as [bcr.Date OFMostRece ntMammogra m], | |
| 36 | bc r.BIRADSco re as [bcr .BIRADScor e], | |
| 37 | bc r.DateNext MammogramD ue as [bcr .DateNextM ammogramDu e], | |
| 38 | Or ders.Order StartDateT ime as [Or ders.Order StartDateT ime], | |
| 39 | Or ders.Order Status as [Orders.Or derStatus] , | |
| 40 | Or ders.Order ableItemCo de as [Ord ers.Ordera bleItemCod e], | |
| 41 | Or ders.CPTNa me as [Ord ers.CPTNam e], | |
| 42 | Or ders.CPTDe scription as [Orders .CPTDescri ption], | |
| 43 | Or ders.Imagi ngType as [Orders.Im agingType] , | |
| 44 | bc r.Age as [ bcr.Age], | |
| 45 | bc r.Gender a s [bcr.Gen der], | |
| 46 | bc r.Race as [bcr.Race] | |
| 47 | from | |
| 48 | CR S.BCCCR_BC R_ALL bcr | |
| 49 | inne r join CRS .BCCCR_Ord ers Orders on Orders .PatientSI D = bcr.Pa tientSID | |
| 50 | where | |
| 51 | (b cr.Sta3n = @Sta3n AN D (Orders. OrderStatu s = 'ACTIV E' OR Orde rs.OrderSt atus = 'PE NDING' OR Orders.Ord erStatus = 'HOLD' OR Orders.Or derStatus = 'SCHEDUL ED') AND b cr.Decease d <> 'Y' AND ( Orders.Ord erStartDat eTime > = @StartDa te AND Ord ers.OrderS tartDateTi me <= @ EndDate))< /CommandTe xt> | |
| 52 | </Qu ery> | |
| 53 | <Fie lds> | |
| 54 | <F ield Name= "bcr_Patie ntSID"> | |
| 55 | <DataField >bcr.Patie ntSID</Dat aField> | |
| 56 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 57 | </ Field> | |
| 58 | <F ield Name= "bcr_Sta3n "> | |
| 59 | <DataField >bcr.Sta3n </DataFiel d> | |
| 60 | <rd:TypeNa me>System. Int16</rd: TypeName> | |
| 61 | </ Field> | |
| 62 | <F ield Name= "bcr_Decea sed"> | |
| 63 | <DataField >bcr.Decea sed</DataF ield> | |
| 64 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 65 | </ Field> | |
| 66 | <F ield Name= "bcr_PCMMT eam"> | |
| 67 | <DataField >bcr.PCMMT eam</DataF ield> | |
| 68 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 69 | </ Field> | |
| 70 | <F ield Name= "bcr_PCMMS taffName"> | |
| 71 | <DataField >bcr.PCMMS taffName</ DataField> | |
| 72 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 73 | </ Field> | |
| 74 | <F ield Name= "bcr_Patie ntLastName "> | |
| 75 | <DataField >bcr.Patie ntLastName </DataFiel d> | |
| 76 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 77 | </ Field> | |
| 78 | <F ield Name= "bcr_Patie ntFirstNam e"> | |
| 79 | <DataField >bcr.Patie ntFirstNam e</DataFie ld> | |
| 80 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 81 | </ Field> | |
| 82 | <F ield Name= "bcr_VAID" > | |
| 83 | <DataField >bcr.VAID< /DataField > | |
| 84 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 85 | </ Field> | |
| 86 | <F ield Name= "bcr_DateO FMostRecen tMammogram "> | |
| 87 | <DataField >bcr.DateO FMostRecen tMammogram </DataFiel d> | |
| 88 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 89 | </ Field> | |
| 90 | <F ield Name= "bcr_BIRAD Score"> | |
| 91 | <DataField >bcr.BIRAD Score</Dat aField> | |
| 92 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 93 | </ Field> | |
| 94 | <F ield Name= "bcr_DateN extMammogr amDue"> | |
| 95 | <DataField >bcr.DateN extMammogr amDue</Dat aField> | |
| 96 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 97 | </ Field> | |
| 98 | <F ield Name= "Orders_Or derStartDa teTime"> | |
| 99 | <DataField >Orders.Or derStartDa teTime</Da taField> | |
| 100 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 101 | </ Field> | |
| 102 | <F ield Name= "Orders_Or derStatus" > | |
| 103 | <DataField >Orders.Or derStatus< /DataField > | |
| 104 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 105 | </ Field> | |
| 106 | <F ield Name= "Orders_Or derableIte mCode"> | |
| 107 | <DataField >Orders.Or derableIte mCode</Dat aField> | |
| 108 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 109 | </ Field> | |
| 110 | <F ield Name= "Orders_CP TName"> | |
| 111 | <DataField >Orders.CP TName</Dat aField> | |
| 112 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 113 | </ Field> | |
| 114 | <F ield Name= "Orders_CP TDescripti on"> | |
| 115 | <DataField >Orders.CP TDescripti on</DataFi eld> | |
| 116 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 117 | </ Field> | |
| 118 | <F ield Name= "Orders_Im agingType" > | |
| 119 | <DataField >Orders.Im agingType< /DataField > | |
| 120 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 121 | </ Field> | |
| 122 | <F ield Name= "bcr_Age"> | |
| 123 | <DataField >bcr.Age</ DataField> | |
| 124 | <rd:TypeNa me>System. Decimal</r d:TypeName > | |
| 125 | </ Field> | |
| 126 | <F ield Name= "bcr_Gende r"> | |
| 127 | <DataField >bcr.Gende r</DataFie ld> | |
| 128 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 129 | </ Field> | |
| 130 | <F ield Name= "bcr_Race" > | |
| 131 | <DataField >bcr.Race< /DataField > | |
| 132 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 133 | </ Field> | |
| 134 | </Fi elds> | |
| 135 | </Data Set> | |
| 136 | </DataSe ts> | |
| 137 | <ReportS ections> | |
| 138 | <Repor tSection> | |
| 139 | <Bod y> | |
| 140 | <R eportItems > | |
| 141 | <Textbox N ame="Textb ox1"> | |
| 142 | <CanGrow >true</Can Grow> | |
| 143 | <KeepTog ether>true </KeepToge ther> | |
| 144 | <Paragra phs> | |
| 145 | <Parag raph> | |
| 146 | <Tex tRuns> | |
| 147 | <T extRun> | |
| 148 | <Value>Ord ered Pendi ng Report< /Value> | |
| 149 | <Style /> | |
| 150 | </ TextRun> | |
| 151 | </Te xtRuns> | |
| 152 | <Sty le /> | |
| 153 | </Para graph> | |
| 154 | </Paragr aphs> | |
| 155 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 156 | <Top>0.2 5in</Top> | |
| 157 | <Left>0. 25in</Left > | |
| 158 | <Height> 0.25in</He ight> | |
| 159 | <Width>2 .21875in</ Width> | |
| 160 | <Style> | |
| 161 | <Borde r> | |
| 162 | <Sty le>None</S tyle> | |
| 163 | </Bord er> | |
| 164 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 165 | <Paddi ngRight>2p t</Padding Right> | |
| 166 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 167 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 168 | </Style> | |
| 169 | </Textbox> | |
| 170 | <Tablix Na me="Tablix 1"> | |
| 171 | <TablixB ody> | |
| 172 | <Tabli xColumns> | |
| 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>1in</ Width> | |
| 184 | </Ta blixColumn > | |
| 185 | <Tab lixColumn> | |
| 186 | <W idth>1in</ Width> | |
| 187 | </Ta blixColumn > | |
| 188 | <Tab lixColumn> | |
| 189 | <W idth>1in</ Width> | |
| 190 | </Ta blixColumn > | |
| 191 | <Tab lixColumn> | |
| 192 | <W idth>1in</ Width> | |
| 193 | </Ta blixColumn > | |
| 194 | <Tab lixColumn> | |
| 195 | <W idth>1in</ 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>1in</ 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 | <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 | </Tabl ixColumns> | |
| 234 | <Tabli xRows> | |
| 235 | <Tab lixRow> | |
| 236 | <H eight>0.25 in</Height > | |
| 237 | <T ablixCells > | |
| 238 | <TablixCel l> | |
| 239 | <CellCon tents> | |
| 240 | <Textb ox Name="T extbox2"> | |
| 241 | <Can Grow>true< /CanGrow> | |
| 242 | <Use rSort> | |
| 243 | <S ortExpress ion>=Field s!bcr_Pati entSID.Val ue</SortEx pression> | |
| 244 | </Us erSort> | |
| 245 | <Kee pTogether> true</Keep Together> | |
| 246 | <Par agraphs> | |
| 247 | <P aragraph> | |
| 248 | <TextRuns> | |
| 249 | <TextRun > | |
| 250 | <Value >bcr Patie nt SID</Va lue> | |
| 251 | <Style > | |
| 252 | <Fon tSize>8pt< /FontSize> | |
| 253 | </Styl e> | |
| 254 | </TextRu n> | |
| 255 | </TextRuns > | |
| 256 | <Style> | |
| 257 | <TextAli gn>Center< /TextAlign > | |
| 258 | </Style> | |
| 259 | </ Paragraph> | |
| 260 | </Pa ragraphs> | |
| 261 | <rd: DefaultNam e>Textbox2 </rd:Defau ltName> | |
| 262 | <Sty le> | |
| 263 | <B order> | |
| 264 | <Color>Lig htGrey</Co lor> | |
| 265 | <Style>Sol id</Style> | |
| 266 | </ Border> | |
| 267 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 268 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 269 | <P addingLeft >2pt</Padd ingLeft> | |
| 270 | <P addingRigh t>2pt</Pad dingRight> | |
| 271 | <P addingTop> 2pt</Paddi ngTop> | |
| 272 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 273 | </St yle> | |
| 274 | </Text box> | |
| 275 | </CellCo ntents> | |
| 276 | </TablixCe ll> | |
| 277 | <TablixCel l> | |
| 278 | <CellCon tents> | |
| 279 | <Textb ox Name="T extbox4"> | |
| 280 | <Can Grow>true< /CanGrow> | |
| 281 | <Use rSort> | |
| 282 | <S ortExpress ion>=Field s!bcr_Sta3 n.Value</S ortExpress ion> | |
| 283 | </Us erSort> | |
| 284 | <Kee pTogether> true</Keep Together> | |
| 285 | <Par agraphs> | |
| 286 | <P aragraph> | |
| 287 | <TextRuns> | |
| 288 | <TextRun > | |
| 289 | <Value >bcr Sta3n </Value> | |
| 290 | <Style > | |
| 291 | <Fon tSize>8pt< /FontSize> | |
| 292 | </Styl e> | |
| 293 | </TextRu n> | |
| 294 | </TextRuns > | |
| 295 | <Style> | |
| 296 | <TextAli gn>Center< /TextAlign > | |
| 297 | </Style> | |
| 298 | </ Paragraph> | |
| 299 | </Pa ragraphs> | |
| 300 | <rd: DefaultNam e>Textbox4 </rd:Defau ltName> | |
| 301 | <Sty le> | |
| 302 | <B order> | |
| 303 | <Color>Lig htGrey</Co lor> | |
| 304 | <Style>Sol id</Style> | |
| 305 | </ Border> | |
| 306 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 307 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 308 | <P addingLeft >2pt</Padd ingLeft> | |
| 309 | <P addingRigh t>2pt</Pad dingRight> | |
| 310 | <P addingTop> 2pt</Paddi ngTop> | |
| 311 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 312 | </St yle> | |
| 313 | </Text box> | |
| 314 | </CellCo ntents> | |
| 315 | </TablixCe ll> | |
| 316 | <TablixCel l> | |
| 317 | <CellCon tents> | |
| 318 | <Textb ox Name="T extbox40"> | |
| 319 | <Can Grow>true< /CanGrow> | |
| 320 | <Use rSort> | |
| 321 | <S ortExpress ion>=Field s!bcr_Dece ased.Value </SortExpr ession> | |
| 322 | </Us erSort> | |
| 323 | <Kee pTogether> true</Keep Together> | |
| 324 | <Par agraphs> | |
| 325 | <P aragraph> | |
| 326 | <TextRuns> | |
| 327 | <TextRun > | |
| 328 | <Value >bcr Decea sed</Value > | |
| 329 | <Style > | |
| 330 | <Fon tSize>8pt< /FontSize> | |
| 331 | </Styl e> | |
| 332 | </TextRu n> | |
| 333 | </TextRuns > | |
| 334 | <Style> | |
| 335 | <TextAli gn>Center< /TextAlign > | |
| 336 | </Style> | |
| 337 | </ Paragraph> | |
| 338 | </Pa ragraphs> | |
| 339 | <rd: DefaultNam e>Textbox4 0</rd:Defa ultName> | |
| 340 | <Sty le> | |
| 341 | <B order> | |
| 342 | <Color>Lig htGrey</Co lor> | |
| 343 | <Style>Sol id</Style> | |
| 344 | </ Border> | |
| 345 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 346 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 347 | <P addingLeft >2pt</Padd ingLeft> | |
| 348 | <P addingRigh t>2pt</Pad dingRight> | |
| 349 | <P addingTop> 2pt</Paddi ngTop> | |
| 350 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 351 | </St yle> | |
| 352 | </Text box> | |
| 353 | </CellCo ntents> | |
| 354 | </TablixCe ll> | |
| 355 | <TablixCel l> | |
| 356 | <CellCon tents> | |
| 357 | <Textb ox Name="T extbox38"> | |
| 358 | <Can Grow>true< /CanGrow> | |
| 359 | <Use rSort> | |
| 360 | <S ortExpress ion>=Field s!bcr_PCMM Team.Value </SortExpr ession> | |
| 361 | </Us erSort> | |
| 362 | <Kee pTogether> true</Keep Together> | |
| 363 | <Par agraphs> | |
| 364 | <P aragraph> | |
| 365 | <TextRuns> | |
| 366 | <TextRun > | |
| 367 | <Value >bcr PCMMT eam</Value > | |
| 368 | <Style > | |
| 369 | <Fon tSize>8pt< /FontSize> | |
| 370 | </Styl e> | |
| 371 | </TextRu n> | |
| 372 | </TextRuns > | |
| 373 | <Style> | |
| 374 | <TextAli gn>Center< /TextAlign > | |
| 375 | </Style> | |
| 376 | </ Paragraph> | |
| 377 | </Pa ragraphs> | |
| 378 | <rd: DefaultNam e>Textbox3 8</rd:Defa ultName> | |
| 379 | <Sty le> | |
| 380 | <B order> | |
| 381 | <Color>Lig htGrey</Co lor> | |
| 382 | <Style>Sol id</Style> | |
| 383 | </ Border> | |
| 384 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 385 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 386 | <P addingLeft >2pt</Padd ingLeft> | |
| 387 | <P addingRigh t>2pt</Pad dingRight> | |
| 388 | <P addingTop> 2pt</Paddi ngTop> | |
| 389 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 390 | </St yle> | |
| 391 | </Text box> | |
| 392 | </CellCo ntents> | |
| 393 | </TablixCe ll> | |
| 394 | <TablixCel l> | |
| 395 | <CellCon tents> | |
| 396 | <Textb ox Name="T extbox36"> | |
| 397 | <Can Grow>true< /CanGrow> | |
| 398 | <Use rSort> | |
| 399 | <S ortExpress ion>=Field s!bcr_PCMM StaffName. Value</Sor tExpressio n> | |
| 400 | </Us erSort> | |
| 401 | <Kee pTogether> true</Keep Together> | |
| 402 | <Par agraphs> | |
| 403 | <P aragraph> | |
| 404 | <TextRuns> | |
| 405 | <TextRun > | |
| 406 | <Value >bcr PCMMS taff Name< /Value> | |
| 407 | <Style > | |
| 408 | <Fon tSize>8pt< /FontSize> | |
| 409 | </Styl e> | |
| 410 | </TextRu n> | |
| 411 | </TextRuns > | |
| 412 | <Style> | |
| 413 | <TextAli gn>Center< /TextAlign > | |
| 414 | </Style> | |
| 415 | </ Paragraph> | |
| 416 | </Pa ragraphs> | |
| 417 | <rd: DefaultNam e>Textbox3 6</rd:Defa ultName> | |
| 418 | <Sty le> | |
| 419 | <B order> | |
| 420 | <Color>Lig htGrey</Co lor> | |
| 421 | <Style>Sol id</Style> | |
| 422 | </ Border> | |
| 423 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 424 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 425 | <P addingLeft >2pt</Padd ingLeft> | |
| 426 | <P addingRigh t>2pt</Pad dingRight> | |
| 427 | <P addingTop> 2pt</Paddi ngTop> | |
| 428 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 429 | </St yle> | |
| 430 | </Text box> | |
| 431 | </CellCo ntents> | |
| 432 | </TablixCe ll> | |
| 433 | <TablixCel l> | |
| 434 | <CellCon tents> | |
| 435 | <Textb ox Name="T extbox34"> | |
| 436 | <Can Grow>true< /CanGrow> | |
| 437 | <Use rSort> | |
| 438 | <S ortExpress ion>=Field s!bcr_Pati entLastNam e.Value</S ortExpress ion> | |
| 439 | </Us erSort> | |
| 440 | <Kee pTogether> true</Keep Together> | |
| 441 | <Par agraphs> | |
| 442 | <P aragraph> | |
| 443 | <TextRuns> | |
| 444 | <TextRun > | |
| 445 | <Value >bcr Patie nt Last Na me</Value> | |
| 446 | <Style > | |
| 447 | <Fon tSize>8pt< /FontSize> | |
| 448 | </Styl e> | |
| 449 | </TextRu n> | |
| 450 | </TextRuns > | |
| 451 | <Style> | |
| 452 | <TextAli gn>Center< /TextAlign > | |
| 453 | </Style> | |
| 454 | </ Paragraph> | |
| 455 | </Pa ragraphs> | |
| 456 | <rd: DefaultNam e>Textbox3 4</rd:Defa ultName> | |
| 457 | <Sty le> | |
| 458 | <B order> | |
| 459 | <Color>Lig htGrey</Co lor> | |
| 460 | <Style>Sol id</Style> | |
| 461 | </ Border> | |
| 462 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 463 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 464 | <P addingLeft >2pt</Padd ingLeft> | |
| 465 | <P addingRigh t>2pt</Pad dingRight> | |
| 466 | <P addingTop> 2pt</Paddi ngTop> | |
| 467 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 468 | </St yle> | |
| 469 | </Text box> | |
| 470 | </CellCo ntents> | |
| 471 | </TablixCe ll> | |
| 472 | <TablixCel l> | |
| 473 | <CellCon tents> | |
| 474 | <Textb ox Name="T extbox32"> | |
| 475 | <Can Grow>true< /CanGrow> | |
| 476 | <Use rSort> | |
| 477 | <S ortExpress ion>=Field s!bcr_Pati entFirstNa me.Value</ SortExpres sion> | |
| 478 | </Us erSort> | |
| 479 | <Kee pTogether> true</Keep Together> | |
| 480 | <Par agraphs> | |
| 481 | <P aragraph> | |
| 482 | <TextRuns> | |
| 483 | <TextRun > | |
| 484 | <Value >bcr Patie nt First N ame</Value > | |
| 485 | <Style > | |
| 486 | <Fon tSize>8pt< /FontSize> | |
| 487 | </Styl e> | |
| 488 | </TextRu n> | |
| 489 | </TextRuns > | |
| 490 | <Style> | |
| 491 | <TextAli gn>Center< /TextAlign > | |
| 492 | </Style> | |
| 493 | </ Paragraph> | |
| 494 | </Pa ragraphs> | |
| 495 | <rd: DefaultNam e>Textbox3 2</rd:Defa ultName> | |
| 496 | <Sty le> | |
| 497 | <B order> | |
| 498 | <Color>Lig htGrey</Co lor> | |
| 499 | <Style>Sol id</Style> | |
| 500 | </ Border> | |
| 501 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 502 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 503 | <P addingLeft >2pt</Padd ingLeft> | |
| 504 | <P addingRigh t>2pt</Pad dingRight> | |
| 505 | <P addingTop> 2pt</Paddi ngTop> | |
| 506 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 507 | </St yle> | |
| 508 | </Text box> | |
| 509 | </CellCo ntents> | |
| 510 | </TablixCe ll> | |
| 511 | <TablixCel l> | |
| 512 | <CellCon tents> | |
| 513 | <Textb ox Name="T extbox30"> | |
| 514 | <Can Grow>true< /CanGrow> | |
| 515 | <Use rSort> | |
| 516 | <S ortExpress ion>=Field s!bcr_VAID .Value</So rtExpressi on> | |
| 517 | </Us erSort> | |
| 518 | <Kee pTogether> true</Keep Together> | |
| 519 | <Par agraphs> | |
| 520 | <P aragraph> | |
| 521 | <TextRuns> | |
| 522 | <TextRun > | |
| 523 | <Value >bcr VAID< /Value> | |
| 524 | <Style > | |
| 525 | <Fon tSize>8pt< /FontSize> | |
| 526 | </Styl e> | |
| 527 | </TextRu n> | |
| 528 | </TextRuns > | |
| 529 | <Style> | |
| 530 | <TextAli gn>Center< /TextAlign > | |
| 531 | </Style> | |
| 532 | </ Paragraph> | |
| 533 | </Pa ragraphs> | |
| 534 | <rd: DefaultNam e>Textbox3 0</rd:Defa ultName> | |
| 535 | <Sty le> | |
| 536 | <B order> | |
| 537 | <Color>Lig htGrey</Co lor> | |
| 538 | <Style>Sol id</Style> | |
| 539 | </ Border> | |
| 540 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 541 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 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 extbox28"> | |
| 553 | <Can Grow>true< /CanGrow> | |
| 554 | <Use rSort> | |
| 555 | <S ortExpress ion>=Field s!bcr_Date OFMostRece ntMammogra m.Value</S ortExpress ion> | |
| 556 | </Us erSort> | |
| 557 | <Kee pTogether> true</Keep Together> | |
| 558 | <Par agraphs> | |
| 559 | <P aragraph> | |
| 560 | <TextRuns> | |
| 561 | <TextRun > | |
| 562 | <Value >bcr Date OFMost Rec ent Mammog ram</Value > | |
| 563 | <Style > | |
| 564 | <Fon tSize>8pt< /FontSize> | |
| 565 | </Styl e> | |
| 566 | </TextRu n> | |
| 567 | </TextRuns > | |
| 568 | <Style> | |
| 569 | <TextAli gn>Center< /TextAlign > | |
| 570 | </Style> | |
| 571 | </ Paragraph> | |
| 572 | </Pa ragraphs> | |
| 573 | <rd: DefaultNam e>Textbox2 8</rd:Defa ultName> | |
| 574 | <Sty le> | |
| 575 | <B order> | |
| 576 | <Color>Lig htGrey</Co lor> | |
| 577 | <Style>Sol id</Style> | |
| 578 | </ Border> | |
| 579 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 580 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 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 extbox26"> | |
| 592 | <Can Grow>true< /CanGrow> | |
| 593 | <Use rSort> | |
| 594 | <S ortExpress ion>=Field s!bcr_BIRA DScore.Val ue</SortEx pression> | |
| 595 | </Us erSort> | |
| 596 | <Kee pTogether> true</Keep Together> | |
| 597 | <Par agraphs> | |
| 598 | <P aragraph> | |
| 599 | <TextRuns> | |
| 600 | <TextRun > | |
| 601 | <Value >bcr BIRAD Score</Val ue> | |
| 602 | <Style > | |
| 603 | <Fon tSize>8pt< /FontSize> | |
| 604 | </Styl e> | |
| 605 | </TextRu n> | |
| 606 | </TextRuns > | |
| 607 | <Style> | |
| 608 | <TextAli gn>Center< /TextAlign > | |
| 609 | </Style> | |
| 610 | </ Paragraph> | |
| 611 | </Pa ragraphs> | |
| 612 | <rd: DefaultNam e>Textbox2 6</rd:Defa ultName> | |
| 613 | <Sty le> | |
| 614 | <B order> | |
| 615 | <Color>Lig htGrey</Co lor> | |
| 616 | <Style>Sol id</Style> | |
| 617 | </ Border> | |
| 618 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 619 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 620 | <P addingLeft >2pt</Padd ingLeft> | |
| 621 | <P addingRigh t>2pt</Pad dingRight> | |
| 622 | <P addingTop> 2pt</Paddi ngTop> | |
| 623 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 624 | </St yle> | |
| 625 | </Text box> | |
| 626 | </CellCo ntents> | |
| 627 | </TablixCe ll> | |
| 628 | <TablixCel l> | |
| 629 | <CellCon tents> | |
| 630 | <Textb ox Name="T extbox24"> | |
| 631 | <Can Grow>true< /CanGrow> | |
| 632 | <Use rSort> | |
| 633 | <S ortExpress ion>=Field s!bcr_Date NextMammog ramDue.Val ue</SortEx pression> | |
| 634 | </Us erSort> | |
| 635 | <Kee pTogether> true</Keep Together> | |
| 636 | <Par agraphs> | |
| 637 | <P aragraph> | |
| 638 | <TextRuns> | |
| 639 | <TextRun > | |
| 640 | <Value >bcr Date Next Mammo gram Due</ Value> | |
| 641 | <Style > | |
| 642 | <Fon tSize>8pt< /FontSize> | |
| 643 | </Styl e> | |
| 644 | </TextRu n> | |
| 645 | </TextRuns > | |
| 646 | <Style> | |
| 647 | <TextAli gn>Center< /TextAlign > | |
| 648 | </Style> | |
| 649 | </ Paragraph> | |
| 650 | </Pa ragraphs> | |
| 651 | <rd: DefaultNam e>Textbox2 4</rd:Defa ultName> | |
| 652 | <Sty le> | |
| 653 | <B order> | |
| 654 | <Color>Lig htGrey</Co lor> | |
| 655 | <Style>Sol id</Style> | |
| 656 | </ Border> | |
| 657 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 658 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 659 | <P addingLeft >2pt</Padd ingLeft> | |
| 660 | <P addingRigh t>2pt</Pad dingRight> | |
| 661 | <P addingTop> 2pt</Paddi ngTop> | |
| 662 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 663 | </St yle> | |
| 664 | </Text box> | |
| 665 | </CellCo ntents> | |
| 666 | </TablixCe ll> | |
| 667 | <TablixCel l> | |
| 668 | <CellCon tents> | |
| 669 | <Textb ox Name="T extbox22"> | |
| 670 | <Can Grow>true< /CanGrow> | |
| 671 | <Use rSort> | |
| 672 | <S ortExpress ion>=Field s!Orders_O rderStartD ateTime.Va lue</SortE xpression> | |
| 673 | </Us erSort> | |
| 674 | <Kee pTogether> true</Keep Together> | |
| 675 | <Par agraphs> | |
| 676 | <P aragraph> | |
| 677 | <TextRuns> | |
| 678 | <TextRun > | |
| 679 | <Value >Orders Or der Start Date Time< /Value> | |
| 680 | <Style > | |
| 681 | <Fon tSize>8pt< /FontSize> | |
| 682 | </Styl e> | |
| 683 | </TextRu n> | |
| 684 | </TextRuns > | |
| 685 | <Style> | |
| 686 | <TextAli gn>Center< /TextAlign > | |
| 687 | </Style> | |
| 688 | </ Paragraph> | |
| 689 | </Pa ragraphs> | |
| 690 | <rd: DefaultNam e>Textbox2 2</rd:Defa ultName> | |
| 691 | <Sty le> | |
| 692 | <B order> | |
| 693 | <Color>Lig htGrey</Co lor> | |
| 694 | <Style>Sol id</Style> | |
| 695 | </ Border> | |
| 696 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 697 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 698 | <P addingLeft >2pt</Padd ingLeft> | |
| 699 | <P addingRigh t>2pt</Pad dingRight> | |
| 700 | <P addingTop> 2pt</Paddi ngTop> | |
| 701 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 702 | </St yle> | |
| 703 | </Text box> | |
| 704 | </CellCo ntents> | |
| 705 | </TablixCe ll> | |
| 706 | <TablixCel l> | |
| 707 | <CellCon tents> | |
| 708 | <Textb ox Name="T extbox20"> | |
| 709 | <Can Grow>true< /CanGrow> | |
| 710 | <Use rSort> | |
| 711 | <S ortExpress ion>=Field s!Orders_O rderStatus .Value</So rtExpressi on> | |
| 712 | </Us erSort> | |
| 713 | <Kee pTogether> true</Keep Together> | |
| 714 | <Par agraphs> | |
| 715 | <P aragraph> | |
| 716 | <TextRuns> | |
| 717 | <TextRun > | |
| 718 | <Value >Orders Or der Status </Value> | |
| 719 | <Style > | |
| 720 | <Fon tSize>8pt< /FontSize> | |
| 721 | </Styl e> | |
| 722 | </TextRu n> | |
| 723 | </TextRuns > | |
| 724 | <Style> | |
| 725 | <TextAli gn>Center< /TextAlign > | |
| 726 | </Style> | |
| 727 | </ Paragraph> | |
| 728 | </Pa ragraphs> | |
| 729 | <rd: DefaultNam e>Textbox2 0</rd:Defa ultName> | |
| 730 | <Sty le> | |
| 731 | <B order> | |
| 732 | <Color>Lig htGrey</Co lor> | |
| 733 | <Style>Sol id</Style> | |
| 734 | </ Border> | |
| 735 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 736 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 737 | <P addingLeft >2pt</Padd ingLeft> | |
| 738 | <P addingRigh t>2pt</Pad dingRight> | |
| 739 | <P addingTop> 2pt</Paddi ngTop> | |
| 740 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 741 | </St yle> | |
| 742 | </Text box> | |
| 743 | </CellCo ntents> | |
| 744 | </TablixCe ll> | |
| 745 | <TablixCel l> | |
| 746 | <CellCon tents> | |
| 747 | <Textb ox Name="T extbox18"> | |
| 748 | <Can Grow>true< /CanGrow> | |
| 749 | <Use rSort> | |
| 750 | <S ortExpress ion>=Field s!Orders_O rderableIt emCode.Val ue</SortEx pression> | |
| 751 | </Us erSort> | |
| 752 | <Kee pTogether> true</Keep Together> | |
| 753 | <Par agraphs> | |
| 754 | <P aragraph> | |
| 755 | <TextRuns> | |
| 756 | <TextRun > | |
| 757 | <Value >Orders Or derable It em Code</V alue> | |
| 758 | <Style > | |
| 759 | <Fon tSize>8pt< /FontSize> | |
| 760 | </Styl e> | |
| 761 | </TextRu n> | |
| 762 | </TextRuns > | |
| 763 | <Style> | |
| 764 | <TextAli gn>Center< /TextAlign > | |
| 765 | </Style> | |
| 766 | </ Paragraph> | |
| 767 | </Pa ragraphs> | |
| 768 | <rd: DefaultNam e>Textbox1 8</rd:Defa ultName> | |
| 769 | <Sty le> | |
| 770 | <B order> | |
| 771 | <Color>Lig htGrey</Co lor> | |
| 772 | <Style>Sol id</Style> | |
| 773 | </ Border> | |
| 774 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 775 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 776 | <P addingLeft >2pt</Padd ingLeft> | |
| 777 | <P addingRigh t>2pt</Pad dingRight> | |
| 778 | <P addingTop> 2pt</Paddi ngTop> | |
| 779 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 780 | </St yle> | |
| 781 | </Text box> | |
| 782 | </CellCo ntents> | |
| 783 | </TablixCe ll> | |
| 784 | <TablixCel l> | |
| 785 | <CellCon tents> | |
| 786 | <Textb ox Name="T extbox16"> | |
| 787 | <Can Grow>true< /CanGrow> | |
| 788 | <Use rSort> | |
| 789 | <S ortExpress ion>=Field s!Orders_C PTName.Val ue</SortEx pression> | |
| 790 | </Us erSort> | |
| 791 | <Kee pTogether> true</Keep Together> | |
| 792 | <Par agraphs> | |
| 793 | <P aragraph> | |
| 794 | <TextRuns> | |
| 795 | <TextRun > | |
| 796 | <Value >Orders CP TName</Val ue> | |
| 797 | <Style > | |
| 798 | <Fon tSize>8pt< /FontSize> | |
| 799 | </Styl e> | |
| 800 | </TextRu n> | |
| 801 | </TextRuns > | |
| 802 | <Style> | |
| 803 | <TextAli gn>Center< /TextAlign > | |
| 804 | </Style> | |
| 805 | </ Paragraph> | |
| 806 | </Pa ragraphs> | |
| 807 | <rd: DefaultNam e>Textbox1 6</rd:Defa ultName> | |
| 808 | <Sty le> | |
| 809 | <B order> | |
| 810 | <Color>Lig htGrey</Co lor> | |
| 811 | <Style>Sol id</Style> | |
| 812 | </ Border> | |
| 813 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 814 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 815 | <P addingLeft >2pt</Padd ingLeft> | |
| 816 | <P addingRigh t>2pt</Pad dingRight> | |
| 817 | <P addingTop> 2pt</Paddi ngTop> | |
| 818 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 819 | </St yle> | |
| 820 | </Text box> | |
| 821 | </CellCo ntents> | |
| 822 | </TablixCe ll> | |
| 823 | <TablixCel l> | |
| 824 | <CellCon tents> | |
| 825 | <Textb ox Name="T extbox14"> | |
| 826 | <Can Grow>true< /CanGrow> | |
| 827 | <Use rSort> | |
| 828 | <S ortExpress ion>=Field s!Orders_C PTDescript ion.Value< /SortExpre ssion> | |
| 829 | </Us erSort> | |
| 830 | <Kee pTogether> true</Keep Together> | |
| 831 | <Par agraphs> | |
| 832 | <P aragraph> | |
| 833 | <TextRuns> | |
| 834 | <TextRun > | |
| 835 | <Value >Orders CP TDescripti on</Value> | |
| 836 | <Style > | |
| 837 | <Fon tSize>8pt< /FontSize> | |
| 838 | </Styl e> | |
| 839 | </TextRu n> | |
| 840 | </TextRuns > | |
| 841 | <Style> | |
| 842 | <TextAli gn>Center< /TextAlign > | |
| 843 | </Style> | |
| 844 | </ Paragraph> | |
| 845 | </Pa ragraphs> | |
| 846 | <rd: DefaultNam e>Textbox1 4</rd:Defa ultName> | |
| 847 | <Sty le> | |
| 848 | <B order> | |
| 849 | <Color>Lig htGrey</Co lor> | |
| 850 | <Style>Sol id</Style> | |
| 851 | </ Border> | |
| 852 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 853 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 854 | <P addingLeft >2pt</Padd ingLeft> | |
| 855 | <P addingRigh t>2pt</Pad dingRight> | |
| 856 | <P addingTop> 2pt</Paddi ngTop> | |
| 857 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 858 | </St yle> | |
| 859 | </Text box> | |
| 860 | </CellCo ntents> | |
| 861 | </TablixCe ll> | |
| 862 | <TablixCel l> | |
| 863 | <CellCon tents> | |
| 864 | <Textb ox Name="T extbox12"> | |
| 865 | <Can Grow>true< /CanGrow> | |
| 866 | <Use rSort> | |
| 867 | <S ortExpress ion>=Field s!Orders_I magingType .Value</So rtExpressi on> | |
| 868 | </Us erSort> | |
| 869 | <Kee pTogether> true</Keep Together> | |
| 870 | <Par agraphs> | |
| 871 | <P aragraph> | |
| 872 | <TextRuns> | |
| 873 | <TextRun > | |
| 874 | <Value >Orders Im aging Type </Value> | |
| 875 | <Style > | |
| 876 | <Fon tSize>8pt< /FontSize> | |
| 877 | </Styl e> | |
| 878 | </TextRu n> | |
| 879 | </TextRuns > | |
| 880 | <Style> | |
| 881 | <TextAli gn>Center< /TextAlign > | |
| 882 | </Style> | |
| 883 | </ Paragraph> | |
| 884 | </Pa ragraphs> | |
| 885 | <rd: DefaultNam e>Textbox1 2</rd:Defa ultName> | |
| 886 | <Sty le> | |
| 887 | <B order> | |
| 888 | <Color>Lig htGrey</Co lor> | |
| 889 | <Style>Sol id</Style> | |
| 890 | </ Border> | |
| 891 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 892 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 893 | <P addingLeft >2pt</Padd ingLeft> | |
| 894 | <P addingRigh t>2pt</Pad dingRight> | |
| 895 | <P addingTop> 2pt</Paddi ngTop> | |
| 896 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 897 | </St yle> | |
| 898 | </Text box> | |
| 899 | </CellCo ntents> | |
| 900 | </TablixCe ll> | |
| 901 | <TablixCel l> | |
| 902 | <CellCon tents> | |
| 903 | <Textb ox Name="T extbox10"> | |
| 904 | <Can Grow>true< /CanGrow> | |
| 905 | <Use rSort> | |
| 906 | <S ortExpress ion>=Field s!bcr_Age. Value</Sor tExpressio n> | |
| 907 | </Us erSort> | |
| 908 | <Kee pTogether> true</Keep Together> | |
| 909 | <Par agraphs> | |
| 910 | <P aragraph> | |
| 911 | <TextRuns> | |
| 912 | <TextRun > | |
| 913 | <Value >bcr Age</ Value> | |
| 914 | <Style > | |
| 915 | <Fon tSize>8pt< /FontSize> | |
| 916 | </Styl e> | |
| 917 | </TextRu n> | |
| 918 | </TextRuns > | |
| 919 | <Style> | |
| 920 | <TextAli gn>Center< /TextAlign > | |
| 921 | </Style> | |
| 922 | </ Paragraph> | |
| 923 | </Pa ragraphs> | |
| 924 | <rd: DefaultNam e>Textbox1 0</rd:Defa ultName> | |
| 925 | <Sty le> | |
| 926 | <B order> | |
| 927 | <Color>Lig htGrey</Co lor> | |
| 928 | <Style>Sol id</Style> | |
| 929 | </ Border> | |
| 930 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 931 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 932 | <P addingLeft >2pt</Padd ingLeft> | |
| 933 | <P addingRigh t>2pt</Pad dingRight> | |
| 934 | <P addingTop> 2pt</Paddi ngTop> | |
| 935 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 936 | </St yle> | |
| 937 | </Text box> | |
| 938 | </CellCo ntents> | |
| 939 | </TablixCe ll> | |
| 940 | <TablixCel l> | |
| 941 | <CellCon tents> | |
| 942 | <Textb ox Name="T extbox8"> | |
| 943 | <Can Grow>true< /CanGrow> | |
| 944 | <Use rSort> | |
| 945 | <S ortExpress ion>=Field s!bcr_Gend er.Value</ SortExpres sion> | |
| 946 | </Us erSort> | |
| 947 | <Kee pTogether> true</Keep Together> | |
| 948 | <Par agraphs> | |
| 949 | <P aragraph> | |
| 950 | <TextRuns> | |
| 951 | <TextRun > | |
| 952 | <Value >bcr Gende r</Value> | |
| 953 | <Style > | |
| 954 | <Fon tSize>8pt< /FontSize> | |
| 955 | </Styl e> | |
| 956 | </TextRu n> | |
| 957 | </TextRuns > | |
| 958 | <Style> | |
| 959 | <TextAli gn>Center< /TextAlign > | |
| 960 | </Style> | |
| 961 | </ Paragraph> | |
| 962 | </Pa ragraphs> | |
| 963 | <rd: DefaultNam e>Textbox8 </rd:Defau ltName> | |
| 964 | <Sty le> | |
| 965 | <B order> | |
| 966 | <Color>Lig htGrey</Co lor> | |
| 967 | <Style>Sol id</Style> | |
| 968 | </ Border> | |
| 969 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 970 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 971 | <P addingLeft >2pt</Padd ingLeft> | |
| 972 | <P addingRigh t>2pt</Pad dingRight> | |
| 973 | <P addingTop> 2pt</Paddi ngTop> | |
| 974 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 975 | </St yle> | |
| 976 | </Text box> | |
| 977 | </CellCo ntents> | |
| 978 | </TablixCe ll> | |
| 979 | <TablixCel l> | |
| 980 | <CellCon tents> | |
| 981 | <Textb ox Name="T extbox6"> | |
| 982 | <Can Grow>true< /CanGrow> | |
| 983 | <Use rSort> | |
| 984 | <S ortExpress ion>=Field s!bcr_Race .Value</So rtExpressi on> | |
| 985 | </Us erSort> | |
| 986 | <Kee pTogether> true</Keep Together> | |
| 987 | <Par agraphs> | |
| 988 | <P aragraph> | |
| 989 | <TextRuns> | |
| 990 | <TextRun > | |
| 991 | <Value >bcr Race< /Value> | |
| 992 | <Style > | |
| 993 | <Fon tSize>8pt< /FontSize> | |
| 994 | </Styl e> | |
| 995 | </TextRu n> | |
| 996 | </TextRuns > | |
| 997 | <Style> | |
| 998 | <TextAli gn>Center< /TextAlign > | |
| 999 | </Style> | |
| 1000 | </ Paragraph> | |
| 1001 | </Pa ragraphs> | |
| 1002 | <rd: DefaultNam e>Textbox6 </rd:Defau ltName> | |
| 1003 | <Sty le> | |
| 1004 | <B order> | |
| 1005 | <Color>Lig htGrey</Co lor> | |
| 1006 | <Style>Sol id</Style> | |
| 1007 | </ Border> | |
| 1008 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1009 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1010 | <P addingLeft >2pt</Padd ingLeft> | |
| 1011 | <P addingRigh t>2pt</Pad dingRight> | |
| 1012 | <P addingTop> 2pt</Paddi ngTop> | |
| 1013 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1014 | </St yle> | |
| 1015 | </Text box> | |
| 1016 | </CellCo ntents> | |
| 1017 | </TablixCe ll> | |
| 1018 | </ TablixCell s> | |
| 1019 | </Ta blixRow> | |
| 1020 | <Tab lixRow> | |
| 1021 | <H eight>0.25 in</Height > | |
| 1022 | <T ablixCells > | |
| 1023 | <TablixCel l> | |
| 1024 | <CellCon tents> | |
| 1025 | <Textb ox Name="b cr_Patient SID"> | |
| 1026 | <Can Grow>true< /CanGrow> | |
| 1027 | <Kee pTogether> true</Keep Together> | |
| 1028 | <Par agraphs> | |
| 1029 | <P aragraph> | |
| 1030 | <TextRuns> | |
| 1031 | <TextRun > | |
| 1032 | <Value >=Fields!b cr_Patient SID.Value< /Value> | |
| 1033 | <Style > | |
| 1034 | <Fon tSize>8pt< /FontSize> | |
| 1035 | </Styl e> | |
| 1036 | </TextRu n> | |
| 1037 | </TextRuns > | |
| 1038 | <Style /> | |
| 1039 | </ Paragraph> | |
| 1040 | </Pa ragraphs> | |
| 1041 | <rd: DefaultNam e>bcr_Pati entSID</rd :DefaultNa me> | |
| 1042 | <Sty le> | |
| 1043 | <B order> | |
| 1044 | <Color>Lig htGrey</Co lor> | |
| 1045 | <Style>Sol id</Style> | |
| 1046 | </ Border> | |
| 1047 | <P addingLeft >2pt</Padd ingLeft> | |
| 1048 | <P addingRigh t>2pt</Pad dingRight> | |
| 1049 | <P addingTop> 2pt</Paddi ngTop> | |
| 1050 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1051 | </St yle> | |
| 1052 | </Text box> | |
| 1053 | </CellCo ntents> | |
| 1054 | </TablixCe ll> | |
| 1055 | <TablixCel l> | |
| 1056 | <CellCon tents> | |
| 1057 | <Textb ox Name="b cr_Sta3n"> | |
| 1058 | <Can Grow>true< /CanGrow> | |
| 1059 | <Kee pTogether> true</Keep Together> | |
| 1060 | <Par agraphs> | |
| 1061 | <P aragraph> | |
| 1062 | <TextRuns> | |
| 1063 | <TextRun > | |
| 1064 | <Value >=Fields!b cr_Sta3n.V alue</Valu e> | |
| 1065 | <Style > | |
| 1066 | <Fon tSize>8pt< /FontSize> | |
| 1067 | </Styl e> | |
| 1068 | </TextRu n> | |
| 1069 | </TextRuns > | |
| 1070 | <Style /> | |
| 1071 | </ Paragraph> | |
| 1072 | </Pa ragraphs> | |
| 1073 | <rd: DefaultNam e>bcr_Sta3 n</rd:Defa ultName> | |
| 1074 | <Sty le> | |
| 1075 | <B order> | |
| 1076 | <Color>Lig htGrey</Co lor> | |
| 1077 | <Style>Sol id</Style> | |
| 1078 | </ Border> | |
| 1079 | <P addingLeft >2pt</Padd ingLeft> | |
| 1080 | <P addingRigh t>2pt</Pad dingRight> | |
| 1081 | <P addingTop> 2pt</Paddi ngTop> | |
| 1082 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1083 | </St yle> | |
| 1084 | </Text box> | |
| 1085 | </CellCo ntents> | |
| 1086 | </TablixCe ll> | |
| 1087 | <TablixCel l> | |
| 1088 | <CellCon tents> | |
| 1089 | <Textb ox Name="b cr_Decease d"> | |
| 1090 | <Can Grow>true< /CanGrow> | |
| 1091 | <Kee pTogether> true</Keep Together> | |
| 1092 | <Par agraphs> | |
| 1093 | <P aragraph> | |
| 1094 | <TextRuns> | |
| 1095 | <TextRun > | |
| 1096 | <Value >=Fields!b cr_Decease d.Value</V alue> | |
| 1097 | <Style > | |
| 1098 | <Fon tSize>8pt< /FontSize> | |
| 1099 | </Styl e> | |
| 1100 | </TextRu n> | |
| 1101 | </TextRuns > | |
| 1102 | <Style /> | |
| 1103 | </ Paragraph> | |
| 1104 | </Pa ragraphs> | |
| 1105 | <rd: DefaultNam e>bcr_Dece ased</rd:D efaultName > | |
| 1106 | <Sty le> | |
| 1107 | <B order> | |
| 1108 | <Color>Lig htGrey</Co lor> | |
| 1109 | <Style>Sol id</Style> | |
| 1110 | </ Border> | |
| 1111 | <P addingLeft >2pt</Padd ingLeft> | |
| 1112 | <P addingRigh t>2pt</Pad dingRight> | |
| 1113 | <P addingTop> 2pt</Paddi ngTop> | |
| 1114 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1115 | </St yle> | |
| 1116 | </Text box> | |
| 1117 | </CellCo ntents> | |
| 1118 | </TablixCe ll> | |
| 1119 | <TablixCel l> | |
| 1120 | <CellCon tents> | |
| 1121 | <Textb ox Name="b cr_PCMMTea m"> | |
| 1122 | <Can Grow>true< /CanGrow> | |
| 1123 | <Kee pTogether> true</Keep Together> | |
| 1124 | <Par agraphs> | |
| 1125 | <P aragraph> | |
| 1126 | <TextRuns> | |
| 1127 | <TextRun > | |
| 1128 | <Value >=Fields!b cr_PCMMTea m.Value</V alue> | |
| 1129 | <Style > | |
| 1130 | <Fon tSize>8pt< /FontSize> | |
| 1131 | </Styl e> | |
| 1132 | </TextRu n> | |
| 1133 | </TextRuns > | |
| 1134 | <Style /> | |
| 1135 | </ Paragraph> | |
| 1136 | </Pa ragraphs> | |
| 1137 | <rd: DefaultNam e>bcr_PCMM Team</rd:D efaultName > | |
| 1138 | <Sty le> | |
| 1139 | <B order> | |
| 1140 | <Color>Lig htGrey</Co lor> | |
| 1141 | <Style>Sol id</Style> | |
| 1142 | </ Border> | |
| 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="b cr_PCMMSta ffName"> | |
| 1154 | <Can Grow>true< /CanGrow> | |
| 1155 | <Kee pTogether> true</Keep Together> | |
| 1156 | <Par agraphs> | |
| 1157 | <P aragraph> | |
| 1158 | <TextRuns> | |
| 1159 | <TextRun > | |
| 1160 | <Value >=Fields!b cr_PCMMSta ffName.Val ue</Value> | |
| 1161 | <Style > | |
| 1162 | <Fon tSize>8pt< /FontSize> | |
| 1163 | </Styl e> | |
| 1164 | </TextRu n> | |
| 1165 | </TextRuns > | |
| 1166 | <Style /> | |
| 1167 | </ Paragraph> | |
| 1168 | </Pa ragraphs> | |
| 1169 | <rd: DefaultNam e>bcr_PCMM StaffName< /rd:Defaul tName> | |
| 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 | <TablixCel l> | |
| 1184 | <CellCon tents> | |
| 1185 | <Textb ox Name="b cr_Patient LastName"> | |
| 1186 | <Can Grow>true< /CanGrow> | |
| 1187 | <Kee pTogether> true</Keep Together> | |
| 1188 | <Par agraphs> | |
| 1189 | <P aragraph> | |
| 1190 | <TextRuns> | |
| 1191 | <TextRun > | |
| 1192 | <Value >=Fields!b cr_Patient LastName.V alue</Valu e> | |
| 1193 | <Style > | |
| 1194 | <Fon tSize>8pt< /FontSize> | |
| 1195 | </Styl e> | |
| 1196 | </TextRu n> | |
| 1197 | </TextRuns > | |
| 1198 | <Style /> | |
| 1199 | </ Paragraph> | |
| 1200 | </Pa ragraphs> | |
| 1201 | <rd: DefaultNam e>bcr_Pati entLastNam e</rd:Defa ultName> | |
| 1202 | <Sty le> | |
| 1203 | <B order> | |
| 1204 | <Color>Lig htGrey</Co lor> | |
| 1205 | <Style>Sol id</Style> | |
| 1206 | </ Border> | |
| 1207 | <P addingLeft >2pt</Padd ingLeft> | |
| 1208 | <P addingRigh t>2pt</Pad dingRight> | |
| 1209 | <P addingTop> 2pt</Paddi ngTop> | |
| 1210 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1211 | </St yle> | |
| 1212 | </Text box> | |
| 1213 | </CellCo ntents> | |
| 1214 | </TablixCe ll> | |
| 1215 | <TablixCel l> | |
| 1216 | <CellCon tents> | |
| 1217 | <Textb ox Name="b cr_Patient FirstName" > | |
| 1218 | <Can Grow>true< /CanGrow> | |
| 1219 | <Kee pTogether> true</Keep Together> | |
| 1220 | <Par agraphs> | |
| 1221 | <P aragraph> | |
| 1222 | <TextRuns> | |
| 1223 | <TextRun > | |
| 1224 | <Value >=Fields!b cr_Patient FirstName. Value</Val ue> | |
| 1225 | <Style > | |
| 1226 | <Fon tSize>8pt< /FontSize> | |
| 1227 | </Styl e> | |
| 1228 | </TextRu n> | |
| 1229 | </TextRuns > | |
| 1230 | <Style /> | |
| 1231 | </ Paragraph> | |
| 1232 | </Pa ragraphs> | |
| 1233 | <rd: DefaultNam e>bcr_Pati entFirstNa me</rd:Def aultName> | |
| 1234 | <Sty le> | |
| 1235 | <B order> | |
| 1236 | <Color>Lig htGrey</Co lor> | |
| 1237 | <Style>Sol id</Style> | |
| 1238 | </ Border> | |
| 1239 | <P addingLeft >2pt</Padd ingLeft> | |
| 1240 | <P addingRigh t>2pt</Pad dingRight> | |
| 1241 | <P addingTop> 2pt</Paddi ngTop> | |
| 1242 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1243 | </St yle> | |
| 1244 | </Text box> | |
| 1245 | </CellCo ntents> | |
| 1246 | </TablixCe ll> | |
| 1247 | <TablixCel l> | |
| 1248 | <CellCon tents> | |
| 1249 | <Textb ox Name="b cr_VAID"> | |
| 1250 | <Can Grow>true< /CanGrow> | |
| 1251 | <Kee pTogether> true</Keep Together> | |
| 1252 | <Par agraphs> | |
| 1253 | <P aragraph> | |
| 1254 | <TextRuns> | |
| 1255 | <TextRun > | |
| 1256 | <Value >=Fields!b cr_VAID.Va lue</Value > | |
| 1257 | <Style > | |
| 1258 | <Fon tSize>8pt< /FontSize> | |
| 1259 | </Styl e> | |
| 1260 | </TextRu n> | |
| 1261 | </TextRuns > | |
| 1262 | <Style /> | |
| 1263 | </ Paragraph> | |
| 1264 | </Pa ragraphs> | |
| 1265 | <rd: DefaultNam e>bcr_VAID </rd:Defau ltName> | |
| 1266 | <Sty le> | |
| 1267 | <B order> | |
| 1268 | <Color>Lig htGrey</Co lor> | |
| 1269 | <Style>Sol id</Style> | |
| 1270 | </ Border> | |
| 1271 | <P addingLeft >2pt</Padd ingLeft> | |
| 1272 | <P addingRigh t>2pt</Pad dingRight> | |
| 1273 | <P addingTop> 2pt</Paddi ngTop> | |
| 1274 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1275 | </St yle> | |
| 1276 | </Text box> | |
| 1277 | </CellCo ntents> | |
| 1278 | </TablixCe ll> | |
| 1279 | <TablixCel l> | |
| 1280 | <CellCon tents> | |
| 1281 | <Textb ox Name="b cr_DateOFM ostRecentM ammogram"> | |
| 1282 | <Can Grow>true< /CanGrow> | |
| 1283 | <Kee pTogether> true</Keep Together> | |
| 1284 | <Par agraphs> | |
| 1285 | <P aragraph> | |
| 1286 | <TextRuns> | |
| 1287 | <TextRun > | |
| 1288 | <Value >=Fields!b cr_DateOFM ostRecentM ammogram.V alue</Valu e> | |
| 1289 | <Style > | |
| 1290 | <Fon tSize>8pt< /FontSize> | |
| 1291 | </Styl e> | |
| 1292 | </TextRu n> | |
| 1293 | </TextRuns > | |
| 1294 | <Style /> | |
| 1295 | </ Paragraph> | |
| 1296 | </Pa ragraphs> | |
| 1297 | <rd: DefaultNam e>bcr_Date OFMostRece ntMammogra m</rd:Defa ultName> | |
| 1298 | <Sty le> | |
| 1299 | <B order> | |
| 1300 | <Color>Lig htGrey</Co lor> | |
| 1301 | <Style>Sol id</Style> | |
| 1302 | </ Border> | |
| 1303 | <P addingLeft >2pt</Padd ingLeft> | |
| 1304 | <P addingRigh t>2pt</Pad dingRight> | |
| 1305 | <P addingTop> 2pt</Paddi ngTop> | |
| 1306 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1307 | </St yle> | |
| 1308 | </Text box> | |
| 1309 | </CellCo ntents> | |
| 1310 | </TablixCe ll> | |
| 1311 | <TablixCel l> | |
| 1312 | <CellCon tents> | |
| 1313 | <Textb ox Name="b cr_BIRADSc ore"> | |
| 1314 | <Can Grow>true< /CanGrow> | |
| 1315 | <Kee pTogether> true</Keep Together> | |
| 1316 | <Par agraphs> | |
| 1317 | <P aragraph> | |
| 1318 | <TextRuns> | |
| 1319 | <TextRun > | |
| 1320 | <Value >=Fields!b cr_BIRADSc ore.Value< /Value> | |
| 1321 | <Style > | |
| 1322 | <Fon tSize>8pt< /FontSize> | |
| 1323 | </Styl e> | |
| 1324 | </TextRu n> | |
| 1325 | </TextRuns > | |
| 1326 | <Style /> | |
| 1327 | </ Paragraph> | |
| 1328 | </Pa ragraphs> | |
| 1329 | <rd: DefaultNam e>bcr_BIRA DScore</rd :DefaultNa me> | |
| 1330 | <Sty le> | |
| 1331 | <B order> | |
| 1332 | <Color>Lig htGrey</Co lor> | |
| 1333 | <Style>Sol id</Style> | |
| 1334 | </ Border> | |
| 1335 | <P addingLeft >2pt</Padd ingLeft> | |
| 1336 | <P addingRigh t>2pt</Pad dingRight> | |
| 1337 | <P addingTop> 2pt</Paddi ngTop> | |
| 1338 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1339 | </St yle> | |
| 1340 | </Text box> | |
| 1341 | </CellCo ntents> | |
| 1342 | </TablixCe ll> | |
| 1343 | <TablixCel l> | |
| 1344 | <CellCon tents> | |
| 1345 | <Textb ox Name="b cr_DateNex tMammogram Due"> | |
| 1346 | <Can Grow>true< /CanGrow> | |
| 1347 | <Kee pTogether> true</Keep Together> | |
| 1348 | <Par agraphs> | |
| 1349 | <P aragraph> | |
| 1350 | <TextRuns> | |
| 1351 | <TextRun > | |
| 1352 | <Value >=Fields!b cr_DateNex tMammogram Due.Value< /Value> | |
| 1353 | <Style > | |
| 1354 | <Fon tSize>8pt< /FontSize> | |
| 1355 | </Styl e> | |
| 1356 | </TextRu n> | |
| 1357 | </TextRuns > | |
| 1358 | <Style /> | |
| 1359 | </ Paragraph> | |
| 1360 | </Pa ragraphs> | |
| 1361 | <rd: DefaultNam e>bcr_Date NextMammog ramDue</rd :DefaultNa me> | |
| 1362 | <Sty le> | |
| 1363 | <B order> | |
| 1364 | <Color>Lig htGrey</Co lor> | |
| 1365 | <Style>Sol id</Style> | |
| 1366 | </ Border> | |
| 1367 | <P addingLeft >2pt</Padd ingLeft> | |
| 1368 | <P addingRigh t>2pt</Pad dingRight> | |
| 1369 | <P addingTop> 2pt</Paddi ngTop> | |
| 1370 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1371 | </St yle> | |
| 1372 | </Text box> | |
| 1373 | </CellCo ntents> | |
| 1374 | </TablixCe ll> | |
| 1375 | <TablixCel l> | |
| 1376 | <CellCon tents> | |
| 1377 | <Textb ox Name="O rders_Orde rStartDate Time"> | |
| 1378 | <Can Grow>true< /CanGrow> | |
| 1379 | <Kee pTogether> true</Keep Together> | |
| 1380 | <Par agraphs> | |
| 1381 | <P aragraph> | |
| 1382 | <TextRuns> | |
| 1383 | <TextRun > | |
| 1384 | <Value >=Fields!O rders_Orde rStartDate Time.Value </Value> | |
| 1385 | <Style > | |
| 1386 | <Fon tSize>8pt< /FontSize> | |
| 1387 | </Styl e> | |
| 1388 | </TextRu n> | |
| 1389 | </TextRuns > | |
| 1390 | <Style /> | |
| 1391 | </ Paragraph> | |
| 1392 | </Pa ragraphs> | |
| 1393 | <rd: DefaultNam e>Orders_O rderStartD ateTime</r d:DefaultN ame> | |
| 1394 | <Sty le> | |
| 1395 | <B order> | |
| 1396 | <Color>Lig htGrey</Co lor> | |
| 1397 | <Style>Sol id</Style> | |
| 1398 | </ Border> | |
| 1399 | <P addingLeft >2pt</Padd ingLeft> | |
| 1400 | <P addingRigh t>2pt</Pad dingRight> | |
| 1401 | <P addingTop> 2pt</Paddi ngTop> | |
| 1402 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1403 | </St yle> | |
| 1404 | </Text box> | |
| 1405 | </CellCo ntents> | |
| 1406 | </TablixCe ll> | |
| 1407 | <TablixCel l> | |
| 1408 | <CellCon tents> | |
| 1409 | <Textb ox Name="O rders_Orde rStatus"> | |
| 1410 | <Can Grow>true< /CanGrow> | |
| 1411 | <Kee pTogether> true</Keep Together> | |
| 1412 | <Par agraphs> | |
| 1413 | <P aragraph> | |
| 1414 | <TextRuns> | |
| 1415 | <TextRun > | |
| 1416 | <Value >=Fields!O rders_Orde rStatus.Va lue</Value > | |
| 1417 | <Style > | |
| 1418 | <Fon tSize>8pt< /FontSize> | |
| 1419 | </Styl e> | |
| 1420 | </TextRu n> | |
| 1421 | </TextRuns > | |
| 1422 | <Style /> | |
| 1423 | </ Paragraph> | |
| 1424 | </Pa ragraphs> | |
| 1425 | <rd: DefaultNam e>Orders_O rderStatus </rd:Defau ltName> | |
| 1426 | <Sty le> | |
| 1427 | <B order> | |
| 1428 | <Color>Lig htGrey</Co lor> | |
| 1429 | <Style>Sol id</Style> | |
| 1430 | </ Border> | |
| 1431 | <P addingLeft >2pt</Padd ingLeft> | |
| 1432 | <P addingRigh t>2pt</Pad dingRight> | |
| 1433 | <P addingTop> 2pt</Paddi ngTop> | |
| 1434 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1435 | </St yle> | |
| 1436 | </Text box> | |
| 1437 | </CellCo ntents> | |
| 1438 | </TablixCe ll> | |
| 1439 | <TablixCel l> | |
| 1440 | <CellCon tents> | |
| 1441 | <Textb ox Name="O rders_Orde rableItemC ode"> | |
| 1442 | <Can Grow>true< /CanGrow> | |
| 1443 | <Kee pTogether> true</Keep Together> | |
| 1444 | <Par agraphs> | |
| 1445 | <P aragraph> | |
| 1446 | <TextRuns> | |
| 1447 | <TextRun > | |
| 1448 | <Value >=Fields!O rders_Orde rableItemC ode.Value< /Value> | |
| 1449 | <Style > | |
| 1450 | <Fon tSize>8pt< /FontSize> | |
| 1451 | </Styl e> | |
| 1452 | </TextRu n> | |
| 1453 | </TextRuns > | |
| 1454 | <Style /> | |
| 1455 | </ Paragraph> | |
| 1456 | </Pa ragraphs> | |
| 1457 | <rd: DefaultNam e>Orders_O rderableIt emCode</rd :DefaultNa me> | |
| 1458 | <Sty le> | |
| 1459 | <B order> | |
| 1460 | <Color>Lig htGrey</Co lor> | |
| 1461 | <Style>Sol id</Style> | |
| 1462 | </ Border> | |
| 1463 | <P addingLeft >2pt</Padd ingLeft> | |
| 1464 | <P addingRigh t>2pt</Pad dingRight> | |
| 1465 | <P addingTop> 2pt</Paddi ngTop> | |
| 1466 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1467 | </St yle> | |
| 1468 | </Text box> | |
| 1469 | </CellCo ntents> | |
| 1470 | </TablixCe ll> | |
| 1471 | <TablixCel l> | |
| 1472 | <CellCon tents> | |
| 1473 | <Textb ox Name="O rders_CPTN ame"> | |
| 1474 | <Can Grow>true< /CanGrow> | |
| 1475 | <Kee pTogether> true</Keep Together> | |
| 1476 | <Par agraphs> | |
| 1477 | <P aragraph> | |
| 1478 | <TextRuns> | |
| 1479 | <TextRun > | |
| 1480 | <Value >=Fields!O rders_CPTN ame.Value< /Value> | |
| 1481 | <Style > | |
| 1482 | <Fon tSize>8pt< /FontSize> | |
| 1483 | </Styl e> | |
| 1484 | </TextRu n> | |
| 1485 | </TextRuns > | |
| 1486 | <Style /> | |
| 1487 | </ Paragraph> | |
| 1488 | </Pa ragraphs> | |
| 1489 | <rd: DefaultNam e>Orders_C PTName</rd :DefaultNa me> | |
| 1490 | <Sty le> | |
| 1491 | <B order> | |
| 1492 | <Color>Lig htGrey</Co lor> | |
| 1493 | <Style>Sol id</Style> | |
| 1494 | </ Border> | |
| 1495 | <P addingLeft >2pt</Padd ingLeft> | |
| 1496 | <P addingRigh t>2pt</Pad dingRight> | |
| 1497 | <P addingTop> 2pt</Paddi ngTop> | |
| 1498 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1499 | </St yle> | |
| 1500 | </Text box> | |
| 1501 | </CellCo ntents> | |
| 1502 | </TablixCe ll> | |
| 1503 | <TablixCel l> | |
| 1504 | <CellCon tents> | |
| 1505 | <Textb ox Name="O rders_CPTD escription "> | |
| 1506 | <Can Grow>true< /CanGrow> | |
| 1507 | <Kee pTogether> true</Keep Together> | |
| 1508 | <Par agraphs> | |
| 1509 | <P aragraph> | |
| 1510 | <TextRuns> | |
| 1511 | <TextRun > | |
| 1512 | <Value >=Fields!O rders_CPTD escription .Value</Va lue> | |
| 1513 | <Style > | |
| 1514 | <Fon tSize>8pt< /FontSize> | |
| 1515 | </Styl e> | |
| 1516 | </TextRu n> | |
| 1517 | </TextRuns > | |
| 1518 | <Style /> | |
| 1519 | </ Paragraph> | |
| 1520 | </Pa ragraphs> | |
| 1521 | <rd: DefaultNam e>Orders_C PTDescript ion</rd:De faultName> | |
| 1522 | <Sty le> | |
| 1523 | <B order> | |
| 1524 | <Color>Lig htGrey</Co lor> | |
| 1525 | <Style>Sol id</Style> | |
| 1526 | </ Border> | |
| 1527 | <P addingLeft >2pt</Padd ingLeft> | |
| 1528 | <P addingRigh t>2pt</Pad dingRight> | |
| 1529 | <P addingTop> 2pt</Paddi ngTop> | |
| 1530 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1531 | </St yle> | |
| 1532 | </Text box> | |
| 1533 | </CellCo ntents> | |
| 1534 | </TablixCe ll> | |
| 1535 | <TablixCel l> | |
| 1536 | <CellCon tents> | |
| 1537 | <Textb ox Name="O rders_Imag ingType"> | |
| 1538 | <Can Grow>true< /CanGrow> | |
| 1539 | <Kee pTogether> true</Keep Together> | |
| 1540 | <Par agraphs> | |
| 1541 | <P aragraph> | |
| 1542 | <TextRuns> | |
| 1543 | <TextRun > | |
| 1544 | <Value >=Fields!O rders_Imag ingType.Va lue</Value > | |
| 1545 | <Style > | |
| 1546 | <Fon tSize>8pt< /FontSize> | |
| 1547 | </Styl e> | |
| 1548 | </TextRu n> | |
| 1549 | </TextRuns > | |
| 1550 | <Style /> | |
| 1551 | </ Paragraph> | |
| 1552 | </Pa ragraphs> | |
| 1553 | <rd: DefaultNam e>Orders_I magingType </rd:Defau ltName> | |
| 1554 | <Sty le> | |
| 1555 | <B order> | |
| 1556 | <Color>Lig htGrey</Co lor> | |
| 1557 | <Style>Sol id</Style> | |
| 1558 | </ Border> | |
| 1559 | <P addingLeft >2pt</Padd ingLeft> | |
| 1560 | <P addingRigh t>2pt</Pad dingRight> | |
| 1561 | <P addingTop> 2pt</Paddi ngTop> | |
| 1562 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1563 | </St yle> | |
| 1564 | </Text box> | |
| 1565 | </CellCo ntents> | |
| 1566 | </TablixCe ll> | |
| 1567 | <TablixCel l> | |
| 1568 | <CellCon tents> | |
| 1569 | <Textb ox Name="b cr_Age"> | |
| 1570 | <Can Grow>true< /CanGrow> | |
| 1571 | <Kee pTogether> true</Keep Together> | |
| 1572 | <Par agraphs> | |
| 1573 | <P aragraph> | |
| 1574 | <TextRuns> | |
| 1575 | <TextRun > | |
| 1576 | <Value >=Fields!b cr_Age.Val ue</Value> | |
| 1577 | <Style > | |
| 1578 | <Fon tSize>8pt< /FontSize> | |
| 1579 | </Styl e> | |
| 1580 | </TextRu n> | |
| 1581 | </TextRuns > | |
| 1582 | <Style /> | |
| 1583 | </ Paragraph> | |
| 1584 | </Pa ragraphs> | |
| 1585 | <rd: DefaultNam e>bcr_Age< /rd:Defaul tName> | |
| 1586 | <Sty le> | |
| 1587 | <B order> | |
| 1588 | <Color>Lig htGrey</Co lor> | |
| 1589 | <Style>Sol id</Style> | |
| 1590 | </ Border> | |
| 1591 | <P addingLeft >2pt</Padd ingLeft> | |
| 1592 | <P addingRigh t>2pt</Pad dingRight> | |
| 1593 | <P addingTop> 2pt</Paddi ngTop> | |
| 1594 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1595 | </St yle> | |
| 1596 | </Text box> | |
| 1597 | </CellCo ntents> | |
| 1598 | </TablixCe ll> | |
| 1599 | <TablixCel l> | |
| 1600 | <CellCon tents> | |
| 1601 | <Textb ox Name="b cr_Gender" > | |
| 1602 | <Can Grow>true< /CanGrow> | |
| 1603 | <Kee pTogether> true</Keep Together> | |
| 1604 | <Par agraphs> | |
| 1605 | <P aragraph> | |
| 1606 | <TextRuns> | |
| 1607 | <TextRun > | |
| 1608 | <Value >=Fields!b cr_Gender. Value</Val ue> | |
| 1609 | <Style > | |
| 1610 | <Fon tSize>8pt< /FontSize> | |
| 1611 | </Styl e> | |
| 1612 | </TextRu n> | |
| 1613 | </TextRuns > | |
| 1614 | <Style /> | |
| 1615 | </ Paragraph> | |
| 1616 | </Pa ragraphs> | |
| 1617 | <rd: DefaultNam e>bcr_Gend er</rd:Def aultName> | |
| 1618 | <Sty le> | |
| 1619 | <B order> | |
| 1620 | <Color>Lig htGrey</Co lor> | |
| 1621 | <Style>Sol id</Style> | |
| 1622 | </ Border> | |
| 1623 | <P addingLeft >2pt</Padd ingLeft> | |
| 1624 | <P addingRigh t>2pt</Pad dingRight> | |
| 1625 | <P addingTop> 2pt</Paddi ngTop> | |
| 1626 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1627 | </St yle> | |
| 1628 | </Text box> | |
| 1629 | </CellCo ntents> | |
| 1630 | </TablixCe ll> | |
| 1631 | <TablixCel l> | |
| 1632 | <CellCon tents> | |
| 1633 | <Textb ox Name="b cr_Race"> | |
| 1634 | <Can Grow>true< /CanGrow> | |
| 1635 | <Kee pTogether> true</Keep Together> | |
| 1636 | <Par agraphs> | |
| 1637 | <P aragraph> | |
| 1638 | <TextRuns> | |
| 1639 | <TextRun > | |
| 1640 | <Value >=Fields!b cr_Race.Va lue</Value > | |
| 1641 | <Style > | |
| 1642 | <Fon tSize>8pt< /FontSize> | |
| 1643 | </Styl e> | |
| 1644 | </TextRu n> | |
| 1645 | </TextRuns > | |
| 1646 | <Style /> | |
| 1647 | </ Paragraph> | |
| 1648 | </Pa ragraphs> | |
| 1649 | <rd: DefaultNam e>bcr_Race </rd:Defau ltName> | |
| 1650 | <Sty le> | |
| 1651 | <B order> | |
| 1652 | <Color>Lig htGrey</Co lor> | |
| 1653 | <Style>Sol id</Style> | |
| 1654 | </ Border> | |
| 1655 | <P addingLeft >2pt</Padd ingLeft> | |
| 1656 | <P addingRigh t>2pt</Pad dingRight> | |
| 1657 | <P addingTop> 2pt</Paddi ngTop> | |
| 1658 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1659 | </St yle> | |
| 1660 | </Text box> | |
| 1661 | </CellCo ntents> | |
| 1662 | </TablixCe ll> | |
| 1663 | </ TablixCell s> | |
| 1664 | </Ta blixRow> | |
| 1665 | </Tabl ixRows> | |
| 1666 | </Tablix Body> | |
| 1667 | <TablixC olumnHiera rchy> | |
| 1668 | <Tabli xMembers> | |
| 1669 | <Tab lixMember /> | |
| 1670 | <Tab lixMember /> | |
| 1671 | <Tab lixMember /> | |
| 1672 | <Tab lixMember /> | |
| 1673 | <Tab lixMember /> | |
| 1674 | <Tab lixMember /> | |
| 1675 | <Tab lixMember /> | |
| 1676 | <Tab lixMember /> | |
| 1677 | <Tab lixMember /> | |
| 1678 | <Tab lixMember /> | |
| 1679 | <Tab lixMember /> | |
| 1680 | <Tab lixMember /> | |
| 1681 | <Tab lixMember /> | |
| 1682 | <Tab lixMember /> | |
| 1683 | <Tab lixMember /> | |
| 1684 | <Tab lixMember /> | |
| 1685 | <Tab lixMember /> | |
| 1686 | <Tab lixMember /> | |
| 1687 | <Tab lixMember /> | |
| 1688 | <Tab lixMember /> | |
| 1689 | </Tabl ixMembers> | |
| 1690 | </Tablix ColumnHier archy> | |
| 1691 | <TablixR owHierarch y> | |
| 1692 | <Tabli xMembers> | |
| 1693 | <Tab lixMember> | |
| 1694 | <K eepWithGro up>After</ KeepWithGr oup> | |
| 1695 | </Ta blixMember > | |
| 1696 | <Tab lixMember> | |
| 1697 | <G roup Name= "Details" /> | |
| 1698 | </Ta blixMember > | |
| 1699 | </Tabl ixMembers> | |
| 1700 | </Tablix RowHierarc hy> | |
| 1701 | <DataSet Name>DataS et1</DataS etName> | |
| 1702 | <SortExp ressions> | |
| 1703 | <SortE xpression> | |
| 1704 | <Val ue>=Fields !bcr_Patie ntLastName .Value</Va lue> | |
| 1705 | </Sort Expression > | |
| 1706 | </SortEx pressions> | |
| 1707 | <Top>0.7 5in</Top> | |
| 1708 | <Left>0. 25in</Left > | |
| 1709 | <Height> 0.5in</Hei ght> | |
| 1710 | <Width>2 0in</Width > | |
| 1711 | <ZIndex> 1</ZIndex> | |
| 1712 | <Style> | |
| 1713 | <Borde r> | |
| 1714 | <Sty le>None</S tyle> | |
| 1715 | </Bord er> | |
| 1716 | </Style> | |
| 1717 | </Tablix> | |
| 1718 | </ ReportItem s> | |
| 1719 | <H eight>1.5i n</Height> | |
| 1720 | <S tyle> | |
| 1721 | <Border> | |
| 1722 | <Style>N one</Style > | |
| 1723 | </Border> | |
| 1724 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 1725 | </ Style> | |
| 1726 | </Bo dy> | |
| 1727 | <Wid th>20.5in< /Width> | |
| 1728 | <Pag e> | |
| 1729 | <P ageHeight> 8.5in</Pag eHeight> | |
| 1730 | <P ageWidth>1 1in</PageW idth> | |
| 1731 | <S tyle /> | |
| 1732 | </Pa ge> | |
| 1733 | </Repo rtSection> | |
| 1734 | </Report Sections> | |
| 1735 | <ReportP arameters> | |
| 1736 | <Repor tParameter Name="Sta 3n"> | |
| 1737 | <Dat aType>Inte ger</DataT ype> | |
| 1738 | <Nul lable>true </Nullable > | |
| 1739 | <Def aultValue> | |
| 1740 | <V alues> | |
| 1741 | <Value>508 </Value> | |
| 1742 | </ Values> | |
| 1743 | </De faultValue > | |
| 1744 | <Pro mpt>Sta3n< /Prompt> | |
| 1745 | </Repo rtParamete r> | |
| 1746 | <Repor tParameter Name="Sta rtDate"> | |
| 1747 | <Dat aType>Date Time</Data Type> | |
| 1748 | <Nul lable>true </Nullable > | |
| 1749 | <Def aultValue> | |
| 1750 | <V alues> | |
| 1751 | <Value>4/8 /2015 12:0 0:00 AM</V alue> | |
| 1752 | </ Values> | |
| 1753 | </De faultValue > | |
| 1754 | <Pro mpt>Start Date</Prom pt> | |
| 1755 | </Repo rtParamete r> | |
| 1756 | <Repor tParameter Name="End Date"> | |
| 1757 | <Dat aType>Date Time</Data Type> | |
| 1758 | <Nul lable>true </Nullable > | |
| 1759 | <Def aultValue> | |
| 1760 | <V alues> | |
| 1761 | <Value>4/2 2/2015 12: 00:00 AM</ Value> | |
| 1762 | </ Values> | |
| 1763 | </De faultValue > | |
| 1764 | <Pro mpt>End Da te</Prompt > | |
| 1765 | </Repo rtParamete r> | |
| 1766 | </Report Parameters > | |
| 1767 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 1768 | <rd:Report ServerUrl> https:// DNS cresql50.a ac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 1769 | <rd:Repo rtID>405ed adc-a316-4 d4c-905d-1 740d92fcd6 b</rd:Repo rtID> | |
| 1770 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.