Produced by Araxis Merge on 5/10/2018 8:39:51 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 | SurgeryReportTO.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 | SurgeryReportTO.java | Thu May 3 12:55:37 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 5 | 764 |
Changed | 4 | 8 |
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 SurgeryRe portTO com plex 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="Surge ryReportTO "> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /EmrSvc}Ab stractTO"> | |
18 | * & lt;sequenc e> | |
19 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
20 | * <eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
21 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
22 | * <elemen t name="au thor" type ="{http:// DNS /EmrSvc}Au thorTO" mi nOccurs="0 "/> | |
23 | * <eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
24 | * <elemen t name="fa cility" ty pe="{http: // DNS /EmrSvc}Ta ggedText" minOccurs= "0"/> | |
25 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
26 | * <elemen t name="sp ecialty" t ype="{http :// DNS /EmrSvc}Ta ggedText" minOccurs= "0"/> | |
27 | * <eleme nt name="p reOpDx" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
28 | * <eleme nt name="p ostOpDx" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
29 | * <eleme nt name="l abWork" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
30 | * <eleme nt name="d ictationTi mestamp" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
31 | * <eleme nt name="t ranscripti onTimestam p" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
32 | * & lt;/sequen ce> | |
33 | * < ;/extensio n> | |
34 | * </ complexCon tent> | |
35 | * </co mplexType> | |
36 | * </pre> | |
37 | * | |
38 | * | |
39 | */ | |
40 | @XmlAccess orType(Xml AccessType .FIELD) | |
41 | @XmlType(n ame = "Sur geryReport TO", propO rder = { | |
42 | "id", | |
43 | "title ", | |
44 | "times tamp", | |
45 | "autho r", | |
46 | "text" , | |
47 | "facil ity", | |
48 | "statu s", | |
49 | "speci alty", | |
50 | "preOp Dx", | |
51 | "postO pDx", | |
52 | "labWo rk", | |
53 | "dicta tionTimest amp", | |
54 | "trans criptionTi mestamp" | |
55 | }) | |
56 | public cla ss Surgery ReportTO | |
57 | extend s Abstract TO | |
58 | { | |
59 | ||
60 | protec ted String id; | |
61 | protec ted String title; | |
62 | protec ted String timestamp ; | |
63 | protec ted Author TO author; | |
64 | protec ted String text; | |
65 | protec ted Tagged Text facil ity; | |
66 | protec ted String status; | |
67 | protec ted Tagged Text speci alty; | |
68 | protec ted String preOpDx; | |
69 | protec ted String postOpDx; | |
70 | protec ted String labWork; | |
71 | protec ted String dictation Timestamp; | |
72 | protec ted String transcrip tionTimest amp; | |
73 | ||
74 | /** | |
75 | * Get s the valu e of the i d property . | |
76 | * | |
77 | * @re turn | |
78 | * possible object is | |
79 | * {@link St ring } | |
80 | * | |
81 | */ | |
82 | public String ge tId() { | |
83 | re turn id; | |
84 | } | |
85 | ||
86 | /** | |
87 | * Set s the valu e of the i d property . | |
88 | * | |
89 | * @pa ram value | |
90 | * allowed o bject is | |
91 | * {@link St ring } | |
92 | * | |
93 | */ | |
94 | public void setI d(String v alue) { | |
95 | th is.id = va lue; | |
96 | } | |
97 | ||
98 | /** | |
99 | * Get s the valu e of the t itle prope rty. | |
100 | * | |
101 | * @re turn | |
102 | * possible object is | |
103 | * {@link St ring } | |
104 | * | |
105 | */ | |
106 | public String ge tTitle() { | |
107 | re turn title ; | |
108 | } | |
109 | ||
110 | /** | |
111 | * Set s the valu e of the t itle prope rty. | |
112 | * | |
113 | * @pa ram value | |
114 | * allowed o bject is | |
115 | * {@link St ring } | |
116 | * | |
117 | */ | |
118 | public void setT itle(Strin g value) { | |
119 | th is.title = value; | |
120 | } | |
121 | ||
122 | /** | |
123 | * Get s the valu e of the t imestamp p roperty. | |
124 | * | |
125 | * @re turn | |
126 | * possible object is | |
127 | * {@link St ring } | |
128 | * | |
129 | */ | |
130 | public String ge tTimestamp () { | |
131 | re turn times tamp; | |
132 | } | |
133 | ||
134 | /** | |
135 | * Set s the valu e of the t imestamp p roperty. | |
136 | * | |
137 | * @pa ram value | |
138 | * allowed o bject is | |
139 | * {@link St ring } | |
140 | * | |
141 | */ | |
142 | public void setT imestamp(S tring valu e) { | |
143 | th is.timesta mp = value ; | |
144 | } | |
145 | ||
146 | /** | |
147 | * Get s the valu e of the a uthor prop erty. | |
148 | * | |
149 | * @re turn | |
150 | * possible object is | |
151 | * {@link Au thorTO } | |
152 | * | |
153 | */ | |
154 | public AuthorTO getAuthor( ) { | |
155 | re turn autho r; | |
156 | } | |
157 | ||
158 | /** | |
159 | * Set s the valu e of the a uthor prop erty. | |
160 | * | |
161 | * @pa ram value | |
162 | * allowed o bject is | |
163 | * {@link Au thorTO } | |
164 | * | |
165 | */ | |
166 | public void setA uthor(Auth orTO value ) { | |
167 | th is.author = value; | |
168 | } | |
169 | ||
170 | /** | |
171 | * Get s the valu e of the t ext proper ty. | |
172 | * | |
173 | * @re turn | |
174 | * possible object is | |
175 | * {@link St ring } | |
176 | * | |
177 | */ | |
178 | public String ge tText() { | |
179 | re turn text; | |
180 | } | |
181 | ||
182 | /** | |
183 | * Set s the valu e of the t ext proper ty. | |
184 | * | |
185 | * @pa ram value | |
186 | * allowed o bject is | |
187 | * {@link St ring } | |
188 | * | |
189 | */ | |
190 | public void setT ext(String value) { | |
191 | th is.text = value; | |
192 | } | |
193 | ||
194 | /** | |
195 | * Get s the valu e of the f acility pr operty. | |
196 | * | |
197 | * @re turn | |
198 | * possible object is | |
199 | * {@link Ta ggedText } | |
200 | * | |
201 | */ | |
202 | public TaggedTex t getFacil ity() { | |
203 | re turn facil ity; | |
204 | } | |
205 | ||
206 | /** | |
207 | * Set s the valu e of the f acility pr operty. | |
208 | * | |
209 | * @pa ram value | |
210 | * allowed o bject is | |
211 | * {@link Ta ggedText } | |
212 | * | |
213 | */ | |
214 | public void setF acility(Ta ggedText v alue) { | |
215 | th is.facilit y = value; | |
216 | } | |
217 | ||
218 | /** | |
219 | * Get s the valu e of the s tatus prop erty. | |
220 | * | |
221 | * @re turn | |
222 | * possible object is | |
223 | * {@link St ring } | |
224 | * | |
225 | */ | |
226 | public String ge tStatus() { | |
227 | re turn statu s; | |
228 | } | |
229 | ||
230 | /** | |
231 | * Set s the valu e of the s tatus prop erty. | |
232 | * | |
233 | * @pa ram value | |
234 | * allowed o bject is | |
235 | * {@link St ring } | |
236 | * | |
237 | */ | |
238 | public void setS tatus(Stri ng value) { | |
239 | th is.status = value; | |
240 | } | |
241 | ||
242 | /** | |
243 | * Get s the valu e of the s pecialty p roperty. | |
244 | * | |
245 | * @re turn | |
246 | * possible object is | |
247 | * {@link Ta ggedText } | |
248 | * | |
249 | */ | |
250 | public TaggedTex t getSpeci alty() { | |
251 | re turn speci alty; | |
252 | } | |
253 | ||
254 | /** | |
255 | * Set s the valu e of the s pecialty p roperty. | |
256 | * | |
257 | * @pa ram value | |
258 | * allowed o bject is | |
259 | * {@link Ta ggedText } | |
260 | * | |
261 | */ | |
262 | public void setS pecialty(T aggedText value) { | |
263 | th is.special ty = value ; | |
264 | } | |
265 | ||
266 | /** | |
267 | * Get s the valu e of the p reOpDx pro perty. | |
268 | * | |
269 | * @re turn | |
270 | * possible object is | |
271 | * {@link St ring } | |
272 | * | |
273 | */ | |
274 | public String ge tPreOpDx() { | |
275 | re turn preOp Dx; | |
276 | } | |
277 | ||
278 | /** | |
279 | * Set s the valu e of the p reOpDx pro perty. | |
280 | * | |
281 | * @pa ram value | |
282 | * allowed o bject is | |
283 | * {@link St ring } | |
284 | * | |
285 | */ | |
286 | public void setP reOpDx(Str ing value) { | |
287 | th is.preOpDx = value; | |
288 | } | |
289 | ||
290 | /** | |
291 | * Get s the valu e of the p ostOpDx pr operty. | |
292 | * | |
293 | * @re turn | |
294 | * possible object is | |
295 | * {@link St ring } | |
296 | * | |
297 | */ | |
298 | public String ge tPostOpDx( ) { | |
299 | re turn postO pDx; | |
300 | } | |
301 | ||
302 | /** | |
303 | * Set s the valu e of the p ostOpDx pr operty. | |
304 | * | |
305 | * @pa ram value | |
306 | * allowed o bject is | |
307 | * {@link St ring } | |
308 | * | |
309 | */ | |
310 | public void setP ostOpDx(St ring value ) { | |
311 | th is.postOpD x = value; | |
312 | } | |
313 | ||
314 | /** | |
315 | * Get s the valu e of the l abWork pro perty. | |
316 | * | |
317 | * @re turn | |
318 | * possible object is | |
319 | * {@link St ring } | |
320 | * | |
321 | */ | |
322 | public String ge tLabWork() { | |
323 | re turn labWo rk; | |
324 | } | |
325 | ||
326 | /** | |
327 | * Set s the valu e of the l abWork pro perty. | |
328 | * | |
329 | * @pa ram value | |
330 | * allowed o bject is | |
331 | * {@link St ring } | |
332 | * | |
333 | */ | |
334 | public void setL abWork(Str ing value) { | |
335 | th is.labWork = value; | |
336 | } | |
337 | ||
338 | /** | |
339 | * Get s the valu e of the d ictationTi mestamp pr operty. | |
340 | * | |
341 | * @re turn | |
342 | * possible object is | |
343 | * {@link St ring } | |
344 | * | |
345 | */ | |
346 | public String ge tDictation Timestamp( ) { | |
347 | re turn dicta tionTimest amp; | |
348 | } | |
349 | ||
350 | /** | |
351 | * Set s the valu e of the d ictationTi mestamp pr operty. | |
352 | * | |
353 | * @pa ram value | |
354 | * allowed o bject is | |
355 | * {@link St ring } | |
356 | * | |
357 | */ | |
358 | public void setD ictationTi mestamp(St ring value ) { | |
359 | th is.dictati onTimestam p = value; | |
360 | } | |
361 | ||
362 | /** | |
363 | * Get s the valu e of the t ranscripti onTimestam p property . | |
364 | * | |
365 | * @re turn | |
366 | * possible object is | |
367 | * {@link St ring } | |
368 | * | |
369 | */ | |
370 | public String ge tTranscrip tionTimest amp() { | |
371 | re turn trans criptionTi mestamp; | |
372 | } | |
373 | ||
374 | /** | |
375 | * Set s the valu e of the t ranscripti onTimestam p property . | |
376 | * | |
377 | * @pa ram value | |
378 | * allowed o bject is | |
379 | * {@link St ring } | |
380 | * | |
381 | */ | |
382 | public void setT ranscripti onTimestam p(String v alue) { | |
383 | th is.transcr iptionTime stamp = va lue; | |
384 | } | |
385 | ||
386 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.