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.
| # | 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\request | RfaiLookupRequest.java | Tue Apr 24 14:50:46 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\request | RfaiLookupRequest.java | Thu Apr 26 15:57:23 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 632 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | /** | |
| 2 | * | |
| 3 | */ | |
| 4 | package go v.va.med.a rs.model.r equest; | |
| 5 | ||
| 6 | import org .springfra mework.ste reotype.Co mponent; | |
| 7 | ||
| 8 | import com .fasterxml .jackson.a nnotation. JsonInclud e; | |
| 9 | ||
| 10 | /** | |
| 11 | * @author PI I
|
|
| 12 | * | |
| 13 | */ | |
| 14 | @Component | |
| 15 | public cla ss RfaiLoo kupRequest { | |
| 16 | ||
| 17 | pr ivate Inte ger pageSi ze; | |
| 18 | pr ivate Stri ng sortCol umn; | |
| 19 | pr ivate Bool ean descen ding; | |
| 20 | pr ivate Inte ger pageNu mber; | |
| 21 | ||
| 22 | pr ivate Stri ng number; | |
| 23 | ||
| 24 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 25 | pr ivate Stri ng provide rName; | |
| 26 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 27 | pr ivate Stri ng provide rNpi; | |
| 28 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 29 | pr ivate Stri ng provide rTin; | |
| 30 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 31 | pr ivate Stri ng patient LastName; | |
| 32 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 33 | pr ivate Stri ng patient firstName; | |
| 34 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 35 | pr ivate Stri ng patient Identifier ; | |
| 36 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 37 | pr ivate Stri ng patient ControlNum ber; | |
| 38 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 39 | pr ivate Stri ng lineIte mControlNu mber; | |
| 40 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 41 | pr ivate Stri ng service StartDate; | |
| 42 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 43 | pr ivate Stri ng service EndDate; | |
| 44 | @J sonInclude (JsonInclu de.Include .NON_NULL) | |
| 45 | pr ivate Stri ng medical RecordNumb er; | |
| 46 | ||
| 47 | /* * | |
| 48 | * | |
| 49 | * / | |
| 50 | pu blic RfaiL ookupReque st() { | |
| 51 | // T ODO Auto-g enerated c onstructor stub | |
| 52 | } | |
| 53 | ||
| 54 | /* * | |
| 55 | * @param nu mber | |
| 56 | * / | |
| 57 | pu blic RfaiL ookupReque st(String number) { | |
| 58 | supe r(); | |
| 59 | this .number = number; | |
| 60 | } | |
| 61 | ||
| 62 | /* * | |
| 63 | * @param id | |
| 64 | * @param pr oviderName | |
| 65 | * @param pr oviderNpi | |
| 66 | * @param pr oviderTin | |
| 67 | * @param pa tientLastN ame | |
| 68 | * @param pa tientfirst Name | |
| 69 | * @param pa tientIdent ifier | |
| 70 | * @param pa tientContr olNumber | |
| 71 | * @param li neItemCont rolNumber | |
| 72 | * @param se rviceStart Date | |
| 73 | * @param se rviceEndDa te | |
| 74 | * @param me dicalRecor dNumber | |
| 75 | * / | |
| 76 | pu blic RfaiL ookupReque st(String number, St ring provi derName, S tring prov iderNpi, S tring prov iderTin, S tring pati entLastNam e, | |
| 77 | String patientfi rstName, S tring pati entIdentif ier, Strin g patientC ontrolNumb er, String lineItemC ontrolNumb er, | |
| 78 | String serviceSt artDate, S tring serv iceEndDate , String m edicalReco rdNumber) { | |
| 79 | supe r(); | |
| 80 | this .number = number; | |
| 81 | this .providerN ame = prov iderName; | |
| 82 | this .providerN pi = provi derNpi; | |
| 83 | this .providerT in = provi derTin; | |
| 84 | this .patientLa stName = p atientLast Name; | |
| 85 | this .patientfi rstName = patientfir stName; | |
| 86 | this .patientId entifier = patientId entifier; | |
| 87 | this .patientCo ntrolNumbe r = patien tControlNu mber; | |
| 88 | this .lineItemC ontrolNumb er = lineI temControl Number; | |
| 89 | this .serviceSt artDate = serviceSta rtDate; | |
| 90 | this .serviceEn dDate = se rviceEndDa te; | |
| 91 | this .medicalRe cordNumber = medical RecordNumb er; | |
| 92 | } | |
| 93 | ||
| 94 | /* * | |
| 95 | * @return t he number | |
| 96 | * / | |
| 97 | pu blic Strin g getNumbe r() { | |
| 98 | retu rn number; | |
| 99 | } | |
| 100 | ||
| 101 | /* * | |
| 102 | * @param nu mber the n umber to s et | |
| 103 | * / | |
| 104 | pu blic void setNumber( String num ber) { | |
| 105 | this .number = number; | |
| 106 | } | |
| 107 | ||
| 108 | /* * | |
| 109 | * @return t he provide rName | |
| 110 | * / | |
| 111 | pu blic Strin g getProvi derName() { | |
| 112 | retu rn provide rName; | |
| 113 | } | |
| 114 | ||
| 115 | /* * | |
| 116 | * @param pr oviderName the provi derName to set | |
| 117 | * / | |
| 118 | pu blic void setProvide rName(Stri ng provide rName) { | |
| 119 | this .providerN ame = prov iderName; | |
| 120 | } | |
| 121 | ||
| 122 | /* * | |
| 123 | * @return t he provide rNpi | |
| 124 | * / | |
| 125 | pu blic Strin g getProvi derNpi() { | |
| 126 | retu rn provide rNpi; | |
| 127 | } | |
| 128 | ||
| 129 | /* * | |
| 130 | * @param pr oviderNpi the provid erNpi to s et | |
| 131 | * / | |
| 132 | pu blic void setProvide rNpi(Strin g provider Npi) { | |
| 133 | this .providerN pi = provi derNpi; | |
| 134 | } | |
| 135 | ||
| 136 | /* * | |
| 137 | * @return t he provide rTin | |
| 138 | * / | |
| 139 | pu blic Strin g getProvi derTin() { | |
| 140 | retu rn provide rTin; | |
| 141 | } | |
| 142 | ||
| 143 | /* * | |
| 144 | * @param pr oviderTin the provid erTin to s et | |
| 145 | * / | |
| 146 | pu blic void setProvide rTin(Strin g provider Tin) { | |
| 147 | this .providerT in = provi derTin; | |
| 148 | } | |
| 149 | ||
| 150 | /* * | |
| 151 | * @return t he patient LastName | |
| 152 | * / | |
| 153 | pu blic Strin g getPatie ntLastName () { | |
| 154 | retu rn patient LastName; | |
| 155 | } | |
| 156 | ||
| 157 | /* * | |
| 158 | * @param pa tientLastN ame the pa tientLastN ame to set | |
| 159 | * / | |
| 160 | pu blic void setPatient LastName(S tring pati entLastNam e) { | |
| 161 | this .patientLa stName = p atientLast Name; | |
| 162 | } | |
| 163 | ||
| 164 | /* * | |
| 165 | * @return t he patient firstName | |
| 166 | * / | |
| 167 | pu blic Strin g getPatie ntfirstNam e() { | |
| 168 | retu rn patient firstName; | |
| 169 | } | |
| 170 | ||
| 171 | /* * | |
| 172 | * @param pa tientfirst Name the p atientfirs tName to s et | |
| 173 | * / | |
| 174 | pu blic void setPatient firstName( String pat ientfirstN ame) { | |
| 175 | this .patientfi rstName = patientfir stName; | |
| 176 | } | |
| 177 | ||
| 178 | /* * | |
| 179 | * @return t he patient Identifier | |
| 180 | * / | |
| 181 | pu blic Strin g getPatie ntIdentifi er() { | |
| 182 | retu rn patient Identifier ; | |
| 183 | } | |
| 184 | ||
| 185 | /* * | |
| 186 | * @param pa tientIdent ifier the patientIde ntifier to set | |
| 187 | * / | |
| 188 | pu blic void setPatient Identifier (String pa tientIdent ifier) { | |
| 189 | this .patientId entifier = patientId entifier; | |
| 190 | } | |
| 191 | ||
| 192 | /* * | |
| 193 | * @return t he patient ControlNum ber | |
| 194 | * / | |
| 195 | pu blic Strin g getPatie ntControlN umber() { | |
| 196 | retu rn patient ControlNum ber; | |
| 197 | } | |
| 198 | ||
| 199 | /* * | |
| 200 | * @param pa tientContr olNumber t he patient ControlNum ber to set | |
| 201 | * / | |
| 202 | pu blic void setPatient ControlNum ber(String patientCo ntrolNumbe r) { | |
| 203 | this .patientCo ntrolNumbe r = patien tControlNu mber; | |
| 204 | } | |
| 205 | ||
| 206 | /* * | |
| 207 | * @return t he lineIte mControlNu mber | |
| 208 | * / | |
| 209 | pu blic Strin g getLineI temControl Number() { | |
| 210 | retu rn lineIte mControlNu mber; | |
| 211 | } | |
| 212 | ||
| 213 | /* * | |
| 214 | * @param li neItemCont rolNumber the lineIt emControlN umber to s et | |
| 215 | * / | |
| 216 | pu blic void setLineIte mControlNu mber(Strin g lineItem ControlNum ber) { | |
| 217 | this .lineItemC ontrolNumb er = lineI temControl Number; | |
| 218 | } | |
| 219 | ||
| 220 | /* * | |
| 221 | * @return t he service StartDate | |
| 222 | * / | |
| 223 | pu blic Strin g getServi ceStartDat e() { | |
| 224 | retu rn service StartDate; | |
| 225 | } | |
| 226 | ||
| 227 | /* * | |
| 228 | * @param se rviceStart Date the s erviceStar tDate to s et | |
| 229 | * / | |
| 230 | pu blic void setService StartDate( String ser viceStartD ate) { | |
| 231 | this .serviceSt artDate = serviceSta rtDate; | |
| 232 | } | |
| 233 | ||
| 234 | /* * | |
| 235 | * @return t he service EndDate | |
| 236 | * / | |
| 237 | pu blic Strin g getServi ceEndDate( ) { | |
| 238 | retu rn service EndDate; | |
| 239 | } | |
| 240 | ||
| 241 | /* * | |
| 242 | * @param se rviceEndDa te the ser viceEndDat e to set | |
| 243 | * / | |
| 244 | pu blic void setService EndDate(St ring servi ceEndDate) { | |
| 245 | this .serviceEn dDate = se rviceEndDa te; | |
| 246 | } | |
| 247 | ||
| 248 | /* * | |
| 249 | * @return t he medical RecordNumb er | |
| 250 | * / | |
| 251 | pu blic Strin g getMedic alRecordNu mber() { | |
| 252 | retu rn medical RecordNumb er; | |
| 253 | } | |
| 254 | ||
| 255 | /* * | |
| 256 | * @param me dicalRecor dNumber th e medicalR ecordNumbe r to set | |
| 257 | * / | |
| 258 | pu blic void setMedical RecordNumb er(String medicalRec ordNumber) { | |
| 259 | this .medicalRe cordNumber = medical RecordNumb er; | |
| 260 | } | |
| 261 | ||
| 262 | /* * | |
| 263 | * @return t he pageSiz e | |
| 264 | * / | |
| 265 | pu blic Integ er getPage Size() { | |
| 266 | retu rn pageSiz e; | |
| 267 | } | |
| 268 | ||
| 269 | /* * | |
| 270 | * @param pa geSize the pageSize to set | |
| 271 | * / | |
| 272 | pu blic void setPageSiz e(Integer pageSize) { | |
| 273 | this .pageSize = pageSize ; | |
| 274 | } | |
| 275 | ||
| 276 | /* * | |
| 277 | * @return t he sortCol umn | |
| 278 | * / | |
| 279 | pu blic Strin g getSortC olumn() { | |
| 280 | retu rn sortCol umn; | |
| 281 | } | |
| 282 | ||
| 283 | /* * | |
| 284 | * @param so rtColumn t he sortCol umn to set | |
| 285 | * / | |
| 286 | pu blic void setSortCol umn(String sortColum n) { | |
| 287 | this .sortColum n = sortCo lumn; | |
| 288 | } | |
| 289 | ||
| 290 | /* * | |
| 291 | * @return t he descend ing | |
| 292 | * / | |
| 293 | pu blic Boole an getDesc ending() { | |
| 294 | retu rn descend ing; | |
| 295 | } | |
| 296 | ||
| 297 | /* * | |
| 298 | * @param de scending t he descend ing to set | |
| 299 | * / | |
| 300 | pu blic void setDescend ing(Boolea n descendi ng) { | |
| 301 | this .descendin g = descen ding; | |
| 302 | } | |
| 303 | ||
| 304 | /* * | |
| 305 | * @return t he pageNum ber | |
| 306 | * / | |
| 307 | pu blic Integ er getPage Number() { | |
| 308 | retu rn pageNum ber; | |
| 309 | } | |
| 310 | ||
| 311 | /* * | |
| 312 | * @param pa geNumber t he pageNum ber to set | |
| 313 | * / | |
| 314 | pu blic void setPageNum ber(Intege r pageNumb er) { | |
| 315 | this .pageNumbe r = pageNu mber; | |
| 316 | } | |
| 317 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.