Produced by Araxis Merge on 1/17/2019 10:54:33 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 | MentalHealthInstrumentAdministrationTO.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 | MentalHealthInstrumentAdministrationTO.java | Wed Jan 16 20:17:43 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 812 |
| Changed | 4 | 14 |
| 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 mentalHea lthInstrum entAdminis trationTO complex ty pe. | |
| 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="menta lHealthIns trumentAdm inistratio nTO"> | |
| 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 | * <elemen t name="pa tient" typ e="{http:/ / DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 21 | * <elemen t name="in strument" type="{htt p:// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 22 | * <eleme nt name="d ateAdminis tered" 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="d ateSaved" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 24 | * <elemen t name="or deredBy" t ype="{http :// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 25 | * <elemen t name="ad ministered By" type=" {http:// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 26 | * <eleme nt name="i sSigned" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean" mi nOccurs="0 " form="un qualified" /> | |
| 27 | * <eleme nt name="i sComplete" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean" minOccurs= "0" form=" unqualifie d"/> | |
| 28 | * <eleme nt name="n umberOfQue stionsAnsw ered" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 29 | * <eleme nt name="t ransmitSta tus" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 30 | * <eleme nt name="t ransmitTim e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 31 | * <elemen t name="ho spitalLoca tion" type ="{http:// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 32 | * <elemen t name="re sults" typ e="{http:/ / DNS . URL /}mentalHe althInstru mentResult SetTO" min Occurs="0" form="unq ualified"/ > | |
| 33 | * & lt;/sequen ce> | |
| 34 | * < ;/extensio n> | |
| 35 | * </ complexCon tent> | |
| 36 | * </co mplexType& gt; | |
| 37 | * </pre> | |
| 38 | * | |
| 39 | * | |
| 40 | */ | |
| 41 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 42 | @XmlType(n ame = "men talHealthI nstrumentA dministrat ionTO", pr opOrder = { | |
| 43 | "id", | |
| 44 | "patie nt", | |
| 45 | "instr ument", | |
| 46 | "dateA dministere d", | |
| 47 | "dateS aved", | |
| 48 | "order edBy", | |
| 49 | "admin isteredBy" , | |
| 50 | "isSig ned", | |
| 51 | "isCom plete", | |
| 52 | "numbe rOfQuestio nsAnswered ", | |
| 53 | "trans mitStatus" , | |
| 54 | "trans mitTime", | |
| 55 | "hospi talLocatio n", | |
| 56 | "resul ts" | |
| 57 | }) | |
| 58 | public cla ss MentalH ealthInstr umentAdmin istrationT O | |
| 59 | extend s Abstract TO | |
| 60 | { | |
| 61 | ||
| 62 | protec ted String id; | |
| 63 | protec ted Tagged Text patie nt; | |
| 64 | protec ted Tagged Text instr ument; | |
| 65 | protec ted String dateAdmin istered; | |
| 66 | protec ted String dateSaved ; | |
| 67 | protec ted Tagged Text order edBy; | |
| 68 | protec ted Tagged Text admin isteredBy; | |
| 69 | protec ted Boolea n isSigned ; | |
| 70 | protec ted Boolea n isComple te; | |
| 71 | protec ted String numberOfQ uestionsAn swered; | |
| 72 | protec ted String transmitS tatus; | |
| 73 | protec ted String transmitT ime; | |
| 74 | protec ted Tagged Text hospi talLocatio n; | |
| 75 | protec ted Mental HealthInst rumentResu ltSetTO re sults; | |
| 76 | ||
| 77 | /** | |
| 78 | * Get s the valu e of the i d property . | |
| 79 | * | |
| 80 | * @re turn | |
| 81 | * possible object is | |
| 82 | * {@link St ring } | |
| 83 | * | |
| 84 | */ | |
| 85 | public String ge tId() { | |
| 86 | re turn id; | |
| 87 | } | |
| 88 | ||
| 89 | /** | |
| 90 | * Set s the valu e of the i d property . | |
| 91 | * | |
| 92 | * @pa ram value | |
| 93 | * allowed o bject is | |
| 94 | * {@link St ring } | |
| 95 | * | |
| 96 | */ | |
| 97 | public void setI d(String v alue) { | |
| 98 | th is.id = va lue; | |
| 99 | } | |
| 100 | ||
| 101 | /** | |
| 102 | * Get s the valu e of the p atient pro perty. | |
| 103 | * | |
| 104 | * @re turn | |
| 105 | * possible object is | |
| 106 | * {@link Ta ggedText } | |
| 107 | * | |
| 108 | */ | |
| 109 | public TaggedTex t getPatie nt() { | |
| 110 | re turn patie nt; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Set s the valu e of the p atient pro perty. | |
| 115 | * | |
| 116 | * @pa ram value | |
| 117 | * allowed o bject is | |
| 118 | * {@link Ta ggedText } | |
| 119 | * | |
| 120 | */ | |
| 121 | public void setP atient(Tag gedText va lue) { | |
| 122 | th is.patient = value; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Get s the valu e of the i nstrument property. | |
| 127 | * | |
| 128 | * @re turn | |
| 129 | * possible object is | |
| 130 | * {@link Ta ggedText } | |
| 131 | * | |
| 132 | */ | |
| 133 | public TaggedTex t getInstr ument() { | |
| 134 | re turn instr ument; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Set s the valu e of the i nstrument property. | |
| 139 | * | |
| 140 | * @pa ram value | |
| 141 | * allowed o bject is | |
| 142 | * {@link Ta ggedText } | |
| 143 | * | |
| 144 | */ | |
| 145 | public void setI nstrument( TaggedText value) { | |
| 146 | th is.instrum ent = valu e; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Get s the valu e of the d ateAdminis tered prop erty. | |
| 151 | * | |
| 152 | * @re turn | |
| 153 | * possible object is | |
| 154 | * {@link St ring } | |
| 155 | * | |
| 156 | */ | |
| 157 | public String ge tDateAdmin istered() { | |
| 158 | re turn dateA dministere d; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Set s the valu e of the d ateAdminis tered prop erty. | |
| 163 | * | |
| 164 | * @pa ram value | |
| 165 | * allowed o bject is | |
| 166 | * {@link St ring } | |
| 167 | * | |
| 168 | */ | |
| 169 | public void setD ateAdminis tered(Stri ng value) { | |
| 170 | th is.dateAdm inistered = value; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Get s the valu e of the d ateSaved p roperty. | |
| 175 | * | |
| 176 | * @re turn | |
| 177 | * possible object is | |
| 178 | * {@link St ring } | |
| 179 | * | |
| 180 | */ | |
| 181 | public String ge tDateSaved () { | |
| 182 | re turn dateS aved; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Set s the valu e of the d ateSaved p roperty. | |
| 187 | * | |
| 188 | * @pa ram value | |
| 189 | * allowed o bject is | |
| 190 | * {@link St ring } | |
| 191 | * | |
| 192 | */ | |
| 193 | public void setD ateSaved(S tring valu e) { | |
| 194 | th is.dateSav ed = value ; | |
| 195 | } | |
| 196 | ||
| 197 | /** | |
| 198 | * Get s the valu e of the o rderedBy p roperty. | |
| 199 | * | |
| 200 | * @re turn | |
| 201 | * possible object is | |
| 202 | * {@link Ta ggedText } | |
| 203 | * | |
| 204 | */ | |
| 205 | public TaggedTex t getOrder edBy() { | |
| 206 | re turn order edBy; | |
| 207 | } | |
| 208 | ||
| 209 | /** | |
| 210 | * Set s the valu e of the o rderedBy p roperty. | |
| 211 | * | |
| 212 | * @pa ram value | |
| 213 | * allowed o bject is | |
| 214 | * {@link Ta ggedText } | |
| 215 | * | |
| 216 | */ | |
| 217 | public void setO rderedBy(T aggedText value) { | |
| 218 | th is.ordered By = value ; | |
| 219 | } | |
| 220 | ||
| 221 | /** | |
| 222 | * Get s the valu e of the a dministere dBy proper ty. | |
| 223 | * | |
| 224 | * @re turn | |
| 225 | * possible object is | |
| 226 | * {@link Ta ggedText } | |
| 227 | * | |
| 228 | */ | |
| 229 | public TaggedTex t getAdmin isteredBy( ) { | |
| 230 | re turn admin isteredBy; | |
| 231 | } | |
| 232 | ||
| 233 | /** | |
| 234 | * Set s the valu e of the a dministere dBy proper ty. | |
| 235 | * | |
| 236 | * @pa ram value | |
| 237 | * allowed o bject is | |
| 238 | * {@link Ta ggedText } | |
| 239 | * | |
| 240 | */ | |
| 241 | public void setA dministere dBy(Tagged Text value ) { | |
| 242 | th is.adminis teredBy = value; | |
| 243 | } | |
| 244 | ||
| 245 | /** | |
| 246 | * Get s the valu e of the i sSigned pr operty. | |
| 247 | * | |
| 248 | * @re turn | |
| 249 | * possible object is | |
| 250 | * {@link Bo olean } | |
| 251 | * | |
| 252 | */ | |
| 253 | public Boolean i sIsSigned( ) { | |
| 254 | re turn isSig ned; | |
| 255 | } | |
| 256 | ||
| 257 | /** | |
| 258 | * Set s the valu e of the i sSigned pr operty. | |
| 259 | * | |
| 260 | * @pa ram value | |
| 261 | * allowed o bject is | |
| 262 | * {@link Bo olean } | |
| 263 | * | |
| 264 | */ | |
| 265 | public void setI sSigned(Bo olean valu e) { | |
| 266 | th is.isSigne d = value; | |
| 267 | } | |
| 268 | ||
| 269 | /** | |
| 270 | * Get s the valu e of the i sComplete property. | |
| 271 | * | |
| 272 | * @re turn | |
| 273 | * possible object is | |
| 274 | * {@link Bo olean } | |
| 275 | * | |
| 276 | */ | |
| 277 | public Boolean i sIsComplet e() { | |
| 278 | re turn isCom plete; | |
| 279 | } | |
| 280 | ||
| 281 | /** | |
| 282 | * Set s the valu e of the i sComplete property. | |
| 283 | * | |
| 284 | * @pa ram value | |
| 285 | * allowed o bject is | |
| 286 | * {@link Bo olean } | |
| 287 | * | |
| 288 | */ | |
| 289 | public void setI sComplete( Boolean va lue) { | |
| 290 | th is.isCompl ete = valu e; | |
| 291 | } | |
| 292 | ||
| 293 | /** | |
| 294 | * Get s the valu e of the n umberOfQue stionsAnsw ered prope rty. | |
| 295 | * | |
| 296 | * @re turn | |
| 297 | * possible object is | |
| 298 | * {@link St ring } | |
| 299 | * | |
| 300 | */ | |
| 301 | public String ge tNumberOfQ uestionsAn swered() { | |
| 302 | re turn numbe rOfQuestio nsAnswered ; | |
| 303 | } | |
| 304 | ||
| 305 | /** | |
| 306 | * Set s the valu e of the n umberOfQue stionsAnsw ered prope rty. | |
| 307 | * | |
| 308 | * @pa ram value | |
| 309 | * allowed o bject is | |
| 310 | * {@link St ring } | |
| 311 | * | |
| 312 | */ | |
| 313 | public void setN umberOfQue stionsAnsw ered(Strin g value) { | |
| 314 | th is.numberO fQuestions Answered = value; | |
| 315 | } | |
| 316 | ||
| 317 | /** | |
| 318 | * Get s the valu e of the t ransmitSta tus proper ty. | |
| 319 | * | |
| 320 | * @re turn | |
| 321 | * possible object is | |
| 322 | * {@link St ring } | |
| 323 | * | |
| 324 | */ | |
| 325 | public String ge tTransmitS tatus() { | |
| 326 | re turn trans mitStatus; | |
| 327 | } | |
| 328 | ||
| 329 | /** | |
| 330 | * Set s the valu e of the t ransmitSta tus proper ty. | |
| 331 | * | |
| 332 | * @pa ram value | |
| 333 | * allowed o bject is | |
| 334 | * {@link St ring } | |
| 335 | * | |
| 336 | */ | |
| 337 | public void setT ransmitSta tus(String value) { | |
| 338 | th is.transmi tStatus = value; | |
| 339 | } | |
| 340 | ||
| 341 | /** | |
| 342 | * Get s the valu e of the t ransmitTim e property . | |
| 343 | * | |
| 344 | * @re turn | |
| 345 | * possible object is | |
| 346 | * {@link St ring } | |
| 347 | * | |
| 348 | */ | |
| 349 | public String ge tTransmitT ime() { | |
| 350 | re turn trans mitTime; | |
| 351 | } | |
| 352 | ||
| 353 | /** | |
| 354 | * Set s the valu e of the t ransmitTim e property . | |
| 355 | * | |
| 356 | * @pa ram value | |
| 357 | * allowed o bject is | |
| 358 | * {@link St ring } | |
| 359 | * | |
| 360 | */ | |
| 361 | public void setT ransmitTim e(String v alue) { | |
| 362 | th is.transmi tTime = va lue; | |
| 363 | } | |
| 364 | ||
| 365 | /** | |
| 366 | * Get s the valu e of the h ospitalLoc ation prop erty. | |
| 367 | * | |
| 368 | * @re turn | |
| 369 | * possible object is | |
| 370 | * {@link Ta ggedText } | |
| 371 | * | |
| 372 | */ | |
| 373 | public TaggedTex t getHospi talLocatio n() { | |
| 374 | re turn hospi talLocatio n; | |
| 375 | } | |
| 376 | ||
| 377 | /** | |
| 378 | * Set s the valu e of the h ospitalLoc ation prop erty. | |
| 379 | * | |
| 380 | * @pa ram value | |
| 381 | * allowed o bject is | |
| 382 | * {@link Ta ggedText } | |
| 383 | * | |
| 384 | */ | |
| 385 | public void setH ospitalLoc ation(Tagg edText val ue) { | |
| 386 | th is.hospita lLocation = value; | |
| 387 | } | |
| 388 | ||
| 389 | /** | |
| 390 | * Get s the valu e of the r esults pro perty. | |
| 391 | * | |
| 392 | * @re turn | |
| 393 | * possible object is | |
| 394 | * {@link Me ntalHealth Instrument ResultSetT O } | |
| 395 | * | |
| 396 | */ | |
| 397 | public MentalHea lthInstrum entResultS etTO getRe sults() { | |
| 398 | re turn resul ts; | |
| 399 | } | |
| 400 | ||
| 401 | /** | |
| 402 | * Set s the valu e of the r esults pro perty. | |
| 403 | * | |
| 404 | * @pa ram value | |
| 405 | * allowed o bject is | |
| 406 | * {@link Me ntalHealth Instrument ResultSetT O } | |
| 407 | * | |
| 408 | */ | |
| 409 | public void setR esults(Men talHealthI nstrumentR esultSetTO value) { | |
| 410 | th is.results = value; | |
| 411 | } | |
| 412 | ||
| 413 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.