Produced by Araxis Merge on 3/25/2019 8:58:06 AM 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 | C:\AraxisMergeCompare\Pri_un\IMAG_Source\VISA\Java\ViewerStudyWebApp\main\src\java\gov\va\med\imaging\study\web\rest\types | ViewerQAStudyFilterType.java | Mon Mar 18 20:39:16 2019 UTC |
2 | C:\AraxisMergeCompare\Pri_re\IMAG_Source\VISA\Java\ViewerStudyWebApp\main\src\java\gov\va\med\imaging\study\web\rest\types | ViewerQAStudyFilterType.java | Tue Mar 19 12:04:16 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 456 |
Changed | 2 | 4 |
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 | * Date Cr eated: Jun 1, 2018 | |
3 | * Develop er: DNS tjahjb | |
4 | */ | |
5 | package go v.va.med.i maging.stu dy.web.res t.types; | |
6 | ||
7 | import jav ax.xml.bin d.annotati on.XmlRoot Element; | |
8 | ||
9 | /** | |
10 | * @author DNS tjahjb | |
11 | * | |
12 | */ | |
13 | @XmlRootEl ement(name ="studyFil ter") | |
14 | public cla ss ViewerQ AStudyFilt erType | |
15 | { | |
16 | pr ivate Stri ng filterP ackage; | |
17 | pr ivate Stri ng filterC lass; | |
18 | pr ivate Stri ng filterT ype; | |
19 | pr ivate Stri ng filterE vent; | |
20 | pr ivate Stri ng filterS pecialty; | |
21 | pr ivate Stri ng filterO rigin; | |
22 | pr ivate Stri ng fromDat e; | |
23 | pr ivate Stri ng toDate; | |
24 | pr ivate Stri ng include MuseOrders ; | |
25 | pr ivate Stri ng include PatientOrd ers; | |
26 | pr ivate Stri ng include EncounterO rders; | |
27 | pr ivate Stri ng capture App; | |
28 | pr ivate Stri ng capture SavedBy; | |
29 | pr ivate Stri ng qaStatu s; | |
30 | pr ivate Stri ng maximum Result; | |
31 | ||
32 | pu blic Viewe rQAStudyFi lterType() | |
33 | { | |
34 | supe r(); | |
35 | } | |
36 | ||
37 | /* * | |
38 | * @return t he filterP ackage | |
39 | * / | |
40 | pu blic Strin g getFilte rPackage() | |
41 | { | |
42 | retu rn filterP ackage; | |
43 | } | |
44 | ||
45 | /* * | |
46 | * @param fi lterPackag e the filt erPackage to set | |
47 | * / | |
48 | pu blic void setFilterP ackage(Str ing filter Package) | |
49 | { | |
50 | this .filterPac kage = fil terPackage ; | |
51 | } | |
52 | ||
53 | /* * | |
54 | * @return t he filterC lass | |
55 | * / | |
56 | pu blic Strin g getFilte rClass() | |
57 | { | |
58 | retu rn filterC lass; | |
59 | } | |
60 | ||
61 | /* * | |
62 | * @param fi lterClass the filter Class to s et | |
63 | * / | |
64 | pu blic void setFilterC lass(Strin g filterCl ass) | |
65 | { | |
66 | this .filterCla ss = filte rClass; | |
67 | } | |
68 | ||
69 | /* * | |
70 | * @return t he filterT ype | |
71 | * / | |
72 | pu blic Strin g getFilte rType() | |
73 | { | |
74 | retu rn filterT ype; | |
75 | } | |
76 | ||
77 | /* * | |
78 | * @param fi lterType t he filterT ype to set | |
79 | * / | |
80 | pu blic void setFilterT ype(String filterTyp e) | |
81 | { | |
82 | this .filterTyp e = filter Type; | |
83 | } | |
84 | ||
85 | /* * | |
86 | * @return t he filterE vent | |
87 | * / | |
88 | pu blic Strin g getFilte rEvent() | |
89 | { | |
90 | retu rn filterE vent; | |
91 | } | |
92 | ||
93 | /* * | |
94 | * @param fi lterEvent the filter Event to s et | |
95 | * / | |
96 | pu blic void setFilterE vent(Strin g filterEv ent) | |
97 | { | |
98 | this .filterEve nt = filte rEvent; | |
99 | } | |
100 | ||
101 | /* * | |
102 | * @return t he filterS pecialty | |
103 | * / | |
104 | pu blic Strin g getFilte rSpecialty () | |
105 | { | |
106 | retu rn filterS pecialty; | |
107 | } | |
108 | ||
109 | /* * | |
110 | * @param fi lterSpecia lty the fi lterSpecia lty to set | |
111 | * / | |
112 | pu blic void setFilterS pecialty(S tring filt erSpecialt y) | |
113 | { | |
114 | this .filterSpe cialty = f ilterSpeci alty; | |
115 | } | |
116 | ||
117 | /* * | |
118 | * @return t he fromDat e | |
119 | * / | |
120 | pu blic Strin g getFromD ate() | |
121 | { | |
122 | retu rn fromDat e; | |
123 | } | |
124 | ||
125 | /* * | |
126 | * @param fr omDate the fromDate to set | |
127 | * / | |
128 | pu blic void setFromDat e(String f romDate) | |
129 | { | |
130 | this .fromDate = fromDate ; | |
131 | } | |
132 | ||
133 | /* * | |
134 | * @return t he toDate | |
135 | * / | |
136 | pu blic Strin g getToDat e() | |
137 | { | |
138 | retu rn toDate; | |
139 | } | |
140 | ||
141 | /* * | |
142 | * @param to Date the t oDate to s et | |
143 | * / | |
144 | pu blic void setToDate( String toD ate) | |
145 | { | |
146 | this .toDate = toDate; | |
147 | } | |
148 | ||
149 | /* * | |
150 | * @return t he filterO rigin | |
151 | * / | |
152 | pu blic Strin g getFilte rOrigin() | |
153 | { | |
154 | retu rn filterO rigin; | |
155 | } | |
156 | ||
157 | /* * | |
158 | * @param fi lterOrigin the filte rOrigin to set | |
159 | * / | |
160 | pu blic void setFilterO rigin(Stri ng filterO rigin) | |
161 | { | |
162 | this .filterOri gin = filt erOrigin; | |
163 | } | |
164 | ||
165 | pu blic Strin g getInclu deMuseOrde rs() { | |
166 | retu rn include MuseOrders ; | |
167 | } | |
168 | ||
169 | pu blic void setInclude MuseOrders (String in cludeMuseO rders) { | |
170 | this .includeMu seOrders = includeMu seOrders; | |
171 | } | |
172 | ||
173 | pu blic Strin g getInclu dePatientO rders() { | |
174 | retu rn include PatientOrd ers; | |
175 | } | |
176 | ||
177 | pu blic void setInclude PatientOrd ers(String includePa tientOrder s) { | |
178 | this .includePa tientOrder s = includ ePatientOr ders; | |
179 | } | |
180 | ||
181 | pu blic Strin g getInclu deEncounte rOrders() { | |
182 | retu rn include EncounterO rders; | |
183 | } | |
184 | ||
185 | pu blic void setInclude EncounterO rders(Stri ng include EncounterO rders) { | |
186 | this .includeEn counterOrd ers = incl udeEncount erOrders; | |
187 | } | |
188 | ||
189 | pu blic Strin g getCaptu reApp() { | |
190 | retu rn capture App; | |
191 | } | |
192 | ||
193 | pu blic void setCapture App(String captureAp p) { | |
194 | this .captureAp p = captur eApp; | |
195 | } | |
196 | ||
197 | pu blic Strin g getCaptu reSavedBy( ) { | |
198 | retu rn capture SavedBy; | |
199 | } | |
200 | ||
201 | pu blic void setCapture SavedBy(St ring captu reSavedBy) { | |
202 | this .captureSa vedBy = ca ptureSaved By; | |
203 | } | |
204 | ||
205 | pu blic Strin g getQaSta tus() { | |
206 | retu rn qaStatu s; | |
207 | } | |
208 | ||
209 | pu blic void setQaStatu s(String q aStatus) { | |
210 | this .qaStatus = qaStatus ; | |
211 | } | |
212 | ||
213 | /* * | |
214 | * @return t he maximum Result | |
215 | * / | |
216 | pu blic Strin g getMaxim umResult() | |
217 | { | |
218 | retu rn maximum Result; | |
219 | } | |
220 | ||
221 | /* * | |
222 | * @param ma ximumResul t the maxi mumResult to set | |
223 | * / | |
224 | pu blic void setMaximum Result(Str ing maximu mResult) | |
225 | { | |
226 | this .maximumRe sult = max imumResult ; | |
227 | } | |
228 | ||
229 | ||
230 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.