2. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/7/2019 7:13:41 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.

2.1 Files compared

# Location File Last Modified
1 MHLTH_CLOZ_MOD _SRC.zip\MHLTH_CLOZ_MOD _SRC\Releases\ClozMod_Build5_.zip\Va.Gov.Nccc.Data.Sql\Migrations Configuration.cs Mon Mar 4 20:33:52 2019 UTC
2 MHLTH_CLOZ_MOD _SRC.zip\MHLTH_CLOZ_MOD _SRC\Releases\ClozMod_Build5_.zip\Va.Gov.Nccc.Data.Sql\Migrations Configuration.cs Fri Apr 5 18:34:22 2019 UTC

2.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 102
Changed 2 4
Inserted 0 0
Removed 0 0

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

2.4 Active regular expressions

No regular expressions were active.

2.5 Comparison detail

  1   namespace  Va.Gov.Clo zapine.Dat a.Sql.Migr ations
  2   {
  3       using  System;
  4       using  System.Dat a.Entity;
  5       using  System.Dat a.Entity.M igrations;
  6       using  System.Lin q;
  7  
  8       intern al sealed  class Conf iguration  : DbMigrat ionsConfig uration<Va .Gov.Cloza pine.Data. Sql.NcccCo ntext>
  9       {
  10           pu blic Confi guration()
  11           {
  12   #if CI
  13                Automati cMigration sEnabled =  true;
  14   #endif
  15                ContextK ey = "Nccc Context";
  16           }
  17  
  18           pr otected ov erride voi d Seed(Va. Gov.Clozap ine.Data.S ql.NcccCon text conte xt)
  19           {
  20                context. Hl7Message Dumps.AddO rUpdate(x  => x.Id,
  21                    new  Nccc.Data. Common.Hl7 Messages.H l7MessageD ump()
  22                    {
  23                         Id = 1,
  24                          Content =  @"MSH|^~\& |YSCL-REG- SEND|500^ DN S
. UR L
: PORT ^DNS|YSCL- REG-REC|^d evazrclzpv 01.dev.dss .local:500 1^DNS|2019 0213162936 -0500||RDE ^O11^RDE_O 11|500 109 |P^|2.5.1| ||AL|AL|
  25   PID|||1010 43333^^^^S S~AQ11111^ ^^^PN~???0 000008V200 9^^^^NI~15 4^^^^PI||A MDYFHU^WLR A^^^^^L||1 9440201|M| |2106-3^WH ITE|^^^^12 345||||||| ||||N^NOT  HISPANIC O R LATINO
  26   ORC|RE|||| ||||201901 171449-050 0|||^RNZLY XPTBD^QLAH YSDYH G^^^ ^^^^^^^NPI
  27   RXE||^^^^C LOZAPINE 1 50MG DISIN TEGRATING  TAB  ????^ NDC|150||M G||8^REGIS TER NON-DU TY HR/WEEK END (MAX 4 DAY)^^???A LT RSN COD E???^???AL T RSN TEXT ???||||||| |150|||||| |||||||||| |||||||||? ??????^NCP DP
  28   TQ1|1
  29   RXR|PO^ORA L",
  30                         Processed  = DateTime .Now,
  31                         Recieved =  new DateT ime(2019,  07, 23)
  32                    });
  33  
  34                context. Hl7Message Dumps.AddO rUpdate(x  => x.Id,
  35                    new  Nccc.Data. Common.Hl7 Messages.H l7MessageD ump()
  36                    {
  37                         Id = 2,
  38                          Content =  @"MSH|^~\& |YSCL-REG- SEND|500^ DN S
. UR L
: PORT ^DNS|YSCL- REG-REC|^d evazrclzpv 01.dev.dss .local:500 1^DNS|2019 0213162625 -0500||ADT ^A28^ADT_A 05|500 108 |P^|2.5.1| ||AL|NE| E VN||201902 13162624-0 500 
  39   PID|||1010 43333^^^^S S~AQ11111^ ^^^PN~???0 000008V200 9^^^^NI~15 4^^^^PI||A MDYFHU^WLR A^^^^^L||1 9440201|M| |2106-3^WH ITE|^^^^12 345||||||| ||||N^NOT  HISPANIC O R LATINO
  40   ROL||UP|^P rescribing  Physician |AA1234543 ^RNZLYXPTB D^QLAHYSDY H G^^^^^^^ ^^^DEA~^RN ZLYXPTBD^Q LAHYSDYH G ^^^^^^^^^^ NPI 
  41   PV1||I 
  42   OBX|1|ST|^ PTSTAT||A| |||||F 
  43   OBX|2|CE|^ DISPENSE F REQUENCY|| 14 Days||| |||F 
  44   OBX|3|ST|^ WBC||||||| |F||| 
  45   OBX|4|ST|^ ANC||||||| |F||| 
  46   OBX|5|CE|^ Facility D EA number| |AS1234563 ||||||F 
  47   OBX|6|ST|^ SITELOC||5 00||||||F| |||||||||| |VAMC ALBA NY|VA MEDI CAL CENTER ^1 3RD sT. ^ALBANY^NE W YORK^121 80-0097",
  48                         Processed  = DateTime .Now,
  49                         Recieved =  new DateT ime(2019,  05, 14)
  50                    });
  51           }
  52       }
  53   }