Produced by Araxis Merge on 5/10/2018 8:39:57 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 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\schedulingservice | RecallListByFacilityTO.java | Sat Apr 7 11:28:50 2018 UTC |
2 | MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\schedulingservice | RecallListByFacilityTO.java | Thu May 3 12:57:57 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 986 |
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 | package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.sch edulingser vice; | |
3 | ||
4 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
5 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
6 | import jav ax.xml.bin d.annotati on.XmlType ; | |
7 | ||
8 | ||
9 | /** | |
10 | * <p>Java class for RecallLis tByFacilit yTO comple x type. | |
11 | * | |
12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
13 | * | |
14 | * <pre> | |
15 | * <com plexType n ame="Recal lListByFac ilityTO"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /Schedulin gSvc}Abstr actTO"> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="d fn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
20 | * <eleme nt name="c linicid" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
21 | * <eleme nt name="a ccessionno " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
22 | * <eleme nt name="t estapp" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
23 | * <eleme nt name="p rovider" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
24 | * <eleme nt name="r ecalldate" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
25 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
26 | * <eleme nt name="f astnonfast ing" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
27 | * <eleme nt name="a pptlength" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
28 | * <eleme nt name="d atereminde rsent" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
29 | * <eleme nt name="u ser" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
30 | * <eleme nt name="r ecalldate1 " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
31 | * <eleme nt name="s econdprint date" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
32 | * <eleme nt name="p atientName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
33 | * <eleme nt name="p atSSN" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
34 | * <eleme nt name="c linicName" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
35 | * <eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
36 | * & lt;/sequen ce> | |
37 | * < ;/extensio n> | |
38 | * </ complexCon tent> | |
39 | * </co mplexType> | |
40 | * </pre> | |
41 | * | |
42 | * | |
43 | */ | |
44 | @XmlAccess orType(Xml AccessType .FIELD) | |
45 | @XmlType(n ame = "Rec allListByF acilityTO" , propOrde r = { | |
46 | "dfn", | |
47 | "clini cid", | |
48 | "acces sionno", | |
49 | "testa pp", | |
50 | "provi der", | |
51 | "recal ldate", | |
52 | "comme nt", | |
53 | "fastn onfasting" , | |
54 | "apptl ength", | |
55 | "dater emindersen t", | |
56 | "user" , | |
57 | "recal ldate1", | |
58 | "secon dprintdate ", | |
59 | "patie ntName", | |
60 | "patSS N", | |
61 | "clini cName", | |
62 | "messa ge" | |
63 | }) | |
64 | public cla ss RecallL istByFacil ityTO | |
65 | extend s Abstract TO | |
66 | { | |
67 | ||
68 | protec ted String dfn; | |
69 | protec ted String clinicid; | |
70 | protec ted String accession no; | |
71 | protec ted String testapp; | |
72 | protec ted String provider; | |
73 | protec ted String recalldat e; | |
74 | protec ted String comment; | |
75 | protec ted String fastnonfa sting; | |
76 | protec ted String apptlengt h; | |
77 | protec ted String dateremin dersent; | |
78 | protec ted String user; | |
79 | protec ted String recalldat e1; | |
80 | protec ted String secondpri ntdate; | |
81 | protec ted String patientNa me; | |
82 | protec ted String patSSN; | |
83 | protec ted String clinicNam e; | |
84 | protec ted String message; | |
85 | ||
86 | /** | |
87 | * Get s the valu e of the d fn propert y. | |
88 | * | |
89 | * @re turn | |
90 | * possible object is | |
91 | * {@link St ring } | |
92 | * | |
93 | */ | |
94 | public String ge tDfn() { | |
95 | re turn dfn; | |
96 | } | |
97 | ||
98 | /** | |
99 | * Set s the valu e of the d fn propert y. | |
100 | * | |
101 | * @pa ram value | |
102 | * allowed o bject is | |
103 | * {@link St ring } | |
104 | * | |
105 | */ | |
106 | public void setD fn(String value) { | |
107 | th is.dfn = v alue; | |
108 | } | |
109 | ||
110 | /** | |
111 | * Get s the valu e of the c linicid pr operty. | |
112 | * | |
113 | * @re turn | |
114 | * possible object is | |
115 | * {@link St ring } | |
116 | * | |
117 | */ | |
118 | public String ge tClinicid( ) { | |
119 | re turn clini cid; | |
120 | } | |
121 | ||
122 | /** | |
123 | * Set s the valu e of the c linicid pr operty. | |
124 | * | |
125 | * @pa ram value | |
126 | * allowed o bject is | |
127 | * {@link St ring } | |
128 | * | |
129 | */ | |
130 | public void setC linicid(St ring value ) { | |
131 | th is.clinici d = value; | |
132 | } | |
133 | ||
134 | /** | |
135 | * Get s the valu e of the a ccessionno property. | |
136 | * | |
137 | * @re turn | |
138 | * possible object is | |
139 | * {@link St ring } | |
140 | * | |
141 | */ | |
142 | public String ge tAccession no() { | |
143 | re turn acces sionno; | |
144 | } | |
145 | ||
146 | /** | |
147 | * Set s the valu e of the a ccessionno property. | |
148 | * | |
149 | * @pa ram value | |
150 | * allowed o bject is | |
151 | * {@link St ring } | |
152 | * | |
153 | */ | |
154 | public void setA ccessionno (String va lue) { | |
155 | th is.accessi onno = val ue; | |
156 | } | |
157 | ||
158 | /** | |
159 | * Get s the valu e of the t estapp pro perty. | |
160 | * | |
161 | * @re turn | |
162 | * possible object is | |
163 | * {@link St ring } | |
164 | * | |
165 | */ | |
166 | public String ge tTestapp() { | |
167 | re turn testa pp; | |
168 | } | |
169 | ||
170 | /** | |
171 | * Set s the valu e of the t estapp pro perty. | |
172 | * | |
173 | * @pa ram value | |
174 | * allowed o bject is | |
175 | * {@link St ring } | |
176 | * | |
177 | */ | |
178 | public void setT estapp(Str ing value) { | |
179 | th is.testapp = value; | |
180 | } | |
181 | ||
182 | /** | |
183 | * Get s the valu e of the p rovider pr operty. | |
184 | * | |
185 | * @re turn | |
186 | * possible object is | |
187 | * {@link St ring } | |
188 | * | |
189 | */ | |
190 | public String ge tProvider( ) { | |
191 | re turn provi der; | |
192 | } | |
193 | ||
194 | /** | |
195 | * Set s the valu e of the p rovider pr operty. | |
196 | * | |
197 | * @pa ram value | |
198 | * allowed o bject is | |
199 | * {@link St ring } | |
200 | * | |
201 | */ | |
202 | public void setP rovider(St ring value ) { | |
203 | th is.provide r = value; | |
204 | } | |
205 | ||
206 | /** | |
207 | * Get s the valu e of the r ecalldate property. | |
208 | * | |
209 | * @re turn | |
210 | * possible object is | |
211 | * {@link St ring } | |
212 | * | |
213 | */ | |
214 | public String ge tRecalldat e() { | |
215 | re turn recal ldate; | |
216 | } | |
217 | ||
218 | /** | |
219 | * Set s the valu e of the r ecalldate property. | |
220 | * | |
221 | * @pa ram value | |
222 | * allowed o bject is | |
223 | * {@link St ring } | |
224 | * | |
225 | */ | |
226 | public void setR ecalldate( String val ue) { | |
227 | th is.recalld ate = valu e; | |
228 | } | |
229 | ||
230 | /** | |
231 | * Get s the valu e of the c omment pro perty. | |
232 | * | |
233 | * @re turn | |
234 | * possible object is | |
235 | * {@link St ring } | |
236 | * | |
237 | */ | |
238 | public String ge tComment() { | |
239 | re turn comme nt; | |
240 | } | |
241 | ||
242 | /** | |
243 | * Set s the valu e of the c omment pro perty. | |
244 | * | |
245 | * @pa ram value | |
246 | * allowed o bject is | |
247 | * {@link St ring } | |
248 | * | |
249 | */ | |
250 | public void setC omment(Str ing value) { | |
251 | th is.comment = value; | |
252 | } | |
253 | ||
254 | /** | |
255 | * Get s the valu e of the f astnonfast ing proper ty. | |
256 | * | |
257 | * @re turn | |
258 | * possible object is | |
259 | * {@link St ring } | |
260 | * | |
261 | */ | |
262 | public String ge tFastnonfa sting() { | |
263 | re turn fastn onfasting; | |
264 | } | |
265 | ||
266 | /** | |
267 | * Set s the valu e of the f astnonfast ing proper ty. | |
268 | * | |
269 | * @pa ram value | |
270 | * allowed o bject is | |
271 | * {@link St ring } | |
272 | * | |
273 | */ | |
274 | public void setF astnonfast ing(String value) { | |
275 | th is.fastnon fasting = value; | |
276 | } | |
277 | ||
278 | /** | |
279 | * Get s the valu e of the a pptlength property. | |
280 | * | |
281 | * @re turn | |
282 | * possible object is | |
283 | * {@link St ring } | |
284 | * | |
285 | */ | |
286 | public String ge tApptlengt h() { | |
287 | re turn apptl ength; | |
288 | } | |
289 | ||
290 | /** | |
291 | * Set s the valu e of the a pptlength property. | |
292 | * | |
293 | * @pa ram value | |
294 | * allowed o bject is | |
295 | * {@link St ring } | |
296 | * | |
297 | */ | |
298 | public void setA pptlength( String val ue) { | |
299 | th is.apptlen gth = valu e; | |
300 | } | |
301 | ||
302 | /** | |
303 | * Get s the valu e of the d atereminde rsent prop erty. | |
304 | * | |
305 | * @re turn | |
306 | * possible object is | |
307 | * {@link St ring } | |
308 | * | |
309 | */ | |
310 | public String ge tDateremin dersent() { | |
311 | re turn dater emindersen t; | |
312 | } | |
313 | ||
314 | /** | |
315 | * Set s the valu e of the d atereminde rsent prop erty. | |
316 | * | |
317 | * @pa ram value | |
318 | * allowed o bject is | |
319 | * {@link St ring } | |
320 | * | |
321 | */ | |
322 | public void setD atereminde rsent(Stri ng value) { | |
323 | th is.daterem indersent = value; | |
324 | } | |
325 | ||
326 | /** | |
327 | * Get s the valu e of the u ser proper ty. | |
328 | * | |
329 | * @re turn | |
330 | * possible object is | |
331 | * {@link St ring } | |
332 | * | |
333 | */ | |
334 | public String ge tUser() { | |
335 | re turn user; | |
336 | } | |
337 | ||
338 | /** | |
339 | * Set s the valu e of the u ser proper ty. | |
340 | * | |
341 | * @pa ram value | |
342 | * allowed o bject is | |
343 | * {@link St ring } | |
344 | * | |
345 | */ | |
346 | public void setU ser(String value) { | |
347 | th is.user = value; | |
348 | } | |
349 | ||
350 | /** | |
351 | * Get s the valu e of the r ecalldate1 property. | |
352 | * | |
353 | * @re turn | |
354 | * possible object is | |
355 | * {@link St ring } | |
356 | * | |
357 | */ | |
358 | public String ge tRecalldat e1() { | |
359 | re turn recal ldate1; | |
360 | } | |
361 | ||
362 | /** | |
363 | * Set s the valu e of the r ecalldate1 property. | |
364 | * | |
365 | * @pa ram value | |
366 | * allowed o bject is | |
367 | * {@link St ring } | |
368 | * | |
369 | */ | |
370 | public void setR ecalldate1 (String va lue) { | |
371 | th is.recalld ate1 = val ue; | |
372 | } | |
373 | ||
374 | /** | |
375 | * Get s the valu e of the s econdprint date prope rty. | |
376 | * | |
377 | * @re turn | |
378 | * possible object is | |
379 | * {@link St ring } | |
380 | * | |
381 | */ | |
382 | public String ge tSecondpri ntdate() { | |
383 | re turn secon dprintdate ; | |
384 | } | |
385 | ||
386 | /** | |
387 | * Set s the valu e of the s econdprint date prope rty. | |
388 | * | |
389 | * @pa ram value | |
390 | * allowed o bject is | |
391 | * {@link St ring } | |
392 | * | |
393 | */ | |
394 | public void setS econdprint date(Strin g value) { | |
395 | th is.secondp rintdate = value; | |
396 | } | |
397 | ||
398 | /** | |
399 | * Get s the valu e of the p atientName property. | |
400 | * | |
401 | * @re turn | |
402 | * possible object is | |
403 | * {@link St ring } | |
404 | * | |
405 | */ | |
406 | public String ge tPatientNa me() { | |
407 | re turn patie ntName; | |
408 | } | |
409 | ||
410 | /** | |
411 | * Set s the valu e of the p atientName property. | |
412 | * | |
413 | * @pa ram value | |
414 | * allowed o bject is | |
415 | * {@link St ring } | |
416 | * | |
417 | */ | |
418 | public void setP atientName (String va lue) { | |
419 | th is.patient Name = val ue; | |
420 | } | |
421 | ||
422 | /** | |
423 | * Get s the valu e of the p atSSN prop erty. | |
424 | * | |
425 | * @re turn | |
426 | * possible object is | |
427 | * {@link St ring } | |
428 | * | |
429 | */ | |
430 | public String ge tPatSSN() { | |
431 | re turn patSS N; | |
432 | } | |
433 | ||
434 | /** | |
435 | * Set s the valu e of the p atSSN prop erty. | |
436 | * | |
437 | * @pa ram value | |
438 | * allowed o bject is | |
439 | * {@link St ring } | |
440 | * | |
441 | */ | |
442 | public void setP atSSN(Stri ng value) { | |
443 | th is.patSSN = value; | |
444 | } | |
445 | ||
446 | /** | |
447 | * Get s the valu e of the c linicName property. | |
448 | * | |
449 | * @re turn | |
450 | * possible object is | |
451 | * {@link St ring } | |
452 | * | |
453 | */ | |
454 | public String ge tClinicNam e() { | |
455 | re turn clini cName; | |
456 | } | |
457 | ||
458 | /** | |
459 | * Set s the valu e of the c linicName property. | |
460 | * | |
461 | * @pa ram value | |
462 | * allowed o bject is | |
463 | * {@link St ring } | |
464 | * | |
465 | */ | |
466 | public void setC linicName( String val ue) { | |
467 | th is.clinicN ame = valu e; | |
468 | } | |
469 | ||
470 | /** | |
471 | * Get s the valu e of the m essage pro perty. | |
472 | * | |
473 | * @re turn | |
474 | * possible object is | |
475 | * {@link St ring } | |
476 | * | |
477 | */ | |
478 | public String ge tMessage() { | |
479 | re turn messa ge; | |
480 | } | |
481 | ||
482 | /** | |
483 | * Set s the valu e of the m essage pro perty. | |
484 | * | |
485 | * @pa ram value | |
486 | * allowed o bject is | |
487 | * {@link St ring } | |
488 | * | |
489 | */ | |
490 | public void setM essage(Str ing value) { | |
491 | th is.message = value; | |
492 | } | |
493 | ||
494 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.