Produced by Araxis Merge on 5/10/2018 8:39:50 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 | InpatientStayTO.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 | InpatientStayTO.java | Thu May 3 12:54:59 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 5 | 492 |
Changed | 4 | 10 |
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 Inpatient StayTO 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="Inpat ientStayTO "> | |
16 | * <c omplexCont ent> | |
17 | * <extens ion base=" {http:// DNS /EmrSvc}Ab stractTO"> | |
18 | * & lt;sequenc e> | |
19 | * <elemen t name="pa tient" typ e="{http:/ / DNS /EmrSvc}Pa tientTO" m inOccurs=" 0"/> | |
20 | * <elemen t name="lo cation" ty pe="{http: // DNS /EmrSvc}Ho spitalLoca tionTO" mi nOccurs="0 "/> | |
21 | * <eleme nt name="a dmitTimest amp" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
22 | * <eleme nt name="d ischargeTi mestamp" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
23 | * <elemen t name="di schargeDia gnoses" ty pe="{http: // DNS /EmrSvc}Di schargeDia gnosesTO" minOccurs= "0"/> | |
24 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
25 | * <elemen t name="ad ts" type=" {http:// DNS /EmrSvc}Ar rayOfAdtTO " minOccur s="0"/> | |
26 | * <eleme nt name="m ovementChe ckinId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="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 = "Inp atientStay TO", propO rder = { | |
37 | "patie nt", | |
38 | "locat ion", | |
39 | "admit Timestamp" , | |
40 | "disch argeTimest amp", | |
41 | "disch argeDiagno ses", | |
42 | "type" , | |
43 | "adts" , | |
44 | "movem entCheckin Id" | |
45 | }) | |
46 | public cla ss Inpatie ntStayTO | |
47 | extend s Abstract TO | |
48 | { | |
49 | ||
50 | protec ted Patien tTO patien t; | |
51 | protec ted Hospit alLocation TO locatio n; | |
52 | protec ted String admitTime stamp; | |
53 | protec ted String discharge Timestamp; | |
54 | protec ted Discha rgeDiagnos esTO disch argeDiagno ses; | |
55 | protec ted String type; | |
56 | protec ted ArrayO fAdtTO adt s; | |
57 | protec ted String movementC heckinId; | |
58 | ||
59 | /** | |
60 | * Get s the valu e of the p atient pro perty. | |
61 | * | |
62 | * @re turn | |
63 | * possible object is | |
64 | * {@link Pa tientTO } | |
65 | * | |
66 | */ | |
67 | public PatientTO getPatien t() { | |
68 | re turn patie nt; | |
69 | } | |
70 | ||
71 | /** | |
72 | * Set s the valu e of the p atient pro perty. | |
73 | * | |
74 | * @pa ram value | |
75 | * allowed o bject is | |
76 | * {@link Pa tientTO } | |
77 | * | |
78 | */ | |
79 | public void setP atient(Pat ientTO val ue) { | |
80 | th is.patient = value; | |
81 | } | |
82 | ||
83 | /** | |
84 | * Get s the valu e of the l ocation pr operty. | |
85 | * | |
86 | * @re turn | |
87 | * possible object is | |
88 | * {@link Ho spitalLoca tionTO } | |
89 | * | |
90 | */ | |
91 | public HospitalL ocationTO getLocatio n() { | |
92 | re turn locat ion; | |
93 | } | |
94 | ||
95 | /** | |
96 | * Set s the valu e of the l ocation pr operty. | |
97 | * | |
98 | * @pa ram value | |
99 | * allowed o bject is | |
100 | * {@link Ho spitalLoca tionTO } | |
101 | * | |
102 | */ | |
103 | public void setL ocation(Ho spitalLoca tionTO val ue) { | |
104 | th is.locatio n = value; | |
105 | } | |
106 | ||
107 | /** | |
108 | * Get s the valu e of the a dmitTimest amp proper ty. | |
109 | * | |
110 | * @re turn | |
111 | * possible object is | |
112 | * {@link St ring } | |
113 | * | |
114 | */ | |
115 | public String ge tAdmitTime stamp() { | |
116 | re turn admit Timestamp; | |
117 | } | |
118 | ||
119 | /** | |
120 | * Set s the valu e of the a dmitTimest amp proper ty. | |
121 | * | |
122 | * @pa ram value | |
123 | * allowed o bject is | |
124 | * {@link St ring } | |
125 | * | |
126 | */ | |
127 | public void setA dmitTimest amp(String value) { | |
128 | th is.admitTi mestamp = value; | |
129 | } | |
130 | ||
131 | /** | |
132 | * Get s the valu e of the d ischargeTi mestamp pr operty. | |
133 | * | |
134 | * @re turn | |
135 | * possible object is | |
136 | * {@link St ring } | |
137 | * | |
138 | */ | |
139 | public String ge tDischarge Timestamp( ) { | |
140 | re turn disch argeTimest amp; | |
141 | } | |
142 | ||
143 | /** | |
144 | * Set s the valu e of the d ischargeTi mestamp pr operty. | |
145 | * | |
146 | * @pa ram value | |
147 | * allowed o bject is | |
148 | * {@link St ring } | |
149 | * | |
150 | */ | |
151 | public void setD ischargeTi mestamp(St ring value ) { | |
152 | th is.dischar geTimestam p = value; | |
153 | } | |
154 | ||
155 | /** | |
156 | * Get s the valu e of the d ischargeDi agnoses pr operty. | |
157 | * | |
158 | * @re turn | |
159 | * possible object is | |
160 | * {@link Di schargeDia gnosesTO } | |
161 | * | |
162 | */ | |
163 | public Discharge DiagnosesT O getDisch argeDiagno ses() { | |
164 | re turn disch argeDiagno ses; | |
165 | } | |
166 | ||
167 | /** | |
168 | * Set s the valu e of the d ischargeDi agnoses pr operty. | |
169 | * | |
170 | * @pa ram value | |
171 | * allowed o bject is | |
172 | * {@link Di schargeDia gnosesTO } | |
173 | * | |
174 | */ | |
175 | public void setD ischargeDi agnoses(Di schargeDia gnosesTO v alue) { | |
176 | th is.dischar geDiagnose s = value; | |
177 | } | |
178 | ||
179 | /** | |
180 | * Get s the valu e of the t ype proper ty. | |
181 | * | |
182 | * @re turn | |
183 | * possible object is | |
184 | * {@link St ring } | |
185 | * | |
186 | */ | |
187 | public String ge tType() { | |
188 | re turn type; | |
189 | } | |
190 | ||
191 | /** | |
192 | * Set s the valu e of the t ype proper ty. | |
193 | * | |
194 | * @pa ram value | |
195 | * allowed o bject is | |
196 | * {@link St ring } | |
197 | * | |
198 | */ | |
199 | public void setT ype(String value) { | |
200 | th is.type = value; | |
201 | } | |
202 | ||
203 | /** | |
204 | * Get s the valu e of the a dts proper ty. | |
205 | * | |
206 | * @re turn | |
207 | * possible object is | |
208 | * {@link Ar rayOfAdtTO } | |
209 | * | |
210 | */ | |
211 | public ArrayOfAd tTO getAdt s() { | |
212 | re turn adts; | |
213 | } | |
214 | ||
215 | /** | |
216 | * Set s the valu e of the a dts proper ty. | |
217 | * | |
218 | * @pa ram value | |
219 | * allowed o bject is | |
220 | * {@link Ar rayOfAdtTO } | |
221 | * | |
222 | */ | |
223 | public void setA dts(ArrayO fAdtTO val ue) { | |
224 | th is.adts = value; | |
225 | } | |
226 | ||
227 | /** | |
228 | * Get s the valu e of the m ovementChe ckinId pro perty. | |
229 | * | |
230 | * @re turn | |
231 | * possible object is | |
232 | * {@link St ring } | |
233 | * | |
234 | */ | |
235 | public String ge tMovementC heckinId() { | |
236 | re turn movem entCheckin Id; | |
237 | } | |
238 | ||
239 | /** | |
240 | * Set s the valu e of the m ovementChe ckinId pro perty. | |
241 | * | |
242 | * @pa ram value | |
243 | * allowed o bject is | |
244 | * {@link St ring } | |
245 | * | |
246 | */ | |
247 | public void setM ovementChe ckinId(Str ing value) { | |
248 | th is.movemen tCheckinId = value; | |
249 | } | |
250 | ||
251 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.