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_Oncology_Report_System_Template.rdl | Wed Jun 27 16:57:14 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\BCR | Ad_Hoc_Oncology_Report_System_Template.rdl | Wed Jun 27 17:40:47 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 4632 |
| 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>48cbc38 2-5e9a-433 a-8f74-734 0ff1afa3e< /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 ="@DateDX" > | |
| 20 | <Value>= Parameters !DateDX.Va lue</Value > | |
| 21 | </QueryPar ameter> | |
| 22 | </ QueryParam eters> | |
| 23 | <C ommandText >select | |
| 24 | bc r.PatientS ID as [bcr .PatientSI D], | |
| 25 | bc r.Sta3n as [bcr.Sta3 n], | |
| 26 | bc r.PatientL astName as [bcr.Pati entLastNam e], | |
| 27 | bc r.PatientF irstName a s [bcr.Pat ientFirstN ame], | |
| 28 | bc r.VAID as [bcr.VAID] , | |
| 29 | bc r.Age as [ bcr.Age], | |
| 30 | bc r.Gender a s [bcr.Gen der], | |
| 31 | bc r.Race as [bcr.Race] , | |
| 32 | bc r.Deceased as [bcr.D eceased], | |
| 33 | On c.date_dx as [Onc.da te_dx], | |
| 34 | On c.histolog yicdo3x as [Onc.hist ologyicdo3 x], | |
| 35 | On c.stage_gr oupingajcc as [Onc.s tage_group ingajcc], | |
| 36 | On c.radiatio n as [Onc. radiation] , | |
| 37 | On c.radiatio nsurgery_s equence as [Onc.radi ationsurge ry_sequenc e], | |
| 38 | On c.chemothe rapy_date as [Onc.ch emotherapy _date], | |
| 39 | On c.chemothe rapy as [O nc.chemoth erapy], | |
| 40 | On c.hormone_ therapy_da te as [Onc .hormone_t herapy_dat e], | |
| 41 | On c.hormone_ therapy as [Onc.horm one_therap y], | |
| 42 | On c.reasonno surgeryofp rimary as [Onc.reaso nnosurgery ofprimary] , | |
| 43 | On c.reason_f or_no_radi ation as [ Onc.reason _for_no_ra diation], | |
| 44 | On c.reason_f or_no_chem otherapy a s [Onc.rea son_for_no _chemother apy], | |
| 45 | On c.reason_f or_no_horm one_therap y as [Onc. reason_for _no_hormon e_therapy] , | |
| 46 | On c.rxtextra diationwp as [Onc.rx textradiat ionwp], | |
| 47 | On c.rxtextch emowp as [ Onc.rxtext chemowp], | |
| 48 | On c.rxtextho rmonewp as [Onc.rxte xthormonew p], | |
| 49 | On c.textdxpr oclabtests wp as [Onc .textdxpro clabtestsw p], | |
| 50 | On c.textdxpr ocpewp as [Onc.textd xprocpewp] | |
| 51 | from | |
| 52 | CR S.BCCCR_BC R_ALL bcr | |
| 53 | inne r join CRS .BCCCR_BCR _ONC Onc o n Onc.Pati entSID = b cr.Patient SID | |
| 54 | where | |
| 55 | (( bcr.Deceas ed Is Null OR bcr.De ceased = ' N') AND bc r.Sta3n = @Sta3n AND Onc.date_ dx >= @ DateDX)</C ommandText > | |
| 56 | </Qu ery> | |
| 57 | <Fie lds> | |
| 58 | <F ield Name= "bcr_Patie ntSID"> | |
| 59 | <DataField >bcr.Patie ntSID</Dat aField> | |
| 60 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 61 | </ Field> | |
| 62 | <F ield Name= "bcr_Sta3n "> | |
| 63 | <DataField >bcr.Sta3n </DataFiel d> | |
| 64 | <rd:TypeNa me>System. Int16</rd: TypeName> | |
| 65 | </ Field> | |
| 66 | <F ield Name= "bcr_Patie ntLastName "> | |
| 67 | <DataField >bcr.Patie ntLastName </DataFiel d> | |
| 68 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 69 | </ Field> | |
| 70 | <F ield Name= "bcr_Patie ntFirstNam e"> | |
| 71 | <DataField >bcr.Patie ntFirstNam e</DataFie ld> | |
| 72 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 73 | </ Field> | |
| 74 | <F ield Name= "bcr_VAID" > | |
| 75 | <DataField >bcr.VAID< /DataField > | |
| 76 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 77 | </ Field> | |
| 78 | <F ield Name= "bcr_Age"> | |
| 79 | <DataField >bcr.Age</ DataField> | |
| 80 | <rd:TypeNa me>System. Decimal</r d:TypeName > | |
| 81 | </ Field> | |
| 82 | <F ield Name= "bcr_Gende r"> | |
| 83 | <DataField >bcr.Gende r</DataFie ld> | |
| 84 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 85 | </ Field> | |
| 86 | <F ield Name= "bcr_Race" > | |
| 87 | <DataField >bcr.Race< /DataField > | |
| 88 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 89 | </ Field> | |
| 90 | <F ield Name= "bcr_Decea sed"> | |
| 91 | <DataField >bcr.Decea sed</DataF ield> | |
| 92 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 93 | </ Field> | |
| 94 | <F ield Name= "Onc_date_ dx"> | |
| 95 | <DataField >Onc.date_ dx</DataFi eld> | |
| 96 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 97 | </ Field> | |
| 98 | <F ield Name= "Onc_histo logyicdo3x "> | |
| 99 | <DataField >Onc.histo logyicdo3x </DataFiel d> | |
| 100 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 101 | </ Field> | |
| 102 | <F ield Name= "Onc_stage _groupinga jcc"> | |
| 103 | <DataField >Onc.stage _groupinga jcc</DataF ield> | |
| 104 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 105 | </ Field> | |
| 106 | <F ield Name= "Onc_radia tion"> | |
| 107 | <DataField >Onc.radia tion</Data Field> | |
| 108 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 109 | </ Field> | |
| 110 | <F ield Name= "Onc_radia tionsurger y_sequence "> | |
| 111 | <DataField >Onc.radia tionsurger y_sequence </DataFiel d> | |
| 112 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 113 | </ Field> | |
| 114 | <F ield Name= "Onc_chemo therapy_da te"> | |
| 115 | <DataField >Onc.chemo therapy_da te</DataFi eld> | |
| 116 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 117 | </ Field> | |
| 118 | <F ield Name= "Onc_chemo therapy"> | |
| 119 | <DataField >Onc.chemo therapy</D ataField> | |
| 120 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 121 | </ Field> | |
| 122 | <F ield Name= "Onc_hormo ne_therapy _date"> | |
| 123 | <DataField >Onc.hormo ne_therapy _date</Dat aField> | |
| 124 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 125 | </ Field> | |
| 126 | <F ield Name= "Onc_hormo ne_therapy "> | |
| 127 | <DataField >Onc.hormo ne_therapy </DataFiel d> | |
| 128 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 129 | </ Field> | |
| 130 | <F ield Name= "Onc_reaso nnosurgery ofprimary" > | |
| 131 | <DataField >Onc.reaso nnosurgery ofprimary< /DataField > | |
| 132 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 133 | </ Field> | |
| 134 | <F ield Name= "Onc_reaso n_for_no_r adiation"> | |
| 135 | <DataField >Onc.reaso n_for_no_r adiation</ DataField> | |
| 136 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 137 | </ Field> | |
| 138 | <F ield Name= "Onc_reaso n_for_no_c hemotherap y"> | |
| 139 | <DataField >Onc.reaso n_for_no_c hemotherap y</DataFie ld> | |
| 140 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 141 | </ Field> | |
| 142 | <F ield Name= "Onc_reaso n_for_no_h ormone_the rapy"> | |
| 143 | <DataField >Onc.reaso n_for_no_h ormone_the rapy</Data Field> | |
| 144 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 145 | </ Field> | |
| 146 | <F ield Name= "Onc_rxtex tradiation wp"> | |
| 147 | <DataField >Onc.rxtex tradiation wp</DataFi eld> | |
| 148 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 149 | </ Field> | |
| 150 | <F ield Name= "Onc_rxtex tchemowp"> | |
| 151 | <DataField >Onc.rxtex tchemowp</ DataField> | |
| 152 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 153 | </ Field> | |
| 154 | <F ield Name= "Onc_rxtex thormonewp "> | |
| 155 | <DataField >Onc.rxtex thormonewp </DataFiel d> | |
| 156 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 157 | </ Field> | |
| 158 | <F ield Name= "Onc_textd xproclabte stswp"> | |
| 159 | <DataField >Onc.textd xproclabte stswp</Dat aField> | |
| 160 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 161 | </ Field> | |
| 162 | <F ield Name= "Onc_textd xprocpewp" > | |
| 163 | <DataField >Onc.textd xprocpewp< /DataField > | |
| 164 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 165 | </ Field> | |
| 166 | </Fi elds> | |
| 167 | </Data Set> | |
| 168 | </DataSe ts> | |
| 169 | <ReportS ections> | |
| 170 | <Repor tSection> | |
| 171 | <Bod y> | |
| 172 | <R eportItems > | |
| 173 | <Textbox N ame="Textb ox1"> | |
| 174 | <CanGrow >true</Can Grow> | |
| 175 | <KeepTog ether>true </KeepToge ther> | |
| 176 | <Paragra phs> | |
| 177 | <Parag raph> | |
| 178 | <Tex tRuns> | |
| 179 | <T extRun> | |
| 180 | <Value>Onc ology Repo rt</Value> | |
| 181 | <Style /> | |
| 182 | </ TextRun> | |
| 183 | </Te xtRuns> | |
| 184 | <Sty le /> | |
| 185 | </Para graph> | |
| 186 | </Paragr aphs> | |
| 187 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 188 | <Top>0.2 5in</Top> | |
| 189 | <Left>0. 25in</Left > | |
| 190 | <Height> 0.25in</He ight> | |
| 191 | <Width>1 .72917in</ Width> | |
| 192 | <Style> | |
| 193 | <Borde r> | |
| 194 | <Sty le>None</S tyle> | |
| 195 | </Bord er> | |
| 196 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 197 | <Paddi ngRight>2p t</Padding Right> | |
| 198 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 199 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 200 | </Style> | |
| 201 | </Textbox> | |
| 202 | <Tablix Na me="Tablix 1"> | |
| 203 | <TablixB ody> | |
| 204 | <Tabli xColumns> | |
| 205 | <Tab lixColumn> | |
| 206 | <W idth>1in</ Width> | |
| 207 | </Ta blixColumn > | |
| 208 | <Tab lixColumn> | |
| 209 | <W idth>1in</ Width> | |
| 210 | </Ta blixColumn > | |
| 211 | <Tab lixColumn> | |
| 212 | <W idth>1in</ Width> | |
| 213 | </Ta blixColumn > | |
| 214 | <Tab lixColumn> | |
| 215 | <W idth>1in</ Width> | |
| 216 | </Ta blixColumn > | |
| 217 | <Tab lixColumn> | |
| 218 | <W idth>1in</ Width> | |
| 219 | </Ta blixColumn > | |
| 220 | <Tab lixColumn> | |
| 221 | <W idth>1in</ Width> | |
| 222 | </Ta blixColumn > | |
| 223 | <Tab lixColumn> | |
| 224 | <W idth>1in</ Width> | |
| 225 | </Ta blixColumn > | |
| 226 | <Tab lixColumn> | |
| 227 | <W idth>1in</ Width> | |
| 228 | </Ta blixColumn > | |
| 229 | <Tab lixColumn> | |
| 230 | <W idth>1in</ Width> | |
| 231 | </Ta blixColumn > | |
| 232 | <Tab lixColumn> | |
| 233 | <W idth>1in</ Width> | |
| 234 | </Ta blixColumn > | |
| 235 | <Tab lixColumn> | |
| 236 | <W idth>1in</ Width> | |
| 237 | </Ta blixColumn > | |
| 238 | <Tab lixColumn> | |
| 239 | <W idth>1in</ Width> | |
| 240 | </Ta blixColumn > | |
| 241 | <Tab lixColumn> | |
| 242 | <W idth>1in</ Width> | |
| 243 | </Ta blixColumn > | |
| 244 | <Tab lixColumn> | |
| 245 | <W idth>1in</ Width> | |
| 246 | </Ta blixColumn > | |
| 247 | <Tab lixColumn> | |
| 248 | <W idth>1in</ Width> | |
| 249 | </Ta blixColumn > | |
| 250 | <Tab lixColumn> | |
| 251 | <W idth>1in</ Width> | |
| 252 | </Ta blixColumn > | |
| 253 | <Tab lixColumn> | |
| 254 | <W idth>1in</ Width> | |
| 255 | </Ta blixColumn > | |
| 256 | <Tab lixColumn> | |
| 257 | <W idth>1in</ Width> | |
| 258 | </Ta blixColumn > | |
| 259 | <Tab lixColumn> | |
| 260 | <W idth>1in</ Width> | |
| 261 | </Ta blixColumn > | |
| 262 | <Tab lixColumn> | |
| 263 | <W idth>1in</ Width> | |
| 264 | </Ta blixColumn > | |
| 265 | <Tab lixColumn> | |
| 266 | <W idth>1in</ Width> | |
| 267 | </Ta blixColumn > | |
| 268 | <Tab lixColumn> | |
| 269 | <W idth>1in</ Width> | |
| 270 | </Ta blixColumn > | |
| 271 | <Tab lixColumn> | |
| 272 | <W idth>1in</ Width> | |
| 273 | </Ta blixColumn > | |
| 274 | <Tab lixColumn> | |
| 275 | <W idth>1in</ Width> | |
| 276 | </Ta blixColumn > | |
| 277 | <Tab lixColumn> | |
| 278 | <W idth>1in</ Width> | |
| 279 | </Ta blixColumn > | |
| 280 | <Tab lixColumn> | |
| 281 | <W idth>1in</ Width> | |
| 282 | </Ta blixColumn > | |
| 283 | <Tab lixColumn> | |
| 284 | <W idth>5in</ Width> | |
| 285 | </Ta blixColumn > | |
| 286 | </Tabl ixColumns> | |
| 287 | <Tabli xRows> | |
| 288 | <Tab lixRow> | |
| 289 | <H eight>0.25 in</Height > | |
| 290 | <T ablixCells > | |
| 291 | <TablixCel l> | |
| 292 | <CellCon tents> | |
| 293 | <Textb ox Name="T extbox2"> | |
| 294 | <Can Grow>true< /CanGrow> | |
| 295 | <Use rSort> | |
| 296 | <S ortExpress ion>=Field s!bcr_Pati entSID.Val ue</SortEx pression> | |
| 297 | </Us erSort> | |
| 298 | <Kee pTogether> true</Keep Together> | |
| 299 | <Par agraphs> | |
| 300 | <P aragraph> | |
| 301 | <TextRuns> | |
| 302 | <TextRun > | |
| 303 | <Value >bcr Patie nt SID</Va lue> | |
| 304 | <Style > | |
| 305 | <Fon tSize>8pt< /FontSize> | |
| 306 | </Styl e> | |
| 307 | </TextRu n> | |
| 308 | </TextRuns > | |
| 309 | <Style> | |
| 310 | <TextAli gn>Center< /TextAlign > | |
| 311 | </Style> | |
| 312 | </ Paragraph> | |
| 313 | </Pa ragraphs> | |
| 314 | <rd: DefaultNam e>Textbox2 </rd:Defau ltName> | |
| 315 | <Sty le> | |
| 316 | <B order> | |
| 317 | <Color>Lig htGrey</Co lor> | |
| 318 | <Style>Sol id</Style> | |
| 319 | </ Border> | |
| 320 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 321 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 322 | <P addingLeft >2pt</Padd ingLeft> | |
| 323 | <P addingRigh t>2pt</Pad dingRight> | |
| 324 | <P addingTop> 2pt</Paddi ngTop> | |
| 325 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 326 | </St yle> | |
| 327 | </Text box> | |
| 328 | </CellCo ntents> | |
| 329 | </TablixCe ll> | |
| 330 | <TablixCel l> | |
| 331 | <CellCon tents> | |
| 332 | <Textb ox Name="T extbox4"> | |
| 333 | <Can Grow>true< /CanGrow> | |
| 334 | <Use rSort> | |
| 335 | <S ortExpress ion>=Field s!bcr_Sta3 n.Value</S ortExpress ion> | |
| 336 | </Us erSort> | |
| 337 | <Kee pTogether> true</Keep Together> | |
| 338 | <Par agraphs> | |
| 339 | <P aragraph> | |
| 340 | <TextRuns> | |
| 341 | <TextRun > | |
| 342 | <Value >bcr Sta3n </Value> | |
| 343 | <Style > | |
| 344 | <Fon tSize>8pt< /FontSize> | |
| 345 | </Styl e> | |
| 346 | </TextRu n> | |
| 347 | </TextRuns > | |
| 348 | <Style> | |
| 349 | <TextAli gn>Center< /TextAlign > | |
| 350 | </Style> | |
| 351 | </ Paragraph> | |
| 352 | </Pa ragraphs> | |
| 353 | <rd: DefaultNam e>Textbox4 </rd:Defau ltName> | |
| 354 | <Sty le> | |
| 355 | <B order> | |
| 356 | <Color>Lig htGrey</Co lor> | |
| 357 | <Style>Sol id</Style> | |
| 358 | </ Border> | |
| 359 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 360 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 361 | <P addingLeft >2pt</Padd ingLeft> | |
| 362 | <P addingRigh t>2pt</Pad dingRight> | |
| 363 | <P addingTop> 2pt</Paddi ngTop> | |
| 364 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 365 | </St yle> | |
| 366 | </Text box> | |
| 367 | </CellCo ntents> | |
| 368 | </TablixCe ll> | |
| 369 | <TablixCel l> | |
| 370 | <CellCon tents> | |
| 371 | <Textb ox Name="T extbox55"> | |
| 372 | <Can Grow>true< /CanGrow> | |
| 373 | <Use rSort> | |
| 374 | <S ortExpress ion>=Field s!bcr_Pati entLastNam e.Value</S ortExpress ion> | |
| 375 | </Us erSort> | |
| 376 | <Kee pTogether> true</Keep Together> | |
| 377 | <Par agraphs> | |
| 378 | <P aragraph> | |
| 379 | <TextRuns> | |
| 380 | <TextRun > | |
| 381 | <Value >bcr Patie nt Last Na me</Value> | |
| 382 | <Style > | |
| 383 | <Fon tSize>8pt< /FontSize> | |
| 384 | </Styl e> | |
| 385 | </TextRu n> | |
| 386 | </TextRuns > | |
| 387 | <Style> | |
| 388 | <TextAli gn>Center< /TextAlign > | |
| 389 | </Style> | |
| 390 | </ Paragraph> | |
| 391 | </Pa ragraphs> | |
| 392 | <rd: DefaultNam e>Textbox5 5</rd:Defa ultName> | |
| 393 | <Sty le> | |
| 394 | <B order> | |
| 395 | <Color>Lig htGrey</Co lor> | |
| 396 | <Style>Sol id</Style> | |
| 397 | </ Border> | |
| 398 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 399 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 400 | <P addingLeft >2pt</Padd ingLeft> | |
| 401 | <P addingRigh t>2pt</Pad dingRight> | |
| 402 | <P addingTop> 2pt</Paddi ngTop> | |
| 403 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 404 | </St yle> | |
| 405 | </Text box> | |
| 406 | </CellCo ntents> | |
| 407 | </TablixCe ll> | |
| 408 | <TablixCel l> | |
| 409 | <CellCon tents> | |
| 410 | <Textb ox Name="T extbox53"> | |
| 411 | <Can Grow>true< /CanGrow> | |
| 412 | <Use rSort> | |
| 413 | <S ortExpress ion>=Field s!bcr_Pati entFirstNa me.Value</ SortExpres sion> | |
| 414 | </Us erSort> | |
| 415 | <Kee pTogether> true</Keep Together> | |
| 416 | <Par agraphs> | |
| 417 | <P aragraph> | |
| 418 | <TextRuns> | |
| 419 | <TextRun > | |
| 420 | <Value >bcr Patie nt First N ame</Value > | |
| 421 | <Style > | |
| 422 | <Fon tSize>8pt< /FontSize> | |
| 423 | </Styl e> | |
| 424 | </TextRu n> | |
| 425 | </TextRuns > | |
| 426 | <Style> | |
| 427 | <TextAli gn>Center< /TextAlign > | |
| 428 | </Style> | |
| 429 | </ Paragraph> | |
| 430 | </Pa ragraphs> | |
| 431 | <rd: DefaultNam e>Textbox5 3</rd:Defa ultName> | |
| 432 | <Sty le> | |
| 433 | <B order> | |
| 434 | <Color>Lig htGrey</Co lor> | |
| 435 | <Style>Sol id</Style> | |
| 436 | </ Border> | |
| 437 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 438 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 439 | <P addingLeft >2pt</Padd ingLeft> | |
| 440 | <P addingRigh t>2pt</Pad dingRight> | |
| 441 | <P addingTop> 2pt</Paddi ngTop> | |
| 442 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 443 | </St yle> | |
| 444 | </Text box> | |
| 445 | </CellCo ntents> | |
| 446 | </TablixCe ll> | |
| 447 | <TablixCel l> | |
| 448 | <CellCon tents> | |
| 449 | <Textb ox Name="T extbox51"> | |
| 450 | <Can Grow>true< /CanGrow> | |
| 451 | <Use rSort> | |
| 452 | <S ortExpress ion>=Field s!bcr_VAID .Value</So rtExpressi on> | |
| 453 | </Us erSort> | |
| 454 | <Kee pTogether> true</Keep Together> | |
| 455 | <Par agraphs> | |
| 456 | <P aragraph> | |
| 457 | <TextRuns> | |
| 458 | <TextRun > | |
| 459 | <Value >bcr VAID< /Value> | |
| 460 | <Style > | |
| 461 | <Fon tSize>8pt< /FontSize> | |
| 462 | </Styl e> | |
| 463 | </TextRu n> | |
| 464 | </TextRuns > | |
| 465 | <Style> | |
| 466 | <TextAli gn>Center< /TextAlign > | |
| 467 | </Style> | |
| 468 | </ Paragraph> | |
| 469 | </Pa ragraphs> | |
| 470 | <rd: DefaultNam e>Textbox5 1</rd:Defa ultName> | |
| 471 | <Sty le> | |
| 472 | <B order> | |
| 473 | <Color>Lig htGrey</Co lor> | |
| 474 | <Style>Sol id</Style> | |
| 475 | </ Border> | |
| 476 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 477 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 478 | <P addingLeft >2pt</Padd ingLeft> | |
| 479 | <P addingRigh t>2pt</Pad dingRight> | |
| 480 | <P addingTop> 2pt</Paddi ngTop> | |
| 481 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 482 | </St yle> | |
| 483 | </Text box> | |
| 484 | </CellCo ntents> | |
| 485 | </TablixCe ll> | |
| 486 | <TablixCel l> | |
| 487 | <CellCon tents> | |
| 488 | <Textb ox Name="T extbox49"> | |
| 489 | <Can Grow>true< /CanGrow> | |
| 490 | <Use rSort> | |
| 491 | <S ortExpress ion>=Field s!bcr_Age. Value</Sor tExpressio n> | |
| 492 | </Us erSort> | |
| 493 | <Kee pTogether> true</Keep Together> | |
| 494 | <Par agraphs> | |
| 495 | <P aragraph> | |
| 496 | <TextRuns> | |
| 497 | <TextRun > | |
| 498 | <Value >bcr Age</ Value> | |
| 499 | <Style > | |
| 500 | <Fon tSize>8pt< /FontSize> | |
| 501 | </Styl e> | |
| 502 | </TextRu n> | |
| 503 | </TextRuns > | |
| 504 | <Style> | |
| 505 | <TextAli gn>Center< /TextAlign > | |
| 506 | </Style> | |
| 507 | </ Paragraph> | |
| 508 | </Pa ragraphs> | |
| 509 | <rd: DefaultNam e>Textbox4 9</rd:Defa ultName> | |
| 510 | <Sty le> | |
| 511 | <B order> | |
| 512 | <Color>Lig htGrey</Co lor> | |
| 513 | <Style>Sol id</Style> | |
| 514 | </ Border> | |
| 515 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 516 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 517 | <P addingLeft >2pt</Padd ingLeft> | |
| 518 | <P addingRigh t>2pt</Pad dingRight> | |
| 519 | <P addingTop> 2pt</Paddi ngTop> | |
| 520 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 521 | </St yle> | |
| 522 | </Text box> | |
| 523 | </CellCo ntents> | |
| 524 | </TablixCe ll> | |
| 525 | <TablixCel l> | |
| 526 | <CellCon tents> | |
| 527 | <Textb ox Name="T extbox47"> | |
| 528 | <Can Grow>true< /CanGrow> | |
| 529 | <Use rSort> | |
| 530 | <S ortExpress ion>=Field s!bcr_Gend er.Value</ SortExpres sion> | |
| 531 | </Us erSort> | |
| 532 | <Kee pTogether> true</Keep Together> | |
| 533 | <Par agraphs> | |
| 534 | <P aragraph> | |
| 535 | <TextRuns> | |
| 536 | <TextRun > | |
| 537 | <Value >bcr Gende r</Value> | |
| 538 | <Style > | |
| 539 | <Fon tSize>8pt< /FontSize> | |
| 540 | </Styl e> | |
| 541 | </TextRu n> | |
| 542 | </TextRuns > | |
| 543 | <Style> | |
| 544 | <TextAli gn>Center< /TextAlign > | |
| 545 | </Style> | |
| 546 | </ Paragraph> | |
| 547 | </Pa ragraphs> | |
| 548 | <rd: DefaultNam e>Textbox4 7</rd:Defa ultName> | |
| 549 | <Sty le> | |
| 550 | <B order> | |
| 551 | <Color>Lig htGrey</Co lor> | |
| 552 | <Style>Sol id</Style> | |
| 553 | </ Border> | |
| 554 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 555 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 556 | <P addingLeft >2pt</Padd ingLeft> | |
| 557 | <P addingRigh t>2pt</Pad dingRight> | |
| 558 | <P addingTop> 2pt</Paddi ngTop> | |
| 559 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 560 | </St yle> | |
| 561 | </Text box> | |
| 562 | </CellCo ntents> | |
| 563 | </TablixCe ll> | |
| 564 | <TablixCel l> | |
| 565 | <CellCon tents> | |
| 566 | <Textb ox Name="T extbox45"> | |
| 567 | <Can Grow>true< /CanGrow> | |
| 568 | <Use rSort> | |
| 569 | <S ortExpress ion>=Field s!bcr_Race .Value</So rtExpressi on> | |
| 570 | </Us erSort> | |
| 571 | <Kee pTogether> true</Keep Together> | |
| 572 | <Par agraphs> | |
| 573 | <P aragraph> | |
| 574 | <TextRuns> | |
| 575 | <TextRun > | |
| 576 | <Value >bcr Race< /Value> | |
| 577 | <Style > | |
| 578 | <Fon tSize>8pt< /FontSize> | |
| 579 | </Styl e> | |
| 580 | </TextRu n> | |
| 581 | </TextRuns > | |
| 582 | <Style> | |
| 583 | <TextAli gn>Center< /TextAlign > | |
| 584 | </Style> | |
| 585 | </ Paragraph> | |
| 586 | </Pa ragraphs> | |
| 587 | <rd: DefaultNam e>Textbox4 5</rd:Defa ultName> | |
| 588 | <Sty le> | |
| 589 | <B order> | |
| 590 | <Color>Lig htGrey</Co lor> | |
| 591 | <Style>Sol id</Style> | |
| 592 | </ Border> | |
| 593 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 594 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 595 | <P addingLeft >2pt</Padd ingLeft> | |
| 596 | <P addingRigh t>2pt</Pad dingRight> | |
| 597 | <P addingTop> 2pt</Paddi ngTop> | |
| 598 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 599 | </St yle> | |
| 600 | </Text box> | |
| 601 | </CellCo ntents> | |
| 602 | </TablixCe ll> | |
| 603 | <TablixCel l> | |
| 604 | <CellCon tents> | |
| 605 | <Textb ox Name="T extbox43"> | |
| 606 | <Can Grow>true< /CanGrow> | |
| 607 | <Use rSort> | |
| 608 | <S ortExpress ion>=Field s!bcr_Dece ased.Value </SortExpr ession> | |
| 609 | </Us erSort> | |
| 610 | <Kee pTogether> true</Keep Together> | |
| 611 | <Par agraphs> | |
| 612 | <P aragraph> | |
| 613 | <TextRuns> | |
| 614 | <TextRun > | |
| 615 | <Value >bcr Decea sed</Value > | |
| 616 | <Style > | |
| 617 | <Fon tSize>8pt< /FontSize> | |
| 618 | </Styl e> | |
| 619 | </TextRu n> | |
| 620 | </TextRuns > | |
| 621 | <Style> | |
| 622 | <TextAli gn>Center< /TextAlign > | |
| 623 | </Style> | |
| 624 | </ Paragraph> | |
| 625 | </Pa ragraphs> | |
| 626 | <rd: DefaultNam e>Textbox4 3</rd:Defa ultName> | |
| 627 | <Sty le> | |
| 628 | <B order> | |
| 629 | <Color>Lig htGrey</Co lor> | |
| 630 | <Style>Sol id</Style> | |
| 631 | </ Border> | |
| 632 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 633 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 634 | <P addingLeft >2pt</Padd ingLeft> | |
| 635 | <P addingRigh t>2pt</Pad dingRight> | |
| 636 | <P addingTop> 2pt</Paddi ngTop> | |
| 637 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 638 | </St yle> | |
| 639 | </Text box> | |
| 640 | </CellCo ntents> | |
| 641 | </TablixCe ll> | |
| 642 | <TablixCel l> | |
| 643 | <CellCon tents> | |
| 644 | <Textb ox Name="T extbox41"> | |
| 645 | <Can Grow>true< /CanGrow> | |
| 646 | <Use rSort> | |
| 647 | <S ortExpress ion>=Field s!Onc_date _dx.Value< /SortExpre ssion> | |
| 648 | </Us erSort> | |
| 649 | <Kee pTogether> true</Keep Together> | |
| 650 | <Par agraphs> | |
| 651 | <P aragraph> | |
| 652 | <TextRuns> | |
| 653 | <TextRun > | |
| 654 | <Value >Onc date dx</Value> | |
| 655 | <Style > | |
| 656 | <Fon tSize>8pt< /FontSize> | |
| 657 | </Styl e> | |
| 658 | </TextRu n> | |
| 659 | </TextRuns > | |
| 660 | <Style> | |
| 661 | <TextAli gn>Center< /TextAlign > | |
| 662 | </Style> | |
| 663 | </ Paragraph> | |
| 664 | </Pa ragraphs> | |
| 665 | <rd: DefaultNam e>Textbox4 1</rd:Defa ultName> | |
| 666 | <Sty le> | |
| 667 | <B order> | |
| 668 | <Color>Lig htGrey</Co lor> | |
| 669 | <Style>Sol id</Style> | |
| 670 | </ Border> | |
| 671 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 672 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 673 | <P addingLeft >2pt</Padd ingLeft> | |
| 674 | <P addingRigh t>2pt</Pad dingRight> | |
| 675 | <P addingTop> 2pt</Paddi ngTop> | |
| 676 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 677 | </St yle> | |
| 678 | </Text box> | |
| 679 | </CellCo ntents> | |
| 680 | </TablixCe ll> | |
| 681 | <TablixCel l> | |
| 682 | <CellCon tents> | |
| 683 | <Textb ox Name="T extbox39"> | |
| 684 | <Can Grow>true< /CanGrow> | |
| 685 | <Use rSort> | |
| 686 | <S ortExpress ion>=Field s!Onc_hist ologyicdo3 x.Value</S ortExpress ion> | |
| 687 | </Us erSort> | |
| 688 | <Kee pTogether> true</Keep Together> | |
| 689 | <Par agraphs> | |
| 690 | <P aragraph> | |
| 691 | <TextRuns> | |
| 692 | <TextRun > | |
| 693 | <Value >Onc histo logyicdo3x </Value> | |
| 694 | <Style > | |
| 695 | <Fon tSize>8pt< /FontSize> | |
| 696 | </Styl e> | |
| 697 | </TextRu n> | |
| 698 | </TextRuns > | |
| 699 | <Style> | |
| 700 | <TextAli gn>Center< /TextAlign > | |
| 701 | </Style> | |
| 702 | </ Paragraph> | |
| 703 | </Pa ragraphs> | |
| 704 | <rd: DefaultNam e>Textbox3 9</rd:Defa ultName> | |
| 705 | <Sty le> | |
| 706 | <B order> | |
| 707 | <Color>Lig htGrey</Co lor> | |
| 708 | <Style>Sol id</Style> | |
| 709 | </ Border> | |
| 710 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 711 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 712 | <P addingLeft >2pt</Padd ingLeft> | |
| 713 | <P addingRigh t>2pt</Pad dingRight> | |
| 714 | <P addingTop> 2pt</Paddi ngTop> | |
| 715 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 716 | </St yle> | |
| 717 | </Text box> | |
| 718 | </CellCo ntents> | |
| 719 | </TablixCe ll> | |
| 720 | <TablixCel l> | |
| 721 | <CellCon tents> | |
| 722 | <Textb ox Name="T extbox37"> | |
| 723 | <Can Grow>true< /CanGrow> | |
| 724 | <Use rSort> | |
| 725 | <S ortExpress ion>=Field s!Onc_stag e_grouping ajcc.Value </SortExpr ession> | |
| 726 | </Us erSort> | |
| 727 | <Kee pTogether> true</Keep Together> | |
| 728 | <Par agraphs> | |
| 729 | <P aragraph> | |
| 730 | <TextRuns> | |
| 731 | <TextRun > | |
| 732 | <Value >Onc stage groupinga jcc</Value > | |
| 733 | <Style > | |
| 734 | <Fon tSize>8pt< /FontSize> | |
| 735 | </Styl e> | |
| 736 | </TextRu n> | |
| 737 | </TextRuns > | |
| 738 | <Style> | |
| 739 | <TextAli gn>Center< /TextAlign > | |
| 740 | </Style> | |
| 741 | </ Paragraph> | |
| 742 | </Pa ragraphs> | |
| 743 | <rd: DefaultNam e>Textbox3 7</rd:Defa ultName> | |
| 744 | <Sty le> | |
| 745 | <B order> | |
| 746 | <Color>Lig htGrey</Co lor> | |
| 747 | <Style>Sol id</Style> | |
| 748 | </ Border> | |
| 749 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 750 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 751 | <P addingLeft >2pt</Padd ingLeft> | |
| 752 | <P addingRigh t>2pt</Pad dingRight> | |
| 753 | <P addingTop> 2pt</Paddi ngTop> | |
| 754 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 755 | </St yle> | |
| 756 | </Text box> | |
| 757 | </CellCo ntents> | |
| 758 | </TablixCe ll> | |
| 759 | <TablixCel l> | |
| 760 | <CellCon tents> | |
| 761 | <Textb ox Name="T extbox35"> | |
| 762 | <Can Grow>true< /CanGrow> | |
| 763 | <Use rSort> | |
| 764 | <S ortExpress ion>=Field s!Onc_radi ation.Valu e</SortExp ression> | |
| 765 | </Us erSort> | |
| 766 | <Kee pTogether> true</Keep Together> | |
| 767 | <Par agraphs> | |
| 768 | <P aragraph> | |
| 769 | <TextRuns> | |
| 770 | <TextRun > | |
| 771 | <Value >Onc radia tion</Valu e> | |
| 772 | <Style > | |
| 773 | <Fon tSize>8pt< /FontSize> | |
| 774 | </Styl e> | |
| 775 | </TextRu n> | |
| 776 | </TextRuns > | |
| 777 | <Style> | |
| 778 | <TextAli gn>Center< /TextAlign > | |
| 779 | </Style> | |
| 780 | </ Paragraph> | |
| 781 | </Pa ragraphs> | |
| 782 | <rd: DefaultNam e>Textbox3 5</rd:Defa ultName> | |
| 783 | <Sty le> | |
| 784 | <B order> | |
| 785 | <Color>Lig htGrey</Co lor> | |
| 786 | <Style>Sol id</Style> | |
| 787 | </ Border> | |
| 788 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 789 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 790 | <P addingLeft >2pt</Padd ingLeft> | |
| 791 | <P addingRigh t>2pt</Pad dingRight> | |
| 792 | <P addingTop> 2pt</Paddi ngTop> | |
| 793 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 794 | </St yle> | |
| 795 | </Text box> | |
| 796 | </CellCo ntents> | |
| 797 | </TablixCe ll> | |
| 798 | <TablixCel l> | |
| 799 | <CellCon tents> | |
| 800 | <Textb ox Name="T extbox33"> | |
| 801 | <Can Grow>true< /CanGrow> | |
| 802 | <Use rSort> | |
| 803 | <S ortExpress ion>=Field s!Onc_radi ationsurge ry_sequenc e.Value</S ortExpress ion> | |
| 804 | </Us erSort> | |
| 805 | <Kee pTogether> true</Keep Together> | |
| 806 | <Par agraphs> | |
| 807 | <P aragraph> | |
| 808 | <TextRuns> | |
| 809 | <TextRun > | |
| 810 | <Value >Onc radia tionsurger y sequence </Value> | |
| 811 | <Style > | |
| 812 | <Fon tSize>8pt< /FontSize> | |
| 813 | </Styl e> | |
| 814 | </TextRu n> | |
| 815 | </TextRuns > | |
| 816 | <Style> | |
| 817 | <TextAli gn>Center< /TextAlign > | |
| 818 | </Style> | |
| 819 | </ Paragraph> | |
| 820 | </Pa ragraphs> | |
| 821 | <rd: DefaultNam e>Textbox3 3</rd:Defa ultName> | |
| 822 | <Sty le> | |
| 823 | <B order> | |
| 824 | <Color>Lig htGrey</Co lor> | |
| 825 | <Style>Sol id</Style> | |
| 826 | </ Border> | |
| 827 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 828 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 829 | <P addingLeft >2pt</Padd ingLeft> | |
| 830 | <P addingRigh t>2pt</Pad dingRight> | |
| 831 | <P addingTop> 2pt</Paddi ngTop> | |
| 832 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 833 | </St yle> | |
| 834 | </Text box> | |
| 835 | </CellCo ntents> | |
| 836 | </TablixCe ll> | |
| 837 | <TablixCel l> | |
| 838 | <CellCon tents> | |
| 839 | <Textb ox Name="T extbox30"> | |
| 840 | <Can Grow>true< /CanGrow> | |
| 841 | <Use rSort> | |
| 842 | <S ortExpress ion>=Field s!Onc_chem otherapy_d ate.Value< /SortExpre ssion> | |
| 843 | </Us erSort> | |
| 844 | <Kee pTogether> true</Keep Together> | |
| 845 | <Par agraphs> | |
| 846 | <P aragraph> | |
| 847 | <TextRuns> | |
| 848 | <TextRun > | |
| 849 | <Value >Onc chemo therapy da te</Value> | |
| 850 | <Style > | |
| 851 | <Fon tSize>8pt< /FontSize> | |
| 852 | </Styl e> | |
| 853 | </TextRu n> | |
| 854 | </TextRuns > | |
| 855 | <Style> | |
| 856 | <TextAli gn>Center< /TextAlign > | |
| 857 | </Style> | |
| 858 | </ Paragraph> | |
| 859 | </Pa ragraphs> | |
| 860 | <rd: DefaultNam e>Textbox3 0</rd:Defa ultName> | |
| 861 | <Sty le> | |
| 862 | <B order> | |
| 863 | <Color>Lig htGrey</Co lor> | |
| 864 | <Style>Sol id</Style> | |
| 865 | </ Border> | |
| 866 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 867 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 868 | <P addingLeft >2pt</Padd ingLeft> | |
| 869 | <P addingRigh t>2pt</Pad dingRight> | |
| 870 | <P addingTop> 2pt</Paddi ngTop> | |
| 871 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 872 | </St yle> | |
| 873 | </Text box> | |
| 874 | </CellCo ntents> | |
| 875 | </TablixCe ll> | |
| 876 | <TablixCel l> | |
| 877 | <CellCon tents> | |
| 878 | <Textb ox Name="T extbox28"> | |
| 879 | <Can Grow>true< /CanGrow> | |
| 880 | <Use rSort> | |
| 881 | <S ortExpress ion>=Field s!Onc_chem otherapy.V alue</Sort Expression > | |
| 882 | </Us erSort> | |
| 883 | <Kee pTogether> true</Keep Together> | |
| 884 | <Par agraphs> | |
| 885 | <P aragraph> | |
| 886 | <TextRuns> | |
| 887 | <TextRun > | |
| 888 | <Value >Onc chemo therapy</V alue> | |
| 889 | <Style > | |
| 890 | <Fon tSize>8pt< /FontSize> | |
| 891 | </Styl e> | |
| 892 | </TextRu n> | |
| 893 | </TextRuns > | |
| 894 | <Style> | |
| 895 | <TextAli gn>Center< /TextAlign > | |
| 896 | </Style> | |
| 897 | </ Paragraph> | |
| 898 | </Pa ragraphs> | |
| 899 | <rd: DefaultNam e>Textbox2 8</rd:Defa ultName> | |
| 900 | <Sty le> | |
| 901 | <B order> | |
| 902 | <Color>Lig htGrey</Co lor> | |
| 903 | <Style>Sol id</Style> | |
| 904 | </ Border> | |
| 905 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 906 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 907 | <P addingLeft >2pt</Padd ingLeft> | |
| 908 | <P addingRigh t>2pt</Pad dingRight> | |
| 909 | <P addingTop> 2pt</Paddi ngTop> | |
| 910 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 911 | </St yle> | |
| 912 | </Text box> | |
| 913 | </CellCo ntents> | |
| 914 | </TablixCe ll> | |
| 915 | <TablixCel l> | |
| 916 | <CellCon tents> | |
| 917 | <Textb ox Name="T extbox26"> | |
| 918 | <Can Grow>true< /CanGrow> | |
| 919 | <Use rSort> | |
| 920 | <S ortExpress ion>=Field s!Onc_horm one_therap y_date.Val ue</SortEx pression> | |
| 921 | </Us erSort> | |
| 922 | <Kee pTogether> true</Keep Together> | |
| 923 | <Par agraphs> | |
| 924 | <P aragraph> | |
| 925 | <TextRuns> | |
| 926 | <TextRun > | |
| 927 | <Value >Onc hormo ne therapy date</Val ue> | |
| 928 | <Style > | |
| 929 | <Fon tSize>8pt< /FontSize> | |
| 930 | </Styl e> | |
| 931 | </TextRu n> | |
| 932 | </TextRuns > | |
| 933 | <Style> | |
| 934 | <TextAli gn>Center< /TextAlign > | |
| 935 | </Style> | |
| 936 | </ Paragraph> | |
| 937 | </Pa ragraphs> | |
| 938 | <rd: DefaultNam e>Textbox2 6</rd:Defa ultName> | |
| 939 | <Sty le> | |
| 940 | <B order> | |
| 941 | <Color>Lig htGrey</Co lor> | |
| 942 | <Style>Sol id</Style> | |
| 943 | </ Border> | |
| 944 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 945 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 946 | <P addingLeft >2pt</Padd ingLeft> | |
| 947 | <P addingRigh t>2pt</Pad dingRight> | |
| 948 | <P addingTop> 2pt</Paddi ngTop> | |
| 949 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 950 | </St yle> | |
| 951 | </Text box> | |
| 952 | </CellCo ntents> | |
| 953 | </TablixCe ll> | |
| 954 | <TablixCel l> | |
| 955 | <CellCon tents> | |
| 956 | <Textb ox Name="T extbox24"> | |
| 957 | <Can Grow>true< /CanGrow> | |
| 958 | <Use rSort> | |
| 959 | <S ortExpress ion>=Field s!Onc_horm one_therap y.Value</S ortExpress ion> | |
| 960 | </Us erSort> | |
| 961 | <Kee pTogether> true</Keep Together> | |
| 962 | <Par agraphs> | |
| 963 | <P aragraph> | |
| 964 | <TextRuns> | |
| 965 | <TextRun > | |
| 966 | <Value >Onc hormo ne therapy </Value> | |
| 967 | <Style > | |
| 968 | <Fon tSize>8pt< /FontSize> | |
| 969 | </Styl e> | |
| 970 | </TextRu n> | |
| 971 | </TextRuns > | |
| 972 | <Style> | |
| 973 | <TextAli gn>Center< /TextAlign > | |
| 974 | </Style> | |
| 975 | </ Paragraph> | |
| 976 | </Pa ragraphs> | |
| 977 | <rd: DefaultNam e>Textbox2 4</rd:Defa ultName> | |
| 978 | <Sty le> | |
| 979 | <B order> | |
| 980 | <Color>Lig htGrey</Co lor> | |
| 981 | <Style>Sol id</Style> | |
| 982 | </ Border> | |
| 983 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 984 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 985 | <P addingLeft >2pt</Padd ingLeft> | |
| 986 | <P addingRigh t>2pt</Pad dingRight> | |
| 987 | <P addingTop> 2pt</Paddi ngTop> | |
| 988 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 989 | </St yle> | |
| 990 | </Text box> | |
| 991 | </CellCo ntents> | |
| 992 | </TablixCe ll> | |
| 993 | <TablixCel l> | |
| 994 | <CellCon tents> | |
| 995 | <Textb ox Name="T extbox22"> | |
| 996 | <Can Grow>true< /CanGrow> | |
| 997 | <Use rSort> | |
| 998 | <S ortExpress ion>=Field s!Onc_reas onnosurger yofprimary .Value</So rtExpressi on> | |
| 999 | </Us erSort> | |
| 1000 | <Kee pTogether> true</Keep Together> | |
| 1001 | <Par agraphs> | |
| 1002 | <P aragraph> | |
| 1003 | <TextRuns> | |
| 1004 | <TextRun > | |
| 1005 | <Value >Onc reaso nnosurgery ofprimary< /Value> | |
| 1006 | <Style > | |
| 1007 | <Fon tSize>8pt< /FontSize> | |
| 1008 | </Styl e> | |
| 1009 | </TextRu n> | |
| 1010 | </TextRuns > | |
| 1011 | <Style> | |
| 1012 | <TextAli gn>Center< /TextAlign > | |
| 1013 | </Style> | |
| 1014 | </ Paragraph> | |
| 1015 | </Pa ragraphs> | |
| 1016 | <rd: DefaultNam e>Textbox2 2</rd:Defa ultName> | |
| 1017 | <Sty le> | |
| 1018 | <B order> | |
| 1019 | <Color>Lig htGrey</Co lor> | |
| 1020 | <Style>Sol id</Style> | |
| 1021 | </ Border> | |
| 1022 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1023 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1024 | <P addingLeft >2pt</Padd ingLeft> | |
| 1025 | <P addingRigh t>2pt</Pad dingRight> | |
| 1026 | <P addingTop> 2pt</Paddi ngTop> | |
| 1027 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1028 | </St yle> | |
| 1029 | </Text box> | |
| 1030 | </CellCo ntents> | |
| 1031 | </TablixCe ll> | |
| 1032 | <TablixCel l> | |
| 1033 | <CellCon tents> | |
| 1034 | <Textb ox Name="T extbox20"> | |
| 1035 | <Can Grow>true< /CanGrow> | |
| 1036 | <Use rSort> | |
| 1037 | <S ortExpress ion>=Field s!Onc_reas on_for_no_ radiation. Value</Sor tExpressio n> | |
| 1038 | </Us erSort> | |
| 1039 | <Kee pTogether> true</Keep Together> | |
| 1040 | <Par agraphs> | |
| 1041 | <P aragraph> | |
| 1042 | <TextRuns> | |
| 1043 | <TextRun > | |
| 1044 | <Value >Onc reaso n for no r adiation</ Value> | |
| 1045 | <Style > | |
| 1046 | <Fon tSize>8pt< /FontSize> | |
| 1047 | </Styl e> | |
| 1048 | </TextRu n> | |
| 1049 | </TextRuns > | |
| 1050 | <Style> | |
| 1051 | <TextAli gn>Center< /TextAlign > | |
| 1052 | </Style> | |
| 1053 | </ Paragraph> | |
| 1054 | </Pa ragraphs> | |
| 1055 | <rd: DefaultNam e>Textbox2 0</rd:Defa ultName> | |
| 1056 | <Sty le> | |
| 1057 | <B order> | |
| 1058 | <Color>Lig htGrey</Co lor> | |
| 1059 | <Style>Sol id</Style> | |
| 1060 | </ Border> | |
| 1061 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1062 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1063 | <P addingLeft >2pt</Padd ingLeft> | |
| 1064 | <P addingRigh t>2pt</Pad dingRight> | |
| 1065 | <P addingTop> 2pt</Paddi ngTop> | |
| 1066 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1067 | </St yle> | |
| 1068 | </Text box> | |
| 1069 | </CellCo ntents> | |
| 1070 | </TablixCe ll> | |
| 1071 | <TablixCel l> | |
| 1072 | <CellCon tents> | |
| 1073 | <Textb ox Name="T extbox18"> | |
| 1074 | <Can Grow>true< /CanGrow> | |
| 1075 | <Use rSort> | |
| 1076 | <S ortExpress ion>=Field s!Onc_reas on_for_no_ chemothera py.Value</ SortExpres sion> | |
| 1077 | </Us erSort> | |
| 1078 | <Kee pTogether> true</Keep Together> | |
| 1079 | <Par agraphs> | |
| 1080 | <P aragraph> | |
| 1081 | <TextRuns> | |
| 1082 | <TextRun > | |
| 1083 | <Value >Onc reaso n for no c hemotherap y</Value> | |
| 1084 | <Style > | |
| 1085 | <Fon tSize>8pt< /FontSize> | |
| 1086 | </Styl e> | |
| 1087 | </TextRu n> | |
| 1088 | </TextRuns > | |
| 1089 | <Style> | |
| 1090 | <TextAli gn>Center< /TextAlign > | |
| 1091 | </Style> | |
| 1092 | </ Paragraph> | |
| 1093 | </Pa ragraphs> | |
| 1094 | <rd: DefaultNam e>Textbox1 8</rd:Defa ultName> | |
| 1095 | <Sty le> | |
| 1096 | <B order> | |
| 1097 | <Color>Lig htGrey</Co lor> | |
| 1098 | <Style>Sol id</Style> | |
| 1099 | </ Border> | |
| 1100 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1101 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1102 | <P addingLeft >2pt</Padd ingLeft> | |
| 1103 | <P addingRigh t>2pt</Pad dingRight> | |
| 1104 | <P addingTop> 2pt</Paddi ngTop> | |
| 1105 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1106 | </St yle> | |
| 1107 | </Text box> | |
| 1108 | </CellCo ntents> | |
| 1109 | </TablixCe ll> | |
| 1110 | <TablixCel l> | |
| 1111 | <CellCon tents> | |
| 1112 | <Textb ox Name="T extbox16"> | |
| 1113 | <Can Grow>true< /CanGrow> | |
| 1114 | <Use rSort> | |
| 1115 | <S ortExpress ion>=Field s!Onc_reas on_for_no_ hormone_th erapy.Valu e</SortExp ression> | |
| 1116 | </Us erSort> | |
| 1117 | <Kee pTogether> true</Keep Together> | |
| 1118 | <Par agraphs> | |
| 1119 | <P aragraph> | |
| 1120 | <TextRuns> | |
| 1121 | <TextRun > | |
| 1122 | <Value >Onc reaso n for no h ormone the rapy</Valu e> | |
| 1123 | <Style > | |
| 1124 | <Fon tSize>8pt< /FontSize> | |
| 1125 | </Styl e> | |
| 1126 | </TextRu n> | |
| 1127 | </TextRuns > | |
| 1128 | <Style> | |
| 1129 | <TextAli gn>Center< /TextAlign > | |
| 1130 | </Style> | |
| 1131 | </ Paragraph> | |
| 1132 | </Pa ragraphs> | |
| 1133 | <rd: DefaultNam e>Textbox1 6</rd:Defa ultName> | |
| 1134 | <Sty le> | |
| 1135 | <B order> | |
| 1136 | <Color>Lig htGrey</Co lor> | |
| 1137 | <Style>Sol id</Style> | |
| 1138 | </ Border> | |
| 1139 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1140 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1141 | <P addingLeft >2pt</Padd ingLeft> | |
| 1142 | <P addingRigh t>2pt</Pad dingRight> | |
| 1143 | <P addingTop> 2pt</Paddi ngTop> | |
| 1144 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1145 | </St yle> | |
| 1146 | </Text box> | |
| 1147 | </CellCo ntents> | |
| 1148 | </TablixCe ll> | |
| 1149 | <TablixCel l> | |
| 1150 | <CellCon tents> | |
| 1151 | <Textb ox Name="T extbox14"> | |
| 1152 | <Can Grow>true< /CanGrow> | |
| 1153 | <Use rSort> | |
| 1154 | <S ortExpress ion>=Field s!Onc_rxte xtradiatio nwp.Value< /SortExpre ssion> | |
| 1155 | </Us erSort> | |
| 1156 | <Kee pTogether> true</Keep Together> | |
| 1157 | <Par agraphs> | |
| 1158 | <P aragraph> | |
| 1159 | <TextRuns> | |
| 1160 | <TextRun > | |
| 1161 | <Value >Onc rxtex tradiation wp</Value> | |
| 1162 | <Style > | |
| 1163 | <Fon tSize>8pt< /FontSize> | |
| 1164 | </Styl e> | |
| 1165 | </TextRu n> | |
| 1166 | </TextRuns > | |
| 1167 | <Style> | |
| 1168 | <TextAli gn>Center< /TextAlign > | |
| 1169 | </Style> | |
| 1170 | </ Paragraph> | |
| 1171 | </Pa ragraphs> | |
| 1172 | <rd: DefaultNam e>Textbox1 4</rd:Defa ultName> | |
| 1173 | <Sty le> | |
| 1174 | <B order> | |
| 1175 | <Color>Lig htGrey</Co lor> | |
| 1176 | <Style>Sol id</Style> | |
| 1177 | </ Border> | |
| 1178 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1179 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1180 | <P addingLeft >2pt</Padd ingLeft> | |
| 1181 | <P addingRigh t>2pt</Pad dingRight> | |
| 1182 | <P addingTop> 2pt</Paddi ngTop> | |
| 1183 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1184 | </St yle> | |
| 1185 | </Text box> | |
| 1186 | </CellCo ntents> | |
| 1187 | </TablixCe ll> | |
| 1188 | <TablixCel l> | |
| 1189 | <CellCon tents> | |
| 1190 | <Textb ox Name="T extbox12"> | |
| 1191 | <Can Grow>true< /CanGrow> | |
| 1192 | <Use rSort> | |
| 1193 | <S ortExpress ion>=Field s!Onc_rxte xtchemowp. Value</Sor tExpressio n> | |
| 1194 | </Us erSort> | |
| 1195 | <Kee pTogether> true</Keep Together> | |
| 1196 | <Par agraphs> | |
| 1197 | <P aragraph> | |
| 1198 | <TextRuns> | |
| 1199 | <TextRun > | |
| 1200 | <Value >Onc rxtex tchemowp</ Value> | |
| 1201 | <Style > | |
| 1202 | <Fon tSize>8pt< /FontSize> | |
| 1203 | </Styl e> | |
| 1204 | </TextRu n> | |
| 1205 | </TextRuns > | |
| 1206 | <Style> | |
| 1207 | <TextAli gn>Center< /TextAlign > | |
| 1208 | </Style> | |
| 1209 | </ Paragraph> | |
| 1210 | </Pa ragraphs> | |
| 1211 | <rd: DefaultNam e>Textbox1 2</rd:Defa ultName> | |
| 1212 | <Sty le> | |
| 1213 | <B order> | |
| 1214 | <Color>Lig htGrey</Co lor> | |
| 1215 | <Style>Sol id</Style> | |
| 1216 | </ Border> | |
| 1217 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1218 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1219 | <P addingLeft >2pt</Padd ingLeft> | |
| 1220 | <P addingRigh t>2pt</Pad dingRight> | |
| 1221 | <P addingTop> 2pt</Paddi ngTop> | |
| 1222 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1223 | </St yle> | |
| 1224 | </Text box> | |
| 1225 | </CellCo ntents> | |
| 1226 | </TablixCe ll> | |
| 1227 | <TablixCel l> | |
| 1228 | <CellCon tents> | |
| 1229 | <Textb ox Name="T extbox10"> | |
| 1230 | <Can Grow>true< /CanGrow> | |
| 1231 | <Use rSort> | |
| 1232 | <S ortExpress ion>=Field s!Onc_rxte xthormonew p.Value</S ortExpress ion> | |
| 1233 | </Us erSort> | |
| 1234 | <Kee pTogether> true</Keep Together> | |
| 1235 | <Par agraphs> | |
| 1236 | <P aragraph> | |
| 1237 | <TextRuns> | |
| 1238 | <TextRun > | |
| 1239 | <Value >Onc rxtex thormonewp </Value> | |
| 1240 | <Style > | |
| 1241 | <Fon tSize>8pt< /FontSize> | |
| 1242 | </Styl e> | |
| 1243 | </TextRu n> | |
| 1244 | </TextRuns > | |
| 1245 | <Style> | |
| 1246 | <TextAli gn>Center< /TextAlign > | |
| 1247 | </Style> | |
| 1248 | </ Paragraph> | |
| 1249 | </Pa ragraphs> | |
| 1250 | <rd: DefaultNam e>Textbox1 0</rd:Defa ultName> | |
| 1251 | <Sty le> | |
| 1252 | <B order> | |
| 1253 | <Color>Lig htGrey</Co lor> | |
| 1254 | <Style>Sol id</Style> | |
| 1255 | </ Border> | |
| 1256 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1257 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1258 | <P addingLeft >2pt</Padd ingLeft> | |
| 1259 | <P addingRigh t>2pt</Pad dingRight> | |
| 1260 | <P addingTop> 2pt</Paddi ngTop> | |
| 1261 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1262 | </St yle> | |
| 1263 | </Text box> | |
| 1264 | </CellCo ntents> | |
| 1265 | </TablixCe ll> | |
| 1266 | <TablixCel l> | |
| 1267 | <CellCon tents> | |
| 1268 | <Textb ox Name="T extbox8"> | |
| 1269 | <Can Grow>true< /CanGrow> | |
| 1270 | <Use rSort> | |
| 1271 | <S ortExpress ion>=Field s!Onc_text dxproclabt estswp.Val ue</SortEx pression> | |
| 1272 | </Us erSort> | |
| 1273 | <Kee pTogether> true</Keep Together> | |
| 1274 | <Par agraphs> | |
| 1275 | <P aragraph> | |
| 1276 | <TextRuns> | |
| 1277 | <TextRun > | |
| 1278 | <Value >Onc textd xproclabte stswp</Val ue> | |
| 1279 | <Style > | |
| 1280 | <Fon tSize>8pt< /FontSize> | |
| 1281 | </Styl e> | |
| 1282 | </TextRu n> | |
| 1283 | </TextRuns > | |
| 1284 | <Style> | |
| 1285 | <TextAli gn>Center< /TextAlign > | |
| 1286 | </Style> | |
| 1287 | </ Paragraph> | |
| 1288 | </Pa ragraphs> | |
| 1289 | <rd: DefaultNam e>Textbox8 </rd:Defau ltName> | |
| 1290 | <Sty le> | |
| 1291 | <B order> | |
| 1292 | <Color>Lig htGrey</Co lor> | |
| 1293 | <Style>Sol id</Style> | |
| 1294 | </ Border> | |
| 1295 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1296 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1297 | <P addingLeft >2pt</Padd ingLeft> | |
| 1298 | <P addingRigh t>2pt</Pad dingRight> | |
| 1299 | <P addingTop> 2pt</Paddi ngTop> | |
| 1300 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1301 | </St yle> | |
| 1302 | </Text box> | |
| 1303 | </CellCo ntents> | |
| 1304 | </TablixCe ll> | |
| 1305 | <TablixCel l> | |
| 1306 | <CellCon tents> | |
| 1307 | <Textb ox Name="T extbox6"> | |
| 1308 | <Can Grow>true< /CanGrow> | |
| 1309 | <Use rSort> | |
| 1310 | <S ortExpress ion>=Field s!Onc_text dxprocpewp .Value</So rtExpressi on> | |
| 1311 | </Us erSort> | |
| 1312 | <Kee pTogether> true</Keep Together> | |
| 1313 | <Par agraphs> | |
| 1314 | <P aragraph> | |
| 1315 | <TextRuns> | |
| 1316 | <TextRun > | |
| 1317 | <Value >Onc textd xprocpewp< /Value> | |
| 1318 | <Style > | |
| 1319 | <Fon tSize>8pt< /FontSize> | |
| 1320 | </Styl e> | |
| 1321 | </TextRu n> | |
| 1322 | </TextRuns > | |
| 1323 | <Style> | |
| 1324 | <TextAli gn>Center< /TextAlign > | |
| 1325 | </Style> | |
| 1326 | </ Paragraph> | |
| 1327 | </Pa ragraphs> | |
| 1328 | <rd: DefaultNam e>Textbox6 </rd:Defau ltName> | |
| 1329 | <Sty le> | |
| 1330 | <B order> | |
| 1331 | <Color>Lig htGrey</Co lor> | |
| 1332 | <Style>Sol id</Style> | |
| 1333 | </ Border> | |
| 1334 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 1335 | <V erticalAli gn>Middle< /VerticalA lign> | |
| 1336 | <P addingLeft >2pt</Padd ingLeft> | |
| 1337 | <P addingRigh t>2pt</Pad dingRight> | |
| 1338 | <P addingTop> 2pt</Paddi ngTop> | |
| 1339 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1340 | </St yle> | |
| 1341 | </Text box> | |
| 1342 | </CellCo ntents> | |
| 1343 | </TablixCe ll> | |
| 1344 | </ TablixCell s> | |
| 1345 | </Ta blixRow> | |
| 1346 | <Tab lixRow> | |
| 1347 | <H eight>0.25 in</Height > | |
| 1348 | <T ablixCells > | |
| 1349 | <TablixCel l> | |
| 1350 | <CellCon tents> | |
| 1351 | <Textb ox Name="b cr_Patient SID"> | |
| 1352 | <Can Grow>true< /CanGrow> | |
| 1353 | <Kee pTogether> true</Keep Together> | |
| 1354 | <Par agraphs> | |
| 1355 | <P aragraph> | |
| 1356 | <TextRuns> | |
| 1357 | <TextRun > | |
| 1358 | <Value >=Fields!b cr_Patient SID.Value< /Value> | |
| 1359 | <Style > | |
| 1360 | <Fon tSize>8pt< /FontSize> | |
| 1361 | </Styl e> | |
| 1362 | </TextRu n> | |
| 1363 | </TextRuns > | |
| 1364 | <Style /> | |
| 1365 | </ Paragraph> | |
| 1366 | </Pa ragraphs> | |
| 1367 | <rd: DefaultNam e>bcr_Pati entSID</rd :DefaultNa me> | |
| 1368 | <Sty le> | |
| 1369 | <B order> | |
| 1370 | <Color>Lig htGrey</Co lor> | |
| 1371 | <Style>Sol id</Style> | |
| 1372 | </ Border> | |
| 1373 | <P addingLeft >2pt</Padd ingLeft> | |
| 1374 | <P addingRigh t>2pt</Pad dingRight> | |
| 1375 | <P addingTop> 2pt</Paddi ngTop> | |
| 1376 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1377 | </St yle> | |
| 1378 | </Text box> | |
| 1379 | </CellCo ntents> | |
| 1380 | </TablixCe ll> | |
| 1381 | <TablixCel l> | |
| 1382 | <CellCon tents> | |
| 1383 | <Textb ox Name="b cr_Sta3n"> | |
| 1384 | <Can Grow>true< /CanGrow> | |
| 1385 | <Kee pTogether> true</Keep Together> | |
| 1386 | <Par agraphs> | |
| 1387 | <P aragraph> | |
| 1388 | <TextRuns> | |
| 1389 | <TextRun > | |
| 1390 | <Value >=Fields!b cr_Sta3n.V alue</Valu e> | |
| 1391 | <Style > | |
| 1392 | <Fon tSize>8pt< /FontSize> | |
| 1393 | </Styl e> | |
| 1394 | </TextRu n> | |
| 1395 | </TextRuns > | |
| 1396 | <Style /> | |
| 1397 | </ Paragraph> | |
| 1398 | </Pa ragraphs> | |
| 1399 | <rd: DefaultNam e>bcr_Sta3 n</rd:Defa ultName> | |
| 1400 | <Sty le> | |
| 1401 | <B order> | |
| 1402 | <Color>Lig htGrey</Co lor> | |
| 1403 | <Style>Sol id</Style> | |
| 1404 | </ Border> | |
| 1405 | <P addingLeft >2pt</Padd ingLeft> | |
| 1406 | <P addingRigh t>2pt</Pad dingRight> | |
| 1407 | <P addingTop> 2pt</Paddi ngTop> | |
| 1408 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1409 | </St yle> | |
| 1410 | </Text box> | |
| 1411 | </CellCo ntents> | |
| 1412 | </TablixCe ll> | |
| 1413 | <TablixCel l> | |
| 1414 | <CellCon tents> | |
| 1415 | <Textb ox Name="b cr_Patient LastName"> | |
| 1416 | <Can Grow>true< /CanGrow> | |
| 1417 | <Kee pTogether> true</Keep Together> | |
| 1418 | <Par agraphs> | |
| 1419 | <P aragraph> | |
| 1420 | <TextRuns> | |
| 1421 | <TextRun > | |
| 1422 | <Value >=Fields!b cr_Patient LastName.V alue</Valu e> | |
| 1423 | <Style > | |
| 1424 | <Fon tSize>8pt< /FontSize> | |
| 1425 | </Styl e> | |
| 1426 | </TextRu n> | |
| 1427 | </TextRuns > | |
| 1428 | <Style /> | |
| 1429 | </ Paragraph> | |
| 1430 | </Pa ragraphs> | |
| 1431 | <rd: DefaultNam e>bcr_Pati entLastNam e</rd:Defa ultName> | |
| 1432 | <Sty le> | |
| 1433 | <B order> | |
| 1434 | <Color>Lig htGrey</Co lor> | |
| 1435 | <Style>Sol id</Style> | |
| 1436 | </ Border> | |
| 1437 | <P addingLeft >2pt</Padd ingLeft> | |
| 1438 | <P addingRigh t>2pt</Pad dingRight> | |
| 1439 | <P addingTop> 2pt</Paddi ngTop> | |
| 1440 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1441 | </St yle> | |
| 1442 | </Text box> | |
| 1443 | </CellCo ntents> | |
| 1444 | </TablixCe ll> | |
| 1445 | <TablixCel l> | |
| 1446 | <CellCon tents> | |
| 1447 | <Textb ox Name="b cr_Patient FirstName" > | |
| 1448 | <Can Grow>true< /CanGrow> | |
| 1449 | <Kee pTogether> true</Keep Together> | |
| 1450 | <Par agraphs> | |
| 1451 | <P aragraph> | |
| 1452 | <TextRuns> | |
| 1453 | <TextRun > | |
| 1454 | <Value >=Fields!b cr_Patient FirstName. Value</Val ue> | |
| 1455 | <Style > | |
| 1456 | <Fon tSize>8pt< /FontSize> | |
| 1457 | </Styl e> | |
| 1458 | </TextRu n> | |
| 1459 | </TextRuns > | |
| 1460 | <Style /> | |
| 1461 | </ Paragraph> | |
| 1462 | </Pa ragraphs> | |
| 1463 | <rd: DefaultNam e>bcr_Pati entFirstNa me</rd:Def aultName> | |
| 1464 | <Sty le> | |
| 1465 | <B order> | |
| 1466 | <Color>Lig htGrey</Co lor> | |
| 1467 | <Style>Sol id</Style> | |
| 1468 | </ Border> | |
| 1469 | <P addingLeft >2pt</Padd ingLeft> | |
| 1470 | <P addingRigh t>2pt</Pad dingRight> | |
| 1471 | <P addingTop> 2pt</Paddi ngTop> | |
| 1472 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1473 | </St yle> | |
| 1474 | </Text box> | |
| 1475 | </CellCo ntents> | |
| 1476 | </TablixCe ll> | |
| 1477 | <TablixCel l> | |
| 1478 | <CellCon tents> | |
| 1479 | <Textb ox Name="b cr_VAID"> | |
| 1480 | <Can Grow>true< /CanGrow> | |
| 1481 | <Kee pTogether> true</Keep Together> | |
| 1482 | <Par agraphs> | |
| 1483 | <P aragraph> | |
| 1484 | <TextRuns> | |
| 1485 | <TextRun > | |
| 1486 | <Value >=Fields!b cr_VAID.Va lue</Value > | |
| 1487 | <Style > | |
| 1488 | <Fon tSize>8pt< /FontSize> | |
| 1489 | </Styl e> | |
| 1490 | </TextRu n> | |
| 1491 | </TextRuns > | |
| 1492 | <Style /> | |
| 1493 | </ Paragraph> | |
| 1494 | </Pa ragraphs> | |
| 1495 | <rd: DefaultNam e>bcr_VAID </rd:Defau ltName> | |
| 1496 | <Sty le> | |
| 1497 | <B order> | |
| 1498 | <Color>Lig htGrey</Co lor> | |
| 1499 | <Style>Sol id</Style> | |
| 1500 | </ Border> | |
| 1501 | <P addingLeft >2pt</Padd ingLeft> | |
| 1502 | <P addingRigh t>2pt</Pad dingRight> | |
| 1503 | <P addingTop> 2pt</Paddi ngTop> | |
| 1504 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1505 | </St yle> | |
| 1506 | </Text box> | |
| 1507 | </CellCo ntents> | |
| 1508 | </TablixCe ll> | |
| 1509 | <TablixCel l> | |
| 1510 | <CellCon tents> | |
| 1511 | <Textb ox Name="b cr_Age"> | |
| 1512 | <Can Grow>true< /CanGrow> | |
| 1513 | <Kee pTogether> true</Keep Together> | |
| 1514 | <Par agraphs> | |
| 1515 | <P aragraph> | |
| 1516 | <TextRuns> | |
| 1517 | <TextRun > | |
| 1518 | <Value >=Fields!b cr_Age.Val ue</Value> | |
| 1519 | <Style > | |
| 1520 | <Fon tSize>8pt< /FontSize> | |
| 1521 | </Styl e> | |
| 1522 | </TextRu n> | |
| 1523 | </TextRuns > | |
| 1524 | <Style /> | |
| 1525 | </ Paragraph> | |
| 1526 | </Pa ragraphs> | |
| 1527 | <rd: DefaultNam e>bcr_Age< /rd:Defaul tName> | |
| 1528 | <Sty le> | |
| 1529 | <B order> | |
| 1530 | <Color>Lig htGrey</Co lor> | |
| 1531 | <Style>Sol id</Style> | |
| 1532 | </ Border> | |
| 1533 | <P addingLeft >2pt</Padd ingLeft> | |
| 1534 | <P addingRigh t>2pt</Pad dingRight> | |
| 1535 | <P addingTop> 2pt</Paddi ngTop> | |
| 1536 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1537 | </St yle> | |
| 1538 | </Text box> | |
| 1539 | </CellCo ntents> | |
| 1540 | </TablixCe ll> | |
| 1541 | <TablixCel l> | |
| 1542 | <CellCon tents> | |
| 1543 | <Textb ox Name="b cr_Gender" > | |
| 1544 | <Can Grow>true< /CanGrow> | |
| 1545 | <Kee pTogether> true</Keep Together> | |
| 1546 | <Par agraphs> | |
| 1547 | <P aragraph> | |
| 1548 | <TextRuns> | |
| 1549 | <TextRun > | |
| 1550 | <Value >=Fields!b cr_Gender. Value</Val ue> | |
| 1551 | <Style > | |
| 1552 | <Fon tSize>8pt< /FontSize> | |
| 1553 | </Styl e> | |
| 1554 | </TextRu n> | |
| 1555 | </TextRuns > | |
| 1556 | <Style /> | |
| 1557 | </ Paragraph> | |
| 1558 | </Pa ragraphs> | |
| 1559 | <rd: DefaultNam e>bcr_Gend er</rd:Def aultName> | |
| 1560 | <Sty le> | |
| 1561 | <B order> | |
| 1562 | <Color>Lig htGrey</Co lor> | |
| 1563 | <Style>Sol id</Style> | |
| 1564 | </ Border> | |
| 1565 | <P addingLeft >2pt</Padd ingLeft> | |
| 1566 | <P addingRigh t>2pt</Pad dingRight> | |
| 1567 | <P addingTop> 2pt</Paddi ngTop> | |
| 1568 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1569 | </St yle> | |
| 1570 | </Text box> | |
| 1571 | </CellCo ntents> | |
| 1572 | </TablixCe ll> | |
| 1573 | <TablixCel l> | |
| 1574 | <CellCon tents> | |
| 1575 | <Textb ox Name="b cr_Race"> | |
| 1576 | <Can Grow>true< /CanGrow> | |
| 1577 | <Kee pTogether> true</Keep Together> | |
| 1578 | <Par agraphs> | |
| 1579 | <P aragraph> | |
| 1580 | <TextRuns> | |
| 1581 | <TextRun > | |
| 1582 | <Value >=Fields!b cr_Race.Va lue</Value > | |
| 1583 | <Style > | |
| 1584 | <Fon tSize>8pt< /FontSize> | |
| 1585 | </Styl e> | |
| 1586 | </TextRu n> | |
| 1587 | </TextRuns > | |
| 1588 | <Style /> | |
| 1589 | </ Paragraph> | |
| 1590 | </Pa ragraphs> | |
| 1591 | <rd: DefaultNam e>bcr_Race </rd:Defau ltName> | |
| 1592 | <Sty le> | |
| 1593 | <B order> | |
| 1594 | <Color>Lig htGrey</Co lor> | |
| 1595 | <Style>Sol id</Style> | |
| 1596 | </ Border> | |
| 1597 | <P addingLeft >2pt</Padd ingLeft> | |
| 1598 | <P addingRigh t>2pt</Pad dingRight> | |
| 1599 | <P addingTop> 2pt</Paddi ngTop> | |
| 1600 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1601 | </St yle> | |
| 1602 | </Text box> | |
| 1603 | </CellCo ntents> | |
| 1604 | </TablixCe ll> | |
| 1605 | <TablixCel l> | |
| 1606 | <CellCon tents> | |
| 1607 | <Textb ox Name="b cr_Decease d"> | |
| 1608 | <Can Grow>true< /CanGrow> | |
| 1609 | <Kee pTogether> true</Keep Together> | |
| 1610 | <Par agraphs> | |
| 1611 | <P aragraph> | |
| 1612 | <TextRuns> | |
| 1613 | <TextRun > | |
| 1614 | <Value >=Fields!b cr_Decease d.Value</V alue> | |
| 1615 | <Style > | |
| 1616 | <Fon tSize>8pt< /FontSize> | |
| 1617 | </Styl e> | |
| 1618 | </TextRu n> | |
| 1619 | </TextRuns > | |
| 1620 | <Style /> | |
| 1621 | </ Paragraph> | |
| 1622 | </Pa ragraphs> | |
| 1623 | <rd: DefaultNam e>bcr_Dece ased</rd:D efaultName > | |
| 1624 | <Sty le> | |
| 1625 | <B order> | |
| 1626 | <Color>Lig htGrey</Co lor> | |
| 1627 | <Style>Sol id</Style> | |
| 1628 | </ Border> | |
| 1629 | <P addingLeft >2pt</Padd ingLeft> | |
| 1630 | <P addingRigh t>2pt</Pad dingRight> | |
| 1631 | <P addingTop> 2pt</Paddi ngTop> | |
| 1632 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1633 | </St yle> | |
| 1634 | </Text box> | |
| 1635 | </CellCo ntents> | |
| 1636 | </TablixCe ll> | |
| 1637 | <TablixCel l> | |
| 1638 | <CellCon tents> | |
| 1639 | <Textb ox Name="O nc_date_dx "> | |
| 1640 | <Can Grow>true< /CanGrow> | |
| 1641 | <Kee pTogether> true</Keep Together> | |
| 1642 | <Par agraphs> | |
| 1643 | <P aragraph> | |
| 1644 | <TextRuns> | |
| 1645 | <TextRun > | |
| 1646 | <Value >=Fields!O nc_date_dx .Value</Va lue> | |
| 1647 | <Style > | |
| 1648 | <Fon tSize>8pt< /FontSize> | |
| 1649 | </Styl e> | |
| 1650 | </TextRu n> | |
| 1651 | </TextRuns > | |
| 1652 | <Style /> | |
| 1653 | </ Paragraph> | |
| 1654 | </Pa ragraphs> | |
| 1655 | <rd: DefaultNam e>Onc_date _dx</rd:De faultName> | |
| 1656 | <Sty le> | |
| 1657 | <B order> | |
| 1658 | <Color>Lig htGrey</Co lor> | |
| 1659 | <Style>Sol id</Style> | |
| 1660 | </ Border> | |
| 1661 | <P addingLeft >2pt</Padd ingLeft> | |
| 1662 | <P addingRigh t>2pt</Pad dingRight> | |
| 1663 | <P addingTop> 2pt</Paddi ngTop> | |
| 1664 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1665 | </St yle> | |
| 1666 | </Text box> | |
| 1667 | </CellCo ntents> | |
| 1668 | </TablixCe ll> | |
| 1669 | <TablixCel l> | |
| 1670 | <CellCon tents> | |
| 1671 | <Textb ox Name="O nc_histolo gyicdo3x"> | |
| 1672 | <Can Grow>true< /CanGrow> | |
| 1673 | <Kee pTogether> true</Keep Together> | |
| 1674 | <Par agraphs> | |
| 1675 | <P aragraph> | |
| 1676 | <TextRuns> | |
| 1677 | <TextRun > | |
| 1678 | <Value >=Fields!O nc_histolo gyicdo3x.V alue</Valu e> | |
| 1679 | <Style > | |
| 1680 | <Fon tSize>8pt< /FontSize> | |
| 1681 | </Styl e> | |
| 1682 | </TextRu n> | |
| 1683 | </TextRuns > | |
| 1684 | <Style /> | |
| 1685 | </ Paragraph> | |
| 1686 | </Pa ragraphs> | |
| 1687 | <rd: DefaultNam e>Onc_hist ologyicdo3 x</rd:Defa ultName> | |
| 1688 | <Sty le> | |
| 1689 | <B order> | |
| 1690 | <Color>Lig htGrey</Co lor> | |
| 1691 | <Style>Sol id</Style> | |
| 1692 | </ Border> | |
| 1693 | <P addingLeft >2pt</Padd ingLeft> | |
| 1694 | <P addingRigh t>2pt</Pad dingRight> | |
| 1695 | <P addingTop> 2pt</Paddi ngTop> | |
| 1696 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1697 | </St yle> | |
| 1698 | </Text box> | |
| 1699 | </CellCo ntents> | |
| 1700 | </TablixCe ll> | |
| 1701 | <TablixCel l> | |
| 1702 | <CellCon tents> | |
| 1703 | <Textb ox Name="O nc_stage_g roupingajc c"> | |
| 1704 | <Can Grow>true< /CanGrow> | |
| 1705 | <Kee pTogether> true</Keep Together> | |
| 1706 | <Par agraphs> | |
| 1707 | <P aragraph> | |
| 1708 | <TextRuns> | |
| 1709 | <TextRun > | |
| 1710 | <Value >=Fields!O nc_stage_g roupingajc c.Value</V alue> | |
| 1711 | <Style > | |
| 1712 | <Fon tSize>8pt< /FontSize> | |
| 1713 | </Styl e> | |
| 1714 | </TextRu n> | |
| 1715 | </TextRuns > | |
| 1716 | <Style /> | |
| 1717 | </ Paragraph> | |
| 1718 | </Pa ragraphs> | |
| 1719 | <rd: DefaultNam e>Onc_stag e_grouping ajcc</rd:D efaultName > | |
| 1720 | <Sty le> | |
| 1721 | <B order> | |
| 1722 | <Color>Lig htGrey</Co lor> | |
| 1723 | <Style>Sol id</Style> | |
| 1724 | </ Border> | |
| 1725 | <P addingLeft >2pt</Padd ingLeft> | |
| 1726 | <P addingRigh t>2pt</Pad dingRight> | |
| 1727 | <P addingTop> 2pt</Paddi ngTop> | |
| 1728 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1729 | </St yle> | |
| 1730 | </Text box> | |
| 1731 | </CellCo ntents> | |
| 1732 | </TablixCe ll> | |
| 1733 | <TablixCel l> | |
| 1734 | <CellCon tents> | |
| 1735 | <Textb ox Name="O nc_radiati on"> | |
| 1736 | <Can Grow>true< /CanGrow> | |
| 1737 | <Kee pTogether> true</Keep Together> | |
| 1738 | <Par agraphs> | |
| 1739 | <P aragraph> | |
| 1740 | <TextRuns> | |
| 1741 | <TextRun > | |
| 1742 | <Value >=Fields!O nc_radiati on.Value</ Value> | |
| 1743 | <Style > | |
| 1744 | <Fon tSize>8pt< /FontSize> | |
| 1745 | </Styl e> | |
| 1746 | </TextRu n> | |
| 1747 | </TextRuns > | |
| 1748 | <Style /> | |
| 1749 | </ Paragraph> | |
| 1750 | </Pa ragraphs> | |
| 1751 | <rd: DefaultNam e>Onc_radi ation</rd: DefaultNam e> | |
| 1752 | <Sty le> | |
| 1753 | <B order> | |
| 1754 | <Color>Lig htGrey</Co lor> | |
| 1755 | <Style>Sol id</Style> | |
| 1756 | </ Border> | |
| 1757 | <P addingLeft >2pt</Padd ingLeft> | |
| 1758 | <P addingRigh t>2pt</Pad dingRight> | |
| 1759 | <P addingTop> 2pt</Paddi ngTop> | |
| 1760 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1761 | </St yle> | |
| 1762 | </Text box> | |
| 1763 | </CellCo ntents> | |
| 1764 | </TablixCe ll> | |
| 1765 | <TablixCel l> | |
| 1766 | <CellCon tents> | |
| 1767 | <Textb ox Name="O nc_radiati onsurgery_ sequence"> | |
| 1768 | <Can Grow>true< /CanGrow> | |
| 1769 | <Kee pTogether> true</Keep Together> | |
| 1770 | <Par agraphs> | |
| 1771 | <P aragraph> | |
| 1772 | <TextRuns> | |
| 1773 | <TextRun > | |
| 1774 | <Value >=Fields!O nc_radiati onsurgery_ sequence.V alue</Valu e> | |
| 1775 | <Style > | |
| 1776 | <Fon tSize>8pt< /FontSize> | |
| 1777 | </Styl e> | |
| 1778 | </TextRu n> | |
| 1779 | </TextRuns > | |
| 1780 | <Style /> | |
| 1781 | </ Paragraph> | |
| 1782 | </Pa ragraphs> | |
| 1783 | <rd: DefaultNam e>Onc_radi ationsurge ry_sequenc e</rd:Defa ultName> | |
| 1784 | <Sty le> | |
| 1785 | <B order> | |
| 1786 | <Color>Lig htGrey</Co lor> | |
| 1787 | <Style>Sol id</Style> | |
| 1788 | </ Border> | |
| 1789 | <P addingLeft >2pt</Padd ingLeft> | |
| 1790 | <P addingRigh t>2pt</Pad dingRight> | |
| 1791 | <P addingTop> 2pt</Paddi ngTop> | |
| 1792 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1793 | </St yle> | |
| 1794 | </Text box> | |
| 1795 | </CellCo ntents> | |
| 1796 | </TablixCe ll> | |
| 1797 | <TablixCel l> | |
| 1798 | <CellCon tents> | |
| 1799 | <Textb ox Name="O nc_chemoth erapy_date "> | |
| 1800 | <Can Grow>true< /CanGrow> | |
| 1801 | <Kee pTogether> true</Keep Together> | |
| 1802 | <Par agraphs> | |
| 1803 | <P aragraph> | |
| 1804 | <TextRuns> | |
| 1805 | <TextRun > | |
| 1806 | <Value >=Fields!O nc_chemoth erapy_date .Value</Va lue> | |
| 1807 | <Style > | |
| 1808 | <Fon tSize>8pt< /FontSize> | |
| 1809 | </Styl e> | |
| 1810 | </TextRu n> | |
| 1811 | </TextRuns > | |
| 1812 | <Style /> | |
| 1813 | </ Paragraph> | |
| 1814 | </Pa ragraphs> | |
| 1815 | <rd: DefaultNam e>Onc_chem otherapy_d ate</rd:De faultName> | |
| 1816 | <Sty le> | |
| 1817 | <B order> | |
| 1818 | <Color>Lig htGrey</Co lor> | |
| 1819 | <Style>Sol id</Style> | |
| 1820 | </ Border> | |
| 1821 | <P addingLeft >2pt</Padd ingLeft> | |
| 1822 | <P addingRigh t>2pt</Pad dingRight> | |
| 1823 | <P addingTop> 2pt</Paddi ngTop> | |
| 1824 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1825 | </St yle> | |
| 1826 | </Text box> | |
| 1827 | </CellCo ntents> | |
| 1828 | </TablixCe ll> | |
| 1829 | <TablixCel l> | |
| 1830 | <CellCon tents> | |
| 1831 | <Textb ox Name="O nc_chemoth erapy"> | |
| 1832 | <Can Grow>true< /CanGrow> | |
| 1833 | <Kee pTogether> true</Keep Together> | |
| 1834 | <Par agraphs> | |
| 1835 | <P aragraph> | |
| 1836 | <TextRuns> | |
| 1837 | <TextRun > | |
| 1838 | <Value >=Fields!O nc_chemoth erapy.Valu e</Value> | |
| 1839 | <Style > | |
| 1840 | <Fon tSize>8pt< /FontSize> | |
| 1841 | </Styl e> | |
| 1842 | </TextRu n> | |
| 1843 | </TextRuns > | |
| 1844 | <Style /> | |
| 1845 | </ Paragraph> | |
| 1846 | </Pa ragraphs> | |
| 1847 | <rd: DefaultNam e>Onc_chem otherapy</ rd:Default Name> | |
| 1848 | <Sty le> | |
| 1849 | <B order> | |
| 1850 | <Color>Lig htGrey</Co lor> | |
| 1851 | <Style>Sol id</Style> | |
| 1852 | </ Border> | |
| 1853 | <P addingLeft >2pt</Padd ingLeft> | |
| 1854 | <P addingRigh t>2pt</Pad dingRight> | |
| 1855 | <P addingTop> 2pt</Paddi ngTop> | |
| 1856 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1857 | </St yle> | |
| 1858 | </Text box> | |
| 1859 | </CellCo ntents> | |
| 1860 | </TablixCe ll> | |
| 1861 | <TablixCel l> | |
| 1862 | <CellCon tents> | |
| 1863 | <Textb ox Name="O nc_hormone _therapy_d ate"> | |
| 1864 | <Can Grow>true< /CanGrow> | |
| 1865 | <Kee pTogether> true</Keep Together> | |
| 1866 | <Par agraphs> | |
| 1867 | <P aragraph> | |
| 1868 | <TextRuns> | |
| 1869 | <TextRun > | |
| 1870 | <Value >=Fields!O nc_hormone _therapy_d ate.Value< /Value> | |
| 1871 | <Style > | |
| 1872 | <Fon tSize>8pt< /FontSize> | |
| 1873 | </Styl e> | |
| 1874 | </TextRu n> | |
| 1875 | </TextRuns > | |
| 1876 | <Style /> | |
| 1877 | </ Paragraph> | |
| 1878 | </Pa ragraphs> | |
| 1879 | <rd: DefaultNam e>Onc_horm one_therap y_date</rd :DefaultNa me> | |
| 1880 | <Sty le> | |
| 1881 | <B order> | |
| 1882 | <Color>Lig htGrey</Co lor> | |
| 1883 | <Style>Sol id</Style> | |
| 1884 | </ Border> | |
| 1885 | <P addingLeft >2pt</Padd ingLeft> | |
| 1886 | <P addingRigh t>2pt</Pad dingRight> | |
| 1887 | <P addingTop> 2pt</Paddi ngTop> | |
| 1888 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1889 | </St yle> | |
| 1890 | </Text box> | |
| 1891 | </CellCo ntents> | |
| 1892 | </TablixCe ll> | |
| 1893 | <TablixCel l> | |
| 1894 | <CellCon tents> | |
| 1895 | <Textb ox Name="O nc_hormone _therapy"> | |
| 1896 | <Can Grow>true< /CanGrow> | |
| 1897 | <Kee pTogether> true</Keep Together> | |
| 1898 | <Par agraphs> | |
| 1899 | <P aragraph> | |
| 1900 | <TextRuns> | |
| 1901 | <TextRun > | |
| 1902 | <Value >=Fields!O nc_hormone _therapy.V alue</Valu e> | |
| 1903 | <Style > | |
| 1904 | <Fon tSize>8pt< /FontSize> | |
| 1905 | </Styl e> | |
| 1906 | </TextRu n> | |
| 1907 | </TextRuns > | |
| 1908 | <Style /> | |
| 1909 | </ Paragraph> | |
| 1910 | </Pa ragraphs> | |
| 1911 | <rd: DefaultNam e>Onc_horm one_therap y</rd:Defa ultName> | |
| 1912 | <Sty le> | |
| 1913 | <B order> | |
| 1914 | <Color>Lig htGrey</Co lor> | |
| 1915 | <Style>Sol id</Style> | |
| 1916 | </ Border> | |
| 1917 | <P addingLeft >2pt</Padd ingLeft> | |
| 1918 | <P addingRigh t>2pt</Pad dingRight> | |
| 1919 | <P addingTop> 2pt</Paddi ngTop> | |
| 1920 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1921 | </St yle> | |
| 1922 | </Text box> | |
| 1923 | </CellCo ntents> | |
| 1924 | </TablixCe ll> | |
| 1925 | <TablixCel l> | |
| 1926 | <CellCon tents> | |
| 1927 | <Textb ox Name="O nc_reasonn osurgeryof primary"> | |
| 1928 | <Can Grow>true< /CanGrow> | |
| 1929 | <Kee pTogether> true</Keep Together> | |
| 1930 | <Par agraphs> | |
| 1931 | <P aragraph> | |
| 1932 | <TextRuns> | |
| 1933 | <TextRun > | |
| 1934 | <Value >=Fields!O nc_reasonn osurgeryof primary.Va lue</Value > | |
| 1935 | <Style > | |
| 1936 | <Fon tSize>8pt< /FontSize> | |
| 1937 | </Styl e> | |
| 1938 | </TextRu n> | |
| 1939 | </TextRuns > | |
| 1940 | <Style /> | |
| 1941 | </ Paragraph> | |
| 1942 | </Pa ragraphs> | |
| 1943 | <rd: DefaultNam e>Onc_reas onnosurger yofprimary </rd:Defau ltName> | |
| 1944 | <Sty le> | |
| 1945 | <B order> | |
| 1946 | <Color>Lig htGrey</Co lor> | |
| 1947 | <Style>Sol id</Style> | |
| 1948 | </ Border> | |
| 1949 | <P addingLeft >2pt</Padd ingLeft> | |
| 1950 | <P addingRigh t>2pt</Pad dingRight> | |
| 1951 | <P addingTop> 2pt</Paddi ngTop> | |
| 1952 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1953 | </St yle> | |
| 1954 | </Text box> | |
| 1955 | </CellCo ntents> | |
| 1956 | </TablixCe ll> | |
| 1957 | <TablixCel l> | |
| 1958 | <CellCon tents> | |
| 1959 | <Textb ox Name="O nc_reason_ for_no_rad iation"> | |
| 1960 | <Can Grow>true< /CanGrow> | |
| 1961 | <Kee pTogether> true</Keep Together> | |
| 1962 | <Par agraphs> | |
| 1963 | <P aragraph> | |
| 1964 | <TextRuns> | |
| 1965 | <TextRun > | |
| 1966 | <Value >=Fields!O nc_reason_ for_no_rad iation.Val ue</Value> | |
| 1967 | <Style > | |
| 1968 | <Fon tSize>8pt< /FontSize> | |
| 1969 | </Styl e> | |
| 1970 | </TextRu n> | |
| 1971 | </TextRuns > | |
| 1972 | <Style /> | |
| 1973 | </ Paragraph> | |
| 1974 | </Pa ragraphs> | |
| 1975 | <rd: DefaultNam e>Onc_reas on_for_no_ radiation< /rd:Defaul tName> | |
| 1976 | <Sty le> | |
| 1977 | <B order> | |
| 1978 | <Color>Lig htGrey</Co lor> | |
| 1979 | <Style>Sol id</Style> | |
| 1980 | </ Border> | |
| 1981 | <P addingLeft >2pt</Padd ingLeft> | |
| 1982 | <P addingRigh t>2pt</Pad dingRight> | |
| 1983 | <P addingTop> 2pt</Paddi ngTop> | |
| 1984 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 1985 | </St yle> | |
| 1986 | </Text box> | |
| 1987 | </CellCo ntents> | |
| 1988 | </TablixCe ll> | |
| 1989 | <TablixCel l> | |
| 1990 | <CellCon tents> | |
| 1991 | <Textb ox Name="O nc_reason_ for_no_che motherapy" > | |
| 1992 | <Can Grow>true< /CanGrow> | |
| 1993 | <Kee pTogether> true</Keep Together> | |
| 1994 | <Par agraphs> | |
| 1995 | <P aragraph> | |
| 1996 | <TextRuns> | |
| 1997 | <TextRun > | |
| 1998 | <Value >=Fields!O nc_reason_ for_no_che motherapy. Value</Val ue> | |
| 1999 | <Style > | |
| 2000 | <Fon tSize>8pt< /FontSize> | |
| 2001 | </Styl e> | |
| 2002 | </TextRu n> | |
| 2003 | </TextRuns > | |
| 2004 | <Style /> | |
| 2005 | </ Paragraph> | |
| 2006 | </Pa ragraphs> | |
| 2007 | <rd: DefaultNam e>Onc_reas on_for_no_ chemothera py</rd:Def aultName> | |
| 2008 | <Sty le> | |
| 2009 | <B order> | |
| 2010 | <Color>Lig htGrey</Co lor> | |
| 2011 | <Style>Sol id</Style> | |
| 2012 | </ Border> | |
| 2013 | <P addingLeft >2pt</Padd ingLeft> | |
| 2014 | <P addingRigh t>2pt</Pad dingRight> | |
| 2015 | <P addingTop> 2pt</Paddi ngTop> | |
| 2016 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2017 | </St yle> | |
| 2018 | </Text box> | |
| 2019 | </CellCo ntents> | |
| 2020 | </TablixCe ll> | |
| 2021 | <TablixCel l> | |
| 2022 | <CellCon tents> | |
| 2023 | <Textb ox Name="O nc_reason_ for_no_hor mone_thera py"> | |
| 2024 | <Can Grow>true< /CanGrow> | |
| 2025 | <Kee pTogether> true</Keep Together> | |
| 2026 | <Par agraphs> | |
| 2027 | <P aragraph> | |
| 2028 | <TextRuns> | |
| 2029 | <TextRun > | |
| 2030 | <Value >=Fields!O nc_reason_ for_no_hor mone_thera py.Value</ Value> | |
| 2031 | <Style > | |
| 2032 | <Fon tSize>8pt< /FontSize> | |
| 2033 | </Styl e> | |
| 2034 | </TextRu n> | |
| 2035 | </TextRuns > | |
| 2036 | <Style /> | |
| 2037 | </ Paragraph> | |
| 2038 | </Pa ragraphs> | |
| 2039 | <rd: DefaultNam e>Onc_reas on_for_no_ hormone_th erapy</rd: DefaultNam e> | |
| 2040 | <Sty le> | |
| 2041 | <B order> | |
| 2042 | <Color>Lig htGrey</Co lor> | |
| 2043 | <Style>Sol id</Style> | |
| 2044 | </ Border> | |
| 2045 | <P addingLeft >2pt</Padd ingLeft> | |
| 2046 | <P addingRigh t>2pt</Pad dingRight> | |
| 2047 | <P addingTop> 2pt</Paddi ngTop> | |
| 2048 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2049 | </St yle> | |
| 2050 | </Text box> | |
| 2051 | </CellCo ntents> | |
| 2052 | </TablixCe ll> | |
| 2053 | <TablixCel l> | |
| 2054 | <CellCon tents> | |
| 2055 | <Textb ox Name="O nc_rxtextr adiationwp "> | |
| 2056 | <Can Grow>true< /CanGrow> | |
| 2057 | <Kee pTogether> true</Keep Together> | |
| 2058 | <Par agraphs> | |
| 2059 | <P aragraph> | |
| 2060 | <TextRuns> | |
| 2061 | <TextRun > | |
| 2062 | <Value >=Fields!O nc_rxtextr adiationwp .Value</Va lue> | |
| 2063 | <Style > | |
| 2064 | <Fon tSize>8pt< /FontSize> | |
| 2065 | </Styl e> | |
| 2066 | </TextRu n> | |
| 2067 | </TextRuns > | |
| 2068 | <Style /> | |
| 2069 | </ Paragraph> | |
| 2070 | </Pa ragraphs> | |
| 2071 | <rd: DefaultNam e>Onc_rxte xtradiatio nwp</rd:De faultName> | |
| 2072 | <Sty le> | |
| 2073 | <B order> | |
| 2074 | <Color>Lig htGrey</Co lor> | |
| 2075 | <Style>Sol id</Style> | |
| 2076 | </ Border> | |
| 2077 | <P addingLeft >2pt</Padd ingLeft> | |
| 2078 | <P addingRigh t>2pt</Pad dingRight> | |
| 2079 | <P addingTop> 2pt</Paddi ngTop> | |
| 2080 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2081 | </St yle> | |
| 2082 | </Text box> | |
| 2083 | </CellCo ntents> | |
| 2084 | </TablixCe ll> | |
| 2085 | <TablixCel l> | |
| 2086 | <CellCon tents> | |
| 2087 | <Textb ox Name="O nc_rxtextc hemowp"> | |
| 2088 | <Can Grow>true< /CanGrow> | |
| 2089 | <Kee pTogether> true</Keep Together> | |
| 2090 | <Par agraphs> | |
| 2091 | <P aragraph> | |
| 2092 | <TextRuns> | |
| 2093 | <TextRun > | |
| 2094 | <Value >=Fields!O nc_rxtextc hemowp.Val ue</Value> | |
| 2095 | <Style > | |
| 2096 | <Fon tSize>8pt< /FontSize> | |
| 2097 | </Styl e> | |
| 2098 | </TextRu n> | |
| 2099 | </TextRuns > | |
| 2100 | <Style /> | |
| 2101 | </ Paragraph> | |
| 2102 | </Pa ragraphs> | |
| 2103 | <rd: DefaultNam e>Onc_rxte xtchemowp< /rd:Defaul tName> | |
| 2104 | <Sty le> | |
| 2105 | <B order> | |
| 2106 | <Color>Lig htGrey</Co lor> | |
| 2107 | <Style>Sol id</Style> | |
| 2108 | </ Border> | |
| 2109 | <P addingLeft >2pt</Padd ingLeft> | |
| 2110 | <P addingRigh t>2pt</Pad dingRight> | |
| 2111 | <P addingTop> 2pt</Paddi ngTop> | |
| 2112 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2113 | </St yle> | |
| 2114 | </Text box> | |
| 2115 | </CellCo ntents> | |
| 2116 | </TablixCe ll> | |
| 2117 | <TablixCel l> | |
| 2118 | <CellCon tents> | |
| 2119 | <Textb ox Name="O nc_rxtexth ormonewp"> | |
| 2120 | <Can Grow>true< /CanGrow> | |
| 2121 | <Kee pTogether> true</Keep Together> | |
| 2122 | <Par agraphs> | |
| 2123 | <P aragraph> | |
| 2124 | <TextRuns> | |
| 2125 | <TextRun > | |
| 2126 | <Value >=Fields!O nc_rxtexth ormonewp.V alue</Valu e> | |
| 2127 | <Style > | |
| 2128 | <Fon tSize>8pt< /FontSize> | |
| 2129 | </Styl e> | |
| 2130 | </TextRu n> | |
| 2131 | </TextRuns > | |
| 2132 | <Style /> | |
| 2133 | </ Paragraph> | |
| 2134 | </Pa ragraphs> | |
| 2135 | <rd: DefaultNam e>Onc_rxte xthormonew p</rd:Defa ultName> | |
| 2136 | <Sty le> | |
| 2137 | <B order> | |
| 2138 | <Color>Lig htGrey</Co lor> | |
| 2139 | <Style>Sol id</Style> | |
| 2140 | </ Border> | |
| 2141 | <P addingLeft >2pt</Padd ingLeft> | |
| 2142 | <P addingRigh t>2pt</Pad dingRight> | |
| 2143 | <P addingTop> 2pt</Paddi ngTop> | |
| 2144 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2145 | </St yle> | |
| 2146 | </Text box> | |
| 2147 | </CellCo ntents> | |
| 2148 | </TablixCe ll> | |
| 2149 | <TablixCel l> | |
| 2150 | <CellCon tents> | |
| 2151 | <Textb ox Name="O nc_textdxp roclabtest swp"> | |
| 2152 | <Can Grow>true< /CanGrow> | |
| 2153 | <Kee pTogether> true</Keep Together> | |
| 2154 | <Par agraphs> | |
| 2155 | <P aragraph> | |
| 2156 | <TextRuns> | |
| 2157 | <TextRun > | |
| 2158 | <Value >=Fields!O nc_textdxp roclabtest swp.Value< /Value> | |
| 2159 | <Style > | |
| 2160 | <Fon tSize>8pt< /FontSize> | |
| 2161 | </Styl e> | |
| 2162 | </TextRu n> | |
| 2163 | </TextRuns > | |
| 2164 | <Style /> | |
| 2165 | </ Paragraph> | |
| 2166 | </Pa ragraphs> | |
| 2167 | <rd: DefaultNam e>Onc_text dxproclabt estswp</rd :DefaultNa me> | |
| 2168 | <Sty le> | |
| 2169 | <B order> | |
| 2170 | <Color>Lig htGrey</Co lor> | |
| 2171 | <Style>Sol id</Style> | |
| 2172 | </ Border> | |
| 2173 | <P addingLeft >2pt</Padd ingLeft> | |
| 2174 | <P addingRigh t>2pt</Pad dingRight> | |
| 2175 | <P addingTop> 2pt</Paddi ngTop> | |
| 2176 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2177 | </St yle> | |
| 2178 | </Text box> | |
| 2179 | </CellCo ntents> | |
| 2180 | </TablixCe ll> | |
| 2181 | <TablixCel l> | |
| 2182 | <CellCon tents> | |
| 2183 | <Textb ox Name="O nc_textdxp rocpewp"> | |
| 2184 | <Can Grow>true< /CanGrow> | |
| 2185 | <Kee pTogether> true</Keep Together> | |
| 2186 | <Par agraphs> | |
| 2187 | <P aragraph> | |
| 2188 | <TextRuns> | |
| 2189 | <TextRun > | |
| 2190 | <Value >=Fields!O nc_textdxp rocpewp.Va lue</Value > | |
| 2191 | <Style > | |
| 2192 | <Fon tSize>8pt< /FontSize> | |
| 2193 | </Styl e> | |
| 2194 | </TextRu n> | |
| 2195 | </TextRuns > | |
| 2196 | <Style /> | |
| 2197 | </ Paragraph> | |
| 2198 | </Pa ragraphs> | |
| 2199 | <rd: DefaultNam e>Onc_text dxprocpewp </rd:Defau ltName> | |
| 2200 | <Sty le> | |
| 2201 | <B order> | |
| 2202 | <Color>Lig htGrey</Co lor> | |
| 2203 | <Style>Sol id</Style> | |
| 2204 | </ Border> | |
| 2205 | <P addingLeft >2pt</Padd ingLeft> | |
| 2206 | <P addingRigh t>2pt</Pad dingRight> | |
| 2207 | <P addingTop> 2pt</Paddi ngTop> | |
| 2208 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 2209 | </St yle> | |
| 2210 | </Text box> | |
| 2211 | </CellCo ntents> | |
| 2212 | </TablixCe ll> | |
| 2213 | </ TablixCell s> | |
| 2214 | </Ta blixRow> | |
| 2215 | </Tabl ixRows> | |
| 2216 | </Tablix Body> | |
| 2217 | <TablixC olumnHiera rchy> | |
| 2218 | <Tabli xMembers> | |
| 2219 | <Tab lixMember /> | |
| 2220 | <Tab lixMember /> | |
| 2221 | <Tab lixMember /> | |
| 2222 | <Tab lixMember /> | |
| 2223 | <Tab lixMember /> | |
| 2224 | <Tab lixMember /> | |
| 2225 | <Tab lixMember /> | |
| 2226 | <Tab lixMember /> | |
| 2227 | <Tab lixMember /> | |
| 2228 | <Tab lixMember /> | |
| 2229 | <Tab lixMember /> | |
| 2230 | <Tab lixMember /> | |
| 2231 | <Tab lixMember /> | |
| 2232 | <Tab lixMember /> | |
| 2233 | <Tab lixMember /> | |
| 2234 | <Tab lixMember /> | |
| 2235 | <Tab lixMember /> | |
| 2236 | <Tab lixMember /> | |
| 2237 | <Tab lixMember /> | |
| 2238 | <Tab lixMember /> | |
| 2239 | <Tab lixMember /> | |
| 2240 | <Tab lixMember /> | |
| 2241 | <Tab lixMember /> | |
| 2242 | <Tab lixMember /> | |
| 2243 | <Tab lixMember /> | |
| 2244 | <Tab lixMember /> | |
| 2245 | <Tab lixMember /> | |
| 2246 | </Tabl ixMembers> | |
| 2247 | </Tablix ColumnHier archy> | |
| 2248 | <TablixR owHierarch y> | |
| 2249 | <Tabli xMembers> | |
| 2250 | <Tab lixMember> | |
| 2251 | <K eepWithGro up>After</ KeepWithGr oup> | |
| 2252 | </Ta blixMember > | |
| 2253 | <Tab lixMember> | |
| 2254 | <G roup Name= "Details" /> | |
| 2255 | </Ta blixMember > | |
| 2256 | </Tabl ixMembers> | |
| 2257 | </Tablix RowHierarc hy> | |
| 2258 | <DataSet Name>DataS et1</DataS etName> | |
| 2259 | <SortExp ressions> | |
| 2260 | <SortE xpression> | |
| 2261 | <Val ue>=Fields !bcr_Patie ntLastName .Value</Va lue> | |
| 2262 | </Sort Expression > | |
| 2263 | </SortEx pressions> | |
| 2264 | <Top>0.7 5in</Top> | |
| 2265 | <Left>0. 25in</Left > | |
| 2266 | <Height> 0.5in</Hei ght> | |
| 2267 | <Width>3 1in</Width > | |
| 2268 | <ZIndex> 1</ZIndex> | |
| 2269 | <Style> | |
| 2270 | <Borde r> | |
| 2271 | <Sty le>None</S tyle> | |
| 2272 | </Bord er> | |
| 2273 | </Style> | |
| 2274 | </Tablix> | |
| 2275 | </ ReportItem s> | |
| 2276 | <H eight>1.5i n</Height> | |
| 2277 | <S tyle> | |
| 2278 | <Border> | |
| 2279 | <Style>N one</Style > | |
| 2280 | </Border> | |
| 2281 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 2282 | </ Style> | |
| 2283 | </Bo dy> | |
| 2284 | <Wid th>31.5in< /Width> | |
| 2285 | <Pag e> | |
| 2286 | <P ageHeight> 8.5in</Pag eHeight> | |
| 2287 | <P ageWidth>1 1in</PageW idth> | |
| 2288 | <S tyle /> | |
| 2289 | </Pa ge> | |
| 2290 | </Repo rtSection> | |
| 2291 | </Report Sections> | |
| 2292 | <ReportP arameters> | |
| 2293 | <Repor tParameter Name="Sta 3n"> | |
| 2294 | <Dat aType>Inte ger</DataT ype> | |
| 2295 | <Nul lable>true </Nullable > | |
| 2296 | <Def aultValue> | |
| 2297 | <V alues> | |
| 2298 | <Value>508 </Value> | |
| 2299 | </ Values> | |
| 2300 | </De faultValue > | |
| 2301 | <Pro mpt>Sta3n< /Prompt> | |
| 2302 | </Repo rtParamete r> | |
| 2303 | <Repor tParameter Name="Dat eDX"> | |
| 2304 | <Dat aType>Date Time</Data Type> | |
| 2305 | <Nul lable>true </Nullable > | |
| 2306 | <Def aultValue> | |
| 2307 | <V alues> | |
| 2308 | <Value>4/2 1/2013 12: 00:00 AM</ Value> | |
| 2309 | </ Values> | |
| 2310 | </De faultValue > | |
| 2311 | <Pro mpt>Date D X</Prompt> | |
| 2312 | </Repo rtParamete r> | |
| 2313 | </Report Parameters > | |
| 2314 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 2315 | <rd:Report ServerUrl> https:// DNS cresql50.a ac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 2316 | <rd:Repo rtID>0612a e5d-fe13-4 d08-926a-6 4f4bf13bf1 e</rd:Repo rtID> | |
| 2317 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.