3288. EPMO Open Source Coordination Office Redaction File Detail Report

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

3288.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:01 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\2.5 update_delayed_consent_view.sql Fri Apr 21 20:03:26 2017 UTC

3288.2 Comparison summary

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

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

3288.4 Active regular expressions

No regular expressions were active.

3288.5 Comparison detail

        1   create or  replace fo rce view V AP.DELAYED _CONSENT_V IEW (
        2          DEL AYED_CONSE NT_ID, PAT IENT_IEN,  PATIENT_SS N, PATIENT _LAST_NAME , PATIENT_ FIRST_NAME , PATIENT_ MIDDLE_NAM E, DATE_AD DED,
        3          USE R_ID, CONS ENT_TYPE_I D, PARENT_ STATION_NU MBER, STAT ION_NUMBER , FACILITY _NAME, STA TUS, RESOL UTION_DATE , IS_TEST_ PATIENT,
        4          PAR ENT_FACILI TY_NAME, V ISN_NUMBER
        5   ) as
        6   select DEL AYED_CONSE NT_ID, PAT IENT_IEN,  PATIENT_SS N, PATIENT _LAST_NAME , PATIENT_ FIRST_NAME , PATIENT_ MIDDLE_NAM E, DATE_AD DED, USER_ ID,
        7          CON SENT_TYPE_ ID, SUBSTR (STATION_N UMBER,1,3) , STATION_ NUMBER, fa .FACILITY_ NAME, STAT US, RESOLU TION_DATE,  ISTESTPAT IENT(PATIE NT_SSN),
        8          fb. FACILITY_N AME as PAR ENT_FACILI TY_NAME, V ISN_NUMBER
        9   from DELAY ED_CONSENT  d 
        10   left outer  join FACI LITY fa on  d.STATION _NUMBER =  fa.FACILIT Y_STATION
        11   left outer  join FACI LITY fb on  SUBSTR(d. STATION_NU MBER,1,3)  = fb.FACIL ITY_STATIO N
        12   left outer  join VISN  v on fa.V ISN_ID = v .ID;