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

3302.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.7.1.sql Wed Jun 7 05:16:28 2017 UTC

3302.2 Comparison summary

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

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

3302.4 Active regular expressions

No regular expressions were active.

3302.5 Comparison detail

        1   spool VAP_ Update_2.7 .1.log
        2  
        3   ALTER SESS ION SET CU RRENT_SCHE MA = VAP;
        4  
        5   SET SQLBLA NKLINES OF F
        6  
        7   CREATE TAB LE VAP.PAT IENT_CONFI DENTIALITY  (
        8       PATIEN T_CONFIDEN TIALITY_ID  INT NOT N ULL,
        9       PATIEN T_ICN VARC HAR2(255)  NOT NULL,
        10       CONFID ENTIALITY_ CODE VARCH AR2(255) N OT NULL,
        11       STORED _TS DATE,
        12       CONSTR AINT "PK_P ATIENT_CON FIDENTIALI TY" PRIMAR Y KEY(PATI ENT_CONFID ENTIALITY_ ID),
        13       CONSTR AINT "UK_P AT_CONF_PA TIENT_ICN"  UNIQUE(PA TIENT_ICN)
        14   ); 
        15  
        16   GRANT SELE CT ON "VAP "."PATIENT _CONFIDENT IALITY" TO  VAP_USER;
        17   GRANT SELE CT ON "VAP "."PATIENT _CONFIDENT IALITY" TO  VAP_READ;
        18   GRANT INSE RT ON "VAP "."PATIENT _CONFIDENT IALITY" TO  VAP_USER;
        19   GRANT UPDA TE ON "VAP "."PATIENT _CONFIDENT IALITY" TO  VAP_USER;
        20   GRANT DELE TE ON "VAP "."PATIENT _CONFIDENT IALITY" TO  VAP_USER;