Produced by Araxis Merge on 9/15/2018 10:49:02 PM Eastern 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 | MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_vital_signs\mhv-vital-signs-portal-api\src\main\java\gov\va\med\mhv\vitals\dto | VitalSignsSummaryDTO.java | Thu Aug 23 21:14:08 2018 UTC |
| 2 | MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_vital_signs\mhv-vital-signs-portal-api\src\main\java\gov\va\med\mhv\vitals\dto | VitalSignsSummaryDTO.java | Sat Sep 15 23:52:57 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 256 |
| 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.m hv.vitals. dto; | |
| 5 | ||
| 6 | import jav a.util.Lis t; | |
| 7 | ||
| 8 | import jav ax.xml.bin d.annotati on.XmlRoot Element; | |
| 9 | ||
| 10 | /** | |
| 11 | * @author DNS | |
| 12 | * | |
| 13 | */ | |
| 14 | @XmlRootEl ement(name = "VitalS ignsSummar yDTO") | |
| 15 | public cla ss VitalSi gnsSummary DTO { | |
| 16 | ||
| 17 | pr ivate Long userProfi leId; | |
| 18 | ||
| 19 | pr ivate List <BloodPres sureReadin gDTO> bloo dPreassure Readings; | |
| 20 | ||
| 21 | pr ivate List <BloodSuga rReadingDT O> bloodSu garReading s; | |
| 22 | ||
| 23 | pr ivate List <BodyTempe ratureDTO> bodyTempe ratureRead ings; | |
| 24 | ||
| 25 | pr ivate List <BodyWeigh tReadingDT O> bodyWei ghtReading s; | |
| 26 | ||
| 27 | pr ivate List <Cholester olReadingD TO> choles terolReadi ngs; | |
| 28 | ||
| 29 | pr ivate List <HeartRate ReadingDTO > heartRat eReadings; | |
| 30 | ||
| 31 | pr ivate List <InrReadin gDTO> inrR eadings; | |
| 32 | ||
| 33 | pr ivate List <LipidsRea dingDTO> l ipidReadin gs; | |
| 34 | ||
| 35 | pr ivate List <PainReadi ngDTO> pai nReadings; | |
| 36 | ||
| 37 | pr ivate List <PulseOxim etryReadin gDTO> puls eOximetryR eadings; | |
| 38 | ||
| 39 | pu blic Long getUserPro fileId() { | |
| 40 | retu rn userPro fileId; | |
| 41 | } | |
| 42 | ||
| 43 | pu blic void setUserPro fileId(Lon g userProf ileId) { | |
| 44 | this .userProfi leId = use rProfileId ; | |
| 45 | } | |
| 46 | ||
| 47 | pu blic List< BloodPress ureReading DTO> getBl oodPreassu reReadings () { | |
| 48 | retu rn bloodPr eassureRea dings; | |
| 49 | } | |
| 50 | ||
| 51 | pu blic void setBloodPr eassureRea dings( | |
| 52 | List<B loodPressu reReadingD TO> bloodP reassureRe adings) { | |
| 53 | this .bloodPrea ssureReadi ngs = bloo dPreassure Readings; | |
| 54 | } | |
| 55 | ||
| 56 | pu blic List< BloodSugar ReadingDTO > getBlood SugarReadi ngs() { | |
| 57 | retu rn bloodSu garReading s; | |
| 58 | } | |
| 59 | ||
| 60 | pu blic void setBloodSu garReading s(List<Blo odSugarRea dingDTO> b loodSugarR eadings) { | |
| 61 | this .bloodSuga rReadings = bloodSug arReadings ; | |
| 62 | } | |
| 63 | ||
| 64 | pu blic List< BodyTemper atureDTO> getBodyTem peratureRe adings() { | |
| 65 | retu rn bodyTem peratureRe adings; | |
| 66 | } | |
| 67 | ||
| 68 | pu blic void setBodyTem peratureRe adings( | |
| 69 | List<B odyTempera tureDTO> b odyTempera tureReadin gs) { | |
| 70 | this .bodyTempe ratureRead ings = bod yTemperatu reReadings ; | |
| 71 | } | |
| 72 | ||
| 73 | pu blic List< BodyWeight ReadingDTO > getBodyW eightReadi ngs() { | |
| 74 | retu rn bodyWei ghtReading s; | |
| 75 | } | |
| 76 | ||
| 77 | pu blic void setBodyWei ghtReading s(List<Bod yWeightRea dingDTO> b odyWeightR eadings) { | |
| 78 | this .bodyWeigh tReadings = bodyWeig htReadings ; | |
| 79 | } | |
| 80 | ||
| 81 | pu blic List< Cholestero lReadingDT O> getChol esterolRea dings() { | |
| 82 | retu rn cholest erolReadin gs; | |
| 83 | } | |
| 84 | ||
| 85 | pu blic void setCholest erolReadin gs(List<Ch olesterolR eadingDTO> cholester olReadings ) { | |
| 86 | this .cholester olReadings = cholest erolReadin gs; | |
| 87 | } | |
| 88 | ||
| 89 | pu blic List< HeartRateR eadingDTO> getHeartR ateReading s() { | |
| 90 | retu rn heartRa teReadings ; | |
| 91 | } | |
| 92 | ||
| 93 | pu blic void setHeartRa teReadings (List<Hear tRateReadi ngDTO> hea rtRateRead ings) { | |
| 94 | this .heartRate Readings = heartRate Readings; | |
| 95 | } | |
| 96 | ||
| 97 | pu blic List< InrReading DTO> getIn rReadings( ) { | |
| 98 | retu rn inrRead ings; | |
| 99 | } | |
| 100 | ||
| 101 | pu blic void setInrRead ings(List< InrReading DTO> inrRe adings) { | |
| 102 | this .inrReadin gs = inrRe adings; | |
| 103 | } | |
| 104 | ||
| 105 | pu blic List< LipidsRead ingDTO> ge tLipidRead ings() { | |
| 106 | retu rn lipidRe adings; | |
| 107 | } | |
| 108 | ||
| 109 | pu blic void setLipidRe adings(Lis t<LipidsRe adingDTO> lipidReadi ngs) { | |
| 110 | this .lipidRead ings = lip idReadings ; | |
| 111 | } | |
| 112 | ||
| 113 | pu blic List< PainReadin gDTO> getP ainReading s() { | |
| 114 | retu rn painRea dings; | |
| 115 | } | |
| 116 | ||
| 117 | pu blic void setPainRea dings(List <PainReadi ngDTO> pai nReadings) { | |
| 118 | this .painReadi ngs = pain Readings; | |
| 119 | } | |
| 120 | ||
| 121 | pu blic List< PulseOxime tryReading DTO> getPu lseOximetr yReadings( ) { | |
| 122 | retu rn pulseOx imetryRead ings; | |
| 123 | } | |
| 124 | ||
| 125 | pu blic void setPulseOx imetryRead ings( | |
| 126 | List<P ulseOximet ryReadingD TO> pulseO ximetryRea dings) { | |
| 127 | this .pulseOxim etryReadin gs = pulse OximetryRe adings; | |
| 128 | } | |
| 129 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.