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

125.1 Files compared

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

125.2 Comparison summary

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

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

125.4 Active regular expressions

No regular expressions were active.

125.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.spouseI nfo Extend s (%Serial Object, %X ML.Adaptor ) [ Proced ureBlock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "spouseInf o";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property d ob As %Str ing(MAXLEN  = "", XML NAME = "do b");
  14   
  15    Property e ndDate As  %TimeStamp (XMLNAME =  "endDate" );
  16   
  17    Property f amilyName  As %String (MAXLEN =  "", XMLNAM E = "famil yName");
  18   
  19    Property g ender As % String(MAX LEN = "",  XMLNAME =  "gender");
  20   
  21    Property g ivenName A s %String( MAXLEN = " ", XMLNAME  = "givenN ame");
  22   
  23    Property m iddleName  As %String (MAXLEN =  "", XMLNAM E = "middl eName");
  24   
  25    Property r elationshi p As %Stri ng(MAXLEN  = "", XMLN AME = "rel ationship" );
  26   
  27    Property s sns As lis t Of ES.sc h.ssnInfo( XMLITEMNAM E = "ssn",  XMLNAME =  "ssns", X MLPROJECTI ON = "COLL ECTION");
  28   
  29    Property s tartDate A s %String( MAXLEN = " ", XMLNAME  = "startD ate");
  30   
  31    Property a ddress As  ES.sch.add ressInfo(X MLNAME = " address");
  32   
  33    Property e mployment  As ES.sch. employment Info(XMLNA ME = "empl oyment");
  34   
  35    Property m aidenName  As %String (MAXLEN =  "", XMLNAM E = "maide nName");
  36   
  37    Property p refix As % String(MAX LEN = "",  XMLNAME =  "prefix");
  38   
  39    Property s uffix As % String(MAX LEN = "",  XMLNAME =  "suffix");
  40   
  41    Storage De fault
  42    {
  43    <Data name ="spouseIn foState">
  44    <Value nam e="1">
  45    <Value>dob </Value>
  46    </Value>
  47    <Value nam e="2">
  48    <Value>end Date</Valu e>
  49    </Value>
  50    <Value nam e="3">
  51    <Value>fam ilyName</V alue>
  52    </Value>
  53    <Value nam e="4">
  54    <Value>gen der</Value >
  55    </Value>
  56    <Value nam e="5">
  57    <Value>giv enName</Va lue>
  58    </Value>
  59    <Value nam e="6">
  60    <Value>mid dleName</V alue>
  61    </Value>
  62    <Value nam e="7">
  63    <Value>rel ationship< /Value>
  64    </Value>
  65    <Value nam e="8">
  66    <Value>ssn s</Value>
  67    </Value>
  68    <Value nam e="9">
  69    <Value>sta rtDate</Va lue>
  70    </Value>
  71    <Value nam e="10">
  72    <Value>add ress</Valu e>
  73    </Value>
  74    <Value nam e="11">
  75    <Value>emp loyment</V alue>
  76    </Value>
  77    <Value nam e="12">
  78    <Value>mai denName</V alue>
  79    </Value>
  80    <Value nam e="13">
  81    <Value>pre fix</Value >
  82    </Value>
  83    <Value nam e="14">
  84    <Value>suf fix</Value >
  85    </Value>
  86    </Data>
  87    <State>spo useInfoSta te</State>
  88    <StreamLoc ation>^ES. sch.spouse InfoS</Str eamLocatio n>
  89    <Type>%Lib rary.Cache SerialStat e</Type>
  90    }
  91   
  92    }