9. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/4/2019 2:57:43 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.

9.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\VHIE_VDIF\RegistryHub DeployInstructions.txt Tue Apr 2 18:49:32 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\eHealth Exchange Enhancements Phase 2-redacted\VHIE_VDIF\RegistryHub DeployInstructions.txt Tue Apr 2 20:08:26 2019 UTC

9.2 Comparison summary

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

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

9.4 Active regular expressions

No regular expressions were active.

9.5 Comparison detail

  1   *** Deploy  XSLT
  2  
  3   Copy all o f the Regi stry files  from GitH ub to your  deploymen t director y.
  4   The deploy ment direc tory is a  folder you  create on  the Healt hShare hos t where yo u will be  assembling  the files  and deplo ying them  from.
  5  
  6   from the - --version  control---  HealthSha reCommons  directory,  copy thes e folders:  
  7   .\VDIF\Hea lthShareCo mmons\Cust omXslt\xsl t\SDA3\Cus tom
  8   and
  9   .\VDIF\Hea lthShareCo mmons\Cust omXslt\xsl t\SDA3\MPI
  10  
  11   over to th e +++deplo yment dire ctory+++ 
  12   ./Deployme ntDirector y/Registry /CustomXsl t/xslt/SDA 3
  13  
  14   such that  a copy of  those comm on Custom  and MPI fo lders exis t under th e deployme nt directo ry folder  like so:
  15   ./Deployme ntDirector y/Registry /CustomXsl t/xslt/SDA 3/Custom
  16   ./Deployme ntDirector y/Registry /CustomXsl t/xslt/SDA 3/MPI
  17  
  18   These file s are also  necessary  for the C DA Generat ion on oth er types o f nodes (S DA\Custom  is also ne eded on th e Access G ateways, a nd SDA3\MP I is also  needed on  the Edge G ateways) w hich is wh y it is un der the Co mmons fold er so that  those fil es only ha ve to be u pdated in  one place  in version  control.
  19  
  20   cd into th e CustomXs lt deploym ent direct ory and be gin settin g the owne rship and  permission s and copy ing to the m out to t he HealthS hare insta nce.
  21   To set the  ownership , go to th e CustomXs lt directo ry and per form:
  22   chown -R $ user:$grou p xslt
  23  
  24   Where $use r is the u ser and $g roup is th e group th at own $He althShareH ome/csp
  25   $HealthSha reHome is  the direct ory where  the instan ce of Heal thShare is  installed .  
  26   You can fi nd it by r unning:
  27   ccontrol l ist
  28  
  29   It will ha ve files l ike cstart , cstop, a nd cforce,  and there  will be c sp directo ry with xs lt under i t.
  30  
  31   Then from  that same  CustomXslt  deploymen t director y, set the  permissio ns by runn ing:
  32   chmod -R 7 75 xslt
  33  
  34   Then lay t he custom  xslt over  your Healt hShare ins tance by r unning:
  35   \cp -p -R  xslt $Heal thShareHom e/csp
  36  
  37  
  38   *** Deploy  Custom Cl asses
  39   Note the f ull path t o your dep loyment fo lder Custo mClasses
  40   e.g.
  41   /home/ DNS     waylad/Dep loymentDir ectory/Cus tomClasses
  42  
  43   Log into c session an d change t o the HSCU STOM Names pace by ru nning:
  44   zn "HSCUST OM"
  45  
  46   Load +++ea ch+++ cust om class ( .cls)
  47   e.g.
  48   do $System .OBJ.Load( "$fullPath ToCustomCl assesDir/R egistrySet up.cls","c klr")
  49  
  50   Where $ful lPathToCus tomClasses Dir is the  full path  to the de ployment d irectory's  CustomCla sses folde r.
  51  
  52   Run this d o load ope ration for  +++each . cls file++ + under Cu stomClasse s.
  53  
  54  
  55   *** Run Re gistrySetu p
  56  
  57   While stil l in csess ion in the  HSCUSTOM  namespace,  run:
  58   Do ##class (Custom.Re gistrySetu p).Install ()
  59  
  60  
  61   *** Ensure  All HSREG ISTRY Prod uctions ar e Started.
  62  
  63   In the Web  Admin Con sole GUI f or your He althShare  instance,  navigate t o HealthSh are -> HSR EGISTRY an d press th e Start Al l button.