920. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:16:05 AM 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.

920.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\vx-sync\tools\sync-tools tools.properties Tue Jan 10 16:20:50 2017 UTC
2 ehmp.zip\ehmp\ehmp\product\production\vx-sync\tools\sync-tools tools.properties Mon Oct 2 20:07:34 2017 UTC

920.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 98
Changed 2 20
Inserted 0 0
Removed 0 0

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

920.4 Active regular expressions

No regular expressions were active.

920.5 Comparison detail

  1   #!/bin/bas h
  2  
  3   # eHMP too ls.propert ies v.1.0  last updat ed 09-24-2 015
  4   # Configur ation file  for assig ning envir onment spe cific vari ables used  in ehmp t ools.
  5  
  6   ehmp_env_s hortname=" DEV"
  7   ehmp_env_l ongname="e HMP Develo pment"
  8   ehmp_prop_ version="2 015.09.24. 001"
  9   thome="/op t/vxsync/t ools/sync- tools"
  10  
  11   define_arr ays () {
  12           #  SERVER IP  ARRAY
  13           #  Define Ser ver Names  and Server  IPs. Name s are func tional nam es, not Ho st-names.
  14           #  Separate S hort-Names , IPs, and  Long-Name s with a c olon  [ SH ORT:IP:LON G ]
  15           #  No spaces  in names u nless surr ounded in  double quo tes    [ "LDB-1: IP        :Load Bala ncer" ]
  16           #  Servers ca n be tempo rarily exc luded by c ommenting  out with a  #   [ #SE RVERName:I P:LONG ]
  17           ip _array=(
  18                     "JDS: IP          :JSON Data  Store"
  19                     "KODAK: IP          :VistA - K odak"
  20                     "PANORAMA: IP          :VistA - P anorama"
  21                     "SOLR: IP          :SOLR"
  22                     "VXSYNC: IP        :VxSync"
  23                     "RDK: IP          :RDK"
  24                     "JBPM: IP          :JBPM"
  25                     "CDS: IP         :CDS"
  26                     "EHMP-UI: IP          :eHMP UI"
  27           )
  28  
  29           do main_array =(
  30                    "all ergy"
  31                    "app ointment"
  32                    "con sult"
  33                    "cpt "
  34                    "doc ument"
  35                    "edu cation"
  36                    "exa m"
  37                    "ima ge"
  38                    "imm unization"
  39                    "lab "
  40                    "med "
  41                    "mh"
  42                    "obs "
  43                    "ord er"
  44                    "pat ient"
  45                    "pov "
  46                    "pro blem"
  47                    "pro cedure"
  48                    "ptf "
  49                    "ski n"
  50                    "sur gery"
  51                    "tre atment"
  52                    "vle rdocument"
  53                    "vis it"
  54                    "vit al"
  55           )
  56  
  57   }
  58  
  59   define_arr ays