15. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 1:06:54 PM 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.

15.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\constants ClaimSubmissionConstants.java Wed Mar 27 19:21:12 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\constants ClaimSubmissionConstants.java Thu Mar 28 17:50:38 2019 UTC

15.2 Comparison summary

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

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

15.4 Active regular expressions

No regular expressions were active.

15.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.a rs.constan ts;
  5  
  6   /**
  7    * @author  
D NS     GANGAV
  8    *
  9    */
  10   public int erface Cla imSubmissi onConstant s {
  11  
  12           St ring PROVI DER_NAME =  "provider Name";
  13           St ring PROVI DER_NPI =  "providerN pi";
  14           St ring PROVI DER_TIN =  "providerT in";
  15           St ring PATIE NT_LAST_NA ME = "pati entLastNam e";
  16           St ring PATIE NT_FIRST_N AME = "pat ientfirstN ame";
  17           St ring PATIE NT_ID = "p atientId";
  18           St ring PATIE NT_CONTROL _NUMBER =  "patientCo ntrolNumbe r";
  19           St ring LINE_ ITEM_CONTR OL_NUMBER  = "lineIte mControlNu mber";
  20           St ring MEDIC AL_RECORD_ NUMBER = " medicalRec ordNumber" ;
  21           St ring DATE_ SUBMITTED  = "datesub mitted";
  22           St ring REQUI RED_RESPON SE_DATE =  "requiredR esponseDat e";
  23           St ring PATIE NT_NAME =  "patientNa me";
  24           St ring PDI_C LAIM_ID =  "pdiClaimI d";
  25           St ring SUBMI SSION_ID =  "submissi onId";
  26           St ring STATU S = "statu s";
  27  
  28           St ring SUBMI SSION_ID_D B_COLUMN =  "submissi onid";
  29  
  30           St ring Claim _PDI_DB_CO LUMN_NAME  = "trn02fp psClaimId" ;
  31           St ring PROVI DER_NAME_D B_COLUMN =  "hl3nm103 svcbillprv nm";
  32           St ring PROVI DER_NPI_DB _COLUMN =  "hl3nm109p rvnpi";
  33           St ring PROVI DER_TIN_DB _COLUMN =  "hl2nm109s vcprvtin";
  34           St ring PATIE NT_LAST_NA ME_DB_COLU MN = "hl4n m103ptlstn m";
  35           St ring PATIE NT_FIRST_N AME_DB_COL UMN = "hl4 nm104ptftn m";
  36           St ring PATIE NT_ID_DB_C OLUMN = "h l4nm109pti d";
  37           St ring PATIE NT_CONTROL _NUMBER_DB _COLUMN =  "ref102ptc trlnmbr";
  38           St ring MEDIC AL_RECORD_ NUMBER_DB_ COLUMN = " ef302medre cnmbr";
  39           St ring RESPO NSE_DUE_DA TE_DB_COLU MN = "dtp2 03response duedate";
  40           St ring DATE_ SUBMITTED_ DB_COLUMN  = "datesub mitted";
  41           St ring SUBMI SSION_STAT US_DB_COLU MN = "subm issionStat us";
  42  
  43           St ring SUBMI SSION_SUBM ITTED_STAT US = "SUBM ITTED";
  44           St ring SUBMI SSION_PEND ING_STATUS  = "PENDIN G";
  45           St ring SUBMI SSION_ERRO R_STATUS =  "ERROR";
  46           St ring SUBMI SSION_COMP LETE_STATU S = "COMPL ETE";
  47           St ring SUBMI SSION_ABAN DONED_STAT US = "ABAN DONED";
  48           St ring SUBMI SSION_CLOS ED_STATUS  = "CLOSED" ;
  49           St ring SUBMI SSION_MANU ALLY_CLOSE D_STATUS =  "MANUALLY  CLOSED";
  50  
  51           St ring SUBMI TTED_TEMPL ATE = "sub mittedTemp late";
  52           St ring ERROR _TEMPLATE  = "errorTe mplate";
  53           St ring ABAND ONED_TEMPL ATE = "aba ndonedTemp late";
  54           St ring COMPL ETE_TEMPLA TE = "comp leteTempla te";
  55           St ring MANUA LLY_CLOSED  = "manual lyClosedTe mplate";
  56           
  57           //  these sta tuses are  not used a nymore.
  58           St ring PENDI NG_TEMPLAT E = "pendi ngTemplate ";
  59           St ring CLOSE D_TEMPLATE  = "comple teTemplate ";
  60  
  61  
  62   }