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 | VisitTO.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 | VisitTO.java | Wed Jan 16 20:18:49 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 706 |
| Changed | 4 | 12 |
| 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 visitTO 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="visit TO"> | |
| 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 ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 21 | * <elemen t name="pa tient" typ e="{http:/ / DNS . URL /}patientT O" minOccu rs="0" for m="unquali fied"/> | |
| 22 | * <elemen t name="at tending" t ype="{http :// DNS . URL /}userTO" minOccurs= "0" form=" unqualifie d"/> | |
| 23 | * <elemen t name="pr ovider" ty pe="{http: // DNS . URL /}userTO" minOccurs= "0" form=" unqualifie d"/> | |
| 24 | * <eleme nt name="s ervice" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 25 | * <elemen t name="lo cation" ty pe="{http: // DNS . URL /}hospital LocationTO " minOccur s="0" form ="unqualif ied"/> | |
| 26 | * <eleme nt name="p atientType " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 27 | * <eleme nt name="v isitId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 28 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 29 | * <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; | |
| 30 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}siteTO" minOccurs= "0" form=" unqualifie d"/> | |
| 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 = "vis itTO", pro pOrder = { | |
| 41 | "id", | |
| 42 | "type" , | |
| 43 | "patie nt", | |
| 44 | "atten ding", | |
| 45 | "provi der", | |
| 46 | "servi ce", | |
| 47 | "locat ion", | |
| 48 | "patie ntType", | |
| 49 | "visit Id", | |
| 50 | "times tamp", | |
| 51 | "statu s", | |
| 52 | "facil ity" | |
| 53 | }) | |
| 54 | public cla ss VisitTO | |
| 55 | extend s Abstract TO | |
| 56 | { | |
| 57 | ||
| 58 | protec ted String id; | |
| 59 | protec ted String type; | |
| 60 | protec ted Patien tTO patien t; | |
| 61 | protec ted UserTO attending ; | |
| 62 | protec ted UserTO provider; | |
| 63 | protec ted String service; | |
| 64 | protec ted Hospit alLocation TO locatio n; | |
| 65 | protec ted String patientTy pe; | |
| 66 | protec ted String visitId; | |
| 67 | protec ted String timestamp ; | |
| 68 | protec ted String status; | |
| 69 | protec ted SiteTO facility; | |
| 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 ype proper ty. | |
| 97 | * | |
| 98 | * @re turn | |
| 99 | * possible object is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public String ge tType() { | |
| 104 | re turn type; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Set s the valu e of the t ype proper ty. | |
| 109 | * | |
| 110 | * @pa ram value | |
| 111 | * allowed o bject is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public void setT ype(String value) { | |
| 116 | th is.type = value; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Get s the valu e of the p atient pro perty. | |
| 121 | * | |
| 122 | * @re turn | |
| 123 | * possible object is | |
| 124 | * {@link Pa tientTO } | |
| 125 | * | |
| 126 | */ | |
| 127 | public PatientTO getPatien t() { | |
| 128 | re turn patie nt; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Set s the valu e of the p atient pro perty. | |
| 133 | * | |
| 134 | * @pa ram value | |
| 135 | * allowed o bject is | |
| 136 | * {@link Pa tientTO } | |
| 137 | * | |
| 138 | */ | |
| 139 | public void setP atient(Pat ientTO val ue) { | |
| 140 | th is.patient = value; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Get s the valu e of the a ttending p roperty. | |
| 145 | * | |
| 146 | * @re turn | |
| 147 | * possible object is | |
| 148 | * {@link Us erTO } | |
| 149 | * | |
| 150 | */ | |
| 151 | public UserTO ge tAttending () { | |
| 152 | re turn atten ding; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Set s the valu e of the a ttending p roperty. | |
| 157 | * | |
| 158 | * @pa ram value | |
| 159 | * allowed o bject is | |
| 160 | * {@link Us erTO } | |
| 161 | * | |
| 162 | */ | |
| 163 | public void setA ttending(U serTO valu e) { | |
| 164 | th is.attendi ng = value ; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Get s the valu e of the p rovider pr operty. | |
| 169 | * | |
| 170 | * @re turn | |
| 171 | * possible object is | |
| 172 | * {@link Us erTO } | |
| 173 | * | |
| 174 | */ | |
| 175 | public UserTO ge tProvider( ) { | |
| 176 | re turn provi der; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Set s the valu e of the p rovider pr operty. | |
| 181 | * | |
| 182 | * @pa ram value | |
| 183 | * allowed o bject is | |
| 184 | * {@link Us erTO } | |
| 185 | * | |
| 186 | */ | |
| 187 | public void setP rovider(Us erTO value ) { | |
| 188 | th is.provide r = value; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Get s the valu e of the s ervice pro perty. | |
| 193 | * | |
| 194 | * @re turn | |
| 195 | * possible object is | |
| 196 | * {@link St ring } | |
| 197 | * | |
| 198 | */ | |
| 199 | public String ge tService() { | |
| 200 | re turn servi ce; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Set s the valu e of the s ervice pro perty. | |
| 205 | * | |
| 206 | * @pa ram value | |
| 207 | * allowed o bject is | |
| 208 | * {@link St ring } | |
| 209 | * | |
| 210 | */ | |
| 211 | public void setS ervice(Str ing value) { | |
| 212 | th is.service = value; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Get s the valu e of the l ocation pr operty. | |
| 217 | * | |
| 218 | * @re turn | |
| 219 | * possible object is | |
| 220 | * {@link Ho spitalLoca tionTO } | |
| 221 | * | |
| 222 | */ | |
| 223 | public HospitalL ocationTO getLocatio n() { | |
| 224 | re turn locat ion; | |
| 225 | } | |
| 226 | ||
| 227 | /** | |
| 228 | * Set s the valu e of the l ocation pr operty. | |
| 229 | * | |
| 230 | * @pa ram value | |
| 231 | * allowed o bject is | |
| 232 | * {@link Ho spitalLoca tionTO } | |
| 233 | * | |
| 234 | */ | |
| 235 | public void setL ocation(Ho spitalLoca tionTO val ue) { | |
| 236 | th is.locatio n = value; | |
| 237 | } | |
| 238 | ||
| 239 | /** | |
| 240 | * Get s the valu e of the p atientType property. | |
| 241 | * | |
| 242 | * @re turn | |
| 243 | * possible object is | |
| 244 | * {@link St ring } | |
| 245 | * | |
| 246 | */ | |
| 247 | public String ge tPatientTy pe() { | |
| 248 | re turn patie ntType; | |
| 249 | } | |
| 250 | ||
| 251 | /** | |
| 252 | * Set s the valu e of the p atientType property. | |
| 253 | * | |
| 254 | * @pa ram value | |
| 255 | * allowed o bject is | |
| 256 | * {@link St ring } | |
| 257 | * | |
| 258 | */ | |
| 259 | public void setP atientType (String va lue) { | |
| 260 | th is.patient Type = val ue; | |
| 261 | } | |
| 262 | ||
| 263 | /** | |
| 264 | * Get s the valu e of the v isitId pro perty. | |
| 265 | * | |
| 266 | * @re turn | |
| 267 | * possible object is | |
| 268 | * {@link St ring } | |
| 269 | * | |
| 270 | */ | |
| 271 | public String ge tVisitId() { | |
| 272 | re turn visit Id; | |
| 273 | } | |
| 274 | ||
| 275 | /** | |
| 276 | * Set s the valu e of the v isitId pro perty. | |
| 277 | * | |
| 278 | * @pa ram value | |
| 279 | * allowed o bject is | |
| 280 | * {@link St ring } | |
| 281 | * | |
| 282 | */ | |
| 283 | public void setV isitId(Str ing value) { | |
| 284 | th is.visitId = value; | |
| 285 | } | |
| 286 | ||
| 287 | /** | |
| 288 | * Get s the valu e of the t imestamp p roperty. | |
| 289 | * | |
| 290 | * @re turn | |
| 291 | * possible object is | |
| 292 | * {@link St ring } | |
| 293 | * | |
| 294 | */ | |
| 295 | public String ge tTimestamp () { | |
| 296 | re turn times tamp; | |
| 297 | } | |
| 298 | ||
| 299 | /** | |
| 300 | * Set s the valu e of the t imestamp p roperty. | |
| 301 | * | |
| 302 | * @pa ram value | |
| 303 | * allowed o bject is | |
| 304 | * {@link St ring } | |
| 305 | * | |
| 306 | */ | |
| 307 | public void setT imestamp(S tring valu e) { | |
| 308 | th is.timesta mp = value ; | |
| 309 | } | |
| 310 | ||
| 311 | /** | |
| 312 | * Get s the valu e of the s tatus prop erty. | |
| 313 | * | |
| 314 | * @re turn | |
| 315 | * possible object is | |
| 316 | * {@link St ring } | |
| 317 | * | |
| 318 | */ | |
| 319 | public String ge tStatus() { | |
| 320 | re turn statu s; | |
| 321 | } | |
| 322 | ||
| 323 | /** | |
| 324 | * Set s the valu e of the s tatus prop erty. | |
| 325 | * | |
| 326 | * @pa ram value | |
| 327 | * allowed o bject is | |
| 328 | * {@link St ring } | |
| 329 | * | |
| 330 | */ | |
| 331 | public void setS tatus(Stri ng value) { | |
| 332 | th is.status = value; | |
| 333 | } | |
| 334 | ||
| 335 | /** | |
| 336 | * Get s the valu e of the f acility pr operty. | |
| 337 | * | |
| 338 | * @re turn | |
| 339 | * possible object is | |
| 340 | * {@link Si teTO } | |
| 341 | * | |
| 342 | */ | |
| 343 | public SiteTO ge tFacility( ) { | |
| 344 | re turn facil ity; | |
| 345 | } | |
| 346 | ||
| 347 | /** | |
| 348 | * Set s the valu e of the f acility pr operty. | |
| 349 | * | |
| 350 | * @pa ram value | |
| 351 | * allowed o bject is | |
| 352 | * {@link Si teTO } | |
| 353 | * | |
| 354 | */ | |
| 355 | public void setF acility(Si teTO value ) { | |
| 356 | th is.facilit y = 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.