117. EPMO Open Source Coordination Office Redaction File Detail Report

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

117.1 Files compared

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

117.2 Comparison summary

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

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

117.4 Active regular expressions

No regular expressions were active.

117.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.ratedDi sabilityIn fo Extends  (%SerialO bject, %XM L.Adaptor)  [ Procedu reBlock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "ratedDisa bilityInfo ";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property d iagnosticE xtremity A s %String( MAXLEN = " ", XMLNAME  = "diagno sticExtrem ity");
  14   
  15    Property d isability  As %String (MAXLEN =  "", XMLNAM E = "disab ility");
  16   
  17    Property d isabilityC ode As %St ring(MAXLE N = "", XM LNAME = "d isabilityC ode");
  18   
  19    Property o riginalEff ectiveRati ngDate As  %String(MA XLEN = "",  XMLNAME =  "original EffectiveR atingDate" );
  20   
  21    Property p ercentage  As %xsd.in t(XMLNAME  = "percent age");
  22   
  23    Property r atingDate  As %String (MAXLEN =  "", XMLNAM E = "ratin gDate");
  24   
  25    Property s erviceConn ected As % Boolean(XM LNAME = "s erviceConn ected");
  26   
  27    Property r ecordModif iedDate As  %TimeStam p(XMLNAME  = "recordM odifiedDat e");
  28   
  29    Storage De fault
  30    {
  31    <Data name ="ratedDis abilityInf oState">
  32    <Value nam e="1">
  33    <Value>dia gnosticExt remity</Va lue>
  34    </Value>
  35    <Value nam e="2">
  36    <Value>dis ability</V alue>
  37    </Value>
  38    <Value nam e="3">
  39    <Value>dis abilityCod e</Value>
  40    </Value>
  41    <Value nam e="4">
  42    <Value>ori ginalEffec tiveRating Date</Valu e>
  43    </Value>
  44    <Value nam e="5">
  45    <Value>per centage</V alue>
  46    </Value>
  47    <Value nam e="6">
  48    <Value>rat ingDate</V alue>
  49    </Value>
  50    <Value nam e="7">
  51    <Value>ser viceConnec ted</Value >
  52    </Value>
  53    <Value nam e="8">
  54    <Value>rec ordModifie dDate</Val ue>
  55    </Value>
  56    </Data>
  57    <State>rat edDisabili tyInfoStat e</State>
  58    <StreamLoc ation>^ES. sch.ratedD isabilityI nfoS</Stre amLocation >
  59    <Type>%Lib rary.Cache SerialStat e</Type>
  60    }
  61   
  62    }