Produced by Araxis Merge on 10/3/2017 11:15:36 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice | Patient.java | Tue Dec 15 14:05:18 2015 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice | Patient.java | Mon Oct 2 19:53:42 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 792 |
| Changed | 3 | 6 |
| 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.j meadows_2_ 3_1.webser vice; | |
| 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.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |
| 10 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 11 | ||
| 12 | ||
| 13 | /** | |
| 14 | * <p>Java class for patient c omplex typ e. | |
| 15 | * | |
| 16 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 17 | * | |
| 18 | * <pre> | |
| 19 | * <com plexType n ame="patie nt"> | |
| 20 | * <c omplexCont ent> | |
| 21 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 22 | * & lt;sequenc e> | |
| 23 | * <eleme nt name="a ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 24 | * <eleme nt name="a hltaUnitNu mber" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 25 | * <eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 26 | * <eleme nt name="E DIPI" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 27 | * <eleme nt name="F MP" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 28 | * <eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 29 | * <eleme nt name="I CN" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 30 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 31 | * <elemen t name="pa tientIens" type="{ht tp://webse rvice.vds. URL /}keyValue Pair" maxO ccurs="unb ounded" mi nOccurs="0 "/> | |
| 32 | * <eleme nt name="S SN" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 33 | * <eleme nt name="s ensitive" type="{htt p://www.w3 .org/2001/ XMLSchema} boolean"/> | |
| 34 | * <eleme nt name="s ponsorSSN" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 35 | * <elemen t name="vi staSites" type="{htt p://webser vice.vds. URL /}site" ma xOccurs="u nbounded" minOccurs= "0"/> | |
| 36 | * & lt;/sequen ce> | |
| 37 | * < ;/restrict ion> | |
| 38 | * </ complexCon tent> | |
| 39 | * </co mplexType> | |
| 40 | * </pre> | |
| 41 | * | |
| 42 | * | |
| 43 | */ | |
| 44 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 45 | @XmlType(n ame = "pat ient", nam espace = " http://web service.vd s. URL /", propOr der = { | |
| 46 | "age", | |
| 47 | "ahlta UnitNumber ", | |
| 48 | "dob", | |
| 49 | "edipi ", | |
| 50 | "fmp", | |
| 51 | "gende r", | |
| 52 | "icn", | |
| 53 | "name" , | |
| 54 | "patie ntIens", | |
| 55 | "ssn", | |
| 56 | "sensi tive", | |
| 57 | "spons orSSN", | |
| 58 | "vista Sites" | |
| 59 | }) | |
| 60 | @XmlSeeAls o({ | |
| 61 | Patien tDemograph ics.class | |
| 62 | }) | |
| 63 | public cla ss Patient { | |
| 64 | ||
| 65 | protec ted String age; | |
| 66 | protec ted String ahltaUnit Number; | |
| 67 | protec ted String dob; | |
| 68 | @XmlEl ement(name = "EDIPI" ) | |
| 69 | protec ted String edipi; | |
| 70 | @XmlEl ement(name = "FMP") | |
| 71 | protec ted String fmp; | |
| 72 | protec ted String gender; | |
| 73 | @XmlEl ement(name = "ICN") | |
| 74 | protec ted String icn; | |
| 75 | protec ted String name; | |
| 76 | @XmlEl ement(nill able = tru e) | |
| 77 | protec ted List<K eyValuePai r> patient Iens; | |
| 78 | @XmlEl ement(name = "SSN") | |
| 79 | protec ted String ssn; | |
| 80 | protec ted boolea n sensitiv e; | |
| 81 | protec ted String sponsorSS N; | |
| 82 | @XmlEl ement(nill able = tru e) | |
| 83 | protec ted List<S ite> vista Sites; | |
| 84 | ||
| 85 | /** | |
| 86 | * Get s the valu e of the a ge propert y. | |
| 87 | * | |
| 88 | * @re turn | |
| 89 | * possible object is | |
| 90 | * {@link St ring } | |
| 91 | * | |
| 92 | */ | |
| 93 | public String ge tAge() { | |
| 94 | re turn age; | |
| 95 | } | |
| 96 | ||
| 97 | /** | |
| 98 | * Set s the valu e of the a ge propert y. | |
| 99 | * | |
| 100 | * @pa ram value | |
| 101 | * allowed o bject is | |
| 102 | * {@link St ring } | |
| 103 | * | |
| 104 | */ | |
| 105 | public void setA ge(String value) { | |
| 106 | th is.age = v alue; | |
| 107 | } | |
| 108 | ||
| 109 | /** | |
| 110 | * Get s the valu e of the a hltaUnitNu mber prope rty. | |
| 111 | * | |
| 112 | * @re turn | |
| 113 | * possible object is | |
| 114 | * {@link St ring } | |
| 115 | * | |
| 116 | */ | |
| 117 | public String ge tAhltaUnit Number() { | |
| 118 | re turn ahlta UnitNumber ; | |
| 119 | } | |
| 120 | ||
| 121 | /** | |
| 122 | * Set s the valu e of the a hltaUnitNu mber prope rty. | |
| 123 | * | |
| 124 | * @pa ram value | |
| 125 | * allowed o bject is | |
| 126 | * {@link St ring } | |
| 127 | * | |
| 128 | */ | |
| 129 | public void setA hltaUnitNu mber(Strin g value) { | |
| 130 | th is.ahltaUn itNumber = value; | |
| 131 | } | |
| 132 | ||
| 133 | /** | |
| 134 | * Get s the valu e of the d ob propert y. | |
| 135 | * | |
| 136 | * @re turn | |
| 137 | * possible object is | |
| 138 | * {@link St ring } | |
| 139 | * | |
| 140 | */ | |
| 141 | public String ge tDob() { | |
| 142 | re turn dob; | |
| 143 | } | |
| 144 | ||
| 145 | /** | |
| 146 | * Set s the valu e of the d ob propert y. | |
| 147 | * | |
| 148 | * @pa ram value | |
| 149 | * allowed o bject is | |
| 150 | * {@link St ring } | |
| 151 | * | |
| 152 | */ | |
| 153 | public void setD ob(String value) { | |
| 154 | th is.dob = v alue; | |
| 155 | } | |
| 156 | ||
| 157 | /** | |
| 158 | * Get s the valu e of the e dipi prope rty. | |
| 159 | * | |
| 160 | * @re turn | |
| 161 | * possible object is | |
| 162 | * {@link St ring } | |
| 163 | * | |
| 164 | */ | |
| 165 | public String ge tEDIPI() { | |
| 166 | re turn edipi ; | |
| 167 | } | |
| 168 | ||
| 169 | /** | |
| 170 | * Set s the valu e of the e dipi prope rty. | |
| 171 | * | |
| 172 | * @pa ram value | |
| 173 | * allowed o bject is | |
| 174 | * {@link St ring } | |
| 175 | * | |
| 176 | */ | |
| 177 | public void setE DIPI(Strin g value) { | |
| 178 | th is.edipi = value; | |
| 179 | } | |
| 180 | ||
| 181 | /** | |
| 182 | * Get s the valu e of the f mp propert y. | |
| 183 | * | |
| 184 | * @re turn | |
| 185 | * possible object is | |
| 186 | * {@link St ring } | |
| 187 | * | |
| 188 | */ | |
| 189 | public String ge tFMP() { | |
| 190 | re turn fmp; | |
| 191 | } | |
| 192 | ||
| 193 | /** | |
| 194 | * Set s the valu e of the f mp propert y. | |
| 195 | * | |
| 196 | * @pa ram value | |
| 197 | * allowed o bject is | |
| 198 | * {@link St ring } | |
| 199 | * | |
| 200 | */ | |
| 201 | public void setF MP(String value) { | |
| 202 | th is.fmp = v alue; | |
| 203 | } | |
| 204 | ||
| 205 | /** | |
| 206 | * Get s the valu e of the g ender prop erty. | |
| 207 | * | |
| 208 | * @re turn | |
| 209 | * possible object is | |
| 210 | * {@link St ring } | |
| 211 | * | |
| 212 | */ | |
| 213 | public String ge tGender() { | |
| 214 | re turn gende r; | |
| 215 | } | |
| 216 | ||
| 217 | /** | |
| 218 | * Set s the valu e of the g ender prop erty. | |
| 219 | * | |
| 220 | * @pa ram value | |
| 221 | * allowed o bject is | |
| 222 | * {@link St ring } | |
| 223 | * | |
| 224 | */ | |
| 225 | public void setG ender(Stri ng value) { | |
| 226 | th is.gender = value; | |
| 227 | } | |
| 228 | ||
| 229 | /** | |
| 230 | * Get s the valu e of the i cn propert y. | |
| 231 | * | |
| 232 | * @re turn | |
| 233 | * possible object is | |
| 234 | * {@link St ring } | |
| 235 | * | |
| 236 | */ | |
| 237 | public String ge tICN() { | |
| 238 | re turn icn; | |
| 239 | } | |
| 240 | ||
| 241 | /** | |
| 242 | * Set s the valu e of the i cn propert y. | |
| 243 | * | |
| 244 | * @pa ram value | |
| 245 | * allowed o bject is | |
| 246 | * {@link St ring } | |
| 247 | * | |
| 248 | */ | |
| 249 | public void setI CN(String value) { | |
| 250 | th is.icn = v alue; | |
| 251 | } | |
| 252 | ||
| 253 | /** | |
| 254 | * Get s the valu e of the n ame proper ty. | |
| 255 | * | |
| 256 | * @re turn | |
| 257 | * possible object is | |
| 258 | * {@link St ring } | |
| 259 | * | |
| 260 | */ | |
| 261 | public String ge tName() { | |
| 262 | re turn name; | |
| 263 | } | |
| 264 | ||
| 265 | /** | |
| 266 | * Set s the valu e of the n ame proper ty. | |
| 267 | * | |
| 268 | * @pa ram value | |
| 269 | * allowed o bject is | |
| 270 | * {@link St ring } | |
| 271 | * | |
| 272 | */ | |
| 273 | public void setN ame(String value) { | |
| 274 | th is.name = value; | |
| 275 | } | |
| 276 | ||
| 277 | /** | |
| 278 | * Get s the valu e of the p atientIens property. | |
| 279 | * | |
| 280 | * <p> | |
| 281 | * Thi s accessor method re turns a re ference to the live list, | |
| 282 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 283 | * ret urned list will be p resent ins ide the JA XB object. | |
| 284 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the pati entIens pr operty. | |
| 285 | * | |
| 286 | * <p> | |
| 287 | * For example, to add a n ew item, d o as follo ws: | |
| 288 | * <pr e> | |
| 289 | * getPatient Iens().add (newItem); | |
| 290 | * </p re> | |
| 291 | * | |
| 292 | * | |
| 293 | * <p> | |
| 294 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 295 | * {@l ink KeyVal uePair } | |
| 296 | * | |
| 297 | * | |
| 298 | */ | |
| 299 | public List<KeyV aluePair> getPatient Iens() { | |
| 300 | if (patientI ens == nul l) { | |
| 301 | patientI ens = new ArrayList< KeyValuePa ir>(); | |
| 302 | } | |
| 303 | re turn this. patientIen s; | |
| 304 | } | |
| 305 | ||
| 306 | /** | |
| 307 | * Get s the valu e of the s sn propert y. | |
| 308 | * | |
| 309 | * @re turn | |
| 310 | * possible object is | |
| 311 | * {@link St ring } | |
| 312 | * | |
| 313 | */ | |
| 314 | public String ge tSSN() { | |
| 315 | re turn ssn; | |
| 316 | } | |
| 317 | ||
| 318 | /** | |
| 319 | * Set s the valu e of the s sn propert y. | |
| 320 | * | |
| 321 | * @pa ram value | |
| 322 | * allowed o bject is | |
| 323 | * {@link St ring } | |
| 324 | * | |
| 325 | */ | |
| 326 | public void setS SN(String value) { | |
| 327 | th is.ssn = v alue; | |
| 328 | } | |
| 329 | ||
| 330 | /** | |
| 331 | * Get s the valu e of the s ensitive p roperty. | |
| 332 | * | |
| 333 | */ | |
| 334 | public boolean i sSensitive () { | |
| 335 | re turn sensi tive; | |
| 336 | } | |
| 337 | ||
| 338 | /** | |
| 339 | * Set s the valu e of the s ensitive p roperty. | |
| 340 | * | |
| 341 | */ | |
| 342 | public void setS ensitive(b oolean val ue) { | |
| 343 | th is.sensiti ve = value ; | |
| 344 | } | |
| 345 | ||
| 346 | /** | |
| 347 | * Get s the valu e of the s ponsorSSN property. | |
| 348 | * | |
| 349 | * @re turn | |
| 350 | * possible object is | |
| 351 | * {@link St ring } | |
| 352 | * | |
| 353 | */ | |
| 354 | public String ge tSponsorSS N() { | |
| 355 | re turn spons orSSN; | |
| 356 | } | |
| 357 | ||
| 358 | /** | |
| 359 | * Set s the valu e of the s ponsorSSN property. | |
| 360 | * | |
| 361 | * @pa ram value | |
| 362 | * allowed o bject is | |
| 363 | * {@link St ring } | |
| 364 | * | |
| 365 | */ | |
| 366 | public void setS ponsorSSN( String val ue) { | |
| 367 | th is.sponsor SSN = valu e; | |
| 368 | } | |
| 369 | ||
| 370 | /** | |
| 371 | * Get s the valu e of the v istaSites property. | |
| 372 | * | |
| 373 | * <p> | |
| 374 | * Thi s accessor method re turns a re ference to the live list, | |
| 375 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 376 | * ret urned list will be p resent ins ide the JA XB object. | |
| 377 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the vist aSites pro perty. | |
| 378 | * | |
| 379 | * <p> | |
| 380 | * For example, to add a n ew item, d o as follo ws: | |
| 381 | * <pr e> | |
| 382 | * getVistaSi tes().add( newItem); | |
| 383 | * </p re> | |
| 384 | * | |
| 385 | * | |
| 386 | * <p> | |
| 387 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 388 | * {@l ink Site } | |
| 389 | * | |
| 390 | * | |
| 391 | */ | |
| 392 | public List<Site > getVista Sites() { | |
| 393 | if (vistaSit es == null ) { | |
| 394 | vistaSit es = new A rrayList<S ite>(); | |
| 395 | } | |
| 396 | re turn this. vistaSites ; | |
| 397 | } | |
| 398 | ||
| 399 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.