Produced by Araxis Merge on 5/10/2018 8:39:44 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\emrservice | AllergyTO.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\emrservice | AllergyTO.java | Thu May 3 12:52:28 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 862 |
Changed | 2 | 18 |
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.emr service; | |
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 AllergyTO complex t ype. | |
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="Aller gyTO"> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /EmrSvc}Ab stractTO"> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="a llergenId" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
20 | * <eleme nt name="a llergenNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
21 | * <eleme nt name="a llergenTyp e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
22 | * <eleme nt name="r eaction" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
23 | * <eleme nt name="s everity" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
24 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
25 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
26 | * <elemen t name="fa cility" ty pe="{http: // DNS /EmrSvc}Ta ggedText" minOccurs= "0"/> | |
27 | * <elemen t name="lo cation" ty pe="{http: // DNS /EmrSvc}Ho spitalLoca tionTO" mi nOccurs="0 "/> | |
28 | * <elemen t name="ty pe" type=" {http:// DNS /EmrSvc}Ob servationT ypeTO" min Occurs="0" /> | |
29 | * <elemen t name="ob server" ty pe="{http: // DNS /EmrSvc}Au thorTO" mi nOccurs="0 "/> | |
30 | * <elemen t name="re corder" ty pe="{http: // DNS /EmrSvc}Au thorTO" mi nOccurs="0 "/> | |
31 | * <elemen t name="re actions" t ype="{http :// DNS /EmrSvc}Ar rayOfSympt omTO" minO ccurs="0"/ > | |
32 | * <elemen t name="dr ugIngredie nts" type= "{http:// DNS /EmrSvc}Ar rayOfTagge dText" min Occurs="0" /> | |
33 | * <elemen t name="dr ugClasses" type="{ht tp:// DNS /EmrSvc}Ar rayOfTagge dText" min Occurs="0" /> | |
34 | * & lt;/sequen ce> | |
35 | * < ;/extensio n> | |
36 | * </ complexCon tent> | |
37 | * </co mplexType> | |
38 | * </pre> | |
39 | * | |
40 | * | |
41 | */ | |
42 | @XmlAccess orType(Xml AccessType .FIELD) | |
43 | @XmlType(n ame = "All ergyTO", p ropOrder = { | |
44 | "aller genId", | |
45 | "aller genName", | |
46 | "aller genType", | |
47 | "react ion", | |
48 | "sever ity", | |
49 | "comme nt", | |
50 | "times tamp", | |
51 | "facil ity", | |
52 | "locat ion", | |
53 | "type" , | |
54 | "obser ver", | |
55 | "recor der", | |
56 | "react ions", | |
57 | "drugI ngredients ", | |
58 | "drugC lasses" | |
59 | }) | |
60 | public cla ss Allergy TO | |
61 | extend s Abstract TO | |
62 | { | |
63 | ||
64 | protec ted String allergenI d; | |
65 | protec ted String allergenN ame; | |
66 | protec ted String allergenT ype; | |
67 | protec ted String reaction; | |
68 | protec ted String severity; | |
69 | protec ted String comment; | |
70 | protec ted String timestamp ; | |
71 | protec ted Tagged Text facil ity; | |
72 | protec ted Hospit alLocation TO locatio n; | |
73 | protec ted Observ ationTypeT O type; | |
74 | protec ted Author TO observe r; | |
75 | protec ted Author TO recorde r; | |
76 | protec ted ArrayO fSymptomTO reactions ; | |
77 | protec ted ArrayO fTaggedTex t drugIngr edients; | |
78 | protec ted ArrayO fTaggedTex t drugClas ses; | |
79 | ||
80 | /** | |
81 | * Get s the valu e of the a llergenId property. | |
82 | * | |
83 | * @re turn | |
84 | * possible object is | |
85 | * {@link St ring } | |
86 | * | |
87 | */ | |
88 | public String ge tAllergenI d() { | |
89 | re turn aller genId; | |
90 | } | |
91 | ||
92 | /** | |
93 | * Set s the valu e of the a llergenId property. | |
94 | * | |
95 | * @pa ram value | |
96 | * allowed o bject is | |
97 | * {@link St ring } | |
98 | * | |
99 | */ | |
100 | public void setA llergenId( String val ue) { | |
101 | th is.allerge nId = valu e; | |
102 | } | |
103 | ||
104 | /** | |
105 | * Get s the valu e of the a llergenNam e property . | |
106 | * | |
107 | * @re turn | |
108 | * possible object is | |
109 | * {@link St ring } | |
110 | * | |
111 | */ | |
112 | public String ge tAllergenN ame() { | |
113 | re turn aller genName; | |
114 | } | |
115 | ||
116 | /** | |
117 | * Set s the valu e of the a llergenNam e property . | |
118 | * | |
119 | * @pa ram value | |
120 | * allowed o bject is | |
121 | * {@link St ring } | |
122 | * | |
123 | */ | |
124 | public void setA llergenNam e(String v alue) { | |
125 | th is.allerge nName = va lue; | |
126 | } | |
127 | ||
128 | /** | |
129 | * Get s the valu e of the a llergenTyp e property . | |
130 | * | |
131 | * @re turn | |
132 | * possible object is | |
133 | * {@link St ring } | |
134 | * | |
135 | */ | |
136 | public String ge tAllergenT ype() { | |
137 | re turn aller genType; | |
138 | } | |
139 | ||
140 | /** | |
141 | * Set s the valu e of the a llergenTyp e property . | |
142 | * | |
143 | * @pa ram value | |
144 | * allowed o bject is | |
145 | * {@link St ring } | |
146 | * | |
147 | */ | |
148 | public void setA llergenTyp e(String v alue) { | |
149 | th is.allerge nType = va lue; | |
150 | } | |
151 | ||
152 | /** | |
153 | * Get s the valu e of the r eaction pr operty. | |
154 | * | |
155 | * @re turn | |
156 | * possible object is | |
157 | * {@link St ring } | |
158 | * | |
159 | */ | |
160 | public String ge tReaction( ) { | |
161 | re turn react ion; | |
162 | } | |
163 | ||
164 | /** | |
165 | * Set s the valu e of the r eaction pr operty. | |
166 | * | |
167 | * @pa ram value | |
168 | * allowed o bject is | |
169 | * {@link St ring } | |
170 | * | |
171 | */ | |
172 | public void setR eaction(St ring value ) { | |
173 | th is.reactio n = value; | |
174 | } | |
175 | ||
176 | /** | |
177 | * Get s the valu e of the s everity pr operty. | |
178 | * | |
179 | * @re turn | |
180 | * possible object is | |
181 | * {@link St ring } | |
182 | * | |
183 | */ | |
184 | public String ge tSeverity( ) { | |
185 | re turn sever ity; | |
186 | } | |
187 | ||
188 | /** | |
189 | * Set s the valu e of the s everity pr operty. | |
190 | * | |
191 | * @pa ram value | |
192 | * allowed o bject is | |
193 | * {@link St ring } | |
194 | * | |
195 | */ | |
196 | public void setS everity(St ring value ) { | |
197 | th is.severit y = value; | |
198 | } | |
199 | ||
200 | /** | |
201 | * Get s the valu e of the c omment pro perty. | |
202 | * | |
203 | * @re turn | |
204 | * possible object is | |
205 | * {@link St ring } | |
206 | * | |
207 | */ | |
208 | public String ge tComment() { | |
209 | re turn comme nt; | |
210 | } | |
211 | ||
212 | /** | |
213 | * Set s the valu e of the c omment pro perty. | |
214 | * | |
215 | * @pa ram value | |
216 | * allowed o bject is | |
217 | * {@link St ring } | |
218 | * | |
219 | */ | |
220 | public void setC omment(Str ing value) { | |
221 | th is.comment = value; | |
222 | } | |
223 | ||
224 | /** | |
225 | * Get s the valu e of the t imestamp p roperty. | |
226 | * | |
227 | * @re turn | |
228 | * possible object is | |
229 | * {@link St ring } | |
230 | * | |
231 | */ | |
232 | public String ge tTimestamp () { | |
233 | re turn times tamp; | |
234 | } | |
235 | ||
236 | /** | |
237 | * Set s the valu e of the t imestamp p roperty. | |
238 | * | |
239 | * @pa ram value | |
240 | * allowed o bject is | |
241 | * {@link St ring } | |
242 | * | |
243 | */ | |
244 | public void setT imestamp(S tring valu e) { | |
245 | th is.timesta mp = value ; | |
246 | } | |
247 | ||
248 | /** | |
249 | * Get s the valu e of the f acility pr operty. | |
250 | * | |
251 | * @re turn | |
252 | * possible object is | |
253 | * {@link Ta ggedText } | |
254 | * | |
255 | */ | |
256 | public TaggedTex t getFacil ity() { | |
257 | re turn facil ity; | |
258 | } | |
259 | ||
260 | /** | |
261 | * Set s the valu e of the f acility pr operty. | |
262 | * | |
263 | * @pa ram value | |
264 | * allowed o bject is | |
265 | * {@link Ta ggedText } | |
266 | * | |
267 | */ | |
268 | public void setF acility(Ta ggedText v alue) { | |
269 | th is.facilit y = value; | |
270 | } | |
271 | ||
272 | /** | |
273 | * Get s the valu e of the l ocation pr operty. | |
274 | * | |
275 | * @re turn | |
276 | * possible object is | |
277 | * {@link Ho spitalLoca tionTO } | |
278 | * | |
279 | */ | |
280 | public HospitalL ocationTO getLocatio n() { | |
281 | re turn locat ion; | |
282 | } | |
283 | ||
284 | /** | |
285 | * Set s the valu e of the l ocation pr operty. | |
286 | * | |
287 | * @pa ram value | |
288 | * allowed o bject is | |
289 | * {@link Ho spitalLoca tionTO } | |
290 | * | |
291 | */ | |
292 | public void setL ocation(Ho spitalLoca tionTO val ue) { | |
293 | th is.locatio n = value; | |
294 | } | |
295 | ||
296 | /** | |
297 | * Get s the valu e of the t ype proper ty. | |
298 | * | |
299 | * @re turn | |
300 | * possible object is | |
301 | * {@link Ob servationT ypeTO } | |
302 | * | |
303 | */ | |
304 | public Observati onTypeTO g etType() { | |
305 | re turn type; | |
306 | } | |
307 | ||
308 | /** | |
309 | * Set s the valu e of the t ype proper ty. | |
310 | * | |
311 | * @pa ram value | |
312 | * allowed o bject is | |
313 | * {@link Ob servationT ypeTO } | |
314 | * | |
315 | */ | |
316 | public void setT ype(Observ ationTypeT O value) { | |
317 | th is.type = value; | |
318 | } | |
319 | ||
320 | /** | |
321 | * Get s the valu e of the o bserver pr operty. | |
322 | * | |
323 | * @re turn | |
324 | * possible object is | |
325 | * {@link Au thorTO } | |
326 | * | |
327 | */ | |
328 | public AuthorTO getObserve r() { | |
329 | re turn obser ver; | |
330 | } | |
331 | ||
332 | /** | |
333 | * Set s the valu e of the o bserver pr operty. | |
334 | * | |
335 | * @pa ram value | |
336 | * allowed o bject is | |
337 | * {@link Au thorTO } | |
338 | * | |
339 | */ | |
340 | public void setO bserver(Au thorTO val ue) { | |
341 | th is.observe r = value; | |
342 | } | |
343 | ||
344 | /** | |
345 | * Get s the valu e of the r ecorder pr operty. | |
346 | * | |
347 | * @re turn | |
348 | * possible object is | |
349 | * {@link Au thorTO } | |
350 | * | |
351 | */ | |
352 | public AuthorTO getRecorde r() { | |
353 | re turn recor der; | |
354 | } | |
355 | ||
356 | /** | |
357 | * Set s the valu e of the r ecorder pr operty. | |
358 | * | |
359 | * @pa ram value | |
360 | * allowed o bject is | |
361 | * {@link Au thorTO } | |
362 | * | |
363 | */ | |
364 | public void setR ecorder(Au thorTO val ue) { | |
365 | th is.recorde r = value; | |
366 | } | |
367 | ||
368 | /** | |
369 | * Get s the valu e of the r eactions p roperty. | |
370 | * | |
371 | * @re turn | |
372 | * possible object is | |
373 | * {@link Ar rayOfSympt omTO } | |
374 | * | |
375 | */ | |
376 | public ArrayOfSy mptomTO ge tReactions () { | |
377 | re turn react ions; | |
378 | } | |
379 | ||
380 | /** | |
381 | * Set s the valu e of the r eactions p roperty. | |
382 | * | |
383 | * @pa ram value | |
384 | * allowed o bject is | |
385 | * {@link Ar rayOfSympt omTO } | |
386 | * | |
387 | */ | |
388 | public void setR eactions(A rrayOfSymp tomTO valu e) { | |
389 | th is.reactio ns = value ; | |
390 | } | |
391 | ||
392 | /** | |
393 | * Get s the valu e of the d rugIngredi ents prope rty. | |
394 | * | |
395 | * @re turn | |
396 | * possible object is | |
397 | * {@link Ar rayOfTagge dText } | |
398 | * | |
399 | */ | |
400 | public ArrayOfTa ggedText g etDrugIngr edients() { | |
401 | re turn drugI ngredients ; | |
402 | } | |
403 | ||
404 | /** | |
405 | * Set s the valu e of the d rugIngredi ents prope rty. | |
406 | * | |
407 | * @pa ram value | |
408 | * allowed o bject is | |
409 | * {@link Ar rayOfTagge dText } | |
410 | * | |
411 | */ | |
412 | public void setD rugIngredi ents(Array OfTaggedTe xt value) { | |
413 | th is.drugIng redients = value; | |
414 | } | |
415 | ||
416 | /** | |
417 | * Get s the valu e of the d rugClasses property. | |
418 | * | |
419 | * @re turn | |
420 | * possible object is | |
421 | * {@link Ar rayOfTagge dText } | |
422 | * | |
423 | */ | |
424 | public ArrayOfTa ggedText g etDrugClas ses() { | |
425 | re turn drugC lasses; | |
426 | } | |
427 | ||
428 | /** | |
429 | * Set s the valu e of the d rugClasses property. | |
430 | * | |
431 | * @pa ram value | |
432 | * allowed o bject is | |
433 | * {@link Ar rayOfTagge dText } | |
434 | * | |
435 | */ | |
436 | public void setD rugClasses (ArrayOfTa ggedText v alue) { | |
437 | th is.drugCla sses = val ue; | |
438 | } | |
439 | ||
440 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.