Produced by Araxis Merge on 1/17/2019 10:54:24 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 | CytologyRpt.java | Wed Jan 16 16:06:34 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 | CytologyRpt.java | Wed Jan 16 20:15:23 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 710 |
| Changed | 2 | 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 cytologyR pt complex type. | |
| 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="cytol ogyRpt"> ; | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 20 | * <eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 21 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 22 | * <elemen t name="au thor" type ="{http:// DNS . URL /}authorTO " minOccur s="0" form ="unqualif ied"/> | |
| 23 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 24 | * <elemen t name="sp ecimen" ty pe="{http: // DNS . URL /}labSpeci menTO" min Occurs="0" form="unq ualified"/ > | |
| 25 | * <eleme nt name="c linicalHx" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 26 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 27 | * <eleme nt name="e xam" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 28 | * <eleme nt name="d iagnosis" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 29 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 30 | * <eleme nt name="s upplementa lRpt" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 31 | * & lt;/sequen ce> | |
| 32 | * < ;/extensio n> | |
| 33 | * </ complexCon tent> | |
| 34 | * </co mplexType& gt; | |
| 35 | * </pre> | |
| 36 | * | |
| 37 | * | |
| 38 | */ | |
| 39 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 40 | @XmlType(n ame = "cyt ologyRpt", propOrder = { | |
| 41 | "id", | |
| 42 | "title ", | |
| 43 | "times tamp", | |
| 44 | "autho r", | |
| 45 | "facil ity", | |
| 46 | "speci men", | |
| 47 | "clini calHx", | |
| 48 | "descr iption", | |
| 49 | "exam" , | |
| 50 | "diagn osis", | |
| 51 | "comme nt", | |
| 52 | "suppl ementalRpt " | |
| 53 | }) | |
| 54 | public cla ss Cytolog yRpt | |
| 55 | extend s Abstract TO | |
| 56 | { | |
| 57 | ||
| 58 | protec ted String id; | |
| 59 | protec ted String title; | |
| 60 | protec ted String timestamp ; | |
| 61 | protec ted Author TO author; | |
| 62 | protec ted Tagged Text facil ity; | |
| 63 | protec ted LabSpe cimenTO sp ecimen; | |
| 64 | protec ted String clinicalH x; | |
| 65 | protec ted String descripti on; | |
| 66 | protec ted String exam; | |
| 67 | protec ted String diagnosis ; | |
| 68 | protec ted String comment; | |
| 69 | protec ted String supplemen talRpt; | |
| 70 | ||
| 71 | /** | |
| 72 | * Get s the valu e of the i d property . | |
| 73 | * | |
| 74 | * @re turn | |
| 75 | * possible object is | |
| 76 | * {@link St ring } | |
| 77 | * | |
| 78 | */ | |
| 79 | public String ge tId() { | |
| 80 | re turn id; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Set s the valu e of the i d property . | |
| 85 | * | |
| 86 | * @pa ram value | |
| 87 | * allowed o bject is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public void setI d(String v alue) { | |
| 92 | th is.id = va lue; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Get s the valu e of the t itle prope rty. | |
| 97 | * | |
| 98 | * @re turn | |
| 99 | * possible object is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public String ge tTitle() { | |
| 104 | re turn title ; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Set s the valu e of the t itle prope rty. | |
| 109 | * | |
| 110 | * @pa ram value | |
| 111 | * allowed o bject is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public void setT itle(Strin g value) { | |
| 116 | th is.title = value; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Get s the valu e of the t imestamp p roperty. | |
| 121 | * | |
| 122 | * @re turn | |
| 123 | * possible object is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public String ge tTimestamp () { | |
| 128 | re turn times tamp; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Set s the valu e of the t imestamp p roperty. | |
| 133 | * | |
| 134 | * @pa ram value | |
| 135 | * allowed o bject is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public void setT imestamp(S tring valu e) { | |
| 140 | th is.timesta mp = value ; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Get s the valu e of the a uthor prop erty. | |
| 145 | * | |
| 146 | * @re turn | |
| 147 | * possible object is | |
| 148 | * {@link Au thorTO } | |
| 149 | * | |
| 150 | */ | |
| 151 | public AuthorTO getAuthor( ) { | |
| 152 | re turn autho r; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Set s the valu e of the a uthor prop erty. | |
| 157 | * | |
| 158 | * @pa ram value | |
| 159 | * allowed o bject is | |
| 160 | * {@link Au thorTO } | |
| 161 | * | |
| 162 | */ | |
| 163 | public void setA uthor(Auth orTO value ) { | |
| 164 | th is.author = value; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Get s the valu e of the f acility pr operty. | |
| 169 | * | |
| 170 | * @re turn | |
| 171 | * possible object is | |
| 172 | * {@link Ta ggedText } | |
| 173 | * | |
| 174 | */ | |
| 175 | public TaggedTex t getFacil ity() { | |
| 176 | re turn facil ity; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Set s the valu e of the f acility pr operty. | |
| 181 | * | |
| 182 | * @pa ram value | |
| 183 | * allowed o bject is | |
| 184 | * {@link Ta ggedText } | |
| 185 | * | |
| 186 | */ | |
| 187 | public void setF acility(Ta ggedText v alue) { | |
| 188 | th is.facilit y = value; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Get s the valu e of the s pecimen pr operty. | |
| 193 | * | |
| 194 | * @re turn | |
| 195 | * possible object is | |
| 196 | * {@link La bSpecimenT O } | |
| 197 | * | |
| 198 | */ | |
| 199 | public LabSpecim enTO getSp ecimen() { | |
| 200 | re turn speci men; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Set s the valu e of the s pecimen pr operty. | |
| 205 | * | |
| 206 | * @pa ram value | |
| 207 | * allowed o bject is | |
| 208 | * {@link La bSpecimenT O } | |
| 209 | * | |
| 210 | */ | |
| 211 | public void setS pecimen(La bSpecimenT O value) { | |
| 212 | th is.specime n = value; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Get s the valu e of the c linicalHx property. | |
| 217 | * | |
| 218 | * @re turn | |
| 219 | * possible object is | |
| 220 | * {@link St ring } | |
| 221 | * | |
| 222 | */ | |
| 223 | public String ge tClinicalH x() { | |
| 224 | re turn clini calHx; | |
| 225 | } | |
| 226 | ||
| 227 | /** | |
| 228 | * Set s the valu e of the c linicalHx property. | |
| 229 | * | |
| 230 | * @pa ram value | |
| 231 | * allowed o bject is | |
| 232 | * {@link St ring } | |
| 233 | * | |
| 234 | */ | |
| 235 | public void setC linicalHx( String val ue) { | |
| 236 | th is.clinica lHx = valu e; | |
| 237 | } | |
| 238 | ||
| 239 | /** | |
| 240 | * Get s the valu e of the d escription property. | |
| 241 | * | |
| 242 | * @re turn | |
| 243 | * possible object is | |
| 244 | * {@link St ring } | |
| 245 | * | |
| 246 | */ | |
| 247 | public String ge tDescripti on() { | |
| 248 | re turn descr iption; | |
| 249 | } | |
| 250 | ||
| 251 | /** | |
| 252 | * Set s the valu e of the d escription property. | |
| 253 | * | |
| 254 | * @pa ram value | |
| 255 | * allowed o bject is | |
| 256 | * {@link St ring } | |
| 257 | * | |
| 258 | */ | |
| 259 | public void setD escription (String va lue) { | |
| 260 | th is.descrip tion = val ue; | |
| 261 | } | |
| 262 | ||
| 263 | /** | |
| 264 | * Get s the valu e of the e xam proper ty. | |
| 265 | * | |
| 266 | * @re turn | |
| 267 | * possible object is | |
| 268 | * {@link St ring } | |
| 269 | * | |
| 270 | */ | |
| 271 | public String ge tExam() { | |
| 272 | re turn exam; | |
| 273 | } | |
| 274 | ||
| 275 | /** | |
| 276 | * Set s the valu e of the e xam proper ty. | |
| 277 | * | |
| 278 | * @pa ram value | |
| 279 | * allowed o bject is | |
| 280 | * {@link St ring } | |
| 281 | * | |
| 282 | */ | |
| 283 | public void setE xam(String value) { | |
| 284 | th is.exam = value; | |
| 285 | } | |
| 286 | ||
| 287 | /** | |
| 288 | * Get s the valu e of the d iagnosis p roperty. | |
| 289 | * | |
| 290 | * @re turn | |
| 291 | * possible object is | |
| 292 | * {@link St ring } | |
| 293 | * | |
| 294 | */ | |
| 295 | public String ge tDiagnosis () { | |
| 296 | re turn diagn osis; | |
| 297 | } | |
| 298 | ||
| 299 | /** | |
| 300 | * Set s the valu e of the d iagnosis p roperty. | |
| 301 | * | |
| 302 | * @pa ram value | |
| 303 | * allowed o bject is | |
| 304 | * {@link St ring } | |
| 305 | * | |
| 306 | */ | |
| 307 | public void setD iagnosis(S tring valu e) { | |
| 308 | th is.diagnos is = value ; | |
| 309 | } | |
| 310 | ||
| 311 | /** | |
| 312 | * Get s the valu e of the c omment pro perty. | |
| 313 | * | |
| 314 | * @re turn | |
| 315 | * possible object is | |
| 316 | * {@link St ring } | |
| 317 | * | |
| 318 | */ | |
| 319 | public String ge tComment() { | |
| 320 | re turn comme nt; | |
| 321 | } | |
| 322 | ||
| 323 | /** | |
| 324 | * Set s the valu e of the c omment pro perty. | |
| 325 | * | |
| 326 | * @pa ram value | |
| 327 | * allowed o bject is | |
| 328 | * {@link St ring } | |
| 329 | * | |
| 330 | */ | |
| 331 | public void setC omment(Str ing value) { | |
| 332 | th is.comment = value; | |
| 333 | } | |
| 334 | ||
| 335 | /** | |
| 336 | * Get s the valu e of the s upplementa lRpt prope rty. | |
| 337 | * | |
| 338 | * @re turn | |
| 339 | * possible object is | |
| 340 | * {@link St ring } | |
| 341 | * | |
| 342 | */ | |
| 343 | public String ge tSupplemen talRpt() { | |
| 344 | re turn suppl ementalRpt ; | |
| 345 | } | |
| 346 | ||
| 347 | /** | |
| 348 | * Set s the valu e of the s upplementa lRpt prope rty. | |
| 349 | * | |
| 350 | * @pa ram value | |
| 351 | * allowed o bject is | |
| 352 | * {@link St ring } | |
| 353 | * | |
| 354 | */ | |
| 355 | public void setS upplementa lRpt(Strin g value) { | |
| 356 | th is.supplem entalRpt = value; | |
| 357 | } | |
| 358 | ||
| 359 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.