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

3292.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_mail_template_table.sql Fri Apr 21 20:03:26 2017 UTC

3292.2 Comparison summary

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

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

3292.4 Active regular expressions

No regular expressions were active.

3292.5 Comparison detail

        1   UPDATE DES CRIPTOR
        2   SET TEXT =  'This col umn displa ys the cou nt of SSA  Authorizat ions that  have been  processed  by a facil ity.'
        3   WHERE NAME  = 'eHealt hExchangeS SAAuthoriz ationColum n';
        4  
        5   INSERT INT O DESCRIPT OR
        6   (DESCRIPTO R_ID, NAME , TEXT)
        7   VALUES
        8   (HIBERNATE _SEQUENCE. NEXTVAL, ' disclosure DetailedRe portUserRo leColumn',  'This col umn displa ys the rol e of the u sers (refe rred to as  "person c lass") ass ociated to  the discl osure tran saction.') ;
        9  
        10   INSERT INT O DESCRIPT OR
        11   (DESCRIPTO R_ID, NAME , TEXT)
        12   VALUES
        13   (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveDeta iledReport PatientSig natureDate Column', ' This colum n displays  the date  the Patien t Signatur e was rece ived assoc iated to t his Consen t Directiv e or the d ate the Pa tient was  Deceased.' );
        14  
        15   INSERT INT O DESCRIPT OR
        16   (DESCRIPTO R_ID, NAME , TEXT)
        17   VALUES
        18   (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveDeta iledReport Inactivati onReasonCo lumn', 'Th is column  displays t he date au thorizatio n related  to that co nsent dire ctive was  inactivate d. Entries  could sta te the fol lowing: En tered in E rror, Pati ent Deceas ed, Revoke d, or Auth orization  Expired.') ;
        19  
        20   COMMIT;