3294. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:02 PM Eastern 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.

3294.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:02 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-db\src\main\resources\sql\production VAP_Update_2.2.0.sql Wed Jun 7 05:16:28 2017 UTC

3294.2 Comparison summary

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

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

3294.4 Active regular expressions

No regular expressions were active.

3294.5 Comparison detail

        1   ---------- ---------- ---------- ---------- ---------- ------
        2   --  File c reated - 0 2/25/2015  for VAP re lease 1.3    
        3   ---------- ---------- ---------- ---------- ---------- ------
        4   spool vap_ update.txt
        5   ---------- ---------- ---------- ---------- ---------- ------
        6   --      Al ter ANNOUN CEMENT tab le
        7   ---------- ---------- ---------- ---------- ---------- ------
        8   alter tabl e vap.ANNO UNCEMENT a dd (PATIEN T_IEN VARC HAR2(255 C HAR));
        9   alter tabl e vap.ANNO UNCEMENT m odify(CONS ENT_DIR_ID  null);
        10  
        11   ---------- ---------- ---------- ---------- ---------- ------
        12   --  create  exp_conse nt_config  table  
        13   ---------- ---------- ---------- ---------- ---------- ------
        14   CREATE TAB LE vap.EXP _CONSENT_C ONFIG
        15   ( CONFIG_I D number(2 0) not nul l,
        16     FREQUENC Y varchar2 (20 CHAR)  not null,
        17     WINDOW n umber(20),  EMAIL_ADD RESSES var char2(4000  BYTE)) TA BLESPACE V AP_DATA01;
        18  
        19     
        20     create o r replace  synonym va p_app.exp_ consent_co nfig for v ap.exp_con sent_confi g;
        21   grant dele te, select , insert,  update on  vap.exp_co nsent_conf ig to vap_ user;
        22   grant sele ct on vap. exp_consen t_config t o vap_read ;
        23  
        24   ---------- ---------- ---------- ---------- ---------- ------
        25   --  Add mi ddle name  to consent _audit tab le
        26   ---------- ---------- ---------- ---------- ---------- ------
        27  
        28     alter ta ble vap.co nsent_audi t add (pat ient_middl e_name VAR CHAR2(255  CHAR));
        29     
        30     spool of f;
        31      commit;