46. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/25/2018 3:41:11 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.

46.1 Files compared

# Location File Last Modified
1 Pain_Coach_v3.0_Jun_2018.zip\vpc-patient-web.zip\vpc-patient-web README.md Fri Jun 1 14:27:13 2018 UTC
2 Pain_Coach_v3.0_Jun_2018.zip\vpc-patient-web.zip\vpc-patient-web README.md Wed Jul 25 14:22:42 2018 UTC

46.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 56
Changed 2 4
Inserted 0 0
Removed 0 0

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

46.4 Active regular expressions

No regular expressions were active.

46.5 Comparison detail

  1   # VA Pain  Coach
  2   ###### Thi s document  describes  the proce ss of buil ding and d eploying V A Pain Coa ch 3.0.0 a s part of  the NextGe n Stack.
  3  
  4   The VA Pai n Coach Ap p provides  Veterans  and Caregi vers with  readily av ailable to ols to man age pain w henever it  arises. V eterans wi ll be able  to enter  informatio n about th eir pain,  such as th e type, se verity, lo cation, an d effect.  Veterans c an track p ain over t ime, set g oals for i mproving t heir condi tions, and  share thi s informat ion with t heir healt hcare team . The App  includes a  pain self -assessmen t, which w ill offer  recommenda tions and  next steps  depending  on result s. Reminde rs can be  set to ale rt Veteran s to take  the self-a ssessment  every 30 d ays and se lf-enter i nformation  as freque ntly as de sired.
  5  
  6   [Wiki](htt ps:// URL /display/V PC/VA+Pain +Coach+HTM L+Phase+2)
  7  
  8   ## Prerequ isite 
  9   Before beg inning, pl ease ensur e that Doc ker is ins talled and  configure d with ade quate memo ry.
  10  
  11   This appli cation req uires shar ed service s provided  by the Ne xtGen Stac k. The sta ck used in  this exam ple is the  [nextgens tack](http s:// URL /projects/ VAMF/repos /nextgen-s tack/brows e) environ ment.
  12  
  13   ## Startin g the appl ication
  14   The `run-d ev.sh` scr ipt in the  `nextgen`  directory  can be us ed to star t up the N extGen Sta ck as well  as build  and plug V A Pain Coa ch into th e NextGen  Stack. The  `run-dev. sh` script  accepts t he followi ng paramet er:
  15   ```
  16   ./nextgen/ run-dev.sh  <Start Ne xtGen Stac k (true|fa lse)>
  17   ```
  18   with 'fals e' being t he default .
  19  
  20   If you bri ng up the  NextGen st ack by pas sing in `t rue` for t hat parame ter, the N extGen Sta ck will be  started w ith the re quired mod es enabled . If you w ish to man ually star t the stac k, ensure  these mode s are enab led:
  21   ```
  22   VET_MODE
  23   PGD_FHIR
  24   ```
  25  
  26   ## Accessi ng the app lication
  27   To access  the applic ation, nav igate to:  `http://lo calhost:90 00/paincoa chveteran/ `.
  28  
  29   ## Rebuild ing the ap plication
  30   To rebuild  the VA Pa in Coach a nd depende ncy contai ners local ly, run th e followin g command:  `./nextge n/run-dev. sh`.