Produced by Araxis Merge on 1/17/2019 10:54:36 AM Central Standard 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 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | RadiologyReportTO.java | Wed Jan 16 16:06:36 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | RadiologyReportTO.java | Wed Jan 16 20:18:06 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 764 |
| Changed | 4 | 8 |
| 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 | ||
| 2 | package go v.va.med.v ia.service ; | |
| 3 | ||
| 4 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for radiology ReportTO c omplex typ e. | |
| 11 | * | |
| 12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 13 | * | |
| 14 | * <pre> | |
| 15 | * <com plexType n ame="radio logyReport TO"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="a ccessionNu mber" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 20 | * <eleme nt name="c aseNumber" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 21 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 22 | * <eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 23 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 24 | * <elemen t name="au thor" type ="{http:// DNS . URL /}authorTO " minOccur s="0" form ="unqualif ied"/> | |
| 25 | * <eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 26 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 27 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 28 | * <eleme nt name="c ptCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 29 | * <eleme nt name="c linicalHx" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 30 | * <eleme nt name="i mpression" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 31 | * <elemen t name="im agingExamT O" type="{ http:// DNS . URL /}imagingE xamTO" min Occurs="0" form="unq ualified"/ > | |
| 32 | * & lt;/sequen ce> | |
| 33 | * < ;/extensio n> | |
| 34 | * </ complexCon tent> | |
| 35 | * </co mplexType& gt; | |
| 36 | * </pre> | |
| 37 | * | |
| 38 | * | |
| 39 | */ | |
| 40 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 41 | @XmlType(n ame = "rad iologyRepo rtTO", pro pOrder = { | |
| 42 | "acces sionNumber ", | |
| 43 | "caseN umber", | |
| 44 | "id", | |
| 45 | "title ", | |
| 46 | "times tamp", | |
| 47 | "autho r", | |
| 48 | "text" , | |
| 49 | "facil ity", | |
| 50 | "statu s", | |
| 51 | "cptCo de", | |
| 52 | "clini calHx", | |
| 53 | "impre ssion", | |
| 54 | "imagi ngExamTO" | |
| 55 | }) | |
| 56 | public cla ss Radiolo gyReportTO | |
| 57 | extend s Abstract TO | |
| 58 | { | |
| 59 | ||
| 60 | protec ted String accession Number; | |
| 61 | protec ted String caseNumbe r; | |
| 62 | protec ted String id; | |
| 63 | protec ted String title; | |
| 64 | protec ted String timestamp ; | |
| 65 | protec ted Author TO author; | |
| 66 | protec ted String text; | |
| 67 | protec ted Tagged Text facil ity; | |
| 68 | protec ted String status; | |
| 69 | protec ted String cptCode; | |
| 70 | protec ted String clinicalH x; | |
| 71 | protec ted String impressio n; | |
| 72 | protec ted Imagin gExamTO im agingExamT O; | |
| 73 | ||
| 74 | /** | |
| 75 | * Get s the valu e of the a ccessionNu mber prope rty. | |
| 76 | * | |
| 77 | * @re turn | |
| 78 | * possible object is | |
| 79 | * {@link St ring } | |
| 80 | * | |
| 81 | */ | |
| 82 | public String ge tAccession Number() { | |
| 83 | re turn acces sionNumber ; | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Set s the valu e of the a ccessionNu mber prope rty. | |
| 88 | * | |
| 89 | * @pa ram value | |
| 90 | * allowed o bject is | |
| 91 | * {@link St ring } | |
| 92 | * | |
| 93 | */ | |
| 94 | public void setA ccessionNu mber(Strin g value) { | |
| 95 | th is.accessi onNumber = value; | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Get s the valu e of the c aseNumber property. | |
| 100 | * | |
| 101 | * @re turn | |
| 102 | * possible object is | |
| 103 | * {@link St ring } | |
| 104 | * | |
| 105 | */ | |
| 106 | public String ge tCaseNumbe r() { | |
| 107 | re turn caseN umber; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Set s the valu e of the c aseNumber property. | |
| 112 | * | |
| 113 | * @pa ram value | |
| 114 | * allowed o bject is | |
| 115 | * {@link St ring } | |
| 116 | * | |
| 117 | */ | |
| 118 | public void setC aseNumber( String val ue) { | |
| 119 | th is.caseNum ber = valu e; | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Get s the valu e of the i d property . | |
| 124 | * | |
| 125 | * @re turn | |
| 126 | * possible object is | |
| 127 | * {@link St ring } | |
| 128 | * | |
| 129 | */ | |
| 130 | public String ge tId() { | |
| 131 | re turn id; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Set s the valu e of the i d property . | |
| 136 | * | |
| 137 | * @pa ram value | |
| 138 | * allowed o bject is | |
| 139 | * {@link St ring } | |
| 140 | * | |
| 141 | */ | |
| 142 | public void setI d(String v alue) { | |
| 143 | th is.id = va lue; | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Get s the valu e of the t itle prope rty. | |
| 148 | * | |
| 149 | * @re turn | |
| 150 | * possible object is | |
| 151 | * {@link St ring } | |
| 152 | * | |
| 153 | */ | |
| 154 | public String ge tTitle() { | |
| 155 | re turn title ; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Set s the valu e of the t itle prope rty. | |
| 160 | * | |
| 161 | * @pa ram value | |
| 162 | * allowed o bject is | |
| 163 | * {@link St ring } | |
| 164 | * | |
| 165 | */ | |
| 166 | public void setT itle(Strin g value) { | |
| 167 | th is.title = value; | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Get s the valu e of the t imestamp p roperty. | |
| 172 | * | |
| 173 | * @re turn | |
| 174 | * possible object is | |
| 175 | * {@link St ring } | |
| 176 | * | |
| 177 | */ | |
| 178 | public String ge tTimestamp () { | |
| 179 | re turn times tamp; | |
| 180 | } | |
| 181 | ||
| 182 | /** | |
| 183 | * Set s the valu e of the t imestamp p roperty. | |
| 184 | * | |
| 185 | * @pa ram value | |
| 186 | * allowed o bject is | |
| 187 | * {@link St ring } | |
| 188 | * | |
| 189 | */ | |
| 190 | public void setT imestamp(S tring valu e) { | |
| 191 | th is.timesta mp = value ; | |
| 192 | } | |
| 193 | ||
| 194 | /** | |
| 195 | * Get s the valu e of the a uthor prop erty. | |
| 196 | * | |
| 197 | * @re turn | |
| 198 | * possible object is | |
| 199 | * {@link Au thorTO } | |
| 200 | * | |
| 201 | */ | |
| 202 | public AuthorTO getAuthor( ) { | |
| 203 | re turn autho r; | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Set s the valu e of the a uthor prop erty. | |
| 208 | * | |
| 209 | * @pa ram value | |
| 210 | * allowed o bject is | |
| 211 | * {@link Au thorTO } | |
| 212 | * | |
| 213 | */ | |
| 214 | public void setA uthor(Auth orTO value ) { | |
| 215 | th is.author = value; | |
| 216 | } | |
| 217 | ||
| 218 | /** | |
| 219 | * Get s the valu e of the t ext proper ty. | |
| 220 | * | |
| 221 | * @re turn | |
| 222 | * possible object is | |
| 223 | * {@link St ring } | |
| 224 | * | |
| 225 | */ | |
| 226 | public String ge tText() { | |
| 227 | re turn text; | |
| 228 | } | |
| 229 | ||
| 230 | /** | |
| 231 | * Set s the valu e of the t ext proper ty. | |
| 232 | * | |
| 233 | * @pa ram value | |
| 234 | * allowed o bject is | |
| 235 | * {@link St ring } | |
| 236 | * | |
| 237 | */ | |
| 238 | public void setT ext(String value) { | |
| 239 | th is.text = value; | |
| 240 | } | |
| 241 | ||
| 242 | /** | |
| 243 | * Get s the valu e of the f acility pr operty. | |
| 244 | * | |
| 245 | * @re turn | |
| 246 | * possible object is | |
| 247 | * {@link Ta ggedText } | |
| 248 | * | |
| 249 | */ | |
| 250 | public TaggedTex t getFacil ity() { | |
| 251 | re turn facil ity; | |
| 252 | } | |
| 253 | ||
| 254 | /** | |
| 255 | * Set s the valu e of the f acility pr operty. | |
| 256 | * | |
| 257 | * @pa ram value | |
| 258 | * allowed o bject is | |
| 259 | * {@link Ta ggedText } | |
| 260 | * | |
| 261 | */ | |
| 262 | public void setF acility(Ta ggedText v alue) { | |
| 263 | th is.facilit y = value; | |
| 264 | } | |
| 265 | ||
| 266 | /** | |
| 267 | * Get s the valu e of the s tatus prop erty. | |
| 268 | * | |
| 269 | * @re turn | |
| 270 | * possible object is | |
| 271 | * {@link St ring } | |
| 272 | * | |
| 273 | */ | |
| 274 | public String ge tStatus() { | |
| 275 | re turn statu s; | |
| 276 | } | |
| 277 | ||
| 278 | /** | |
| 279 | * Set s the valu e of the s tatus prop erty. | |
| 280 | * | |
| 281 | * @pa ram value | |
| 282 | * allowed o bject is | |
| 283 | * {@link St ring } | |
| 284 | * | |
| 285 | */ | |
| 286 | public void setS tatus(Stri ng value) { | |
| 287 | th is.status = value; | |
| 288 | } | |
| 289 | ||
| 290 | /** | |
| 291 | * Get s the valu e of the c ptCode pro perty. | |
| 292 | * | |
| 293 | * @re turn | |
| 294 | * possible object is | |
| 295 | * {@link St ring } | |
| 296 | * | |
| 297 | */ | |
| 298 | public String ge tCptCode() { | |
| 299 | re turn cptCo de; | |
| 300 | } | |
| 301 | ||
| 302 | /** | |
| 303 | * Set s the valu e of the c ptCode pro perty. | |
| 304 | * | |
| 305 | * @pa ram value | |
| 306 | * allowed o bject is | |
| 307 | * {@link St ring } | |
| 308 | * | |
| 309 | */ | |
| 310 | public void setC ptCode(Str ing value) { | |
| 311 | th is.cptCode = value; | |
| 312 | } | |
| 313 | ||
| 314 | /** | |
| 315 | * Get s the valu e of the c linicalHx property. | |
| 316 | * | |
| 317 | * @re turn | |
| 318 | * possible object is | |
| 319 | * {@link St ring } | |
| 320 | * | |
| 321 | */ | |
| 322 | public String ge tClinicalH x() { | |
| 323 | re turn clini calHx; | |
| 324 | } | |
| 325 | ||
| 326 | /** | |
| 327 | * Set s the valu e of the c linicalHx property. | |
| 328 | * | |
| 329 | * @pa ram value | |
| 330 | * allowed o bject is | |
| 331 | * {@link St ring } | |
| 332 | * | |
| 333 | */ | |
| 334 | public void setC linicalHx( String val ue) { | |
| 335 | th is.clinica lHx = valu e; | |
| 336 | } | |
| 337 | ||
| 338 | /** | |
| 339 | * Get s the valu e of the i mpression property. | |
| 340 | * | |
| 341 | * @re turn | |
| 342 | * possible object is | |
| 343 | * {@link St ring } | |
| 344 | * | |
| 345 | */ | |
| 346 | public String ge tImpressio n() { | |
| 347 | re turn impre ssion; | |
| 348 | } | |
| 349 | ||
| 350 | /** | |
| 351 | * Set s the valu e of the i mpression property. | |
| 352 | * | |
| 353 | * @pa ram value | |
| 354 | * allowed o bject is | |
| 355 | * {@link St ring } | |
| 356 | * | |
| 357 | */ | |
| 358 | public void setI mpression( String val ue) { | |
| 359 | th is.impress ion = valu e; | |
| 360 | } | |
| 361 | ||
| 362 | /** | |
| 363 | * Get s the valu e of the i magingExam TO propert y. | |
| 364 | * | |
| 365 | * @re turn | |
| 366 | * possible object is | |
| 367 | * {@link Im agingExamT O } | |
| 368 | * | |
| 369 | */ | |
| 370 | public ImagingEx amTO getIm agingExamT O() { | |
| 371 | re turn imagi ngExamTO; | |
| 372 | } | |
| 373 | ||
| 374 | /** | |
| 375 | * Set s the valu e of the i magingExam TO propert y. | |
| 376 | * | |
| 377 | * @pa ram value | |
| 378 | * allowed o bject is | |
| 379 | * {@link Im agingExamT O } | |
| 380 | * | |
| 381 | */ | |
| 382 | public void setI magingExam TO(Imaging ExamTO val ue) { | |
| 383 | th is.imaging ExamTO = v alue; | |
| 384 | } | |
| 385 | ||
| 386 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.