Produced by Araxis Merge on 1/17/2019 10:54:39 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 | VitalSignTO.java | Wed Jan 16 16:06:44 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 | VitalSignTO.java | Wed Jan 16 20:18:50 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 7 | 952 |
| Changed | 6 | 16 |
| 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 a.util.Arr ayList; | |
| 5 | import jav a.util.Lis t; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for vitalSign TO complex type. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType n ame="vital SignTO"> ; | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <elemen t name="ty pe" type=" {http:// DNS . URL /}observat ionTypeTO" minOccurs ="0" form= "unqualifi ed"/> | |
| 22 | * <eleme nt name="v alue1" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 23 | * <eleme nt name="v alue2" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 24 | * <eleme nt name="l ow" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 25 | * <eleme nt name="h igh" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 26 | * <elemen t name="ob server" ty pe="{http: // DNS . URL /}authorTO " minOccur s="0" form ="unqualif ied"/> | |
| 27 | * <elemen t name="re corder" ty pe="{http: // DNS . URL /}authorTO " minOccur s="0" form ="unqualif ied"/> | |
| 28 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 29 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 30 | * <elemen t name="lo cation" ty pe="{http: // DNS . URL /}hospital LocationTO " minOccur s="0" form ="unqualif ied"/> | |
| 31 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 32 | * <eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 33 | * <eleme nt name="q ualifiers" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 34 | * <eleme nt name="q ualifierIt ems" minOc curs="0" f orm="unqua lified"> ; | |
| 35 | * <com plexType&g t; | |
| 36 | * <c omplexCont ent> | |
| 37 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 38 | * & lt;sequenc e> | |
| 39 | * <elemen t name="qu alifier" t ype="{http :// DNS . URL /}qualifie rTO" maxOc curs="unbo unded" min Occurs="0" form="unq ualified"/ > | |
| 40 | * & lt;/sequen ce> | |
| 41 | * < ;/restrict ion> | |
| 42 | * </ complexCon tent> | |
| 43 | * </co mplexType& gt; | |
| 44 | * </elem ent> | |
| 45 | * & lt;/sequen ce> | |
| 46 | * < ;/extensio n> | |
| 47 | * </ complexCon tent> | |
| 48 | * </co mplexType& gt; | |
| 49 | * </pre> | |
| 50 | * | |
| 51 | * | |
| 52 | */ | |
| 53 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 54 | @XmlType(n ame = "vit alSignTO", propOrder = { | |
| 55 | "type" , | |
| 56 | "value 1", | |
| 57 | "value 2", | |
| 58 | "low", | |
| 59 | "high" , | |
| 60 | "obser ver", | |
| 61 | "recor der", | |
| 62 | "times tamp", | |
| 63 | "facil ity", | |
| 64 | "locat ion", | |
| 65 | "comme nt", | |
| 66 | "units ", | |
| 67 | "quali fiers", | |
| 68 | "quali fierItems" | |
| 69 | }) | |
| 70 | public cla ss VitalSi gnTO | |
| 71 | extend s Abstract TO | |
| 72 | { | |
| 73 | ||
| 74 | protec ted Observ ationTypeT O type; | |
| 75 | protec ted String value1; | |
| 76 | protec ted String value2; | |
| 77 | protec ted String low; | |
| 78 | protec ted String high; | |
| 79 | protec ted Author TO observe r; | |
| 80 | protec ted Author TO recorde r; | |
| 81 | protec ted String timestamp ; | |
| 82 | protec ted Tagged Text facil ity; | |
| 83 | protec ted Hospit alLocation TO locatio n; | |
| 84 | protec ted String comment; | |
| 85 | protec ted String units; | |
| 86 | protec ted String qualifier s; | |
| 87 | protec ted VitalS ignTO.Qual ifierItems qualifier Items; | |
| 88 | ||
| 89 | /** | |
| 90 | * Get s the valu e of the t ype proper ty. | |
| 91 | * | |
| 92 | * @re turn | |
| 93 | * possible object is | |
| 94 | * {@link Ob servationT ypeTO } | |
| 95 | * | |
| 96 | */ | |
| 97 | public Observati onTypeTO g etType() { | |
| 98 | re turn type; | |
| 99 | } | |
| 100 | ||
| 101 | /** | |
| 102 | * Set s the valu e of the t ype proper ty. | |
| 103 | * | |
| 104 | * @pa ram value | |
| 105 | * allowed o bject is | |
| 106 | * {@link Ob servationT ypeTO } | |
| 107 | * | |
| 108 | */ | |
| 109 | public void setT ype(Observ ationTypeT O value) { | |
| 110 | th is.type = value; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Get s the valu e of the v alue1 prop erty. | |
| 115 | * | |
| 116 | * @re turn | |
| 117 | * possible object is | |
| 118 | * {@link St ring } | |
| 119 | * | |
| 120 | */ | |
| 121 | public String ge tValue1() { | |
| 122 | re turn value 1; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Set s the valu e of the v alue1 prop erty. | |
| 127 | * | |
| 128 | * @pa ram value | |
| 129 | * allowed o bject is | |
| 130 | * {@link St ring } | |
| 131 | * | |
| 132 | */ | |
| 133 | public void setV alue1(Stri ng value) { | |
| 134 | th is.value1 = value; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Get s the valu e of the v alue2 prop erty. | |
| 139 | * | |
| 140 | * @re turn | |
| 141 | * possible object is | |
| 142 | * {@link St ring } | |
| 143 | * | |
| 144 | */ | |
| 145 | public String ge tValue2() { | |
| 146 | re turn value 2; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Set s the valu e of the v alue2 prop erty. | |
| 151 | * | |
| 152 | * @pa ram value | |
| 153 | * allowed o bject is | |
| 154 | * {@link St ring } | |
| 155 | * | |
| 156 | */ | |
| 157 | public void setV alue2(Stri ng value) { | |
| 158 | th is.value2 = value; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Get s the valu e of the l ow propert y. | |
| 163 | * | |
| 164 | * @re turn | |
| 165 | * possible object is | |
| 166 | * {@link St ring } | |
| 167 | * | |
| 168 | */ | |
| 169 | public String ge tLow() { | |
| 170 | re turn low; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Set s the valu e of the l ow propert y. | |
| 175 | * | |
| 176 | * @pa ram value | |
| 177 | * allowed o bject is | |
| 178 | * {@link St ring } | |
| 179 | * | |
| 180 | */ | |
| 181 | public void setL ow(String value) { | |
| 182 | th is.low = v alue; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Get s the valu e of the h igh proper ty. | |
| 187 | * | |
| 188 | * @re turn | |
| 189 | * possible object is | |
| 190 | * {@link St ring } | |
| 191 | * | |
| 192 | */ | |
| 193 | public String ge tHigh() { | |
| 194 | re turn high; | |
| 195 | } | |
| 196 | ||
| 197 | /** | |
| 198 | * Set s the valu e of the h igh proper ty. | |
| 199 | * | |
| 200 | * @pa ram value | |
| 201 | * allowed o bject is | |
| 202 | * {@link St ring } | |
| 203 | * | |
| 204 | */ | |
| 205 | public void setH igh(String value) { | |
| 206 | th is.high = value; | |
| 207 | } | |
| 208 | ||
| 209 | /** | |
| 210 | * Get s the valu e of the o bserver pr operty. | |
| 211 | * | |
| 212 | * @re turn | |
| 213 | * possible object is | |
| 214 | * {@link Au thorTO } | |
| 215 | * | |
| 216 | */ | |
| 217 | public AuthorTO getObserve r() { | |
| 218 | re turn obser ver; | |
| 219 | } | |
| 220 | ||
| 221 | /** | |
| 222 | * Set s the valu e of the o bserver pr operty. | |
| 223 | * | |
| 224 | * @pa ram value | |
| 225 | * allowed o bject is | |
| 226 | * {@link Au thorTO } | |
| 227 | * | |
| 228 | */ | |
| 229 | public void setO bserver(Au thorTO val ue) { | |
| 230 | th is.observe r = value; | |
| 231 | } | |
| 232 | ||
| 233 | /** | |
| 234 | * Get s the valu e of the r ecorder pr operty. | |
| 235 | * | |
| 236 | * @re turn | |
| 237 | * possible object is | |
| 238 | * {@link Au thorTO } | |
| 239 | * | |
| 240 | */ | |
| 241 | public AuthorTO getRecorde r() { | |
| 242 | re turn recor der; | |
| 243 | } | |
| 244 | ||
| 245 | /** | |
| 246 | * Set s the valu e of the r ecorder pr operty. | |
| 247 | * | |
| 248 | * @pa ram value | |
| 249 | * allowed o bject is | |
| 250 | * {@link Au thorTO } | |
| 251 | * | |
| 252 | */ | |
| 253 | public void setR ecorder(Au thorTO val ue) { | |
| 254 | th is.recorde r = value; | |
| 255 | } | |
| 256 | ||
| 257 | /** | |
| 258 | * Get s the valu e of the t imestamp p roperty. | |
| 259 | * | |
| 260 | * @re turn | |
| 261 | * possible object is | |
| 262 | * {@link St ring } | |
| 263 | * | |
| 264 | */ | |
| 265 | public String ge tTimestamp () { | |
| 266 | re turn times tamp; | |
| 267 | } | |
| 268 | ||
| 269 | /** | |
| 270 | * Set s the valu e of the t imestamp p roperty. | |
| 271 | * | |
| 272 | * @pa ram value | |
| 273 | * allowed o bject is | |
| 274 | * {@link St ring } | |
| 275 | * | |
| 276 | */ | |
| 277 | public void setT imestamp(S tring valu e) { | |
| 278 | th is.timesta mp = value ; | |
| 279 | } | |
| 280 | ||
| 281 | /** | |
| 282 | * Get s the valu e of the f acility pr operty. | |
| 283 | * | |
| 284 | * @re turn | |
| 285 | * possible object is | |
| 286 | * {@link Ta ggedText } | |
| 287 | * | |
| 288 | */ | |
| 289 | public TaggedTex t getFacil ity() { | |
| 290 | re turn facil ity; | |
| 291 | } | |
| 292 | ||
| 293 | /** | |
| 294 | * Set s the valu e of the f acility pr operty. | |
| 295 | * | |
| 296 | * @pa ram value | |
| 297 | * allowed o bject is | |
| 298 | * {@link Ta ggedText } | |
| 299 | * | |
| 300 | */ | |
| 301 | public void setF acility(Ta ggedText v alue) { | |
| 302 | th is.facilit y = value; | |
| 303 | } | |
| 304 | ||
| 305 | /** | |
| 306 | * Get s the valu e of the l ocation pr operty. | |
| 307 | * | |
| 308 | * @re turn | |
| 309 | * possible object is | |
| 310 | * {@link Ho spitalLoca tionTO } | |
| 311 | * | |
| 312 | */ | |
| 313 | public HospitalL ocationTO getLocatio n() { | |
| 314 | re turn locat ion; | |
| 315 | } | |
| 316 | ||
| 317 | /** | |
| 318 | * Set s the valu e of the l ocation pr operty. | |
| 319 | * | |
| 320 | * @pa ram value | |
| 321 | * allowed o bject is | |
| 322 | * {@link Ho spitalLoca tionTO } | |
| 323 | * | |
| 324 | */ | |
| 325 | public void setL ocation(Ho spitalLoca tionTO val ue) { | |
| 326 | th is.locatio n = value; | |
| 327 | } | |
| 328 | ||
| 329 | /** | |
| 330 | * Get s the valu e of the c omment pro perty. | |
| 331 | * | |
| 332 | * @re turn | |
| 333 | * possible object is | |
| 334 | * {@link St ring } | |
| 335 | * | |
| 336 | */ | |
| 337 | public String ge tComment() { | |
| 338 | re turn comme nt; | |
| 339 | } | |
| 340 | ||
| 341 | /** | |
| 342 | * Set s the valu e of the c omment pro perty. | |
| 343 | * | |
| 344 | * @pa ram value | |
| 345 | * allowed o bject is | |
| 346 | * {@link St ring } | |
| 347 | * | |
| 348 | */ | |
| 349 | public void setC omment(Str ing value) { | |
| 350 | th is.comment = value; | |
| 351 | } | |
| 352 | ||
| 353 | /** | |
| 354 | * Get s the valu e of the u nits prope rty. | |
| 355 | * | |
| 356 | * @re turn | |
| 357 | * possible object is | |
| 358 | * {@link St ring } | |
| 359 | * | |
| 360 | */ | |
| 361 | public String ge tUnits() { | |
| 362 | re turn units ; | |
| 363 | } | |
| 364 | ||
| 365 | /** | |
| 366 | * Set s the valu e of the u nits prope rty. | |
| 367 | * | |
| 368 | * @pa ram value | |
| 369 | * allowed o bject is | |
| 370 | * {@link St ring } | |
| 371 | * | |
| 372 | */ | |
| 373 | public void setU nits(Strin g value) { | |
| 374 | th is.units = value; | |
| 375 | } | |
| 376 | ||
| 377 | /** | |
| 378 | * Get s the valu e of the q ualifiers property. | |
| 379 | * | |
| 380 | * @re turn | |
| 381 | * possible object is | |
| 382 | * {@link St ring } | |
| 383 | * | |
| 384 | */ | |
| 385 | public String ge tQualifier s() { | |
| 386 | re turn quali fiers; | |
| 387 | } | |
| 388 | ||
| 389 | /** | |
| 390 | * Set s the valu e of the q ualifiers property. | |
| 391 | * | |
| 392 | * @pa ram value | |
| 393 | * allowed o bject is | |
| 394 | * {@link St ring } | |
| 395 | * | |
| 396 | */ | |
| 397 | public void setQ ualifiers( String val ue) { | |
| 398 | th is.qualifi ers = valu e; | |
| 399 | } | |
| 400 | ||
| 401 | /** | |
| 402 | * Get s the valu e of the q ualifierIt ems proper ty. | |
| 403 | * | |
| 404 | * @re turn | |
| 405 | * possible object is | |
| 406 | * {@link Vi talSignTO. QualifierI tems } | |
| 407 | * | |
| 408 | */ | |
| 409 | public VitalSign TO.Qualifi erItems ge tQualifier Items() { | |
| 410 | re turn quali fierItems; | |
| 411 | } | |
| 412 | ||
| 413 | /** | |
| 414 | * Set s the valu e of the q ualifierIt ems proper ty. | |
| 415 | * | |
| 416 | * @pa ram value | |
| 417 | * allowed o bject is | |
| 418 | * {@link Vi talSignTO. QualifierI tems } | |
| 419 | * | |
| 420 | */ | |
| 421 | public void setQ ualifierIt ems(VitalS ignTO.Qual ifierItems value) { | |
| 422 | th is.qualifi erItems = value; | |
| 423 | } | |
| 424 | ||
| 425 | ||
| 426 | /** | |
| 427 | * <p> Java class for anony mous compl ex type. | |
| 428 | * | |
| 429 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 430 | * | |
| 431 | * <pr e> | |
| 432 | * < ;complexTy pe> | |
| 433 | * & lt;complex Content> ; | |
| 434 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 435 | * <seq uence> | |
| 436 | * <elemen t name="qu alifier" t ype="{http :// DNS . URL /}qualifie rTO" maxOc curs="unbo unded" min Occurs="0" form="unq ualified"/ > | |
| 437 | * </se quence> | |
| 438 | * </rest riction> ; | |
| 439 | * & lt;/comple xContent&g t; | |
| 440 | * < ;/complexT ype> | |
| 441 | * </p re> | |
| 442 | * | |
| 443 | * | |
| 444 | */ | |
| 445 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 446 | @XmlTy pe(name = "", propOr der = { | |
| 447 | "q ualifier" | |
| 448 | }) | |
| 449 | public static cl ass Qualif ierItems { | |
| 450 | ||
| 451 | pr otected Li st<Qualifi erTO> qual ifier; | |
| 452 | ||
| 453 | /* * | |
| 454 | * Gets the value of t he qualifi er propert y. | |
| 455 | * | |
| 456 | * <p> | |
| 457 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 458 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 459 | * returned list will be present inside th e JAXB obj ect. | |
| 460 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the qualifier property. | |
| 461 | * | |
| 462 | * <p> | |
| 463 | * For examp le, to add a new ite m, do as f ollows: | |
| 464 | * <pre> | |
| 465 | * getQua lifier().a dd(newItem ); | |
| 466 | * </pre> | |
| 467 | * | |
| 468 | * | |
| 469 | * <p> | |
| 470 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 471 | * {@link Qu alifierTO } | |
| 472 | * | |
| 473 | * | |
| 474 | * / | |
| 475 | pu blic List< QualifierT O> getQual ifier() { | |
| 476 | if (qual ifier == n ull) { | |
| 477 | qual ifier = ne w ArrayLis t<Qualifie rTO>(); | |
| 478 | } | |
| 479 | return t his.qualif ier; | |
| 480 | } | |
| 481 | ||
| 482 | } | |
| 483 | ||
| 484 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.