146. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/21/2018 6:58:11 AM Central 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.

146.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip\db\sql claims.sql Thu Dec 21 03:33:17 2017 UTC
2 CUI-CPP-v2.4.0-source-archive.zip\db\sql claims.sql Tue Feb 13 13:39:45 2018 UTC

146.2 Comparison summary

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

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

146.4 Active regular expressions

No regular expressions were active.

146.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 loc k_timeout  = 0;
  10   -- SET idl e_in_trans action_ses sion_timeo ut = 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 _security  = off;
  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   2       \N       2017 -10-31 20: 11:03.4402 35      20 17-10-31 2 0:11:03.44 0235       \N      98 7650000         FIRST   L A ST        YYYY - MM - DD       \N       \N       \N       001mdmg 20 13-07-13        EMAIL @ DOMAIN     \N       CP Live  Claim labe l     Clai m EP Code    01164523 79      98 765000         Male     9376000  \N      \N        FIRST   LAST       1234     \N
  25   3       \N       2017 -10-31 20: 13:21.7036 18      20 17-10-31 2 0:13:21.70 3618       \N      98 7600000         FIRST   LAST       Vete ran  YYYY - MM - DD       \N       \N       \N       001mdmd 20 17-07-13        EMAIL @ DOMAIN     \N       CP Live  Claim labe l     Clai m EP Code    01864523 79      98 760000         Male     9876000  \N      \N        FIRST   LAST       1234     \N
  26   4       \N       2017 -10-31 20: 18:05.3119 63      20 17-10-31 2 0:18:05.31 1963       \N      98 7600040         FIRST   L A ST        YYYY - MM - DD       \N       \N       \N       001mdmb 20 17-07-13        EMAIL @ DOMAIN     \N       CP Live  Claim labe l     Clai m EP Code    01864513 49      98 760040         Male     9816200  \N      \N        FIRST   LAST       1234     \N
  27   5       \N       2017 -10-31 20: 19:17.8426 76      20 17-10-31 2 0:19:17.84 2676       \N      98 7605040         FIR S T   MI D DLE   LAST        YYYY - MM - DD       \N       \N       \N       001mdme 20 17-07-13        EMAIL    \N       CP Live C laim label      Claim  EP Code    018645122 9      987 65040         Male     9816300 \ N      \N        FIRST   LAST       1234     \N
  28   6       \N       2017 -10-31 20: 23:07.0132 74      20 17-10-31 2 0:23:07.01 3274       \N      98 3205040         FIR S T   MIDDLE   LAST         YYYY - MM - DD       \N       \N       \N       001mdmh 20 17-06-13        EMAIL    \N       CP Live C laim label      Claim  EP Code    018244122 9      917 25040         Male     9822300 \ N      \N        FIRST   LAST       1234     \N
  29   \.
  30  
  31  
  32   --
  33   -- Name: c laims_id_s eq; Type:  SEQUENCE S ET; Schema : public;  Owner: dea p
  34   --
  35  
  36   SELECT pg_ catalog.se tval('clai ms_id_seq' , 6, true) ;
  37  
  38  
  39   --
  40   -- Postgre SQL databa se dump co mplete
  41   --
  42