Produced by Araxis Merge on 6/9/2017 3:50:20 PM Eastern 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 | Fri Jun 9 19:50:20 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-proxy\src\main\java\gov\va\med\nhin\adapter\audit | QueryType.java | Fri Apr 21 20:03:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 478 |
| 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.n hin.adapte r.audit; | |||||
| 3 | ||||||
| 4 | import jav a.io.Seria lizable; | |||||
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |||||
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |||||
| 7 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |||||
| 8 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |||||
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 10 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |||||
| 11 | ||||||
| 12 | ||||||
| 13 | /** | |||||
| 14 | * <p>Java class for QueryType complex t ype. | |||||
| 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="Query Type"> | |||||
| 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="f romDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |||||
| 24 | * <eleme nt name="t oDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}dat eTime" min Occurs="0" /> | |||||
| 25 | * <eleme nt name="p atientIds" type="{ur n:gov:va:m ed:nhin:ad apter:audi t}StringVa luesType" minOccurs= "0"/> | |||||
| 26 | * <eleme nt name="p atientSSNs " type="{u rn:gov:va: med:nhin:a dapter:aud it}StringV aluesType" minOccurs ="0"/> | |||||
| 27 | * <eleme nt name="p atientLast Names" typ e="{urn:go v:va:med:n hin:adapte r:audit}St ringValues Type" minO ccurs="0"/ > | |||||
| 28 | * <eleme nt name="p atientGive nNames" ty pe="{urn:g ov:va:med: nhin:adapt er:audit}S tringValue sType" min Occurs="0" /> | |||||
| 29 | * <eleme nt name="p urposeForU ses" type= "{urn:gov: va:med:nhi n:adapter: audit}Stri ngValuesTy pe" minOcc urs="0"/> | |||||
| 30 | * <eleme nt name="p atientFaci lityNumber s" type="{ urn:gov:va :med:nhin: adapter:au dit}String ValuesType " minOccur s="0"/> | |||||
| 31 | * <eleme nt name="u serIds" ty pe="{urn:g ov:va:med: nhin:adapt er:audit}S tringValue sType" min Occurs="0" /> | |||||
| 32 | * <eleme nt name="u serNames" type="{urn :gov:va:me d:nhin:ada pter:audit }StringVal uesType" m inOccurs=" 0"/> | |||||
| 33 | * <eleme nt name="u serFacilit yNumbers" type="{urn :gov:va:me d:nhin:ada pter:audit }StringVal uesType" m inOccurs=" 0"/> | |||||
| 34 | * <eleme nt name="o rganizatio nIds" type ="{urn:gov :va:med:nh in:adapter :audit}Str ingValuesT ype" minOc curs="0"/> | |||||
| 35 | * <eleme nt name="r emoteOrgan izationIds " type="{u rn:gov:va: med:nhin:a dapter:aud it}StringV aluesType" minOccurs ="0"/> | |||||
| 36 | * <eleme nt name="a ctions" ty pe="{urn:g ov:va:med: nhin:adapt er:audit}A ctionValue sType" min Occurs="0" /> | |||||
| 37 | * <eleme nt name="d etails" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |||||
| 38 | * <eleme nt name="p atientType s" type="{ http://www .w3.org/20 01/XMLSche ma}int" mi nOccurs="0 "/> | |||||
| 39 | * & lt;/sequen ce> | |||||
| 40 | * < ;/restrict ion> | |||||
| 41 | * </ complexCon tent> | |||||
| 42 | * </co mplexType> | |||||
| 43 | * </pre> | |||||
| 44 | * | |||||
| 45 | * | |||||
| 46 | */ | |||||
| 47 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 48 | @XmlType(n ame = "Que ryType", p ropOrder = { | |||||
| 49 | "fromD ate", | |||||
| 50 | "toDat e", | |||||
| 51 | "patie ntIds", | |||||
| 52 | "patie ntSSNs", | |||||
| 53 | "patie ntLastName s", | |||||
| 54 | "patie ntGivenNam es", | |||||
| 55 | "purpo seForUses" , | |||||
| 56 | "patie ntFacility Numbers", | |||||
| 57 | "userI ds", | |||||
| 58 | "userN ames", | |||||
| 59 | "userF acilityNum bers", | |||||
| 60 | "organ izationIds ", | |||||
| 61 | "remot eOrganizat ionIds", | |||||
| 62 | "actio ns", | |||||
| 63 | "detai ls", | |||||
| 64 | "patie ntTypes" | |||||
| 65 | }) | |||||
| 66 | @XmlSeeAls o({ | |||||
| 67 | GetAud itsSummary Type.class , | |||||
| 68 | GetAud itsType.cl ass | |||||
| 69 | }) | |||||
| 70 | public cla ss QueryTy pe | |||||
| 71 | implem ents Seria lizable | |||||
| 72 | { | |||||
| 73 | ||||||
| 74 | privat e final st atic long serialVers ionUID = 1 00L; | |||||
| 75 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 76 | protec ted XMLGre gorianCale ndar fromD ate; | |||||
| 77 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 78 | protec ted XMLGre gorianCale ndar toDat e; | |||||
| 79 | protec ted String ValuesType patientId s; | |||||
| 80 | protec ted String ValuesType patientSS Ns; | |||||
| 81 | protec ted String ValuesType patientLa stNames; | |||||
| 82 | protec ted String ValuesType patientGi venNames; | |||||
| 83 | protec ted String ValuesType purposeFo rUses; | |||||
| 84 | protec ted String ValuesType patientFa cilityNumb ers; | |||||
| 85 | protec ted String ValuesType userIds; | |||||
| 86 | protec ted String ValuesType userNames ; | |||||
| 87 | protec ted String ValuesType userFacil ityNumbers ; | |||||
| 88 | protec ted String ValuesType organizat ionIds; | |||||
| 89 | protec ted String ValuesType remoteOrg anizationI ds; | |||||
| 90 | protec ted Action ValuesType actions; | |||||
| 91 | protec ted String details; | |||||
| 92 | protec ted Intege r patientT ypes; | |||||
| 93 | ||||||
| 94 | /** | |||||
| 95 | * Get s the valu e of the f romDate pr operty. | |||||
| 96 | * | |||||
| 97 | * @re turn | |||||
| 98 | * possible object is | |||||
| 99 | * {@link XM LGregorian Calendar } | |||||
| 100 | * | |||||
| 101 | */ | |||||
| 102 | public XMLGregor ianCalenda r getFromD ate() { | |||||
| 103 | re turn fromD ate; | |||||
| 104 | } | |||||
| 105 | ||||||
| 106 | /** | |||||
| 107 | * Set s the valu e of the f romDate pr operty. | |||||
| 108 | * | |||||
| 109 | * @pa ram value | |||||
| 110 | * allowed o bject is | |||||
| 111 | * {@link XM LGregorian Calendar } | |||||
| 112 | * | |||||
| 113 | */ | |||||
| 114 | public void setF romDate(XM LGregorian Calendar v alue) { | |||||
| 115 | th is.fromDat e = value; | |||||
| 116 | } | |||||
| 117 | ||||||
| 118 | /** | |||||
| 119 | * Get s the valu e of the t oDate prop erty. | |||||
| 120 | * | |||||
| 121 | * @re turn | |||||
| 122 | * possible object is | |||||
| 123 | * {@link XM LGregorian Calendar } | |||||
| 124 | * | |||||
| 125 | */ | |||||
| 126 | public XMLGregor ianCalenda r getToDat e() { | |||||
| 127 | re turn toDat e; | |||||
| 128 | } | |||||
| 129 | ||||||
| 130 | /** | |||||
| 131 | * Set s the valu e of the t oDate prop erty. | |||||
| 132 | * | |||||
| 133 | * @pa ram value | |||||
| 134 | * allowed o bject is | |||||
| 135 | * {@link XM LGregorian Calendar } | |||||
| 136 | * | |||||
| 137 | */ | |||||
| 138 | public void setT oDate(XMLG regorianCa lendar val ue) { | |||||
| 139 | th is.toDate = value; | |||||
| 140 | } | |||||
| 141 | ||||||
| 142 | /** | |||||
| 143 | * Get s the valu e of the p atientIds property. | |||||
| 144 | * | |||||
| 145 | * @re turn | |||||
| 146 | * possible object is | |||||
| 147 | * {@link St ringValues Type } | |||||
| 148 | * | |||||
| 149 | */ | |||||
| 150 | public StringVal uesType ge tPatientId s() { | |||||
| 151 | re turn patie ntIds; | |||||
| 152 | } | |||||
| 153 | ||||||
| 154 | /** | |||||
| 155 | * Set s the valu e of the p atientIds property. | |||||
| 156 | * | |||||
| 157 | * @pa ram value | |||||
| 158 | * allowed o bject is | |||||
| 159 | * {@link St ringValues Type } | |||||
| 160 | * | |||||
| 161 | */ | |||||
| 162 | public void setP atientIds( StringValu esType val ue) { | |||||
| 163 | th is.patient Ids = valu e; | |||||
| 164 | } | |||||
| 165 | ||||||
| 166 | /** | |||||
| 167 | * Get s the valu e of the p atientSSNs property. | |||||
| 168 | * | |||||
| 169 | * @re turn | |||||
| 170 | * possible object is | |||||
| 171 | * {@link St ringValues Type } | |||||
| 172 | * | |||||
| 173 | */ | |||||
| 174 | public StringVal uesType ge tPatientSS Ns() { | |||||
| 175 | re turn patie ntSSNs; | |||||
| 176 | } | |||||
| 177 | ||||||
| 178 | /** | |||||
| 179 | * Set s the valu e of the p atientSSNs property. | |||||
| 180 | * | |||||
| 181 | * @pa ram value | |||||
| 182 | * allowed o bject is | |||||
| 183 | * {@link St ringValues Type } | |||||
| 184 | * | |||||
| 185 | */ | |||||
| 186 | public void setP atientSSNs (StringVal uesType va lue) { | |||||
| 187 | th is.patient SSNs = val ue; | |||||
| 188 | } | |||||
| 189 | ||||||
| 190 | /** | |||||
| 191 | * Get s the valu e of the p atientLast Names prop erty. | |||||
| 192 | * | |||||
| 193 | * @re turn | |||||
| 194 | * possible object is | |||||
| 195 | * {@link St ringValues Type } | |||||
| 196 | * | |||||
| 197 | */ | |||||
| 198 | public StringVal uesType ge tPatientLa stNames() { | |||||
| 199 | re turn patie ntLastName s; | |||||
| 200 | } | |||||
| 201 | ||||||
| 202 | /** | |||||
| 203 | * Set s the valu e of the p atientLast Names prop erty. | |||||
| 204 | * | |||||
| 205 | * @pa ram value | |||||
| 206 | * allowed o bject is | |||||
| 207 | * {@link St ringValues Type } | |||||
| 208 | * | |||||
| 209 | */ | |||||
| 210 | public void setP atientLast Names(Stri ngValuesTy pe value) { | |||||
| 211 | th is.patient LastNames = value; | |||||
| 212 | } | |||||
| 213 | ||||||
| 214 | /** | |||||
| 215 | * Get s the valu e of the p atientGive nNames pro perty. | |||||
| 216 | * | |||||
| 217 | * @re turn | |||||
| 218 | * possible object is | |||||
| 219 | * {@link St ringValues Type } | |||||
| 220 | * | |||||
| 221 | */ | |||||
| 222 | public StringVal uesType ge tPatientGi venNames() { | |||||
| 223 | re turn patie ntGivenNam es; | |||||
| 224 | } | |||||
| 225 | ||||||
| 226 | /** | |||||
| 227 | * Set s the valu e of the p atientGive nNames pro perty. | |||||
| 228 | * | |||||
| 229 | * @pa ram value | |||||
| 230 | * allowed o bject is | |||||
| 231 | * {@link St ringValues Type } | |||||
| 232 | * | |||||
| 233 | */ | |||||
| 234 | public void setP atientGive nNames(Str ingValuesT ype value) { | |||||
| 235 | th is.patient GivenNames = value; | |||||
| 236 | } | |||||
| 237 | ||||||
| 238 | /** | |||||
| 239 | * Get s the valu e of the p urposeForU ses proper ty. | |||||
| 240 | * | |||||
| 241 | * @re turn | |||||
| 242 | * possible object is | |||||
| 243 | * {@link St ringValues Type } | |||||
| 244 | * | |||||
| 245 | */ | |||||
| 246 | public StringVal uesType ge tPurposeFo rUses() { | |||||
| 247 | re turn purpo seForUses; | |||||
| 248 | } | |||||
| 249 | ||||||
| 250 | /** | |||||
| 251 | * Set s the valu e of the p urposeForU ses proper ty. | |||||
| 252 | * | |||||
| 253 | * @pa ram value | |||||
| 254 | * allowed o bject is | |||||
| 255 | * {@link St ringValues Type } | |||||
| 256 | * | |||||
| 257 | */ | |||||
| 258 | public void setP urposeForU ses(String ValuesType value) { | |||||
| 259 | th is.purpose ForUses = value; | |||||
| 260 | } | |||||
| 261 | ||||||
| 262 | /** | |||||
| 263 | * Get s the valu e of the p atientFaci lityNumber s property . | |||||
| 264 | * | |||||
| 265 | * @re turn | |||||
| 266 | * possible object is | |||||
| 267 | * {@link St ringValues Type } | |||||
| 268 | * | |||||
| 269 | */ | |||||
| 270 | public StringVal uesType ge tPatientFa cilityNumb ers() { | |||||
| 271 | re turn patie ntFacility Numbers; | |||||
| 272 | } | |||||
| 273 | ||||||
| 274 | /** | |||||
| 275 | * Set s the valu e of the p atientFaci lityNumber s property . | |||||
| 276 | * | |||||
| 277 | * @pa ram value | |||||
| 278 | * allowed o bject is | |||||
| 279 | * {@link St ringValues Type } | |||||
| 280 | * | |||||
| 281 | */ | |||||
| 282 | public void setP atientFaci lityNumber s(StringVa luesType v alue) { | |||||
| 283 | th is.patient FacilityNu mbers = va lue; | |||||
| 284 | } | |||||
| 285 | ||||||
| 286 | /** | |||||
| 287 | * Get s the valu e of the u serIds pro perty. | |||||
| 288 | * | |||||
| 289 | * @re turn | |||||
| 290 | * possible object is | |||||
| 291 | * {@link St ringValues Type } | |||||
| 292 | * | |||||
| 293 | */ | |||||
| 294 | public StringVal uesType ge tUserIds() { | |||||
| 295 | re turn userI ds; | |||||
| 296 | } | |||||
| 297 | ||||||
| 298 | /** | |||||
| 299 | * Set s the valu e of the u serIds pro perty. | |||||
| 300 | * | |||||
| 301 | * @pa ram value | |||||
| 302 | * allowed o bject is | |||||
| 303 | * {@link St ringValues Type } | |||||
| 304 | * | |||||
| 305 | */ | |||||
| 306 | public void setU serIds(Str ingValuesT ype value) { | |||||
| 307 | th is.userIds = value; | |||||
| 308 | } | |||||
| 309 | ||||||
| 310 | /** | |||||
| 311 | * Get s the valu e of the u serNames p roperty. | |||||
| 312 | * | |||||
| 313 | * @re turn | |||||
| 314 | * possible object is | |||||
| 315 | * {@link St ringValues Type } | |||||
| 316 | * | |||||
| 317 | */ | |||||
| 318 | public StringVal uesType ge tUserNames () { | |||||
| 319 | re turn userN ames; | |||||
| 320 | } | |||||
| 321 | ||||||
| 322 | /** | |||||
| 323 | * Set s the valu e of the u serNames p roperty. | |||||
| 324 | * | |||||
| 325 | * @pa ram value | |||||
| 326 | * allowed o bject is | |||||
| 327 | * {@link St ringValues Type } | |||||
| 328 | * | |||||
| 329 | */ | |||||
| 330 | public void setU serNames(S tringValue sType valu e) { | |||||
| 331 | th is.userNam es = value ; | |||||
| 332 | } | |||||
| 333 | ||||||
| 334 | /** | |||||
| 335 | * Get s the valu e of the u serFacilit yNumbers p roperty. | |||||
| 336 | * | |||||
| 337 | * @re turn | |||||
| 338 | * possible object is | |||||
| 339 | * {@link St ringValues Type } | |||||
| 340 | * | |||||
| 341 | */ | |||||
| 342 | public StringVal uesType ge tUserFacil ityNumbers () { | |||||
| 343 | re turn userF acilityNum bers; | |||||
| 344 | } | |||||
| 345 | ||||||
| 346 | /** | |||||
| 347 | * Set s the valu e of the u serFacilit yNumbers p roperty. | |||||
| 348 | * | |||||
| 349 | * @pa ram value | |||||
| 350 | * allowed o bject is | |||||
| 351 | * {@link St ringValues Type } | |||||
| 352 | * | |||||
| 353 | */ | |||||
| 354 | public void setU serFacilit yNumbers(S tringValue sType valu e) { | |||||
| 355 | th is.userFac ilityNumbe rs = value ; | |||||
| 356 | } | |||||
| 357 | ||||||
| 358 | /** | |||||
| 359 | * Get s the valu e of the o rganizatio nIds prope rty. | |||||
| 360 | * | |||||
| 361 | * @re turn | |||||
| 362 | * possible object is | |||||
| 363 | * {@link St ringValues Type } | |||||
| 364 | * | |||||
| 365 | */ | |||||
| 366 | public StringVal uesType ge tOrganizat ionIds() { | |||||
| 367 | re turn organ izationIds ; | |||||
| 368 | } | |||||
| 369 | ||||||
| 370 | /** | |||||
| 371 | * Set s the valu e of the o rganizatio nIds prope rty. | |||||
| 372 | * | |||||
| 373 | * @pa ram value | |||||
| 374 | * allowed o bject is | |||||
| 375 | * {@link St ringValues Type } | |||||
| 376 | * | |||||
| 377 | */ | |||||
| 378 | public void setO rganizatio nIds(Strin gValuesTyp e value) { | |||||
| 379 | th is.organiz ationIds = value; | |||||
| 380 | } | |||||
| 381 | ||||||
| 382 | /** | |||||
| 383 | * Get s the valu e of the r emoteOrgan izationIds property. | |||||
| 384 | * | |||||
| 385 | * @re turn | |||||
| 386 | * possible object is | |||||
| 387 | * {@link St ringValues Type } | |||||
| 388 | * | |||||
| 389 | */ | |||||
| 390 | public StringVal uesType ge tRemoteOrg anizationI ds() { | |||||
| 391 | re turn remot eOrganizat ionIds; | |||||
| 392 | } | |||||
| 393 | ||||||
| 394 | /** | |||||
| 395 | * Set s the valu e of the r emoteOrgan izationIds property. | |||||
| 396 | * | |||||
| 397 | * @pa ram value | |||||
| 398 | * allowed o bject is | |||||
| 399 | * {@link St ringValues Type } | |||||
| 400 | * | |||||
| 401 | */ | |||||
| 402 | public void setR emoteOrgan izationIds (StringVal uesType va lue) { | |||||
| 403 | th is.remoteO rganizatio nIds = val ue; | |||||
| 404 | } | |||||
| 405 | ||||||
| 406 | /** | |||||
| 407 | * Get s the valu e of the a ctions pro perty. | |||||
| 408 | * | |||||
| 409 | * @re turn | |||||
| 410 | * possible object is | |||||
| 411 | * {@link Ac tionValues Type } | |||||
| 412 | * | |||||
| 413 | */ | |||||
| 414 | public ActionVal uesType ge tActions() { | |||||
| 415 | re turn actio ns; | |||||
| 416 | } | |||||
| 417 | ||||||
| 418 | /** | |||||
| 419 | * Set s the valu e of the a ctions pro perty. | |||||
| 420 | * | |||||
| 421 | * @pa ram value | |||||
| 422 | * allowed o bject is | |||||
| 423 | * {@link Ac tionValues Type } | |||||
| 424 | * | |||||
| 425 | */ | |||||
| 426 | public void setA ctions(Act ionValuesT ype value) { | |||||
| 427 | th is.actions = value; | |||||
| 428 | } | |||||
| 429 | ||||||
| 430 | /** | |||||
| 431 | * Get s the valu e of the d etails pro perty. | |||||
| 432 | * | |||||
| 433 | * @re turn | |||||
| 434 | * possible object is | |||||
| 435 | * {@link St ring } | |||||
| 436 | * | |||||
| 437 | */ | |||||
| 438 | public String ge tDetails() { | |||||
| 439 | re turn detai ls; | |||||
| 440 | } | |||||
| 441 | ||||||
| 442 | /** | |||||
| 443 | * Set s the valu e of the d etails pro perty. | |||||
| 444 | * | |||||
| 445 | * @pa ram value | |||||
| 446 | * allowed o bject is | |||||
| 447 | * {@link St ring } | |||||
| 448 | * | |||||
| 449 | */ | |||||
| 450 | public void setD etails(Str ing value) { | |||||
| 451 | th is.details = value; | |||||
| 452 | } | |||||
| 453 | ||||||
| 454 | /** | |||||
| 455 | * Get s the valu e of the p atientType s property . | |||||
| 456 | * | |||||
| 457 | * @re turn | |||||
| 458 | * possible object is | |||||
| 459 | * {@link In teger } | |||||
| 460 | * | |||||
| 461 | */ | |||||
| 462 | public Integer g etPatientT ypes() { | |||||
| 463 | re turn patie ntTypes; | |||||
| 464 | } | |||||
| 465 | ||||||
| 466 | /** | |||||
| 467 | * Set s the valu e of the p atientType s property . | |||||
| 468 | * | |||||
| 469 | * @pa ram value | |||||
| 470 | * allowed o bject is | |||||
| 471 | * {@link In teger } | |||||
| 472 | * | |||||
| 473 | */ | |||||
| 474 | public void setP atientType s(Integer value) { | |||||
| 475 | th is.patient Types = va lue; | |||||
| 476 | } | |||||
| 477 | ||||||
| 478 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.