21. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/16/2017 4:02:23 PM Eastern Standard 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.

21.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.3.1-release.zip\db\sql claims.sql Fri Oct 20 20:13:45 2017 UTC
2 CUI-CPP-v2.3.1-release.zip\db\sql claims.sql Tue Nov 14 16:20:16 2017 UTC

21.2 Comparison summary

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

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

21.4 Active regular expressions

No regular expressions were active.

21.5 Comparison detail

  1   --
  2   -- Postgre SQL databa se dump
  3   --
  4  
  5   -- Dumped  from datab ase versio n 9.6.1
  6   -- Dumped  by pg_dump  version 9 .6.1
  7  
  8   SET statem ent_timeou t = 0;
  9   SET lock_t imeout = 0 ;
  10   SET idle_i n_transact ion_sessio n_timeout  = 0;
  11   SET client _encoding  = 'UTF8';
  12   SET standa rd_conform ing_string s = on;
  13   SET check_ function_b odies = fa lse;
  14   SET client _min_messa ges = warn ing;
  15   SET row_se curity = o ff;
  16  
  17   SET search _path = pu blic, pg_c atalog;
  18  
  19   --
  20   -- Data fo r Name: cl aims; Type : TABLE DA TA; Schema : public;  Owner: dea p
  21   --
  22  
  23   COPY claim s (id, com pleted_at,  created_a t, updated _at, patie nt_ssn, fi le_number,  first_nam e, middle_ name, last _name, dat e_of_birth , facility _name, fac ility_numb er, exam_r equest_dat a, vbms_cl aim_id, cl aim_date,  email, pho ne_number,  benefit_t ype, label , end_prod uct_code,  edipi, par ticipant_i d, gender,  vista_ien , alternat e_phone, i ntegration _control_n umber, poa _vso_name,  poa_vso_n umber, reg ional_offi ce_id) FRO M stdin;
  24   1       \N       2017 -10-18 20: 25:41.8860 38      20 17-10-18 2 0:25:41.88 6038       012345678        0123 45678        Joe      \N      Ve teran 1900 -01-01       Bananas  Hospital         12       \N       \N       \N      \N       \N       \N       \N       \N      \N       \N       \N       \N       \N      \N       \N       \N       \N
  25   2       \N       2017 -10-18 20: 27:17.6979 1       20 17-10-18  PII                                                                                                              \N      CP  Live Clai m label      Claim EP  Code   01 16452379       987650 00         Male    93 76000 \N       \N       David Ma ker     12 34    \N
  26   3       \N       2017 -10-18 20: 27:20.9531 96      20 17-10-18  PII                                                                                                     \N      CP  Live Clai m label      Claim EP  Code   01 86451349       987600 40         Male    98 16200 \N       \N       David Ma ker     12 34    \N
  27   4       \N       2017 -10-18 20: 27:22.1145 97      20 17-10-18  PII                                                                                                                       \N      CP  Live Clai m label      Claim EP  Code   01 86451229       987650 40         Male    98 16300 \N       \N       David Ma ker     12 34    \N
  28   5       \N       2017 -10-18 20: 27:22.9189 93      20 17-10-18  PII                                                                                                              \N      CP  Live Clai m label      Claim EP  Code   01 82441229       917250 40         Male    98 22300 \N       \N       David Ma ker     12 34    \N
  29   6       \N       2017 -10-18 20: 27:23.6649 11      20 17-10-18  PII                                                                                                              \N      CP  Live Clai m label      Claim EP  Code   01 86452379       987600 00         Male    98 76000 \N       \N       David Ma ker     12 34    \N
  30   \.
  31  
  32  
  33   --
  34   -- Name: c laims_id_s eq; Type:  SEQUENCE S ET; Schema : public;  Owner: dea p
  35   --
  36  
  37   SELECT pg_ catalog.se tval('clai ms_id_seq' , 6, true) ;
  38  
  39  
  40   --
  41   -- Postgre SQL databa se dump co mplete
  42   --
  43