Produced by Araxis Merge on 5/10/2018 8:39:52 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 | SurgicalPathologyRpt.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 | SurgicalPathologyRpt.java | Thu May 3 12:55:37 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 656 |
Changed | 2 | 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 SurgicalP athologyRp t complex 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="Surgi calPatholo gyRpt"> | |
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 | * <elemen t name="fa cility" ty pe="{http: // DNS /EmrSvc}Ta ggedText" minOccurs= "0"/> | |
24 | * <elemen t name="sp ecimen" ty pe="{http: // DNS /EmrSvc}La bSpecimenT O" minOccu rs="0"/> | |
25 | * <eleme nt name="c linicalHx" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
26 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
27 | * <eleme nt name="e xam" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
28 | * <eleme nt name="d iagnosis" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
29 | * <eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
30 | * & lt;/sequen ce> | |
31 | * < ;/extensio n> | |
32 | * </ complexCon tent> | |
33 | * </co mplexType> | |
34 | * </pre> | |
35 | * | |
36 | * | |
37 | */ | |
38 | @XmlAccess orType(Xml AccessType .FIELD) | |
39 | @XmlType(n ame = "Sur gicalPatho logyRpt", propOrder = { | |
40 | "id", | |
41 | "title ", | |
42 | "times tamp", | |
43 | "autho r", | |
44 | "facil ity", | |
45 | "speci men", | |
46 | "clini calHx", | |
47 | "descr iption", | |
48 | "exam" , | |
49 | "diagn osis", | |
50 | "comme nt" | |
51 | }) | |
52 | public cla ss Surgica lPathology Rpt | |
53 | extend s Abstract TO | |
54 | { | |
55 | ||
56 | protec ted String id; | |
57 | protec ted String title; | |
58 | protec ted String timestamp ; | |
59 | protec ted Author TO author; | |
60 | protec ted Tagged Text facil ity; | |
61 | protec ted LabSpe cimenTO sp ecimen; | |
62 | protec ted String clinicalH x; | |
63 | protec ted String descripti on; | |
64 | protec ted String exam; | |
65 | protec ted String diagnosis ; | |
66 | protec ted String comment; | |
67 | ||
68 | /** | |
69 | * Get s the valu e of the i d property . | |
70 | * | |
71 | * @re turn | |
72 | * possible object is | |
73 | * {@link St ring } | |
74 | * | |
75 | */ | |
76 | public String ge tId() { | |
77 | re turn id; | |
78 | } | |
79 | ||
80 | /** | |
81 | * Set s the valu e of the i d property . | |
82 | * | |
83 | * @pa ram value | |
84 | * allowed o bject is | |
85 | * {@link St ring } | |
86 | * | |
87 | */ | |
88 | public void setI d(String v alue) { | |
89 | th is.id = va lue; | |
90 | } | |
91 | ||
92 | /** | |
93 | * Get s the valu e of the t itle prope rty. | |
94 | * | |
95 | * @re turn | |
96 | * possible object is | |
97 | * {@link St ring } | |
98 | * | |
99 | */ | |
100 | public String ge tTitle() { | |
101 | re turn title ; | |
102 | } | |
103 | ||
104 | /** | |
105 | * Set s the valu e of the t itle prope rty. | |
106 | * | |
107 | * @pa ram value | |
108 | * allowed o bject is | |
109 | * {@link St ring } | |
110 | * | |
111 | */ | |
112 | public void setT itle(Strin g value) { | |
113 | th is.title = value; | |
114 | } | |
115 | ||
116 | /** | |
117 | * Get s the valu e of the t imestamp p roperty. | |
118 | * | |
119 | * @re turn | |
120 | * possible object is | |
121 | * {@link St ring } | |
122 | * | |
123 | */ | |
124 | public String ge tTimestamp () { | |
125 | re turn times tamp; | |
126 | } | |
127 | ||
128 | /** | |
129 | * Set s the valu e of the t imestamp p roperty. | |
130 | * | |
131 | * @pa ram value | |
132 | * allowed o bject is | |
133 | * {@link St ring } | |
134 | * | |
135 | */ | |
136 | public void setT imestamp(S tring valu e) { | |
137 | th is.timesta mp = value ; | |
138 | } | |
139 | ||
140 | /** | |
141 | * Get s the valu e of the a uthor prop erty. | |
142 | * | |
143 | * @re turn | |
144 | * possible object is | |
145 | * {@link Au thorTO } | |
146 | * | |
147 | */ | |
148 | public AuthorTO getAuthor( ) { | |
149 | re turn autho r; | |
150 | } | |
151 | ||
152 | /** | |
153 | * Set s the valu e of the a uthor prop erty. | |
154 | * | |
155 | * @pa ram value | |
156 | * allowed o bject is | |
157 | * {@link Au thorTO } | |
158 | * | |
159 | */ | |
160 | public void setA uthor(Auth orTO value ) { | |
161 | th is.author = value; | |
162 | } | |
163 | ||
164 | /** | |
165 | * Get s the valu e of the f acility pr operty. | |
166 | * | |
167 | * @re turn | |
168 | * possible object is | |
169 | * {@link Ta ggedText } | |
170 | * | |
171 | */ | |
172 | public TaggedTex t getFacil ity() { | |
173 | re turn facil ity; | |
174 | } | |
175 | ||
176 | /** | |
177 | * Set s the valu e of the f acility pr operty. | |
178 | * | |
179 | * @pa ram value | |
180 | * allowed o bject is | |
181 | * {@link Ta ggedText } | |
182 | * | |
183 | */ | |
184 | public void setF acility(Ta ggedText v alue) { | |
185 | th is.facilit y = value; | |
186 | } | |
187 | ||
188 | /** | |
189 | * Get s the valu e of the s pecimen pr operty. | |
190 | * | |
191 | * @re turn | |
192 | * possible object is | |
193 | * {@link La bSpecimenT O } | |
194 | * | |
195 | */ | |
196 | public LabSpecim enTO getSp ecimen() { | |
197 | re turn speci men; | |
198 | } | |
199 | ||
200 | /** | |
201 | * Set s the valu e of the s pecimen pr operty. | |
202 | * | |
203 | * @pa ram value | |
204 | * allowed o bject is | |
205 | * {@link La bSpecimenT O } | |
206 | * | |
207 | */ | |
208 | public void setS pecimen(La bSpecimenT O value) { | |
209 | th is.specime n = value; | |
210 | } | |
211 | ||
212 | /** | |
213 | * Get s the valu e of the c linicalHx property. | |
214 | * | |
215 | * @re turn | |
216 | * possible object is | |
217 | * {@link St ring } | |
218 | * | |
219 | */ | |
220 | public String ge tClinicalH x() { | |
221 | re turn clini calHx; | |
222 | } | |
223 | ||
224 | /** | |
225 | * Set s the valu e of the c linicalHx property. | |
226 | * | |
227 | * @pa ram value | |
228 | * allowed o bject is | |
229 | * {@link St ring } | |
230 | * | |
231 | */ | |
232 | public void setC linicalHx( String val ue) { | |
233 | th is.clinica lHx = valu e; | |
234 | } | |
235 | ||
236 | /** | |
237 | * Get s the valu e of the d escription property. | |
238 | * | |
239 | * @re turn | |
240 | * possible object is | |
241 | * {@link St ring } | |
242 | * | |
243 | */ | |
244 | public String ge tDescripti on() { | |
245 | re turn descr iption; | |
246 | } | |
247 | ||
248 | /** | |
249 | * Set s the valu e of the d escription property. | |
250 | * | |
251 | * @pa ram value | |
252 | * allowed o bject is | |
253 | * {@link St ring } | |
254 | * | |
255 | */ | |
256 | public void setD escription (String va lue) { | |
257 | th is.descrip tion = val ue; | |
258 | } | |
259 | ||
260 | /** | |
261 | * Get s the valu e of the e xam proper ty. | |
262 | * | |
263 | * @re turn | |
264 | * possible object is | |
265 | * {@link St ring } | |
266 | * | |
267 | */ | |
268 | public String ge tExam() { | |
269 | re turn exam; | |
270 | } | |
271 | ||
272 | /** | |
273 | * Set s the valu e of the e xam proper ty. | |
274 | * | |
275 | * @pa ram value | |
276 | * allowed o bject is | |
277 | * {@link St ring } | |
278 | * | |
279 | */ | |
280 | public void setE xam(String value) { | |
281 | th is.exam = value; | |
282 | } | |
283 | ||
284 | /** | |
285 | * Get s the valu e of the d iagnosis p roperty. | |
286 | * | |
287 | * @re turn | |
288 | * possible object is | |
289 | * {@link St ring } | |
290 | * | |
291 | */ | |
292 | public String ge tDiagnosis () { | |
293 | re turn diagn osis; | |
294 | } | |
295 | ||
296 | /** | |
297 | * Set s the valu e of the d iagnosis p roperty. | |
298 | * | |
299 | * @pa ram value | |
300 | * allowed o bject is | |
301 | * {@link St ring } | |
302 | * | |
303 | */ | |
304 | public void setD iagnosis(S tring valu e) { | |
305 | th is.diagnos is = value ; | |
306 | } | |
307 | ||
308 | /** | |
309 | * Get s the valu e of the c omment pro perty. | |
310 | * | |
311 | * @re turn | |
312 | * possible object is | |
313 | * {@link St ring } | |
314 | * | |
315 | */ | |
316 | public String ge tComment() { | |
317 | re turn comme nt; | |
318 | } | |
319 | ||
320 | /** | |
321 | * Set s the valu e of the c omment pro perty. | |
322 | * | |
323 | * @pa ram value | |
324 | * allowed o bject is | |
325 | * {@link St ring } | |
326 | * | |
327 | */ | |
328 | public void setC omment(Str ing value) { | |
329 | th is.comment = value; | |
330 | } | |
331 | ||
332 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.