Produced by Araxis Merge on 10/3/2017 11:15:42 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_3_0_2\webservice | Procedure.java | Thu Apr 28 21:02:40 2016 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | Procedure.java | Mon Oct 2 19:55:39 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 880 |
| 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_3_0_2.we bservice; | |
| 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.XmlSche maType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for procedure complex t ype. | |
| 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="proce dure"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="b odySite" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 22 | * <eleme nt name="c ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 23 | * <eleme nt name="c odeSystem" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 24 | * <eleme nt name="c odingStatu s" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 25 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 26 | * <eleme nt name="d ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/> | |
| 27 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 28 | * <eleme nt name="e ncounterId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 29 | * <eleme nt name="e ncounterNa me" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 30 | * <eleme nt name="i nOutpatien t" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 31 | * <eleme nt name="l ocation" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 32 | * <eleme nt name="n otes" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 33 | * <elemen t name="pr ovider" ty pe="{http: //webservi ce.vds. URL /}provider " minOccur s="0"/> | |
| 34 | * <eleme nt name="q ualifiers" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 35 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 36 | * & lt;/sequen ce> | |
| 37 | * < ;/extensio n> | |
| 38 | * </ complexCon tent> | |
| 39 | * </co mplexType> | |
| 40 | * </pre> | |
| 41 | * | |
| 42 | * | |
| 43 | */ | |
| 44 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 45 | @XmlType(n ame = "pro cedure", n amespace = "http://w ebservice. vds. URL /", propOr der = { | |
| 46 | "bodyS ite", | |
| 47 | "code" , | |
| 48 | "codeS ystem", | |
| 49 | "codin gStatus", | |
| 50 | "comme nt", | |
| 51 | "date" , | |
| 52 | "descr iption", | |
| 53 | "encou nterId", | |
| 54 | "encou nterName", | |
| 55 | "inOut patient", | |
| 56 | "locat ion", | |
| 57 | "notes ", | |
| 58 | "provi der", | |
| 59 | "quali fiers", | |
| 60 | "statu s" | |
| 61 | }) | |
| 62 | public cla ss Procedu re | |
| 63 | extend s DataBean | |
| 64 | { | |
| 65 | ||
| 66 | protec ted String bodySite; | |
| 67 | protec ted String code; | |
| 68 | protec ted String codeSyste m; | |
| 69 | protec ted String codingSta tus; | |
| 70 | protec ted String comment; | |
| 71 | @XmlSc hemaType(n ame = "dat eTime") | |
| 72 | protec ted XMLGre gorianCale ndar date; | |
| 73 | protec ted String descripti on; | |
| 74 | protec ted String encounter Id; | |
| 75 | protec ted String encounter Name; | |
| 76 | protec ted String inOutpati ent; | |
| 77 | protec ted String location; | |
| 78 | protec ted String notes; | |
| 79 | protec ted Provid er provide r; | |
| 80 | protec ted String qualifier s; | |
| 81 | protec ted String status; | |
| 82 | ||
| 83 | /** | |
| 84 | * Get s the valu e of the b odySite pr operty. | |
| 85 | * | |
| 86 | * @re turn | |
| 87 | * possible object is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public String ge tBodySite( ) { | |
| 92 | re turn bodyS ite; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Set s the valu e of the b odySite pr operty. | |
| 97 | * | |
| 98 | * @pa ram value | |
| 99 | * allowed o bject is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public void setB odySite(St ring value ) { | |
| 104 | th is.bodySit e = value; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Get s the valu e of the c ode proper ty. | |
| 109 | * | |
| 110 | * @re turn | |
| 111 | * possible object is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public String ge tCode() { | |
| 116 | re turn code; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Set s the valu e of the c ode proper ty. | |
| 121 | * | |
| 122 | * @pa ram value | |
| 123 | * allowed o bject is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public void setC ode(String value) { | |
| 128 | th is.code = value; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Get s the valu e of the c odeSystem property. | |
| 133 | * | |
| 134 | * @re turn | |
| 135 | * possible object is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public String ge tCodeSyste m() { | |
| 140 | re turn codeS ystem; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Set s the valu e of the c odeSystem property. | |
| 145 | * | |
| 146 | * @pa ram value | |
| 147 | * allowed o bject is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public void setC odeSystem( String val ue) { | |
| 152 | th is.codeSys tem = valu e; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Get s the valu e of the c odingStatu s property . | |
| 157 | * | |
| 158 | * @re turn | |
| 159 | * possible object is | |
| 160 | * {@link St ring } | |
| 161 | * | |
| 162 | */ | |
| 163 | public String ge tCodingSta tus() { | |
| 164 | re turn codin gStatus; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Set s the valu e of the c odingStatu s property . | |
| 169 | * | |
| 170 | * @pa ram value | |
| 171 | * allowed o bject is | |
| 172 | * {@link St ring } | |
| 173 | * | |
| 174 | */ | |
| 175 | public void setC odingStatu s(String v alue) { | |
| 176 | th is.codingS tatus = va lue; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Get s the valu e of the c omment pro perty. | |
| 181 | * | |
| 182 | * @re turn | |
| 183 | * possible object is | |
| 184 | * {@link St ring } | |
| 185 | * | |
| 186 | */ | |
| 187 | public String ge tComment() { | |
| 188 | re turn comme nt; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Set s the valu e of the c omment pro perty. | |
| 193 | * | |
| 194 | * @pa ram value | |
| 195 | * allowed o bject is | |
| 196 | * {@link St ring } | |
| 197 | * | |
| 198 | */ | |
| 199 | public void setC omment(Str ing value) { | |
| 200 | th is.comment = value; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Get s the valu e of the d ate proper ty. | |
| 205 | * | |
| 206 | * @re turn | |
| 207 | * possible object is | |
| 208 | * {@link XM LGregorian Calendar } | |
| 209 | * | |
| 210 | */ | |
| 211 | public XMLGregor ianCalenda r getDate( ) { | |
| 212 | re turn date; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Set s the valu e of the d ate proper ty. | |
| 217 | * | |
| 218 | * @pa ram value | |
| 219 | * allowed o bject is | |
| 220 | * {@link XM LGregorian Calendar } | |
| 221 | * | |
| 222 | */ | |
| 223 | public void setD ate(XMLGre gorianCale ndar value ) { | |
| 224 | th is.date = value; | |
| 225 | } | |
| 226 | ||
| 227 | /** | |
| 228 | * Get s the valu e of the d escription property. | |
| 229 | * | |
| 230 | * @re turn | |
| 231 | * possible object is | |
| 232 | * {@link St ring } | |
| 233 | * | |
| 234 | */ | |
| 235 | public String ge tDescripti on() { | |
| 236 | re turn descr iption; | |
| 237 | } | |
| 238 | ||
| 239 | /** | |
| 240 | * Set s the valu e of the d escription property. | |
| 241 | * | |
| 242 | * @pa ram value | |
| 243 | * allowed o bject is | |
| 244 | * {@link St ring } | |
| 245 | * | |
| 246 | */ | |
| 247 | public void setD escription (String va lue) { | |
| 248 | th is.descrip tion = val ue; | |
| 249 | } | |
| 250 | ||
| 251 | /** | |
| 252 | * Get s the valu e of the e ncounterId property. | |
| 253 | * | |
| 254 | * @re turn | |
| 255 | * possible object is | |
| 256 | * {@link St ring } | |
| 257 | * | |
| 258 | */ | |
| 259 | public String ge tEncounter Id() { | |
| 260 | re turn encou nterId; | |
| 261 | } | |
| 262 | ||
| 263 | /** | |
| 264 | * Set s the valu e of the e ncounterId property. | |
| 265 | * | |
| 266 | * @pa ram value | |
| 267 | * allowed o bject is | |
| 268 | * {@link St ring } | |
| 269 | * | |
| 270 | */ | |
| 271 | public void setE ncounterId (String va lue) { | |
| 272 | th is.encount erId = val ue; | |
| 273 | } | |
| 274 | ||
| 275 | /** | |
| 276 | * Get s the valu e of the e ncounterNa me propert y. | |
| 277 | * | |
| 278 | * @re turn | |
| 279 | * possible object is | |
| 280 | * {@link St ring } | |
| 281 | * | |
| 282 | */ | |
| 283 | public String ge tEncounter Name() { | |
| 284 | re turn encou nterName; | |
| 285 | } | |
| 286 | ||
| 287 | /** | |
| 288 | * Set s the valu e of the e ncounterNa me propert y. | |
| 289 | * | |
| 290 | * @pa ram value | |
| 291 | * allowed o bject is | |
| 292 | * {@link St ring } | |
| 293 | * | |
| 294 | */ | |
| 295 | public void setE ncounterNa me(String value) { | |
| 296 | th is.encount erName = v alue; | |
| 297 | } | |
| 298 | ||
| 299 | /** | |
| 300 | * Get s the valu e of the i nOutpatien t property . | |
| 301 | * | |
| 302 | * @re turn | |
| 303 | * possible object is | |
| 304 | * {@link St ring } | |
| 305 | * | |
| 306 | */ | |
| 307 | public String ge tInOutpati ent() { | |
| 308 | re turn inOut patient; | |
| 309 | } | |
| 310 | ||
| 311 | /** | |
| 312 | * Set s the valu e of the i nOutpatien t property . | |
| 313 | * | |
| 314 | * @pa ram value | |
| 315 | * allowed o bject is | |
| 316 | * {@link St ring } | |
| 317 | * | |
| 318 | */ | |
| 319 | public void setI nOutpatien t(String v alue) { | |
| 320 | th is.inOutpa tient = va lue; | |
| 321 | } | |
| 322 | ||
| 323 | /** | |
| 324 | * Get s the valu e of the l ocation pr operty. | |
| 325 | * | |
| 326 | * @re turn | |
| 327 | * possible object is | |
| 328 | * {@link St ring } | |
| 329 | * | |
| 330 | */ | |
| 331 | public String ge tLocation( ) { | |
| 332 | re turn locat ion; | |
| 333 | } | |
| 334 | ||
| 335 | /** | |
| 336 | * Set s the valu e of the l ocation pr operty. | |
| 337 | * | |
| 338 | * @pa ram value | |
| 339 | * allowed o bject is | |
| 340 | * {@link St ring } | |
| 341 | * | |
| 342 | */ | |
| 343 | public void setL ocation(St ring value ) { | |
| 344 | th is.locatio n = value; | |
| 345 | } | |
| 346 | ||
| 347 | /** | |
| 348 | * Get s the valu e of the n otes prope rty. | |
| 349 | * | |
| 350 | * @re turn | |
| 351 | * possible object is | |
| 352 | * {@link St ring } | |
| 353 | * | |
| 354 | */ | |
| 355 | public String ge tNotes() { | |
| 356 | re turn notes ; | |
| 357 | } | |
| 358 | ||
| 359 | /** | |
| 360 | * Set s the valu e of the n otes prope rty. | |
| 361 | * | |
| 362 | * @pa ram value | |
| 363 | * allowed o bject is | |
| 364 | * {@link St ring } | |
| 365 | * | |
| 366 | */ | |
| 367 | public void setN otes(Strin g value) { | |
| 368 | th is.notes = value; | |
| 369 | } | |
| 370 | ||
| 371 | /** | |
| 372 | * Get s the valu e of the p rovider pr operty. | |
| 373 | * | |
| 374 | * @re turn | |
| 375 | * possible object is | |
| 376 | * {@link Pr ovider } | |
| 377 | * | |
| 378 | */ | |
| 379 | public Provider getProvide r() { | |
| 380 | re turn provi der; | |
| 381 | } | |
| 382 | ||
| 383 | /** | |
| 384 | * Set s the valu e of the p rovider pr operty. | |
| 385 | * | |
| 386 | * @pa ram value | |
| 387 | * allowed o bject is | |
| 388 | * {@link Pr ovider } | |
| 389 | * | |
| 390 | */ | |
| 391 | public void setP rovider(Pr ovider val ue) { | |
| 392 | th is.provide r = value; | |
| 393 | } | |
| 394 | ||
| 395 | /** | |
| 396 | * Get s the valu e of the q ualifiers property. | |
| 397 | * | |
| 398 | * @re turn | |
| 399 | * possible object is | |
| 400 | * {@link St ring } | |
| 401 | * | |
| 402 | */ | |
| 403 | public String ge tQualifier s() { | |
| 404 | re turn quali fiers; | |
| 405 | } | |
| 406 | ||
| 407 | /** | |
| 408 | * Set s the valu e of the q ualifiers property. | |
| 409 | * | |
| 410 | * @pa ram value | |
| 411 | * allowed o bject is | |
| 412 | * {@link St ring } | |
| 413 | * | |
| 414 | */ | |
| 415 | public void setQ ualifiers( String val ue) { | |
| 416 | th is.qualifi ers = valu e; | |
| 417 | } | |
| 418 | ||
| 419 | /** | |
| 420 | * Get s the valu e of the s tatus prop erty. | |
| 421 | * | |
| 422 | * @re turn | |
| 423 | * possible object is | |
| 424 | * {@link St ring } | |
| 425 | * | |
| 426 | */ | |
| 427 | public String ge tStatus() { | |
| 428 | re turn statu s; | |
| 429 | } | |
| 430 | ||
| 431 | /** | |
| 432 | * Set s the valu e of the s tatus prop erty. | |
| 433 | * | |
| 434 | * @pa ram value | |
| 435 | * allowed o bject is | |
| 436 | * {@link St ring } | |
| 437 | * | |
| 438 | */ | |
| 439 | public void setS tatus(Stri ng value) { | |
| 440 | th is.status = value; | |
| 441 | } | |
| 442 | ||
| 443 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.