210. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:48:58 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.

210.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_user\mhv-usermgmt-portal-ws\src\main\java\gov\va\med\mhv\usermgmt\jms JmsMviTreatmentFacilityUpdator.java Thu Aug 23 20:31:08 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_user\mhv-usermgmt-portal-ws\src\main\java\gov\va\med\mhv\usermgmt\jms JmsMviTreatmentFacilityUpdator.java Sat Sep 15 23:47:51 2018 UTC

210.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 68
Changed 1 2
Inserted 0 0
Removed 0 0

210.3 Comparison options

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

210.4 Active regular expressions

No regular expressions were active.

210.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.m hv.usermgm t.jms;
  5  
  6   import org .springfra mework.bea ns.factory .annotatio n.Autowire d;
  7   import org .springfra mework.bea ns.factory .annotatio n.Qualifie r;
  8   import org .springfra mework.jms .annotatio n.JmsListe ner;
  9   import org .springfra mework.ste reotype.Co mponent;
  10  
  11   import gov .va.med.mh v.common.a pi.dto.Pat ientDTO;
  12   import gov .va.med.mh v.common.a pi.excepti on.MHVExce ption;
  13   import gov .va.med.mh v.usermgmt .service.M viTreatmen tFacilityU pdator;
  14  
  15   /**
  16    * @author   DNS
  17    *
  18    */
  19   @Component
  20   public cla ss JmsMviT reatmentFa cilityUpda tor implem ents MviTr eatmentFac ilityUpdat or {
  21           
  22           @A utowired
  23           @Q ualifier(" syncMviTre atmentFaci lityUpdato r")
  24           Mv iTreatment FacilityUp dator sync hronousMvi TreatmentF acilityUpd ator;
  25  
  26           /*  (non-Java doc)
  27            *  @see gov. va.med.mhv .usermgmt. service.Mv iTreatment FacilityUp dator#upda teTreatmen tFacilitie sForExisti ngPatients (gov.va.me d.mhv.comm on.data.mo del.Patien t)
  28            * /
  29           @O verride
  30           @J msListener (destinati on = "jms/ usermgmt/U PDATE_FACI LITIES_Q",  container Factory =  "jmsListen erContaine rFactory")
  31           pu blic void  updateTrea tmentFacil itiesForEx istingPati ents(Patie ntDTO pati entDTO) th rows MHVEx ception {
  32                    this .synchrono usMviTreat mentFacili tyUpdator. updateTrea tmentFacil itiesForEx istingPati ents(patie ntDTO);
  33           }
  34  
  35   }