43. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/5/2018 10:24:13 AM Central Daylight 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.

43.1 Files compared

# Location File Last Modified
1 patch_205_build_9.zip\Java\TransactionContext\main\src\java\gov\va\med\imaging\transactioncontext TransactionContextHttpHeaders.java Wed May 30 14:35:23 2018 UTC
2 patch_205_build_9.zip\Java\TransactionContext\main\src\java\gov\va\med\imaging\transactioncontext TransactionContextHttpHeaders.java Mon Jun 4 20:22:37 2018 UTC

43.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 88
Changed 2 6
Inserted 0 0
Removed 0 0

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

43.4 Active regular expressions

No regular expressions were active.

43.5 Comparison detail

  1   package go v.va.med.i maging.tra nsactionco ntext;
  2  
  3   /**
  4    * A list  of the sta ndard head ers that a re used by  HTTP base d protocol s
  5    * for tra nsaction r elated inf ormation.
  6    * 
  7    * @author   PI I
  8    *
  9    */
  10   public int erface Tra nsactionCo ntextHttpH eaders
  11   {
  12           pu blic final  static St ring httpH eaderDuz =  "xxx-duz" ;
  13           pu blic final  static St ring httpH eaderFullN ame = "xxx -fullname" ;
  14           pu blic final  static St ring httpH eaderSiteN ame = "xxx -sitename" ;
  15           pu blic final  static St ring httpH eaderSiteN umber = "x xx-sitenum ber";
  16           pu blic final  static St ring httpH eaderSSN =  "xxx-ssn" ;
  17           pu blic final  static St ring httpH eaderPurpo seOfUse =  "xxx-purpo se-of-use" ;
  18           pu blic final  static St ring httpH eaderCheck sum = "xxx -checksum" ;
  19           pu blic final  static St ring httpH eaderCache Filename =  "xxx-file name";
  20           pu blic final  static St ring httpH eaderTrans actionId =  "xxx-tran saction-id ";
  21           //  used for  checksums  of the dat a inside a  zip strea m for Fede ration
  22           pu blic final  static St ring httpH eaderImage Checksum =  "xxx-imag e-checksum ";
  23           pu blic final  static St ring httpH eaderTXTCh ecksum = " xxx-txt-ch ecksum";
  24           pu blic final  static St ring httpH eaderImage Quality =  "xxx-image -quality";
  25           pu blic final  static St ring httpH eaderVista ImageForma t = "xxx-i mage-forma t";
  26           pu blic final  static St ring httpH eaderImage Size = "xx x-image-le ngth";
  27           pu blic final  static St ring httpH eaderTxtSi ze = "xxx- txt-length ";
  28           pu blic final  static St ring httpH eaderConte ntTypeWith SubType =  "xxx-conte ntTypeWith SubType";
  29           pu blic final  static St ring httpH eaderBroke rSecurityT okenId = " xxx-securi tyToken";
  30           pu blic final  static St ring httpH eaderCache LocationId  = "xxx-ca cheLocatio nId";
  31           pu blic final  static St ring httpH eaderUserD ivision =  "xxx-userD ivision";
  32           pu blic final  static St ring httpH eaderMachi neName = " xxx-machin eName";
  33           pu blic final  static St ring httpH eaderPatie ntId = "xx x-patient- id";
  34           pu blic final  static St ring httpH eaderClien tVersion =  "xxx-clie nt-version ";
  35           pu blic final  static St ring httpH eaderReque stingVixSi teNumber =  "xxx-requ estingVixS iteNumber" ;
  36           pu blic final  static St ring httpH eaderAllow AddFederat ionCompres sion = "xx x-AllowAdd Federation Compressio n";
  37           pu blic final  static St ring httpH eaderOptio nContext =  "xxx-opti on-context ";
  38  
  39           //  request p arameters  that may b e passed t o explicit ly set the  router be havior
  40           pu blic final  static St ring httpR equestPara meterProto colOverrid e = "proto colOverrid e";
  41           pu blic final  static St ring httpR equestPara meterTarge tSite = "t argetSite" ;
  42  
  43           pu blic final  static St ring httpH eaderStora geSiteNumb er = "xxx- storageSit eNumber";
  44           pu blic final  static St ring httpH eaderStora geUsername  = " AI ";
  45           pu blic final  static St ring httpH eaderStora gePassword  = " AI ";
  46  
  47   }