60. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2017 4:31:05 PM 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.

60.1 Files compared

# Location File Last Modified
1 PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\PS_PPS_srv\src\main\java\gov\va\med\pharmacy\peps\service\common\scheduler\tasks RxNormUpdateTask.java Thu Nov 9 15:08:00 2017 UTC
2 PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\PS_PPS_srv\src\main\java\gov\va\med\pharmacy\peps\service\common\scheduler\tasks RxNormUpdateTask.java Thu Nov 9 20:00:52 2017 UTC

60.2 Comparison summary

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

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

60.4 Active regular expressions

No regular expressions were active.

60.5 Comparison detail

  1   package go v.va.med.p harmacy.pe ps.service .common.sc heduler.ta sks;
  2  
  3   import gov .va.med.ph armacy.pep s.service. common.cap ability.Fd bScheduler ProcessCap ability;
  4   import gov .va.med.ph armacy.pep s.service. common.cap ability.Rx NormUpdate Capability ;
  5  
  6   /**
  7    * Interfa ce definin g the meth od behavio r for mana ging the R xNorm Upda te job pro cess
  8    * 
  9    * @author   DN S      EdgecK
  10    *
  11    */
  12   public int erface RxN ormUpdateT ask {
  13       
  14       /**
  15        * run RxNormUpda teProcess  for RxNorm UpdateTask .
  16        */
  17       void r unRxNormUp dateProces s();
  18       
  19       /**
  20        * Get s the rxNo rmUpdateCa pability.
  21        * @re turn the r xNormUpdat eCapabilit y
  22        */
  23       public  RxNormUpd ateCapabil ity getRxN ormUpdateC apability( );
  24       
  25       /**
  26        * Set s the rxNo rmUpdateCa pability.
  27        * @pa ram rxNorm UpdateCapa bility the  rxNormUpd ateCapabil ity
  28        */
  29       public  void setR xNormUpdat eCapabilit y(RxNormUp dateCapabi lity rxNor mUpdateCap ability);
  30       
  31       /**
  32        * get  FdbSchedu lerProcess Capability
  33        * @re turn the f dbSchedule rProcessCa pability
  34        */
  35       public  FdbSchedu lerProcess Capability  getFdbSch edulerProc essCapabil ity();
  36  
  37       /**
  38        * set FdbSchedul erProcessC apability
  39        * @pa ram fdbSch edulerProc essCapabil ity the fd bScheduler ProcessCap ability to  set
  40        */
  41       public  void setF dbSchedule rProcessCa pability(
  42                FdbSched ulerProces sCapabilit y fdbSched ulerProces sCapabilit y);
  43  
  44   }