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

48.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ccra\ccra_HSIE_IC\CCRA\WS\Client\s0 TransactionHistory.cls Thu Jan 10 13:20:32 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_HSIE_IC\CCRA\WS\Client\s0 TransactionHistory.cls Thu Jan 10 16:31:16 2019 UTC

48.2 Comparison summary

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

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

48.4 Active regular expressions

No regular expressions were active.

48.5 Comparison detail

  1    /// Create d from: ht tp:// DNS    dbscra801. aac. DOMAIN . EX :58774/csp /ccraint/C CRA.WS.Ref erralDataE xtraction. CLS?WSDL=1
  2    Class CCRA .WS.Client .s0.Transa ctionHisto ry Extends  (%SerialO bject, %XM L.Adaptor)  [ Procedu reBlock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// tempuri.or g";
  8   
  9    Parameter  XMLNAME =  "Transacti onHistory" ;
  10   
  11    Parameter  XMLSEQUENC E = 1;
  12   
  13    Property T ransaction Date As %S tring(MAXL EN = "", X MLNAME = " Transactio nDate");
  14   
  15    Property E ffectiveDa te As %Str ing(MAXLEN  = "", XML NAME = "Ef fectiveDat e");
  16   
  17    Property R eason As % String(MAX LEN = 220,  XMLNAME =  "Reason") ;
  18   
  19    Property S tatus As % String(MAX LEN = 220,  XMLNAME =  "Status") ;
  20   
  21    Storage De fault
  22    {
  23    <Data name ="Transact ionHistory State">
  24    <Value nam e="1">
  25    <Value>Tra nsactionDa te</Value>
  26    </Value>
  27    <Value nam e="2">
  28    <Value>Eff ectiveDate </Value>
  29    </Value>
  30    <Value nam e="3">
  31    <Value>Rea son</Value >
  32    </Value>
  33    <Value nam e="4">
  34    <Value>Sta tus</Value >
  35    </Value>
  36    </Data>
  37    <State>Tra nsactionHi storyState </State>
  38    <StreamLoc ation>^CCR A.WS.ClCF7 5.Transact ion76AES</ StreamLoca tion>
  39    <Type>%Lib rary.Cache SerialStat e</Type>
  40    }
  41   
  42    }
        43   T