54. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:42 PM 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.

54.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ccra\ccra_HSIE_IC\ES\sch addressInfo.cls Thu Jan 10 13:20:02 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_HSIE_IC\ES\sch addressInfo.cls Thu Jan 10 16:31:22 2019 UTC

54.2 Comparison summary

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

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

54.4 Active regular expressions

No regular expressions were active.

54.5 Comparison detail

  1    /// Create d from: C: \Users\smo rrison\One Drive - Co gnosante H oldings, L LC\CCR&A\E SR\2017121 3-esr.wsdl
  2    Class ES.s ch.address Info Exten ds (%Seria lObject, % XML.Adapto r) [ Proce dureBlock  ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "addressIn fo";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property c ity As %St ring(MAXLE N = "", XM LNAME = "c ity");
  14   
  15    Property c ountry As  %String(MA XLEN = "",  XMLNAME =  "country" );
  16   
  17    Property c ounty As % String(MAX LEN = "",  XMLNAME =  "county");
  18   
  19    Property l ine1 As %S tring(MAXL EN = "", X MLNAME = " line1");
  20   
  21    Property l ine2 As %S tring(MAXL EN = "", X MLNAME = " line2");
  22   
  23    Property l ine3 As %S tring(MAXL EN = "", X MLNAME = " line3");
  24   
  25    Property p ostalCode  As %String (MAXLEN =  "", XMLNAM E = "posta lCode");
  26   
  27    Property p rovinceCod e As %Stri ng(MAXLEN  = "", XMLN AME = "pro vinceCode" );
  28   
  29    Property s tate As %S tring(MAXL EN = "", X MLNAME = " state");
  30   
  31    Property z ipCode As  %String(MA XLEN = "",  XMLNAME =  "zipCode" );
  32   
  33    /// ERROR:  Duplicate  Property  name in Sc hema. We a re adding  a duplicat e zipcode  attribute  because th e database  string ha s a typo i n it and i s not popu lating the  zipCode a ttribute c orrectly.  See Clear  Quest ESR  3.12_CodeC R12297_GMT  - Address  Zip Code  missing fr om payload . The plan  is to rem ove this d uplicate z ipcode att ribute aft er the dat abase stri ng is corr ected.
  34    Property z ipcode1 As  %String(M AXLEN = "" , XMLNAME  = "zipcode ");
  35   
  36    Property z ipPlus4 As  %String(M AXLEN = "" , XMLNAME  = "zipPlus 4");
  37   
  38    Property a ddressChan geDateTime  As %TimeS tamp(XMLNA ME = "addr essChangeD ateTime");
  39   
  40    Property a ddressChan geEffectiv eDate As % String(MAX LEN = "",  XMLNAME =  "addressCh angeEffect iveDate");
  41   
  42    Property a ddressChan geSite As  %String(MA XLEN = "",  XMLNAME =  "addressC hangeSite" );
  43   
  44    Property a ddressChan geSource A s %String( MAXLEN = " ", XMLNAME  = "addres sChangeSou rce");
  45   
  46    Property a ddressType Code As %S tring(MAXL EN = "", X MLNAME = " addressTyp eCode");
  47   
  48    Property b adAddressR eason As % String(MAX LEN = "",  XMLNAME =  "badAddres sReason");
  49   
  50    Property c onfidentia lAddressCa tegories A s list Of  %String(MA XLEN = "",  XMLITEMNA ME = "conf identialAd dressCateg oryType",  XMLNAME =  "confident ialAddress Categories ", XMLPROJ ECTION = " COLLECTION ");
  51   
  52    Property e ndDate As  %String(MA XLEN = "",  XMLNAME =  "endDate" );
  53   
  54    Property p honeNumber  As %Strin g(MAXLEN =  "", XMLNA ME = "phon eNumber");
  55   
  56    Property c ontactMeth odType As  %String(MA XLEN = "",  XMLNAME =  "contactM ethodType" );
  57   
  58    Property c ontactMeth odReportDa te As %Dat e(XMLNAME  = "contact MethodRepo rtDate");
  59   
  60    Storage De fault
  61    {
  62    <Data name ="addressI nfoState">
  63    <Value nam e="1">
  64    <Value>cit y</Value>
  65    </Value>
  66    <Value nam e="2">
  67    <Value>cou ntry</Valu e>
  68    </Value>
  69    <Value nam e="3">
  70    <Value>cou nty</Value >
  71    </Value>
  72    <Value nam e="4">
  73    <Value>lin e1</Value>
  74    </Value>
  75    <Value nam e="5">
  76    <Value>lin e2</Value>
  77    </Value>
  78    <Value nam e="6">
  79    <Value>lin e3</Value>
  80    </Value>
  81    <Value nam e="7">
  82    <Value>pos talCode</V alue>
  83    </Value>
  84    <Value nam e="8">
  85    <Value>pro vinceCode< /Value>
  86    </Value>
  87    <Value nam e="9">
  88    <Value>sta te</Value>
  89    </Value>
  90    <Value nam e="10">
  91    <Value>zip Code</Valu e>
  92    </Value>
  93    <Value nam e="11">
  94    <Value>zip code1</Val ue>
  95    </Value>
  96    <Value nam e="12">
  97    <Value>zip Plus4</Val ue>
  98    </Value>
  99    <Value nam e="13">
  100    <Value>add ressChange DateTime</ Value>
  101    </Value>
  102    <Value nam e="14">
  103    <Value>add ressChange EffectiveD ate</Value >
  104    </Value>
  105    <Value nam e="15">
  106    <Value>add ressChange Site</Valu e>
  107    </Value>
  108    <Value nam e="16">
  109    <Value>add ressChange Source</Va lue>
  110    </Value>
  111    <Value nam e="17">
  112    <Value>add ressTypeCo de</Value>
  113    </Value>
  114    <Value nam e="18">
  115    <Value>bad AddressRea son</Value >
  116    </Value>
  117    <Value nam e="19">
  118    <Value>con fidentialA ddressCate gories</Va lue>
  119    </Value>
  120    <Value nam e="20">
  121    <Value>end Date</Valu e>
  122    </Value>
  123    <Value nam e="21">
  124    <Value>pho neNumber</ Value>
  125    </Value>
  126    <Value nam e="22">
  127    <Value>con tactMethod Type</Valu e>
  128    </Value>
  129    <Value nam e="23">
  130    <Value>con tactMethod ReportDate </Value>
  131    </Value>
  132    </Data>
  133    <State>add ressInfoSt ate</State >
  134    <StreamLoc ation>^ES. sch.addres sInfoS</St reamLocati on>
  135    <Type>%Lib rary.Cache SerialStat e</Type>
  136    }
  137   
  138    }