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

35.1 Files compared

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

35.2 Comparison summary

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

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

35.4 Active regular expressions

No regular expressions were active.

35.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.CoPaym entStatus  Extends (% SerialObje ct, %XML.A daptor) [  ProcedureB lock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// tempuri.or g";
  8   
  9    Parameter  XMLNAME =  "CoPayment Status";
  10   
  11    Parameter  XMLSEQUENC E = 1;
  12   
  13    Property P riorityEnr ollmentGro up As %Str ing(MAXLEN  = "", XML NAME = "Pr iorityEnro llmentGrou p");
  14   
  15    Property C urrentMean sTest As % String(MAX LEN = "",  XMLNAME =  "CurrentMe ansTest");
  16   
  17    Property A gentOrange ExposureIn dicator As  %Boolean( XMLNAME =  "AgentOran geExposure Indicator" );
  18   
  19    Property C ombatVeter anEligibil ityIndicat or As %Str ing(XMLNAM E = "Comba tVeteranEl igibilityI ndicator") ;
  20   
  21    // JLM 11/ 20/18 Chan ged from B oolean
  22   
  23    Property C ombatVeter anEndDate  As %String (MAXLEN =  "", XMLNAM E = "Comba tVeteranEn dDate");
  24   
  25    Property P roject112S HADIndicat or As %Boo lean(XMLNA ME = "Proj ect112SHAD Indicator" );
  26   
  27    Property S outhwestAs iaIndicato r As %Bool ean(XMLNAM E = "South westAsiaIn dicator");
  28   
  29    Property I onizingRad iationIndi cator As % Boolean(XM LNAME = "I onizingRad iationIndi cator");
  30   
  31    Property C ampLejeune Indicator  As %Boolea n(XMLNAME  = "CampLej euneIndica tor");
  32   
  33    Property S erviceConn ectedInfo  As list Of  CCRA.WS.C lient.s0.S erviceConn ectedInfo( XMLITEMNAM E = "Servi ceConnecte dInfo", XM LNAME = "S erviceConn ectedInfo" , XMLPROJE CTION = "C OLLECTION" );
  34   
  35    Storage De fault
  36    {
  37    <Data name ="CoPaymen tStatusSta te">
  38    <Value nam e="1">
  39    <Value>Pri orityEnrol lmentGroup </Value>
  40    </Value>
  41    <Value nam e="2">
  42    <Value>Cur rentMeansT est</Value >
  43    </Value>
  44    <Value nam e="3">
  45    <Value>Age ntOrangeEx posureIndi cator</Val ue>
  46    </Value>
  47    <Value nam e="4">
  48    <Value>Com batVeteran Eligibilit yIndicator </Value>
  49    </Value>
  50    <Value nam e="5">
  51    <Value>Com batVeteran EndDate</V alue>
  52    </Value>
  53    <Value nam e="6">
  54    <Value>Pro ject112SHA DIndicator </Value>
  55    </Value>
  56    <Value nam e="7">
  57    <Value>Sou thwestAsia Indicator< /Value>
  58    </Value>
  59    <Value nam e="8">
  60    <Value>Ion izingRadia tionIndica tor</Value >
  61    </Value>
  62    <Value nam e="9">
  63    <Value>Cam pLejeuneIn dicator</V alue>
  64    </Value>
  65    <Value nam e="10">
  66    <Value>Ser viceConnec tedInfo</V alue>
  67    </Value>
  68    </Data>
  69    <State>CoP aymentStat usState</S tate>
  70    <StreamLoc ation>^CCR A.WS.ClCF7 5.CoPaymen tSt5E67S</ StreamLoca tion>
  71    <Type>%Lib rary.Cache SerialStat e</Type>
  72    }
  73   
  74    }
        75   T