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

38.1 Files compared

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

38.2 Comparison summary

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

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

38.4 Active regular expressions

No regular expressions were active.

38.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.Patien t Extends  (%SerialOb ject, %XML .Adaptor)  [ Procedur eBlock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// tempuri.or g";
  8   
  9    Parameter  XMLNAME =  "Patient";
  10   
  11    Parameter  XMLSEQUENC E = 1;
  12   
  13    Property I CN As %Str ing(MAXLEN  = 220, XM LNAME = "I CN");
  14   
  15    Property L astName As  %String(M AXLEN = 22 0, XMLNAME  = "LastNa me");
  16   
  17    Property F irstName A s %String( MAXLEN = 2 20, XMLNAM E = "First Name");
  18   
  19    Property M Name As %S tring(MAXL EN = 220,  XMLNAME =  "MName");
  20   
  21    Property G ender As % String(MAX LEN = 220,  XMLNAME =  "Gender") ;
  22   
  23    Property D OB As %Str ing(MAXLEN  = 10, XML NAME = "DO B");
  24   
  25    Property S SN As %Str ing(MAXLEN  = 220, XM LNAME = "S SN");
  26   
  27    Property H omeAddress  As CCRA.W S.Client.s 0.Address( XMLNAME =  "HomeAddre ss");
  28   
  29    Property T elephone A s %String( MAXLEN = 2 20, XMLNAM E = "Telep hone");
  30   
  31    Property T elephoneHo me As %Str ing(MAXLEN  = 220);
  32   
  33    Property T elephoneBu siness As  %String(MA XLEN = 220 );
  34   
  35    Property T elephoneMo bile As %S tring(MAXL EN = 220);
  36   
  37    Property E mail As %S tring(MAXL EN = 220);
  38   
  39    Property P referredCo ntactMetho d As %Stri ng(MAXLEN  = 220);
  40   
  41    Storage De fault
  42    {
  43    <Data name ="PatientS tate">
  44    <Value nam e="1">
  45    <Value>ICN </Value>
  46    </Value>
  47    <Value nam e="2">
  48    <Value>Las tName</Val ue>
  49    </Value>
  50    <Value nam e="3">
  51    <Value>Fir stName</Va lue>
  52    </Value>
  53    <Value nam e="4">
  54    <Value>MNa me</Value>
  55    </Value>
  56    <Value nam e="5">
  57    <Value>Gen der</Value >
  58    </Value>
  59    <Value nam e="6">
  60    <Value>DOB </Value>
  61    </Value>
  62    <Value nam e="7">
  63    <Value>SSN </Value>
  64    </Value>
  65    <Value nam e="8">
  66    <Value>Hom eAddress</ Value>
  67    </Value>
  68    <Value nam e="9">
  69    <Value>Tel ephone</Va lue>
  70    </Value>
  71    <Value nam e="10">
  72    <Value>Tel ephoneHome </Value>
  73    </Value>
  74    <Value nam e="11">
  75    <Value>Tel ephoneBusi ness</Valu e>
  76    </Value>
  77    <Value nam e="12">
  78    <Value>Tel ephoneMobi le</Value>
  79    </Value>
  80    <Value nam e="13">
  81    <Value>Ema il</Value>
  82    </Value>
  83    <Value nam e="14">
  84    <Value>Pre ferredCont actMethod< /Value>
  85    </Value>
  86    </Data>
  87    <State>Pat ientState< /State>
  88    <StreamLoc ation>^CCR A.WS.Clien t.s0.Patie ntS</Strea mLocation>
  89    <Type>%Lib rary.Cache SerialStat e</Type>
  90    }
  91   
  92    }
        93   T