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

49.1 Files compared

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

49.2 Comparison summary

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

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

49.4 Active regular expressions

No regular expressions were active.

49.5 Comparison detail

  1    Class CCRA .WS.Client .ReferralD ataExtract ionSoap Ex tends %SOA P.WebClien t [ Proced ureBlock ]
  2    {
  3   
  4    /// This i s the URL  used to ac cess the w eb service .
  5    Parameter  LOCATION =  "http:// DNS    dbscra801. aac. DOMAIN . EX :58774/csp /ccraint/C CRA.WS.Ref erralDataE xtraction. cls";
  6   
  7    /// This i s the name space used  by the Se rvice
  8    Parameter  NAMESPACE  = "http:// tempuri.or g";
  9   
  10    /// Use xs i:type att ribute for  literal t ypes.
  11    Parameter  OUTPUTTYPE ATTRIBUTE  = 1;
  12   
  13    /// Determ ines handl ing of Sec urity head er.
  14    Parameter  SECURITYIN  = "ALLOW" ;
  15   
  16    /// This i s the name  of the Se rvice
  17    Parameter  SERVICENAM E = "Refer ralDataExt raction";
  18   
  19    /// This i s the SOAP  version s upported b y the serv ice.
  20    Parameter  SOAPVERSIO N = 1.1;
  21   
  22    Method Ret rieveRefer ral(Id As  %String, M ode As %In teger) As  CCRA.WS.Cl ient.s0.Re ferral [ F inal, Proc edureBlock  = 1, Soap BindingSty le = docum ent, SoapB odyUse = l iteral, We bMethod ]
  23    {
  24     Quit ..We bMethod("R etrieveRef erral").In voke($this ,"http://t empuri.org /CCRA.WS.R eferralDat aExtractio n.Retrieve Referral", .Id,.Mode)
  25    }
  26   
  27    Method Ret rieveRefer ralListFro mCCRSIndex (StartDate  As %Date,  EndDate A s %Date) A s CCRA.WS. Client.s0. ReferralLi st [ Final , Procedur eBlock = 1 , SoapBind ingStyle =  document,  SoapBodyU se = liter al, WebMet hod ]
  28    {
  29     Quit ..We bMethod("R etrieveRef erralListF romCCRSInd ex").Invok e($this,"h ttp://temp uri.org/CC RA.WS.Refe rralDataEx traction.R etrieveRef erralListF romCCRSInd ex",.Start Date,.EndD ate)
  30    }
  31   
  32    }
        33   T