4201. EPMO Open Source Coordination Office Redaction File Detail Report

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

4201.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:21 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-svc-consent-mgmt\src\test\resources\sql\location-dml nwhin_vap_test_location.doc Fri Apr 21 20:03:30 2017 UTC

4201.2 Comparison summary

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

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

4201.4 Active regular expressions

No regular expressions were active.

4201.5 Comparison detail

        1   Task #262
        2   Loading Da ta into TE MP_LOCATIO N Table fr om a Sprea dsheet
        3   The locati on data fr om the spr eadsheet i s to be lo aded into  a temporar y table an d modified  so the da ta can be  loaded int o VAP tabl es.
        4   We are usi ng Open Of fice here,  the scree ns for Exc el should  be similar  for savin g to a CSV  file. We  also use t he Oracle  Web utilit y for work ing with t he scripts  if you ru n the scri pts from a  different  environme nt remembe r to commi t.
        5   There are  3 scripts  associated  with task  #262. All  three scr ipts are d esigned to  be run fr om a user  account cr eated for  temporary  tables and  separate  from the n hin_vap ac count.
        6   update_loc ation.sql
        7   This is an  anonymous  PL/SQL bl ock that m odifies th e denormal ized data  coming fro m the spre adsheet.
        8   insert_loc ation.sql
        9   To insert  locations  from the T EMP_LOCATI ON to the  VAP LOCATI ON table.
        10   update_fac ility.sql
        11   To update  the FACILI TY column  in the CON SENT_AUDIT  table to  complete T ask #184.
        12  
        13   The upload  utility i n Oracle w eb doesn't  work dire ctly with  the spread sheet. It  requires a  csv(comma -separated  values) e xport of t he spreads heet.
        14   Use the SA VE AS func tion to be  given thi s option s creen:
        15  
        16  
        17   We created  a user na med NHIN f or Task #1 84 and use  it here t o create t he TEMP_LO CATION tab le by usin g the Orac le Web uti lity to lo ad data fr om the csv  file.
        18  
        19  
        20  
        21  
        22   This seque nce is nec essary bec ause the o rder of ro ws in the  spreadshee t determin es the rel ation of l ocations t o faciliti es which w e need whe n we use t his data.
        23  
        24  
        25   Modifying  Values in  the TEMP_L OCATION Ta ble
        26   Run the up date_locat ion.sql sc ript from  the Oracle  Web SQL f acility as  show in t he followi ng screen.  Notice th at autocom mit is on  and we are  running f rom the NH IN account  where the  TEMP_LOCA TION was c reated.
        27  
        28   Load Value s from TEM P_LOCATION  to LOCATI ON
        29   Run the sc ript inser t_location .sql from  the NHIN u ser accoun t.