90. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2018 2:59:10 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.

90.1 Files compared

# Location File Last Modified
1 v2.0_Sprint_15_Build_5.zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\model\response RfaiLookUpResponse.java Tue Apr 24 14:50:47 2018 UTC
2 v2.0_Sprint_15_Build_5..zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Backend\ars_app\src\main\java\gov\va\med\ars\model\response RfaiLookUpResponse.java Thu Apr 26 16:01:24 2018 UTC

90.2 Comparison summary

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

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

90.4 Active regular expressions

No regular expressions were active.

90.5 Comparison detail

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