56. EPMO Open Source Coordination Office Redaction File Detail Report

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

56.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\model\response RfaiLookUpResponse.java Wed Mar 27 19:22:45 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\model\response RfaiLookUpResponse.java Thu Mar 28 17:50:48 2019 UTC

56.2 Comparison summary

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

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

56.4 Active regular expressions

No regular expressions were active.

56.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.a rs.model.r esponse;
  5  
  6   import jav a.math.Big Integer;
  7  
  8   /**
  9    * @author  
D NS     GANGAV
  10    *
  11    */
  12   public cla ss RfaiLoo kUpRespons e {
  13  
  14           Bi gInteger s ubmissionI d;
  15           Bi gInteger p diClaimId;
  16           St ring patie ntName;
  17           St ring provi derName;
  18           St ring statu s;
  19           St ring dates ubmitted;
  20           St ring requi redRespons eDate;
  21           St ring provi derNpi;
  22           St ring provi derTin;
  23           St ring patie ntId;
  24           St ring patie ntControlN umber;
  25           St ring medic alRecordNu mber;
  26  
  27           /* *
  28            *  
  29            * /
  30           pu blic RfaiL ookUpRespo nse() {
  31                    // T ODO Auto-g enerated c onstructor  stub
  32           }
  33  
  34           /* *
  35            *  @param su bmissionId
  36            *  @param pd iClaimId
  37            *  @param pa tientName
  38            *  @param pr oviderName
  39            *  @param st atus
  40            *  @param da tesubmitte d
  41            *  @param re quiredResp onseDate
  42            *  @param pr oviderNpi
  43            *  @param pr oviderTin
  44            *  @param pa tientId
  45            *  @param pa tientContr olNumber
  46            *  @param me dicalRecor dNumber
  47            * /
  48           pu blic RfaiL ookUpRespo nse(BigInt eger submi ssionId, B igInteger  pdiClaimId , String p atientName , String p roviderNam e,
  49                             String  status, S tring date submitted,  String re quiredResp onseDate,  String pro viderNpi,  String pro viderTin,
  50                             String  patientId , String p atientCont rolNumber,  String me dicalRecor dNumber) {
  51                    supe r();
  52                    this .submissio nId = subm issionId;
  53                    this .pdiClaimI d = pdiCla imId;
  54                    this .patientNa me = patie ntName;
  55                    this .providerN ame = prov iderName;
  56                    this .status =  status;
  57                    this .datesubmi tted = dat esubmitted ;
  58                    this .requiredR esponseDat e = requir edResponse Date;
  59                    this .providerN pi = provi derNpi;
  60                    this .providerT in = provi derTin;
  61                    this .patientId  = patient Id;
  62                    this .patientCo ntrolNumbe r = patien tControlNu mber;
  63                    this .medicalRe cordNumber  = medical RecordNumb er;
  64           }
  65  
  66           /* *
  67            *  @return t he submiss ionId
  68            * /
  69           pu blic BigIn teger getS ubmissionI d() {
  70                    retu rn submiss ionId;
  71           }
  72  
  73           /* *
  74            *  @param su bmissionId
  75            *              the subm issionId t o set
  76            * /
  77           pu blic void  setSubmiss ionId(BigI nteger sub missionId)  {
  78                    this .submissio nId = subm issionId;
  79           }
  80  
  81           /* *
  82            *  @return t he pdiClai mId
  83            * /
  84           pu blic BigIn teger getP diClaimId( ) {
  85                    retu rn pdiClai mId;
  86           }
  87  
  88           /* *
  89            *  @param pd iClaimId
  90            *              the pdiC laimId to  set
  91            * /
  92           pu blic void  setPdiClai mId(BigInt eger pdiCl aimId) {
  93                    this .pdiClaimI d = pdiCla imId;
  94           }
  95  
  96           /* *
  97            *  @return t he patirnt Name
  98            * /
  99           pu blic Strin g getPatie ntName() {
  100                    retu rn patient Name;
  101           }
  102  
  103           /* *
  104            *  @param pa tirntName
  105            *              the pati rntName to  set
  106            * /
  107           pu blic void  setPatient Name(Strin g patientN ame) {
  108                    this .patientNa me = patie ntName;
  109           }
  110  
  111           /* *
  112            *  @return t he provide rName
  113            * /
  114           pu blic Strin g getProvi derName()  {
  115                    retu rn provide rName;
  116           }
  117  
  118           /* *
  119            *  @param pr oviderName
  120            *              the prov iderName t o set
  121            * /
  122           pu blic void  setProvide rName(Stri ng provide rName) {
  123                    this .providerN ame = prov iderName;
  124           }
  125  
  126           /* *
  127            *  @return t he status
  128            * /
  129           pu blic Strin g getStatu s() {
  130                    retu rn status;
  131           }
  132  
  133           /* *
  134            *  @param st atus
  135            *              the stat us to set
  136            * /
  137           pu blic void  setStatus( String sta tus) {
  138                    this .status =  status;
  139           }
  140  
  141           /* *
  142            *  @return t he datesub mitted
  143            * /
  144           pu blic Strin g getDates ubmitted()  {
  145                    retu rn datesub mitted;
  146           }
  147  
  148           /* *
  149            *  @param da tesubmitte d
  150            *              the date submitted  to set
  151            * /
  152           pu blic void  setDatesub mitted(Str ing datesu bmitted) {
  153                    this .datesubmi tted = dat esubmitted ;
  154           }
  155  
  156           /* *
  157            *  @return t he require dResponseD ate
  158            * /
  159           pu blic Strin g getRequi redRespons eDate() {
  160                    retu rn require dResponseD ate;
  161           }
  162  
  163           /* *
  164            *  @param re quiredResp onseDate
  165            *              the requ iredRespon seDate to  set
  166            * /
  167           pu blic void  setRequire dResponseD ate(String  requiredR esponseDat e) {
  168                    this .requiredR esponseDat e = requir edResponse Date;
  169           }
  170  
  171           /* *
  172            *  @return t he provide rNpi
  173            * /
  174           pu blic Strin g getProvi derNpi() {
  175                    retu rn provide rNpi;
  176           }
  177  
  178           /* *
  179            *  @param pr oviderNpi
  180            *              the prov iderNpi to  set
  181            * /
  182           pu blic void  setProvide rNpi(Strin g provider Npi) {
  183                    this .providerN pi = provi derNpi;
  184           }
  185  
  186           /* *
  187            *  @return t he provide rTin
  188            * /
  189           pu blic Strin g getProvi derTin() {
  190                    retu rn provide rTin;
  191           }
  192  
  193           /* *
  194            *  @param pr oviderTin
  195            *              the prov iderTin to  set
  196            * /
  197           pu blic void  setProvide rTin(Strin g provider Tin) {
  198                    this .providerT in = provi derTin;
  199           }
  200  
  201           /* *
  202            *  @return t he patient Id
  203            * /
  204           pu blic Strin g getPatie ntId() {
  205                    retu rn patient Id;
  206           }
  207  
  208           /* *
  209            *  @param pa tientId
  210            *              the pati entId to s et
  211            * /
  212           pu blic void  setPatient Id(String  patientId)  {
  213                    this .patientId  = patient Id;
  214           }
  215  
  216           /* *
  217            *  @return t he patient ControlNum ber
  218            * /
  219           pu blic Strin g getPatie ntControlN umber() {
  220                    retu rn patient ControlNum ber;
  221           }
  222  
  223           /* *
  224            *  @param pa tientContr olNumber
  225            *              the pati entControl Number to  set
  226            * /
  227           pu blic void  setPatient ControlNum ber(String  patientCo ntrolNumbe r) {
  228                    this .patientCo ntrolNumbe r = patien tControlNu mber;
  229           }
  230  
  231           /* *
  232            *  @return t he medical RecordNumb er
  233            * /
  234           pu blic Strin g getMedic alRecordNu mber() {
  235                    retu rn medical RecordNumb er;
  236           }
  237  
  238           /* *
  239            *  @param me dicalRecor dNumber
  240            *              the medi calRecordN umber to s et
  241            * /
  242           pu blic void  setMedical RecordNumb er(String  medicalRec ordNumber)  {
  243                    this .medicalRe cordNumber  = medical RecordNumb er;
  244           }
  245  
  246   }