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 | MedicationTO.java | Wed Jan 16 16:06:40 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 | MedicationTO.java | Wed Jan 16 20:17:43 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 6 | 2380 |
| Changed | 5 | 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 medicatio nTO comple x type. | |
| 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="medic ationTO"&g t; | |
| 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="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 21 | * <eleme nt name="r xNum" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 22 | * <eleme nt name="q uantity" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 23 | * <eleme nt name="e xpirationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 24 | * <eleme nt name="i ssueDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 25 | * <eleme nt name="s tartDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 26 | * <eleme nt name="s topDate" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 27 | * <eleme nt name="o rderId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 28 | * <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; | |
| 29 | * <eleme nt name="r efills" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 30 | * <eleme nt name="i sOutpatien t" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0" form ="unqualif ied"/> | |
| 31 | * <eleme nt name="i sInpatient " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" minOccurs ="0" form= "unqualifi ed"/> | |
| 32 | * <eleme nt name="i sIV" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 33 | * <eleme nt name="i sUnitDose" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean" minOccurs= "0" form=" unqualifie d"/> | |
| 34 | * <eleme nt name="i sNonVA" ty pe="{http: //www.w3.o rg/2001/XM LSchema}bo olean" min Occurs="0" form="unq ualified"/ > | |
| 35 | * <eleme nt name="i sImo" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0" f orm="unqua lified"/&g t; | |
| 36 | * <eleme nt name="l astFillDat e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 37 | * <eleme nt name="r emaining" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 38 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 39 | * <elemen t name="pr ovider" ty pe="{http: // DNS . URL /}authorTO " minOccur s="0" form ="unqualif ied"/> | |
| 40 | * <eleme nt name="c ost" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 41 | * <eleme nt name="s ig" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 42 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 43 | * <eleme nt name="a dditives" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 44 | * <eleme nt name="s olution" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 45 | * <eleme nt name="r ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 46 | * <eleme nt name="d ose" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 47 | * <eleme nt name="i nstruction " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 48 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 49 | * <eleme nt name="d ateDocumen ted" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 50 | * <elemen t name="do cumentor" type="{htt p:// DNS . URL /}authorTO " minOccur s="0" form ="unqualif ied"/> | |
| 51 | * <eleme nt name="d etail" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 52 | * <eleme nt name="s chedule" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 53 | * <eleme nt name="d aysSupply" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 54 | * <elemen t name="ho spital" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 55 | * <eleme nt name="t otalDose" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 56 | * <eleme nt name="u nitDose" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 57 | * <eleme nt name="i nfRate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 58 | * <eleme nt name="r oute" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 59 | * <elemen t name="dr ug" type=" {http:// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 60 | * <eleme nt name="i sSupply" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean" mi nOccurs="0 " form="un qualified" /> | |
| 61 | * <eleme nt name="p harmacyId" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 62 | * & lt;/sequen ce> | |
| 63 | * < ;/extensio n> | |
| 64 | * </ complexCon tent> | |
| 65 | * </co mplexType& gt; | |
| 66 | * </pre> | |
| 67 | * | |
| 68 | * | |
| 69 | */ | |
| 70 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 71 | @XmlType(n ame = "med icationTO" , propOrde r = { | |
| 72 | "id", | |
| 73 | "name" , | |
| 74 | "rxNum ", | |
| 75 | "quant ity", | |
| 76 | "expir ationDate" , | |
| 77 | "issue Date", | |
| 78 | "start Date", | |
| 79 | "stopD ate", | |
| 80 | "order Id", | |
| 81 | "statu s", | |
| 82 | "refil ls", | |
| 83 | "isOut patient", | |
| 84 | "isInp atient", | |
| 85 | "isIV" , | |
| 86 | "isUni tDose", | |
| 87 | "isNon VA", | |
| 88 | "isImo ", | |
| 89 | "lastF illDate", | |
| 90 | "remai ning", | |
| 91 | "facil ity", | |
| 92 | "provi der", | |
| 93 | "cost" , | |
| 94 | "sig", | |
| 95 | "type" , | |
| 96 | "addit ives", | |
| 97 | "solut ion", | |
| 98 | "rate" , | |
| 99 | "dose" , | |
| 100 | "instr uction", | |
| 101 | "comme nt", | |
| 102 | "dateD ocumented" , | |
| 103 | "docum entor", | |
| 104 | "detai l", | |
| 105 | "sched ule", | |
| 106 | "daysS upply", | |
| 107 | "hospi tal", | |
| 108 | "total Dose", | |
| 109 | "unitD ose", | |
| 110 | "infRa te", | |
| 111 | "route ", | |
| 112 | "drug" , | |
| 113 | "isSup ply", | |
| 114 | "pharm acyId" | |
| 115 | }) | |
| 116 | public cla ss Medicat ionTO | |
| 117 | extend s Abstract TO | |
| 118 | { | |
| 119 | ||
| 120 | protec ted String id; | |
| 121 | protec ted String name; | |
| 122 | protec ted String rxNum; | |
| 123 | protec ted String quantity; | |
| 124 | protec ted String expiratio nDate; | |
| 125 | protec ted String issueDate ; | |
| 126 | protec ted String startDate ; | |
| 127 | protec ted String stopDate; | |
| 128 | protec ted String orderId; | |
| 129 | protec ted String status; | |
| 130 | protec ted String refills; | |
| 131 | protec ted Boolea n isOutpat ient; | |
| 132 | protec ted Boolea n isInpati ent; | |
| 133 | protec ted Boolea n isIV; | |
| 134 | protec ted Boolea n isUnitDo se; | |
| 135 | protec ted Boolea n isNonVA; | |
| 136 | protec ted Boolea n isImo; | |
| 137 | protec ted String lastFillD ate; | |
| 138 | protec ted String remaining ; | |
| 139 | protec ted Tagged Text facil ity; | |
| 140 | protec ted Author TO provide r; | |
| 141 | protec ted String cost; | |
| 142 | protec ted String sig; | |
| 143 | protec ted String type; | |
| 144 | protec ted String additives ; | |
| 145 | protec ted String solution; | |
| 146 | protec ted String rate; | |
| 147 | protec ted String dose; | |
| 148 | protec ted String instructi on; | |
| 149 | protec ted String comment; | |
| 150 | protec ted String dateDocum ented; | |
| 151 | protec ted Author TO documen tor; | |
| 152 | protec ted String detail; | |
| 153 | protec ted String schedule; | |
| 154 | protec ted String daysSuppl y; | |
| 155 | protec ted Tagged Text hospi tal; | |
| 156 | protec ted String totalDose ; | |
| 157 | protec ted String unitDose; | |
| 158 | protec ted String infRate; | |
| 159 | protec ted String route; | |
| 160 | protec ted Tagged Text drug; | |
| 161 | protec ted Boolea n isSupply ; | |
| 162 | protec ted String pharmacyI d; | |
| 163 | ||
| 164 | /** | |
| 165 | * Get s the valu e of the i d property . | |
| 166 | * | |
| 167 | * @re turn | |
| 168 | * possible object is | |
| 169 | * {@link St ring } | |
| 170 | * | |
| 171 | */ | |
| 172 | public String ge tId() { | |
| 173 | re turn id; | |
| 174 | } | |
| 175 | ||
| 176 | /** | |
| 177 | * Set s the valu e of the i d property . | |
| 178 | * | |
| 179 | * @pa ram value | |
| 180 | * allowed o bject is | |
| 181 | * {@link St ring } | |
| 182 | * | |
| 183 | */ | |
| 184 | public void setI d(String v alue) { | |
| 185 | th is.id = va lue; | |
| 186 | } | |
| 187 | ||
| 188 | /** | |
| 189 | * Get s the valu e of the n ame proper ty. | |
| 190 | * | |
| 191 | * @re turn | |
| 192 | * possible object is | |
| 193 | * {@link St ring } | |
| 194 | * | |
| 195 | */ | |
| 196 | public String ge tName() { | |
| 197 | re turn name; | |
| 198 | } | |
| 199 | ||
| 200 | /** | |
| 201 | * Set s the valu e of the n ame proper ty. | |
| 202 | * | |
| 203 | * @pa ram value | |
| 204 | * allowed o bject is | |
| 205 | * {@link St ring } | |
| 206 | * | |
| 207 | */ | |
| 208 | public void setN ame(String value) { | |
| 209 | th is.name = value; | |
| 210 | } | |
| 211 | ||
| 212 | /** | |
| 213 | * Get s the valu e of the r xNum prope rty. | |
| 214 | * | |
| 215 | * @re turn | |
| 216 | * possible object is | |
| 217 | * {@link St ring } | |
| 218 | * | |
| 219 | */ | |
| 220 | public String ge tRxNum() { | |
| 221 | re turn rxNum ; | |
| 222 | } | |
| 223 | ||
| 224 | /** | |
| 225 | * Set s the valu e of the r xNum prope rty. | |
| 226 | * | |
| 227 | * @pa ram value | |
| 228 | * allowed o bject is | |
| 229 | * {@link St ring } | |
| 230 | * | |
| 231 | */ | |
| 232 | public void setR xNum(Strin g value) { | |
| 233 | th is.rxNum = value; | |
| 234 | } | |
| 235 | ||
| 236 | /** | |
| 237 | * Get s the valu e of the q uantity pr operty. | |
| 238 | * | |
| 239 | * @re turn | |
| 240 | * possible object is | |
| 241 | * {@link St ring } | |
| 242 | * | |
| 243 | */ | |
| 244 | public String ge tQuantity( ) { | |
| 245 | re turn quant ity; | |
| 246 | } | |
| 247 | ||
| 248 | /** | |
| 249 | * Set s the valu e of the q uantity pr operty. | |
| 250 | * | |
| 251 | * @pa ram value | |
| 252 | * allowed o bject is | |
| 253 | * {@link St ring } | |
| 254 | * | |
| 255 | */ | |
| 256 | public void setQ uantity(St ring value ) { | |
| 257 | th is.quantit y = value; | |
| 258 | } | |
| 259 | ||
| 260 | /** | |
| 261 | * Get s the valu e of the e xpirationD ate proper ty. | |
| 262 | * | |
| 263 | * @re turn | |
| 264 | * possible object is | |
| 265 | * {@link St ring } | |
| 266 | * | |
| 267 | */ | |
| 268 | public String ge tExpiratio nDate() { | |
| 269 | re turn expir ationDate; | |
| 270 | } | |
| 271 | ||
| 272 | /** | |
| 273 | * Set s the valu e of the e xpirationD ate proper ty. | |
| 274 | * | |
| 275 | * @pa ram value | |
| 276 | * allowed o bject is | |
| 277 | * {@link St ring } | |
| 278 | * | |
| 279 | */ | |
| 280 | public void setE xpirationD ate(String value) { | |
| 281 | th is.expirat ionDate = value; | |
| 282 | } | |
| 283 | ||
| 284 | /** | |
| 285 | * Get s the valu e of the i ssueDate p roperty. | |
| 286 | * | |
| 287 | * @re turn | |
| 288 | * possible object is | |
| 289 | * {@link St ring } | |
| 290 | * | |
| 291 | */ | |
| 292 | public String ge tIssueDate () { | |
| 293 | re turn issue Date; | |
| 294 | } | |
| 295 | ||
| 296 | /** | |
| 297 | * Set s the valu e of the i ssueDate p roperty. | |
| 298 | * | |
| 299 | * @pa ram value | |
| 300 | * allowed o bject is | |
| 301 | * {@link St ring } | |
| 302 | * | |
| 303 | */ | |
| 304 | public void setI ssueDate(S tring valu e) { | |
| 305 | th is.issueDa te = value ; | |
| 306 | } | |
| 307 | ||
| 308 | /** | |
| 309 | * Get s the valu e of the s tartDate p roperty. | |
| 310 | * | |
| 311 | * @re turn | |
| 312 | * possible object is | |
| 313 | * {@link St ring } | |
| 314 | * | |
| 315 | */ | |
| 316 | public String ge tStartDate () { | |
| 317 | re turn start Date; | |
| 318 | } | |
| 319 | ||
| 320 | /** | |
| 321 | * Set s the valu e of the s tartDate p roperty. | |
| 322 | * | |
| 323 | * @pa ram value | |
| 324 | * allowed o bject is | |
| 325 | * {@link St ring } | |
| 326 | * | |
| 327 | */ | |
| 328 | public void setS tartDate(S tring valu e) { | |
| 329 | th is.startDa te = value ; | |
| 330 | } | |
| 331 | ||
| 332 | /** | |
| 333 | * Get s the valu e of the s topDate pr operty. | |
| 334 | * | |
| 335 | * @re turn | |
| 336 | * possible object is | |
| 337 | * {@link St ring } | |
| 338 | * | |
| 339 | */ | |
| 340 | public String ge tStopDate( ) { | |
| 341 | re turn stopD ate; | |
| 342 | } | |
| 343 | ||
| 344 | /** | |
| 345 | * Set s the valu e of the s topDate pr operty. | |
| 346 | * | |
| 347 | * @pa ram value | |
| 348 | * allowed o bject is | |
| 349 | * {@link St ring } | |
| 350 | * | |
| 351 | */ | |
| 352 | public void setS topDate(St ring value ) { | |
| 353 | th is.stopDat e = value; | |
| 354 | } | |
| 355 | ||
| 356 | /** | |
| 357 | * Get s the valu e of the o rderId pro perty. | |
| 358 | * | |
| 359 | * @re turn | |
| 360 | * possible object is | |
| 361 | * {@link St ring } | |
| 362 | * | |
| 363 | */ | |
| 364 | public String ge tOrderId() { | |
| 365 | re turn order Id; | |
| 366 | } | |
| 367 | ||
| 368 | /** | |
| 369 | * Set s the valu e of the o rderId pro perty. | |
| 370 | * | |
| 371 | * @pa ram value | |
| 372 | * allowed o bject is | |
| 373 | * {@link St ring } | |
| 374 | * | |
| 375 | */ | |
| 376 | public void setO rderId(Str ing value) { | |
| 377 | th is.orderId = value; | |
| 378 | } | |
| 379 | ||
| 380 | /** | |
| 381 | * Get s the valu e of the s tatus prop erty. | |
| 382 | * | |
| 383 | * @re turn | |
| 384 | * possible object is | |
| 385 | * {@link St ring } | |
| 386 | * | |
| 387 | */ | |
| 388 | public String ge tStatus() { | |
| 389 | re turn statu s; | |
| 390 | } | |
| 391 | ||
| 392 | /** | |
| 393 | * Set s the valu e of the s tatus prop erty. | |
| 394 | * | |
| 395 | * @pa ram value | |
| 396 | * allowed o bject is | |
| 397 | * {@link St ring } | |
| 398 | * | |
| 399 | */ | |
| 400 | public void setS tatus(Stri ng value) { | |
| 401 | th is.status = value; | |
| 402 | } | |
| 403 | ||
| 404 | /** | |
| 405 | * Get s the valu e of the r efills pro perty. | |
| 406 | * | |
| 407 | * @re turn | |
| 408 | * possible object is | |
| 409 | * {@link St ring } | |
| 410 | * | |
| 411 | */ | |
| 412 | public String ge tRefills() { | |
| 413 | re turn refil ls; | |
| 414 | } | |
| 415 | ||
| 416 | /** | |
| 417 | * Set s the valu e of the r efills pro perty. | |
| 418 | * | |
| 419 | * @pa ram value | |
| 420 | * allowed o bject is | |
| 421 | * {@link St ring } | |
| 422 | * | |
| 423 | */ | |
| 424 | public void setR efills(Str ing value) { | |
| 425 | th is.refills = value; | |
| 426 | } | |
| 427 | ||
| 428 | /** | |
| 429 | * Get s the valu e of the i sOutpatien t property . | |
| 430 | * | |
| 431 | * @re turn | |
| 432 | * possible object is | |
| 433 | * {@link Bo olean } | |
| 434 | * | |
| 435 | */ | |
| 436 | public Boolean i sIsOutpati ent() { | |
| 437 | re turn isOut patient; | |
| 438 | } | |
| 439 | ||
| 440 | /** | |
| 441 | * Set s the valu e of the i sOutpatien t property . | |
| 442 | * | |
| 443 | * @pa ram value | |
| 444 | * allowed o bject is | |
| 445 | * {@link Bo olean } | |
| 446 | * | |
| 447 | */ | |
| 448 | public void setI sOutpatien t(Boolean value) { | |
| 449 | th is.isOutpa tient = va lue; | |
| 450 | } | |
| 451 | ||
| 452 | /** | |
| 453 | * Get s the valu e of the i sInpatient property. | |
| 454 | * | |
| 455 | * @re turn | |
| 456 | * possible object is | |
| 457 | * {@link Bo olean } | |
| 458 | * | |
| 459 | */ | |
| 460 | public Boolean i sIsInpatie nt() { | |
| 461 | re turn isInp atient; | |
| 462 | } | |
| 463 | ||
| 464 | /** | |
| 465 | * Set s the valu e of the i sInpatient property. | |
| 466 | * | |
| 467 | * @pa ram value | |
| 468 | * allowed o bject is | |
| 469 | * {@link Bo olean } | |
| 470 | * | |
| 471 | */ | |
| 472 | public void setI sInpatient (Boolean v alue) { | |
| 473 | th is.isInpat ient = val ue; | |
| 474 | } | |
| 475 | ||
| 476 | /** | |
| 477 | * Get s the valu e of the i sIV proper ty. | |
| 478 | * | |
| 479 | * @re turn | |
| 480 | * possible object is | |
| 481 | * {@link Bo olean } | |
| 482 | * | |
| 483 | */ | |
| 484 | public Boolean i sIsIV() { | |
| 485 | re turn isIV; | |
| 486 | } | |
| 487 | ||
| 488 | /** | |
| 489 | * Set s the valu e of the i sIV proper ty. | |
| 490 | * | |
| 491 | * @pa ram value | |
| 492 | * allowed o bject is | |
| 493 | * {@link Bo olean } | |
| 494 | * | |
| 495 | */ | |
| 496 | public void setI sIV(Boolea n value) { | |
| 497 | th is.isIV = value; | |
| 498 | } | |
| 499 | ||
| 500 | /** | |
| 501 | * Get s the valu e of the i sUnitDose property. | |
| 502 | * | |
| 503 | * @re turn | |
| 504 | * possible object is | |
| 505 | * {@link Bo olean } | |
| 506 | * | |
| 507 | */ | |
| 508 | public Boolean i sIsUnitDos e() { | |
| 509 | re turn isUni tDose; | |
| 510 | } | |
| 511 | ||
| 512 | /** | |
| 513 | * Set s the valu e of the i sUnitDose property. | |
| 514 | * | |
| 515 | * @pa ram value | |
| 516 | * allowed o bject is | |
| 517 | * {@link Bo olean } | |
| 518 | * | |
| 519 | */ | |
| 520 | public void setI sUnitDose( Boolean va lue) { | |
| 521 | th is.isUnitD ose = valu e; | |
| 522 | } | |
| 523 | ||
| 524 | /** | |
| 525 | * Get s the valu e of the i sNonVA pro perty. | |
| 526 | * | |
| 527 | * @re turn | |
| 528 | * possible object is | |
| 529 | * {@link Bo olean } | |
| 530 | * | |
| 531 | */ | |
| 532 | public Boolean i sIsNonVA() { | |
| 533 | re turn isNon VA; | |
| 534 | } | |
| 535 | ||
| 536 | /** | |
| 537 | * Set s the valu e of the i sNonVA pro perty. | |
| 538 | * | |
| 539 | * @pa ram value | |
| 540 | * allowed o bject is | |
| 541 | * {@link Bo olean } | |
| 542 | * | |
| 543 | */ | |
| 544 | public void setI sNonVA(Boo lean value ) { | |
| 545 | th is.isNonVA = value; | |
| 546 | } | |
| 547 | ||
| 548 | /** | |
| 549 | * Get s the valu e of the i sImo prope rty. | |
| 550 | * | |
| 551 | * @re turn | |
| 552 | * possible object is | |
| 553 | * {@link Bo olean } | |
| 554 | * | |
| 555 | */ | |
| 556 | public Boolean i sIsImo() { | |
| 557 | re turn isImo ; | |
| 558 | } | |
| 559 | ||
| 560 | /** | |
| 561 | * Set s the valu e of the i sImo prope rty. | |
| 562 | * | |
| 563 | * @pa ram value | |
| 564 | * allowed o bject is | |
| 565 | * {@link Bo olean } | |
| 566 | * | |
| 567 | */ | |
| 568 | public void setI sImo(Boole an value) { | |
| 569 | th is.isImo = value; | |
| 570 | } | |
| 571 | ||
| 572 | /** | |
| 573 | * Get s the valu e of the l astFillDat e property . | |
| 574 | * | |
| 575 | * @re turn | |
| 576 | * possible object is | |
| 577 | * {@link St ring } | |
| 578 | * | |
| 579 | */ | |
| 580 | public String ge tLastFillD ate() { | |
| 581 | re turn lastF illDate; | |
| 582 | } | |
| 583 | ||
| 584 | /** | |
| 585 | * Set s the valu e of the l astFillDat e property . | |
| 586 | * | |
| 587 | * @pa ram value | |
| 588 | * allowed o bject is | |
| 589 | * {@link St ring } | |
| 590 | * | |
| 591 | */ | |
| 592 | public void setL astFillDat e(String v alue) { | |
| 593 | th is.lastFil lDate = va lue; | |
| 594 | } | |
| 595 | ||
| 596 | /** | |
| 597 | * Get s the valu e of the r emaining p roperty. | |
| 598 | * | |
| 599 | * @re turn | |
| 600 | * possible object is | |
| 601 | * {@link St ring } | |
| 602 | * | |
| 603 | */ | |
| 604 | public String ge tRemaining () { | |
| 605 | re turn remai ning; | |
| 606 | } | |
| 607 | ||
| 608 | /** | |
| 609 | * Set s the valu e of the r emaining p roperty. | |
| 610 | * | |
| 611 | * @pa ram value | |
| 612 | * allowed o bject is | |
| 613 | * {@link St ring } | |
| 614 | * | |
| 615 | */ | |
| 616 | public void setR emaining(S tring valu e) { | |
| 617 | th is.remaini ng = value ; | |
| 618 | } | |
| 619 | ||
| 620 | /** | |
| 621 | * Get s the valu e of the f acility pr operty. | |
| 622 | * | |
| 623 | * @re turn | |
| 624 | * possible object is | |
| 625 | * {@link Ta ggedText } | |
| 626 | * | |
| 627 | */ | |
| 628 | public TaggedTex t getFacil ity() { | |
| 629 | re turn facil ity; | |
| 630 | } | |
| 631 | ||
| 632 | /** | |
| 633 | * Set s the valu e of the f acility pr operty. | |
| 634 | * | |
| 635 | * @pa ram value | |
| 636 | * allowed o bject is | |
| 637 | * {@link Ta ggedText } | |
| 638 | * | |
| 639 | */ | |
| 640 | public void setF acility(Ta ggedText v alue) { | |
| 641 | th is.facilit y = value; | |
| 642 | } | |
| 643 | ||
| 644 | /** | |
| 645 | * Get s the valu e of the p rovider pr operty. | |
| 646 | * | |
| 647 | * @re turn | |
| 648 | * possible object is | |
| 649 | * {@link Au thorTO } | |
| 650 | * | |
| 651 | */ | |
| 652 | public AuthorTO getProvide r() { | |
| 653 | re turn provi der; | |
| 654 | } | |
| 655 | ||
| 656 | /** | |
| 657 | * Set s the valu e of the p rovider pr operty. | |
| 658 | * | |
| 659 | * @pa ram value | |
| 660 | * allowed o bject is | |
| 661 | * {@link Au thorTO } | |
| 662 | * | |
| 663 | */ | |
| 664 | public void setP rovider(Au thorTO val ue) { | |
| 665 | th is.provide r = value; | |
| 666 | } | |
| 667 | ||
| 668 | /** | |
| 669 | * Get s the valu e of the c ost proper ty. | |
| 670 | * | |
| 671 | * @re turn | |
| 672 | * possible object is | |
| 673 | * {@link St ring } | |
| 674 | * | |
| 675 | */ | |
| 676 | public String ge tCost() { | |
| 677 | re turn cost; | |
| 678 | } | |
| 679 | ||
| 680 | /** | |
| 681 | * Set s the valu e of the c ost proper ty. | |
| 682 | * | |
| 683 | * @pa ram value | |
| 684 | * allowed o bject is | |
| 685 | * {@link St ring } | |
| 686 | * | |
| 687 | */ | |
| 688 | public void setC ost(String value) { | |
| 689 | th is.cost = value; | |
| 690 | } | |
| 691 | ||
| 692 | /** | |
| 693 | * Get s the valu e of the s ig propert y. | |
| 694 | * | |
| 695 | * @re turn | |
| 696 | * possible object is | |
| 697 | * {@link St ring } | |
| 698 | * | |
| 699 | */ | |
| 700 | public String ge tSig() { | |
| 701 | re turn sig; | |
| 702 | } | |
| 703 | ||
| 704 | /** | |
| 705 | * Set s the valu e of the s ig propert y. | |
| 706 | * | |
| 707 | * @pa ram value | |
| 708 | * allowed o bject is | |
| 709 | * {@link St ring } | |
| 710 | * | |
| 711 | */ | |
| 712 | public void setS ig(String value) { | |
| 713 | th is.sig = v alue; | |
| 714 | } | |
| 715 | ||
| 716 | /** | |
| 717 | * Get s the valu e of the t ype proper ty. | |
| 718 | * | |
| 719 | * @re turn | |
| 720 | * possible object is | |
| 721 | * {@link St ring } | |
| 722 | * | |
| 723 | */ | |
| 724 | public String ge tType() { | |
| 725 | re turn type; | |
| 726 | } | |
| 727 | ||
| 728 | /** | |
| 729 | * Set s the valu e of the t ype proper ty. | |
| 730 | * | |
| 731 | * @pa ram value | |
| 732 | * allowed o bject is | |
| 733 | * {@link St ring } | |
| 734 | * | |
| 735 | */ | |
| 736 | public void setT ype(String value) { | |
| 737 | th is.type = value; | |
| 738 | } | |
| 739 | ||
| 740 | /** | |
| 741 | * Get s the valu e of the a dditives p roperty. | |
| 742 | * | |
| 743 | * @re turn | |
| 744 | * possible object is | |
| 745 | * {@link St ring } | |
| 746 | * | |
| 747 | */ | |
| 748 | public String ge tAdditives () { | |
| 749 | re turn addit ives; | |
| 750 | } | |
| 751 | ||
| 752 | /** | |
| 753 | * Set s the valu e of the a dditives p roperty. | |
| 754 | * | |
| 755 | * @pa ram value | |
| 756 | * allowed o bject is | |
| 757 | * {@link St ring } | |
| 758 | * | |
| 759 | */ | |
| 760 | public void setA dditives(S tring valu e) { | |
| 761 | th is.additiv es = value ; | |
| 762 | } | |
| 763 | ||
| 764 | /** | |
| 765 | * Get s the valu e of the s olution pr operty. | |
| 766 | * | |
| 767 | * @re turn | |
| 768 | * possible object is | |
| 769 | * {@link St ring } | |
| 770 | * | |
| 771 | */ | |
| 772 | public String ge tSolution( ) { | |
| 773 | re turn solut ion; | |
| 774 | } | |
| 775 | ||
| 776 | /** | |
| 777 | * Set s the valu e of the s olution pr operty. | |
| 778 | * | |
| 779 | * @pa ram value | |
| 780 | * allowed o bject is | |
| 781 | * {@link St ring } | |
| 782 | * | |
| 783 | */ | |
| 784 | public void setS olution(St ring value ) { | |
| 785 | th is.solutio n = value; | |
| 786 | } | |
| 787 | ||
| 788 | /** | |
| 789 | * Get s the valu e of the r ate proper ty. | |
| 790 | * | |
| 791 | * @re turn | |
| 792 | * possible object is | |
| 793 | * {@link St ring } | |
| 794 | * | |
| 795 | */ | |
| 796 | public String ge tRate() { | |
| 797 | re turn rate; | |
| 798 | } | |
| 799 | ||
| 800 | /** | |
| 801 | * Set s the valu e of the r ate proper ty. | |
| 802 | * | |
| 803 | * @pa ram value | |
| 804 | * allowed o bject is | |
| 805 | * {@link St ring } | |
| 806 | * | |
| 807 | */ | |
| 808 | public void setR ate(String value) { | |
| 809 | th is.rate = value; | |
| 810 | } | |
| 811 | ||
| 812 | /** | |
| 813 | * Get s the valu e of the d ose proper ty. | |
| 814 | * | |
| 815 | * @re turn | |
| 816 | * possible object is | |
| 817 | * {@link St ring } | |
| 818 | * | |
| 819 | */ | |
| 820 | public String ge tDose() { | |
| 821 | re turn dose; | |
| 822 | } | |
| 823 | ||
| 824 | /** | |
| 825 | * Set s the valu e of the d ose proper ty. | |
| 826 | * | |
| 827 | * @pa ram value | |
| 828 | * allowed o bject is | |
| 829 | * {@link St ring } | |
| 830 | * | |
| 831 | */ | |
| 832 | public void setD ose(String value) { | |
| 833 | th is.dose = value; | |
| 834 | } | |
| 835 | ||
| 836 | /** | |
| 837 | * Get s the valu e of the i nstruction property. | |
| 838 | * | |
| 839 | * @re turn | |
| 840 | * possible object is | |
| 841 | * {@link St ring } | |
| 842 | * | |
| 843 | */ | |
| 844 | public String ge tInstructi on() { | |
| 845 | re turn instr uction; | |
| 846 | } | |
| 847 | ||
| 848 | /** | |
| 849 | * Set s the valu e of the i nstruction property. | |
| 850 | * | |
| 851 | * @pa ram value | |
| 852 | * allowed o bject is | |
| 853 | * {@link St ring } | |
| 854 | * | |
| 855 | */ | |
| 856 | public void setI nstruction (String va lue) { | |
| 857 | th is.instruc tion = val ue; | |
| 858 | } | |
| 859 | ||
| 860 | /** | |
| 861 | * Get s the valu e of the c omment pro perty. | |
| 862 | * | |
| 863 | * @re turn | |
| 864 | * possible object is | |
| 865 | * {@link St ring } | |
| 866 | * | |
| 867 | */ | |
| 868 | public String ge tComment() { | |
| 869 | re turn comme nt; | |
| 870 | } | |
| 871 | ||
| 872 | /** | |
| 873 | * Set s the valu e of the c omment pro perty. | |
| 874 | * | |
| 875 | * @pa ram value | |
| 876 | * allowed o bject is | |
| 877 | * {@link St ring } | |
| 878 | * | |
| 879 | */ | |
| 880 | public void setC omment(Str ing value) { | |
| 881 | th is.comment = value; | |
| 882 | } | |
| 883 | ||
| 884 | /** | |
| 885 | * Get s the valu e of the d ateDocumen ted proper ty. | |
| 886 | * | |
| 887 | * @re turn | |
| 888 | * possible object is | |
| 889 | * {@link St ring } | |
| 890 | * | |
| 891 | */ | |
| 892 | public String ge tDateDocum ented() { | |
| 893 | re turn dateD ocumented; | |
| 894 | } | |
| 895 | ||
| 896 | /** | |
| 897 | * Set s the valu e of the d ateDocumen ted proper ty. | |
| 898 | * | |
| 899 | * @pa ram value | |
| 900 | * allowed o bject is | |
| 901 | * {@link St ring } | |
| 902 | * | |
| 903 | */ | |
| 904 | public void setD ateDocumen ted(String value) { | |
| 905 | th is.dateDoc umented = value; | |
| 906 | } | |
| 907 | ||
| 908 | /** | |
| 909 | * Get s the valu e of the d ocumentor property. | |
| 910 | * | |
| 911 | * @re turn | |
| 912 | * possible object is | |
| 913 | * {@link Au thorTO } | |
| 914 | * | |
| 915 | */ | |
| 916 | public AuthorTO getDocumen tor() { | |
| 917 | re turn docum entor; | |
| 918 | } | |
| 919 | ||
| 920 | /** | |
| 921 | * Set s the valu e of the d ocumentor property. | |
| 922 | * | |
| 923 | * @pa ram value | |
| 924 | * allowed o bject is | |
| 925 | * {@link Au thorTO } | |
| 926 | * | |
| 927 | */ | |
| 928 | public void setD ocumentor( AuthorTO v alue) { | |
| 929 | th is.documen tor = valu e; | |
| 930 | } | |
| 931 | ||
| 932 | /** | |
| 933 | * Get s the valu e of the d etail prop erty. | |
| 934 | * | |
| 935 | * @re turn | |
| 936 | * possible object is | |
| 937 | * {@link St ring } | |
| 938 | * | |
| 939 | */ | |
| 940 | public String ge tDetail() { | |
| 941 | re turn detai l; | |
| 942 | } | |
| 943 | ||
| 944 | /** | |
| 945 | * Set s the valu e of the d etail prop erty. | |
| 946 | * | |
| 947 | * @pa ram value | |
| 948 | * allowed o bject is | |
| 949 | * {@link St ring } | |
| 950 | * | |
| 951 | */ | |
| 952 | public void setD etail(Stri ng value) { | |
| 953 | th is.detail = value; | |
| 954 | } | |
| 955 | ||
| 956 | /** | |
| 957 | * Get s the valu e of the s chedule pr operty. | |
| 958 | * | |
| 959 | * @re turn | |
| 960 | * possible object is | |
| 961 | * {@link St ring } | |
| 962 | * | |
| 963 | */ | |
| 964 | public String ge tSchedule( ) { | |
| 965 | re turn sched ule; | |
| 966 | } | |
| 967 | ||
| 968 | /** | |
| 969 | * Set s the valu e of the s chedule pr operty. | |
| 970 | * | |
| 971 | * @pa ram value | |
| 972 | * allowed o bject is | |
| 973 | * {@link St ring } | |
| 974 | * | |
| 975 | */ | |
| 976 | public void setS chedule(St ring value ) { | |
| 977 | th is.schedul e = value; | |
| 978 | } | |
| 979 | ||
| 980 | /** | |
| 981 | * Get s the valu e of the d aysSupply property. | |
| 982 | * | |
| 983 | * @re turn | |
| 984 | * possible object is | |
| 985 | * {@link St ring } | |
| 986 | * | |
| 987 | */ | |
| 988 | public String ge tDaysSuppl y() { | |
| 989 | re turn daysS upply; | |
| 990 | } | |
| 991 | ||
| 992 | /** | |
| 993 | * Set s the valu e of the d aysSupply property. | |
| 994 | * | |
| 995 | * @pa ram value | |
| 996 | * allowed o bject is | |
| 997 | * {@link St ring } | |
| 998 | * | |
| 999 | */ | |
| 1000 | public void setD aysSupply( String val ue) { | |
| 1001 | th is.daysSup ply = valu e; | |
| 1002 | } | |
| 1003 | ||
| 1004 | /** | |
| 1005 | * Get s the valu e of the h ospital pr operty. | |
| 1006 | * | |
| 1007 | * @re turn | |
| 1008 | * possible object is | |
| 1009 | * {@link Ta ggedText } | |
| 1010 | * | |
| 1011 | */ | |
| 1012 | public TaggedTex t getHospi tal() { | |
| 1013 | re turn hospi tal; | |
| 1014 | } | |
| 1015 | ||
| 1016 | /** | |
| 1017 | * Set s the valu e of the h ospital pr operty. | |
| 1018 | * | |
| 1019 | * @pa ram value | |
| 1020 | * allowed o bject is | |
| 1021 | * {@link Ta ggedText } | |
| 1022 | * | |
| 1023 | */ | |
| 1024 | public void setH ospital(Ta ggedText v alue) { | |
| 1025 | th is.hospita l = value; | |
| 1026 | } | |
| 1027 | ||
| 1028 | /** | |
| 1029 | * Get s the valu e of the t otalDose p roperty. | |
| 1030 | * | |
| 1031 | * @re turn | |
| 1032 | * possible object is | |
| 1033 | * {@link St ring } | |
| 1034 | * | |
| 1035 | */ | |
| 1036 | public String ge tTotalDose () { | |
| 1037 | re turn total Dose; | |
| 1038 | } | |
| 1039 | ||
| 1040 | /** | |
| 1041 | * Set s the valu e of the t otalDose p roperty. | |
| 1042 | * | |
| 1043 | * @pa ram value | |
| 1044 | * allowed o bject is | |
| 1045 | * {@link St ring } | |
| 1046 | * | |
| 1047 | */ | |
| 1048 | public void setT otalDose(S tring valu e) { | |
| 1049 | th is.totalDo se = value ; | |
| 1050 | } | |
| 1051 | ||
| 1052 | /** | |
| 1053 | * Get s the valu e of the u nitDose pr operty. | |
| 1054 | * | |
| 1055 | * @re turn | |
| 1056 | * possible object is | |
| 1057 | * {@link St ring } | |
| 1058 | * | |
| 1059 | */ | |
| 1060 | public String ge tUnitDose( ) { | |
| 1061 | re turn unitD ose; | |
| 1062 | } | |
| 1063 | ||
| 1064 | /** | |
| 1065 | * Set s the valu e of the u nitDose pr operty. | |
| 1066 | * | |
| 1067 | * @pa ram value | |
| 1068 | * allowed o bject is | |
| 1069 | * {@link St ring } | |
| 1070 | * | |
| 1071 | */ | |
| 1072 | public void setU nitDose(St ring value ) { | |
| 1073 | th is.unitDos e = value; | |
| 1074 | } | |
| 1075 | ||
| 1076 | /** | |
| 1077 | * Get s the valu e of the i nfRate pro perty. | |
| 1078 | * | |
| 1079 | * @re turn | |
| 1080 | * possible object is | |
| 1081 | * {@link St ring } | |
| 1082 | * | |
| 1083 | */ | |
| 1084 | public String ge tInfRate() { | |
| 1085 | re turn infRa te; | |
| 1086 | } | |
| 1087 | ||
| 1088 | /** | |
| 1089 | * Set s the valu e of the i nfRate pro perty. | |
| 1090 | * | |
| 1091 | * @pa ram value | |
| 1092 | * allowed o bject is | |
| 1093 | * {@link St ring } | |
| 1094 | * | |
| 1095 | */ | |
| 1096 | public void setI nfRate(Str ing value) { | |
| 1097 | th is.infRate = value; | |
| 1098 | } | |
| 1099 | ||
| 1100 | /** | |
| 1101 | * Get s the valu e of the r oute prope rty. | |
| 1102 | * | |
| 1103 | * @re turn | |
| 1104 | * possible object is | |
| 1105 | * {@link St ring } | |
| 1106 | * | |
| 1107 | */ | |
| 1108 | public String ge tRoute() { | |
| 1109 | re turn route ; | |
| 1110 | } | |
| 1111 | ||
| 1112 | /** | |
| 1113 | * Set s the valu e of the r oute prope rty. | |
| 1114 | * | |
| 1115 | * @pa ram value | |
| 1116 | * allowed o bject is | |
| 1117 | * {@link St ring } | |
| 1118 | * | |
| 1119 | */ | |
| 1120 | public void setR oute(Strin g value) { | |
| 1121 | th is.route = value; | |
| 1122 | } | |
| 1123 | ||
| 1124 | /** | |
| 1125 | * Get s the valu e of the d rug proper ty. | |
| 1126 | * | |
| 1127 | * @re turn | |
| 1128 | * possible object is | |
| 1129 | * {@link Ta ggedText } | |
| 1130 | * | |
| 1131 | */ | |
| 1132 | public TaggedTex t getDrug( ) { | |
| 1133 | re turn drug; | |
| 1134 | } | |
| 1135 | ||
| 1136 | /** | |
| 1137 | * Set s the valu e of the d rug proper ty. | |
| 1138 | * | |
| 1139 | * @pa ram value | |
| 1140 | * allowed o bject is | |
| 1141 | * {@link Ta ggedText } | |
| 1142 | * | |
| 1143 | */ | |
| 1144 | public void setD rug(Tagged Text value ) { | |
| 1145 | th is.drug = value; | |
| 1146 | } | |
| 1147 | ||
| 1148 | /** | |
| 1149 | * Get s the valu e of the i sSupply pr operty. | |
| 1150 | * | |
| 1151 | * @re turn | |
| 1152 | * possible object is | |
| 1153 | * {@link Bo olean } | |
| 1154 | * | |
| 1155 | */ | |
| 1156 | public Boolean i sIsSupply( ) { | |
| 1157 | re turn isSup ply; | |
| 1158 | } | |
| 1159 | ||
| 1160 | /** | |
| 1161 | * Set s the valu e of the i sSupply pr operty. | |
| 1162 | * | |
| 1163 | * @pa ram value | |
| 1164 | * allowed o bject is | |
| 1165 | * {@link Bo olean } | |
| 1166 | * | |
| 1167 | */ | |
| 1168 | public void setI sSupply(Bo olean valu e) { | |
| 1169 | th is.isSuppl y = value; | |
| 1170 | } | |
| 1171 | ||
| 1172 | /** | |
| 1173 | * Get s the valu e of the p harmacyId property. | |
| 1174 | * | |
| 1175 | * @re turn | |
| 1176 | * possible object is | |
| 1177 | * {@link St ring } | |
| 1178 | * | |
| 1179 | */ | |
| 1180 | public String ge tPharmacyI d() { | |
| 1181 | re turn pharm acyId; | |
| 1182 | } | |
| 1183 | ||
| 1184 | /** | |
| 1185 | * Set s the valu e of the p harmacyId property. | |
| 1186 | * | |
| 1187 | * @pa ram value | |
| 1188 | * allowed o bject is | |
| 1189 | * {@link St ring } | |
| 1190 | * | |
| 1191 | */ | |
| 1192 | public void setP harmacyId( String val ue) { | |
| 1193 | th is.pharmac yId = valu e; | |
| 1194 | } | |
| 1195 | ||
| 1196 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.