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 | SymptomTO.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 | SymptomTO.java | Thu May 3 12:55:38 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 4 | 478 |
Changed | 3 | 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 SymptomTO 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="Sympt omTO"> | |
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="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
21 | * <eleme nt name="i sNational" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"/ > | |
22 | * <eleme nt name="v uid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
23 | * <elemen t name="ty pe" type=" {http:// DNS /EmrSvc}Ob servationT ypeTO" min Occurs="0" /> | |
24 | * <elemen t name="ob server" ty pe="{http: // DNS /EmrSvc}Au thorTO" mi nOccurs="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 | * & lt;/sequen ce> | |
28 | * < ;/extensio n> | |
29 | * </ complexCon tent> | |
30 | * </co mplexType> | |
31 | * </pre> | |
32 | * | |
33 | * | |
34 | */ | |
35 | @XmlAccess orType(Xml AccessType .FIELD) | |
36 | @XmlType(n ame = "Sym ptomTO", p ropOrder = { | |
37 | "id", | |
38 | "name" , | |
39 | "isNat ional", | |
40 | "vuid" , | |
41 | "type" , | |
42 | "obser ver", | |
43 | "times tamp", | |
44 | "facil ity" | |
45 | }) | |
46 | public cla ss Symptom TO | |
47 | extend s Abstract TO | |
48 | { | |
49 | ||
50 | protec ted String id; | |
51 | protec ted String name; | |
52 | protec ted boolea n isNation al; | |
53 | protec ted String vuid; | |
54 | protec ted Observ ationTypeT O type; | |
55 | protec ted Author TO observe r; | |
56 | protec ted String timestamp ; | |
57 | protec ted Tagged Text facil ity; | |
58 | ||
59 | /** | |
60 | * Get s the valu e of the i d property . | |
61 | * | |
62 | * @re turn | |
63 | * possible object is | |
64 | * {@link St ring } | |
65 | * | |
66 | */ | |
67 | public String ge tId() { | |
68 | re turn id; | |
69 | } | |
70 | ||
71 | /** | |
72 | * Set s the valu e of the i d property . | |
73 | * | |
74 | * @pa ram value | |
75 | * allowed o bject is | |
76 | * {@link St ring } | |
77 | * | |
78 | */ | |
79 | public void setI d(String v alue) { | |
80 | th is.id = va lue; | |
81 | } | |
82 | ||
83 | /** | |
84 | * Get s the valu e of the n ame proper ty. | |
85 | * | |
86 | * @re turn | |
87 | * possible object is | |
88 | * {@link St ring } | |
89 | * | |
90 | */ | |
91 | public String ge tName() { | |
92 | re turn name; | |
93 | } | |
94 | ||
95 | /** | |
96 | * Set s the valu e of the n ame proper ty. | |
97 | * | |
98 | * @pa ram value | |
99 | * allowed o bject is | |
100 | * {@link St ring } | |
101 | * | |
102 | */ | |
103 | public void setN ame(String value) { | |
104 | th is.name = value; | |
105 | } | |
106 | ||
107 | /** | |
108 | * Get s the valu e of the i sNational property. | |
109 | * | |
110 | */ | |
111 | public boolean i sIsNationa l() { | |
112 | re turn isNat ional; | |
113 | } | |
114 | ||
115 | /** | |
116 | * Set s the valu e of the i sNational property. | |
117 | * | |
118 | */ | |
119 | public void setI sNational( boolean va lue) { | |
120 | th is.isNatio nal = valu e; | |
121 | } | |
122 | ||
123 | /** | |
124 | * Get s the valu e of the v uid proper ty. | |
125 | * | |
126 | * @re turn | |
127 | * possible object is | |
128 | * {@link St ring } | |
129 | * | |
130 | */ | |
131 | public String ge tVuid() { | |
132 | re turn vuid; | |
133 | } | |
134 | ||
135 | /** | |
136 | * Set s the valu e of the v uid proper ty. | |
137 | * | |
138 | * @pa ram value | |
139 | * allowed o bject is | |
140 | * {@link St ring } | |
141 | * | |
142 | */ | |
143 | public void setV uid(String value) { | |
144 | th is.vuid = value; | |
145 | } | |
146 | ||
147 | /** | |
148 | * Get s the valu e of the t ype proper ty. | |
149 | * | |
150 | * @re turn | |
151 | * possible object is | |
152 | * {@link Ob servationT ypeTO } | |
153 | * | |
154 | */ | |
155 | public Observati onTypeTO g etType() { | |
156 | re turn type; | |
157 | } | |
158 | ||
159 | /** | |
160 | * Set s the valu e of the t ype proper ty. | |
161 | * | |
162 | * @pa ram value | |
163 | * allowed o bject is | |
164 | * {@link Ob servationT ypeTO } | |
165 | * | |
166 | */ | |
167 | public void setT ype(Observ ationTypeT O value) { | |
168 | th is.type = value; | |
169 | } | |
170 | ||
171 | /** | |
172 | * Get s the valu e of the o bserver pr operty. | |
173 | * | |
174 | * @re turn | |
175 | * possible object is | |
176 | * {@link Au thorTO } | |
177 | * | |
178 | */ | |
179 | public AuthorTO getObserve r() { | |
180 | re turn obser ver; | |
181 | } | |
182 | ||
183 | /** | |
184 | * Set s the valu e of the o bserver pr operty. | |
185 | * | |
186 | * @pa ram value | |
187 | * allowed o bject is | |
188 | * {@link Au thorTO } | |
189 | * | |
190 | */ | |
191 | public void setO bserver(Au thorTO val ue) { | |
192 | th is.observe r = value; | |
193 | } | |
194 | ||
195 | /** | |
196 | * Get s the valu e of the t imestamp p roperty. | |
197 | * | |
198 | * @re turn | |
199 | * possible object is | |
200 | * {@link St ring } | |
201 | * | |
202 | */ | |
203 | public String ge tTimestamp () { | |
204 | re turn times tamp; | |
205 | } | |
206 | ||
207 | /** | |
208 | * Set s the valu e of the t imestamp p roperty. | |
209 | * | |
210 | * @pa ram value | |
211 | * allowed o bject is | |
212 | * {@link St ring } | |
213 | * | |
214 | */ | |
215 | public void setT imestamp(S tring valu e) { | |
216 | th is.timesta mp = value ; | |
217 | } | |
218 | ||
219 | /** | |
220 | * Get s the valu e of the f acility pr operty. | |
221 | * | |
222 | * @re turn | |
223 | * possible object is | |
224 | * {@link Ta ggedText } | |
225 | * | |
226 | */ | |
227 | public TaggedTex t getFacil ity() { | |
228 | re turn facil ity; | |
229 | } | |
230 | ||
231 | /** | |
232 | * Set s the valu e of the f acility pr operty. | |
233 | * | |
234 | * @pa ram value | |
235 | * allowed o bject is | |
236 | * {@link Ta ggedText } | |
237 | * | |
238 | */ | |
239 | public void setF acility(Ta ggedText v alue) { | |
240 | th is.facilit y = value; | |
241 | } | |
242 | ||
243 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.