Produced by Araxis Merge on 7/10/2017 1:01:46 PM 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 | C:\AraxisMergeCompare\Pri_un\IV-ehmp_cif\MIXWebApp\main\generated\java\gov\va\med\imaging\mix | MixRouterImpl.java | Thu Jun 29 17:23:02 2017 UTC |
| 2 | C:\AraxisMergeCompare\Pri_re\IV-ehmp_cif\MIXWebApp\main\generated\java\gov\va\med\imaging\mix | MixRouterImpl.java | Thu Jul 6 15:04:47 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 160 |
| Changed | 1 | 2 |
| 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 : MAG - Vi stA Imagin g | |
| 3 | * WARNING : Per VHA Directive 2004-038, this routi ne should not be mod ified. | |
| 4 | * Date Cr eated: Oct 1, 2008 | |
| 5 | * Site Na me: Washi ngton OI F ield Offic e, Silver Spring, MD | |
| 6 | * @author
|
|
| 7 | * @versio n 1.0 | |
| 8 | * | |
| 9 | * ------- ---------- ---------- ---------- ---------- ---------- ------- | |
| 10 | * Propert y of the U S Governme nt. | |
| 11 | * No perm ission to copy or re distribute this soft ware is gi ven. | |
| 12 | * Use of unreleased versions of this so ftware req uires the user | |
| 13 | * to exec ute a writ ten test a greement w ith the Vi stA Imagin g | |
| 14 | * Develop ment Offic e of the D epartment of Veteran s Affairs, | |
| 15 | * telepho ne (301) 7 34-0100. | |
| 16 | * | |
| 17 | * The Foo d and Drug Administr ation clas sifies thi s software as | |
| 18 | * a Class II medica l device. As such, it may not be change d | |
| 19 | * in any way. Modi fications to this so ftware may result in an | |
| 20 | * adulter ated medic al device under 21CF R820, the use of whi ch | |
| 21 | * is cons idered to be a viola tion of US Federal S tatutes. | |
| 22 | * ------- ---------- ---------- ---------- ---------- ---------- ------- | |
| 23 | */ | |
| 24 | package g ov.va.med. imaging.mi x; | |
| 25 | ||
| 26 | import ja va.util.Da te; | |
| 27 | import or g.apache.l og4j.*; | |
| 28 | import go v.va.med.i maging.*; | |
| 29 | import go v.va.med.i maging.cor e.interfac es.excepti ons.*; | |
| 30 | import go v.va.med.i maging.cor e.interfac es.router. Command; | |
| 31 | import go v.va.med.i maging.cor e.interfac es.router. Asynchrono usCommandR esultListe ner; | |
| 32 | import ja vax.annota tion.Gener ated; | |
| 33 | import go v.va.med.i maging.exc hange.busi ness.*; | |
| 34 | import go v.va.med.i maging.exc hange.busi ness.dicom .*; | |
| 35 | import go v.va.med.i maging.exc hange.busi ness.vista rad.*; | |
| 36 | import go v.va.med.i maging.art ifactsourc e.*; | |
| 37 | ||
| 38 | /* | |
| 39 | * This is generated code and is recreat ed on ever y build. | |
| 40 | * Do not make chang es directl y in this code, as t hey will b e lost (wi thout warn ing). | |
| 41 | * Changes may be ma de to the template t hat genera ted this c ode (Facad eRouterImp l.ftl in | |
| 42 | * the Cor eRouterAnn otationPro cessor pro ject), suc h changes will be re flected in | |
| 43 | * all fac ade router implement ations. | |
| 44 | * | |
| 45 | * This co de was gen erated usi ng FreeMar ker, an op en-source template p rocessing engine. | |
| 46 | * See htt p://www.fr eemarker.o rg for doc umentation on the te mplate syn tax. | |
| 47 | */ | |
| 48 | @Generate d(value="g ov.va.med. imaging.co re.codegen erator.Fac adeRouterC odeGenerat or") | |
| 49 | public cl ass MixRou terImpl | |
| 50 | extends gov.va.med .imaging.I magingBase WebFacadeR outerImpl | |
| 51 | implement s MixRoute r | |
| 52 | { | |
| 53 | pr ivate stat ic MixRout erImpl sin gleton; | |
| 54 | ||
| 55 | /* | |
| 56 | * The getSin gleton() m ethod is t he only wa y to get a reference to the ro uter facad e. | |
| 57 | */ | |
| 58 | pu blic stati c synchron ized MixRo uter getSi ngleton() | |
| 59 | { | |
| 60 | if(s ingleton = = null) | |
| 61 | single ton = new MixRouterI mpl(); | |
| 62 | ||
| 63 | retu rn singlet on; | |
| 64 | } | |
| 65 | ||
| 66 | pr ivate Logg er logger = Logger.g etLogger(t his.getCla ss()); | |
| 67 | ||
| 68 | pr ivate Logg er getLogg er() | |
| 69 | { | |
| 70 | retu rn logger; | |
| 71 | } | |
| 72 | ||
| 73 | /* * | |
| 74 | * The constr uctor is p rotected b ecause the class may be derive d from. | |
| 75 | */ | |
| 76 | pr otected Mi xRouterImp l() | |
| 77 | { | |
| 78 | supe r(); | |
| 79 | } | |
| 80 | ||
| 81 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.