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

61.1 Files compared

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

61.2 Comparison summary

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

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

61.4 Active regular expressions

No regular expressions were active.

61.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.catastr ophicDisab ilityInfo  Extends (% SerialObje ct, %XML.A daptor) [  ProcedureB lock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "catastrop hicDisabil ityInfo";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property c atastrophi callyDisab led As %Bo olean(XMLN AME = "cat astrophica llyDisable d");
  14   
  15    Property c dCondition s As list  Of ES.sch. cdConditio nInfo(XMLI TEMNAME =  "cdConditi on", XMLNA ME = "cdCo nditions",  XMLPROJEC TION = "CO LLECTION") ;
  16   
  17    Property c dProcedure s As list  Of ES.sch. cdProcedur eInfo(XMLI TEMNAME =  "cdProcedu re", XMLNA ME = "cdPr ocedures",  XMLPROJEC TION = "CO LLECTION") ;
  18   
  19    Property d ecisionDat e As %Time Stamp(XMLN AME = "dec isionDate" );
  20   
  21    Property d eterminati onFacility  As %Strin g(MAXLEN =  "", XMLNA ME = "dete rminationF acility");
  22   
  23    Property d eterminati onMethod A s %String( MAXLEN = " ", XMLNAME  = "determ inationMet hod");
  24   
  25    Property d eterminedB y As %Stri ng(MAXLEN  = "", XMLN AME = "det erminedBy" );
  26   
  27    Property d iagnoses A s list Of  %String(MA XLEN = "",  XMLITEMNA ME = "diag nosis", XM LNAME = "d iagnoses",  XMLPROJEC TION = "CO LLECTION") ;
  28   
  29    Property f acilityIni tiatedCDRe viewDate A s %TimeSta mp(XMLNAME  = "facili tyInitiate dCDReviewD ate");
  30   
  31    Property r eviewDate  As %TimeSt amp(XMLNAM E = "revie wDate");
  32   
  33    Property v eteranRequ estedCDRev iewDate As  %TimeStam p(XMLNAME  = "veteran RequestedC DReviewDat e");
  34   
  35    Property v eteranWasN otifiedCDD ate As %Ti meStamp(XM LNAME = "v eteranWasN otifiedCDD ate");
  36   
  37    Storage De fault
  38    {
  39    <Data name ="catastro phicDisabi lityInfoSt ate">
  40    <Value nam e="1">
  41    <Value>cat astrophica llyDisable d</Value>
  42    </Value>
  43    <Value nam e="2">
  44    <Value>cdC onditions< /Value>
  45    </Value>
  46    <Value nam e="3">
  47    <Value>cdP rocedures< /Value>
  48    </Value>
  49    <Value nam e="4">
  50    <Value>dec isionDate< /Value>
  51    </Value>
  52    <Value nam e="5">
  53    <Value>det ermination Facility</ Value>
  54    </Value>
  55    <Value nam e="6">
  56    <Value>det ermination Method</Va lue>
  57    </Value>
  58    <Value nam e="7">
  59    <Value>det erminedBy< /Value>
  60    </Value>
  61    <Value nam e="8">
  62    <Value>dia gnoses</Va lue>
  63    </Value>
  64    <Value nam e="9">
  65    <Value>fac ilityIniti atedCDRevi ewDate</Va lue>
  66    </Value>
  67    <Value nam e="10">
  68    <Value>rev iewDate</V alue>
  69    </Value>
  70    <Value nam e="11">
  71    <Value>vet eranReques tedCDRevie wDate</Val ue>
  72    </Value>
  73    <Value nam e="12">
  74    <Value>vet eranWasNot ifiedCDDat e</Value>
  75    </Value>
  76    </Data>
  77    <State>cat astrophicD isabilityI nfoState</ State>
  78    <StreamLoc ation>^ES. sch.catast rophi5961S </StreamLo cation>
  79    <Type>%Lib rary.Cache SerialStat e</Type>
  80    }
  81   
  82    }