7298. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/8/2018 10:14:53 AM Eastern 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.

7298.1 Files compared

# Location File Last Modified
1 PRE_PPS-N_v3.0.1.zip\PS_PPS_srv\src\main\java\gov\va\med\pharmacy\peps\service\common\capability\impl DrugDrugInteractionRulesCapabilityImpl.java Fri Jan 12 15:43:30 2018 UTC
2 PRE_PPS-N_v3.0.1.zip\PS_PPS_srv\src\main\java\gov\va\med\pharmacy\peps\service\common\capability\impl DrugDrugInteractionRulesCapabilityImpl.java Wed Mar 7 18:48:14 2018 UTC

7298.2 Comparison summary

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

7298.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

7298.4 Active regular expressions

No regular expressions were active.

7298.5 Comparison detail

  1   package go v.va.med.p harmacy.pe ps.service .common.ca pability.i mpl;
  2  
  3  
  4   import gov .va.med.ph armacy.pep s.common.e xception.V alidationE xception;
  5   import gov .va.med.ph armacy.pep s.common.v o.DrugDrug Interactio nVo;
  6   import gov .va.med.ph armacy.pep s.common.v o.Ingredie ntVo;
  7   import gov .va.med.ph armacy.pep s.common.v o.UserVo;
  8   import gov .va.med.ph armacy.pep s.domain.c ommon.capa bility.Dru gDrugInter actionDoma inCapabili ty;
  9  
  10   /**
  11    * @author     DNS
  12    * DrugDru gInteracti onRulesCap abilityImp l
  13    *
  14    */
  15   public cla ss DrugDru gInteracti onRulesCap abilityImp l extends  DefaultRul esCapabili tyImpl<Ing redientVo>  {
  16  
  17       privat e DrugDrug Interactio nDomainCap ability dr ugDrugInte ractionDom ainCapabil ity;
  18  
  19  
  20       /**
  21        * Enf orce addit ional DDI  rules beyo nd simple  ValueObjec t validati on.
  22        * 
  23        * @pa ram drugDr ugInteract ion {@link  DrugDrugI nteraction Vo} to val idate
  24        * @pa ram user U serVo for  which to v alidate
  25        * @pa ram canPer formUpdate  boolean i ndicating  if the cal l is allow ed to perf orm update s on other  items      
  26        * @th rows Valid ationExcep tion if ge neral vali dation err or
  27        */
  28       
  29       protec ted void h andleEnfor ceRules(Dr ugDrugInte ractionVo  drugDrugIn teraction,  UserVo us er, boolea n canPerfo rmUpdate)
  30           th rows Valid ationExcep tion {
  31  
  32           
  33       }
  34  
  35  
  36       
  37       /**
  38        * @pa ram drugDr ugInteract ionDomainC apability  the drugDr ugInteract ionDomainC apability  to set
  39        */
  40       public  void setD rugDrugInt eractionDo mainCapabi lity(DrugD rugInterac tionDomain Capability  drugDrugI nteraction DomainCapa bility) {
  41           th is.drugDru gInteracti onDomainCa pability =  drugDrugI nteraction DomainCapa bility;
  42       }
  43       
  44       
  45      
  46   }