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

110.1 Files compared

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

110.2 Comparison summary

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

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

110.4 Active regular expressions

No regular expressions were active.

110.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.personI 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 =  "personInf o";
  10   
  11    Parameter  XMLSEQUENC E = 1;
  12   
  13    Property f irstName A s %String( MAXLEN = " ", XMLNAME  = "firstN ame");
  14   
  15    Property m iddleName  As %String (MAXLEN =  "", XMLNAM E = "middl eName");
  16   
  17    Property l astName As  %String(M AXLEN = "" , XMLNAME  = "lastNam e");
  18   
  19    Property p refix As % String(MAX LEN = "",  XMLNAME =  "prefix");
  20   
  21    Property s uffix As % String(MAX LEN = "",  XMLNAME =  "suffix");
  22   
  23    Property s snText As  %String(MA XLEN = "",  XMLNAME =  "ssnText" );
  24   
  25    Property g ender As % String(MAX LEN = "",  XMLNAME =  "gender");
  26   
  27    Property d ob As %Str ing(MAXLEN  = "", XML NAME = "do b");
  28   
  29    Property s saVerifica tionStatus  As %Strin g(MAXLEN =  "", XMLNA ME = "ssaV erificatio nStatus");
  30   
  31    Property s saVerifica tionDate A s %Date(XM LNAME = "s saVerifica tionDate") ;
  32   
  33    Property v amcData As  list Of E S.sch.vamc Info(XMLIT EMNAME = " vamcInfo",  XMLNAME =  "vamcData ", XMLPROJ ECTION = " COLLECTION ");
  34   
  35    Property n ames As li st Of ES.s ch.nameInf o(XMLITEMN AME = "nam e", XMLNAM E = "names ", XMLPROJ ECTION = " COLLECTION ") [ SqlFi eldName =  _names ];
  36   
  37    Property m othersMaid enName As  %String(MA XLEN = "",  XMLNAME =  "mothersM aidenName" );
  38   
  39    Property p laceOfBirt hCity As % String(MAX LEN = "",  XMLNAME =  "placeOfBi rthCity");
  40   
  41    Property p laceOfBirt hState As  %String(MA XLEN = "",  XMLNAME =  "placeOfB irthState" );
  42   
  43    Storage De fault
  44    {
  45    <Data name ="personIn foState">
  46    <Value nam e="1">
  47    <Value>fir stName</Va lue>
  48    </Value>
  49    <Value nam e="2">
  50    <Value>mid dleName</V alue>
  51    </Value>
  52    <Value nam e="3">
  53    <Value>las tName</Val ue>
  54    </Value>
  55    <Value nam e="4">
  56    <Value>pre fix</Value >
  57    </Value>
  58    <Value nam e="5">
  59    <Value>suf fix</Value >
  60    </Value>
  61    <Value nam e="6">
  62    <Value>ssn Text</Valu e>
  63    </Value>
  64    <Value nam e="7">
  65    <Value>gen der</Value >
  66    </Value>
  67    <Value nam e="8">
  68    <Value>dob </Value>
  69    </Value>
  70    <Value nam e="9">
  71    <Value>ssa Verificati onStatus</ Value>
  72    </Value>
  73    <Value nam e="10">
  74    <Value>ssa Verificati onDate</Va lue>
  75    </Value>
  76    <Value nam e="11">
  77    <Value>vam cData</Val ue>
  78    </Value>
  79    <Value nam e="12">
  80    <Value>nam es</Value>
  81    </Value>
  82    <Value nam e="13">
  83    <Value>mot hersMaiden Name</Valu e>
  84    </Value>
  85    <Value nam e="14">
  86    <Value>pla ceOfBirthC ity</Value >
  87    </Value>
  88    <Value nam e="15">
  89    <Value>pla ceOfBirthS tate</Valu e>
  90    </Value>
  91    </Data>
  92    <State>per sonInfoSta te</State>
  93    <StreamLoc ation>^ES. sch.person InfoS</Str eamLocatio n>
  94    <Type>%Lib rary.Cache SerialStat e</Type>
  95    }
  96   
  97    }