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

91.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 RfaiResponse.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 RfaiResponse.java Thu Apr 26 16:01:44 2018 UTC

91.2 Comparison summary

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

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

91.4 Active regular expressions

No regular expressions were active.

91.5 Comparison detail

  1   package go v.va.med.a rs.model.r esponse;
  2  
  3   import jav a.util.Lis t;
  4  
  5   import com .fasterxml .jackson.a nnotation. JsonIgnore Properties ;
  6   import com .fasterxml .jackson.a nnotation. JsonInclud e;
  7  
  8   /**
  9    * @author   PI I
  10    *
  11    */
  12   @JsonIgnor ePropertie s(ignoreUn known = tr ue)
  13   public cla ss RfaiRes ponse {
  14  
  15           @J sonInclude (JsonInclu de.Include .NON_NULL)
  16           pr ivate Long  claimId;
  17  
  18           pr ivate Stri ng payerNa me;
  19           pr ivate Stri ng payerId ;
  20           pr ivate Stri ng informa tionReceiv er;
  21           pr ivate Stri ng respons eDate;
  22  
  23           @J sonInclude (JsonInclu de.Include .NON_NULL)
  24           pr ivate Stri ng contact Informatio n;
  25  
  26           pr ivate Stri ng provide rInformati on;
  27           pr ivate Stri ng provide rNpi;
  28           pr ivate Stri ng provide rTin;
  29           pr ivate Stri ng patient Lastname;
  30           pr ivate Stri ng patient FirstName;
  31           pr ivate Stri ng patient Identifier ;
  32           pr ivate Stri ng patient controlNum ber;
  33           pr ivate Stri ng payerCl aimControl Number;
  34           pr ivate Stri ng billTyp e;
  35           pr ivate Stri ng clearin gHouseId;
  36           pr ivate Stri ng medical RecordNumb er;
  37  
  38           @J sonInclude (JsonInclu de.Include .NON_NULL)
  39           pr ivate Stri ng service FromDate;
  40           @J sonInclude (JsonInclu de.Include .NON_NULL)
  41           pr ivate Stri ng service ToDate;
  42  
  43           @J sonInclude (JsonInclu de.Include .NON_NULL)
  44           pr ivate Stri ng claimSt atus;
  45           @J sonInclude (JsonInclu de.Include .NON_NULL)
  46           pr ivate Stri ng loincCo de;
  47           @J sonInclude (JsonInclu de.Include .NON_NULL)
  48           pr ivate Stri ng loincCo deModifier ;
  49  
  50           @J sonInclude (JsonInclu de.Include .NON_NULL)
  51           pr ivate List <RfaiLineI temRespons e> rfaiLin eItemRespo nse;
  52  
  53           /* *
  54            *  
  55            * /
  56           pu blic RfaiR esponse()  {
  57                    supe r();
  58           }
  59  
  60           /* *
  61            *  @param cl aimId
  62            *  @param pa yerName
  63            *  @param pa yerId
  64            *  @param in formationR eceiver
  65            *  @param re sponseDate
  66            *  @param pr oviderInfo rmation
  67            *  @param pr oviderNpi
  68            *  @param pr ovicerTin
  69            *  @param pa tientLastn ame
  70            *  @param pa tientFirst Name
  71            *  @param pa tientIdent ifier
  72            *  @param pa tientcontr olNumber
  73            *  @param pa yerClaimCo ntrolNumbe r
  74            *  @param bi llType
  75            *  @param cl earingHous eId
  76            *  @param me dicalRecor dNumber
  77            *  @param se rviceFromD ate
  78            *  @param se rvicetoDat e
  79            * /
  80           pu blic RfaiR esponse(Lo ng claimId , String p ayerName,  String pay erId, Stri ng informa tionReceiv er, String  responseD ate,
  81                             String  providerI nformation , String p roviderNpi , String p rovicerTin , String p atientLast name,
  82                             String  patientFi rstName, S tring pati entIdentif ier, Strin g patientc ontrolNumb er,
  83                             String  payerClai mControlNu mber, Stri ng billTyp e, String  clearingHo useId, Str ing medica lRecordNum ber,
  84                             String  serviceFr omDate, St ring servi cetoDate)  {
  85                    supe r();
  86                    this .claimId =  claimId;
  87                    this .payerName  = payerNa me;
  88                    this .payerId =  payerId;
  89                    this .informati onReceiver  = informa tionReceiv er;
  90                    this .responseD ate = resp onseDate;
  91                    this .providerI nformation  = provide rInformati on;
  92                    this .providerN pi = provi derNpi;
  93                    this .providerT in = provi cerTin;
  94                    this .patientLa stname = p atientLast name;
  95                    this .patientFi rstName =  patientFir stName;
  96                    this .patientId entifier =  patientId entifier;
  97                    this .patientco ntrolNumbe r = patien tcontrolNu mber;
  98                    this .payerClai mControlNu mber = pay erClaimCon trolNumber ;
  99                    this .billType  = billType ;
  100                    this .clearingH ouseId = c learingHou seId;
  101                    this .medicalRe cordNumber  = medical RecordNumb er;
  102                    this .serviceFr omDate = s erviceFrom Date;
  103                    this .serviceTo Date = ser vicetoDate ;
  104           }
  105  
  106           /* *
  107            *  @param cl aimId
  108            *  @param pa yerName
  109            *  @param pa yerId
  110            *  @param in formationR eceiver
  111            *  @param re sponseDate
  112            *  @param pr oviderInfo rmation
  113            *  @param pr oviderNpi
  114            *  @param pr ovicerTin
  115            *  @param pa tientLastn ame
  116            *  @param pa tientFirst Name
  117            *  @param pa tientIdent ifier
  118            *  @param pa tientcontr olNumber
  119            *  @param pa yerClaimCo ntrolNumbe r
  120            *  @param bi llType
  121            *  @param cl earingHous eId
  122            *  @param me dicalRecor dNumber
  123            *  @param se rviceFromD ate
  124            *  @param se rvicetoDat e
  125            *  @param rf aiLineItem Response
  126            * /
  127           pu blic RfaiR esponse(Lo ng claimId , String p ayerName,  String pay erId, Stri ng informa tionReceiv er, String  responseD ate,
  128                             String  providerI nformation , String p roviderNpi , String p rovicerTin , String p atientLast name,
  129                             String  patientFi rstName, S tring pati entIdentif ier, Strin g patientc ontrolNumb er,
  130                             String  payerClai mControlNu mber, Stri ng billTyp e, String  clearingHo useId, Str ing medica lRecordNum ber,
  131                             String  serviceFr omDate, St ring servi cetoDate,  List<RfaiL ineItemRes ponse> rfa iLineItemR esponse) {
  132                    supe r();
  133                    this .claimId =  claimId;
  134                    this .payerName  = payerNa me;
  135                    this .payerId =  payerId;
  136                    this .informati onReceiver  = informa tionReceiv er;
  137                    this .responseD ate = resp onseDate;
  138                    this .providerI nformation  = provide rInformati on;
  139                    this .providerN pi = provi derNpi;
  140                    this .providerT in = provi cerTin;
  141                    this .patientLa stname = p atientLast name;
  142                    this .patientFi rstName =  patientFir stName;
  143                    this .patientId entifier =  patientId entifier;
  144                    this .patientco ntrolNumbe r = patien tcontrolNu mber;
  145                    this .payerClai mControlNu mber = pay erClaimCon trolNumber ;
  146                    this .billType  = billType ;
  147                    this .clearingH ouseId = c learingHou seId;
  148                    this .medicalRe cordNumber  = medical RecordNumb er;
  149                    this .serviceFr omDate = s erviceFrom Date;
  150                    this .serviceTo Date = ser vicetoDate ;
  151                    this .rfaiLineI temRespons e = rfaiLi neItemResp onse;
  152           }
  153  
  154           /* *
  155            *  @param cl aimId
  156            *  @param pa yerName
  157            *  @param pa yerId
  158            *  @param in formationR eceiver
  159            *  @param re sponseDate
  160            *  @param co ntactInfor mation
  161            *  @param pr oviderInfo rmation
  162            *  @param pr oviderNpi
  163            *  @param pr ovicerTin
  164            *  @param pa tientLastn ame
  165            *  @param pa tientFirst Name
  166            *  @param pa tientIdent ifier
  167            *  @param pa tientcontr olNumber
  168            *  @param pa yerClaimCo ntrolNumbe r
  169            *  @param bi llType
  170            *  @param cl earingHous eId
  171            *  @param me dicalRecor dNumber
  172            *  @param se rviceFromD ate
  173            *  @param se rvicetoDat e
  174            *  @param cl aimStatus
  175            *  @param lo incCode
  176            *  @param lo incModifie r
  177            *  @param rf aiLineItem Response
  178            * /
  179           pu blic RfaiR esponse(Lo ng claimId , String p ayerName,  String pay erId, Stri ng informa tionReceiv er, String  responseD ate,
  180                             String  contactIn formation,  String pr oviderInfo rmation, S tring prov iderNpi, S tring prov icerTin,
  181                             String  patientLa stname, St ring patie ntFirstNam e, String  patientIde ntifier, S tring pati entcontrol Number,
  182                             String  payerClai mControlNu mber, Stri ng billTyp e, String  clearingHo useId, Str ing medica lRecordNum ber,
  183                             String  serviceFr omDate, St ring servi cetoDate,  String cla imStatus,  String loi ncCode, St ring loinc CodeModifi er,
  184                             List<R faiLineIte mResponse>  rfaiLineI temRespons e) {
  185                    supe r();
  186                    this .claimId =  claimId;
  187                    this .payerName  = payerNa me;
  188                    this .payerId =  payerId;
  189                    this .informati onReceiver  = informa tionReceiv er;
  190                    this .responseD ate = resp onseDate;
  191                    this .contactIn formation  = contactI nformation ;
  192                    this .providerI nformation  = provide rInformati on;
  193                    this .providerN pi = provi derNpi;
  194                    this .providerT in = provi cerTin;
  195                    this .patientLa stname = p atientLast name;
  196                    this .patientFi rstName =  patientFir stName;
  197                    this .patientId entifier =  patientId entifier;
  198                    this .patientco ntrolNumbe r = patien tcontrolNu mber;
  199                    this .payerClai mControlNu mber = pay erClaimCon trolNumber ;
  200                    this .billType  = billType ;
  201                    this .clearingH ouseId = c learingHou seId;
  202                    this .medicalRe cordNumber  = medical RecordNumb er;
  203                    this .serviceFr omDate = s erviceFrom Date;
  204                    this .serviceTo Date = ser vicetoDate ;
  205                    this .claimStat us = claim Status;
  206                    this .loincCode  = loincCo de;
  207                    this .loincCode Modifier =  loincCode Modifier;
  208                    this .rfaiLineI temRespons e = rfaiLi neItemResp onse;
  209           }
  210  
  211           /* *
  212            *  
  213            *  @return c laimId
  214            * /
  215           pu blic Long  getClaimId () {
  216                    retu rn claimId ;
  217           }
  218  
  219           /* *
  220            *  
  221            *  @param cl aimId
  222            * /
  223           pu blic void  setClaimId (Long clai mId) {
  224                    this .claimId =  claimId;
  225           }
  226  
  227           /* *
  228            *  
  229            *  @return c laimStatus
  230            * /
  231           pu blic Strin g getClaim Status() {
  232                    retu rn claimSt atus;
  233           }
  234  
  235           /* *
  236            *  
  237            *  @param cl aimStatus
  238            * /
  239           pu blic void  setClaimSt atus(Strin g claimSta tus) {
  240                    this .claimStat us = claim Status;
  241           }
  242  
  243           /* *
  244            *  
  245            *  @return l oincCode
  246            * /
  247           pu blic Strin g getLoinc Code() {
  248                    retu rn loincCo de;
  249           }
  250  
  251           /* *
  252            *  
  253            *  @param lo incCode
  254            * /
  255           pu blic void  setLoincCo de(String  loincCode)  {
  256                    this .loincCode  = loincCo de;
  257           }
  258  
  259           /* *
  260            *  
  261            *  @return l oincModifi er
  262            * /
  263           pu blic Strin g getLoinc CodeModifi er() {
  264                    retu rn loincCo deModifier ;
  265           }
  266  
  267           /* *
  268            *  
  269            *  @param lo incModifie r
  270            * /
  271           pu blic void  setLoincCo deModifier (String lo incCodeMod ifier) {
  272                    this .loincCode Modifier =  loincCode Modifier;
  273           }
  274  
  275           /* *
  276            *  @return t he payerNa me
  277            * /
  278           pu blic Strin g getPayer Name() {
  279                    retu rn payerNa me;
  280           }
  281  
  282           /* *
  283            *  @param pa yerName
  284            *              the paye rName to s et
  285            * /
  286           pu blic void  setPayerNa me(String  payerName)  {
  287                    this .payerName  = payerNa me;
  288           }
  289  
  290           /* *
  291            *  @return t he payerId
  292            * /
  293           pu blic Strin g getPayer Id() {
  294                    retu rn payerId ;
  295           }
  296  
  297           /* *
  298            *  @param pa yerId
  299            *              the paye rId to set
  300            * /
  301           pu blic void  setPayerId (String pa yerId) {
  302                    this .payerId =  payerId;
  303           }
  304  
  305           /* *
  306            *  @return t he informa tionReceiv er
  307            * /
  308           pu blic Strin g getInfor mationRece iver() {
  309                    retu rn informa tionReceiv er;
  310           }
  311  
  312           /* *
  313            *  @param in formationR eceiver
  314            *              the info rmationRec eiver to s et
  315            * /
  316           pu blic void  setInforma tionReceiv er(String  informatio nReceiver)  {
  317                    this .informati onReceiver  = informa tionReceiv er;
  318           }
  319  
  320           /* *
  321            *  @return t he respons eDate
  322            * /
  323           pu blic Strin g getRespo nseDate()  {
  324                    retu rn respons eDate;
  325           }
  326  
  327           /* *
  328            *  @param re sponseDate
  329            *              the resp onseDate t o set
  330            * /
  331           pu blic void  setRespons eDate(Stri ng respons eDate) {
  332                    this .responseD ate = resp onseDate;
  333           }
  334  
  335           /* *
  336            *  @return t he contact Informatio n
  337            * /
  338           pu blic Strin g getConta ctInformat ion() {
  339                    retu rn contact Informatio n;
  340           }
  341  
  342           /* *
  343            *  @param co ntactInfor mation
  344            *              the cont actInforma tion to se t
  345            * /
  346           pu blic void  setContact Informatio n(String c ontactInfo rmation) {
  347                    this .contactIn formation  = contactI nformation ;
  348           }
  349  
  350           /* *
  351            *  @return t he provide rInformati on
  352            * /
  353           pu blic Strin g getProvi derInforma tion() {
  354                    retu rn provide rInformati on;
  355           }
  356  
  357           /* *
  358            *  @param pr oviderInfo rmation
  359            *              the prov iderInform ation to s et
  360            * /
  361           pu blic void  setProvide rInformati on(String  providerIn formation)  {
  362                    this .providerI nformation  = provide rInformati on;
  363           }
  364  
  365           /* *
  366            *  @return t he provide rNpi
  367            * /
  368           pu blic Strin g getProvi derNpi() {
  369                    retu rn provide rNpi;
  370           }
  371  
  372           /* *
  373            *  @param pr oviderNpi
  374            *              the prov iderNpi to  set
  375            * /
  376           pu blic void  setProvide rNpi(Strin g provider Npi) {
  377                    this .providerN pi = provi derNpi;
  378           }
  379  
  380           /* *
  381            *  @return t he provice rTin
  382            * /
  383           pu blic Strin g getProvi derTin() {
  384                    retu rn provide rTin;
  385           }
  386  
  387           /* *
  388            *  @param pr oviderTin
  389            *              the prov icerTin to  set
  390            * /
  391           pu blic void  setProvide rTin(Strin g provider Tin) {
  392                    this .providerT in = provi derTin;
  393           }
  394  
  395           /* *
  396            *  @return t he patient Lastname
  397            * /
  398           pu blic Strin g getPatie ntLastname () {
  399                    retu rn patient Lastname;
  400           }
  401  
  402           /* *
  403            *  @param pa tientLastn ame
  404            *              the pati entLastnam e to set
  405            * /
  406           pu blic void  setPatient Lastname(S tring pati entLastnam e) {
  407                    this .patientLa stname = p atientLast name;
  408           }
  409  
  410           /* *
  411            *  @return t he patient FirstName
  412            * /
  413           pu blic Strin g getPatie ntFirstNam e() {
  414                    retu rn patient FirstName;
  415           }
  416  
  417           /* *
  418            *  @param pa tientFirst Name
  419            *              the pati entFirstNa me to set
  420            * /
  421           pu blic void  setPatient FirstName( String pat ientFirstN ame) {
  422                    this .patientFi rstName =  patientFir stName;
  423           }
  424  
  425           /* *
  426            *  @return t he patient Identifier
  427            * /
  428           pu blic Strin g getPatie ntIdentifi er() {
  429                    retu rn patient Identifier ;
  430           }
  431  
  432           /* *
  433            *  @param pa tientIdent ifier
  434            *              the pati entIdentif ier to set
  435            * /
  436           pu blic void  setPatient Identifier (String pa tientIdent ifier) {
  437                    this .patientId entifier =  patientId entifier;
  438           }
  439  
  440           /* *
  441            *  @return t he patient controlNum ber
  442            * /
  443           pu blic Strin g getPatie ntcontrolN umber() {
  444                    retu rn patient controlNum ber;
  445           }
  446  
  447           /* *
  448            *  @param pa tientcontr olNumber
  449            *              the pati entcontrol Number to  set
  450            * /
  451           pu blic void  setPatient controlNum ber(String  patientco ntrolNumbe r) {
  452                    this .patientco ntrolNumbe r = patien tcontrolNu mber;
  453           }
  454  
  455           /* *
  456            *  @return t he payerCl aimControl Number
  457            * /
  458           pu blic Strin g getPayer ClaimContr olNumber()  {
  459                    retu rn payerCl aimControl Number;
  460           }
  461  
  462           /* *
  463            *  @param pa yerClaimCo ntrolNumbe r
  464            *              the paye rClaimCont rolNumber  to set
  465            * /
  466           pu blic void  setPayerCl aimControl Number(Str ing payerC laimContro lNumber) {
  467                    this .payerClai mControlNu mber = pay erClaimCon trolNumber ;
  468           }
  469  
  470           /* *
  471            *  @return t he billTyp e
  472            * /
  473           pu blic Strin g getBillT ype() {
  474                    retu rn billTyp e;
  475           }
  476  
  477           /* *
  478            *  @param bi llType
  479            *              the bill Type to se t
  480            * /
  481           pu blic void  setBillTyp e(String b illType) {
  482                    this .billType  = billType ;
  483           }
  484  
  485           /* *
  486            *  @return t he medical RecordNumb er
  487            * /
  488           pu blic Strin g getMedic alRecordNu mber() {
  489                    retu rn medical RecordNumb er;
  490           }
  491  
  492           /* *
  493            *  @param me dicalRecor dNumber
  494            *              the medi calRecordN umber to s et
  495            * /
  496           pu blic void  setMedical RecordNumb er(String  medicalRec ordNumber)  {
  497                    this .medicalRe cordNumber  = medical RecordNumb er;
  498           }
  499  
  500           /* *
  501            *  @return t he clearin gHouseId
  502            * /
  503           pu blic Strin g getClear ingHouseId () {
  504                    retu rn clearin gHouseId;
  505           }
  506  
  507           /* *
  508            *  @param cl earingHous eId
  509            *              the clea ringHouseI d to set
  510            * /
  511           pu blic void  setClearin gHouseId(S tring clea ringHouseI d) {
  512                    this .clearingH ouseId = c learingHou seId;
  513           }
  514  
  515           /* *
  516            *  @return t he rfaiLin eItemRespo nse
  517            * /
  518           pu blic List< RfaiLineIt emResponse > getRfaiL ineItemRes ponse() {
  519                    retu rn rfaiLin eItemRespo nse;
  520           }
  521  
  522           /* *
  523            *  @param rf aiLineItem Response
  524            *              the rfai LineItemRe sponse to  set
  525            * /
  526           pu blic void  setRfaiLin eItemRespo nse(List<R faiLineIte mResponse>  rfaiLineI temRespons e) {
  527                    this .rfaiLineI temRespons e = rfaiLi neItemResp onse;
  528           }
  529  
  530           /* *
  531            *  @return t he service FromDate
  532            * /
  533           pu blic Strin g getServi ceFromDate () {
  534                    retu rn service FromDate;
  535           }
  536  
  537           /* *
  538            *  @param se rviceFromD ate
  539            *              the serv iceFromDat e to set
  540            * /
  541           pu blic void  setService FromDate(S tring serv iceFromDat e) {
  542                    this .serviceFr omDate = s erviceFrom Date;
  543           }
  544  
  545           /* *
  546            *  @return t he service toDate
  547            * /
  548           pu blic Strin g getServi ceToDate()  {
  549                    retu rn service ToDate;
  550           }
  551  
  552           /* *
  553            *  @param se rviceToDat e
  554            *              the serv icetoDate  to set
  555            * /
  556           pu blic void  setService ToDate(Str ing servic eToDate) {
  557                    this .serviceTo Date = ser viceToDate ;
  558           }
  559   }