Produced by Araxis Merge on 5/10/2018 8:39:46 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 | EmrSvcHttpPost.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 | EmrSvcHttpPost.java | Thu May 3 12:53:21 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 142 | 4000 |
Changed | 141 | 282 |
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.jws.Web Method; | |
5 | import jav ax.jws.Web Param; | |
6 | import jav ax.jws.Web Result; | |
7 | import jav ax.jws.Web Service; | |
8 | import jav ax.jws.soa p.SOAPBind ing; | |
9 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |
10 | ||
11 | ||
12 | /** | |
13 | * This cl ass was ge nerated by the JAX-W S RI. | |
14 | * JAX-WS RI 2.1.6 i n JDK 6 | |
15 | * Generat ed source version: 2 .1 | |
16 | * | |
17 | */ | |
18 | @WebServic e(name = " EmrSvcHttp Post", tar getNamespa ce = "http :// DNS /EmrSvc") | |
19 | @SOAPBindi ng(paramet erStyle = SOAPBindin g.Paramete rStyle.BAR E) | |
20 | @XmlSeeAls o({ | |
21 | Object Factory.cl ass | |
22 | }) | |
23 | public int erface Emr SvcHttpPos t { | |
24 | ||
25 | ||
26 | /** | |
27 | * Get a list of hospital wards | |
28 | * | |
29 | * @re turn | |
30 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedHospi talLocatio nArray | |
31 | */ | |
32 | @WebMe thod | |
33 | @WebResult (name = "T aggedHospi talLocatio nArray", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
34 | public TaggedHos pitalLocat ionArray g etWards(); | |
35 | ||
36 | /** | |
37 | * Get a list of patients by ward | |
38 | * | |
39 | * @pa ram wardId | |
40 | * @re turn | |
41 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntArray | |
42 | */ | |
43 | @WebMe thod | |
44 | @WebResult (name = "T aggedPatie ntArray", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
45 | public TaggedPat ientArray getPatient sByWard( | |
46 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "wardId") | |
47 | St ring wardI d); | |
48 | ||
49 | /** | |
50 | * Get a list of hospital clinics | |
51 | * | |
52 | * @pa ram target | |
53 | * @re turn | |
54 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedHospi talLocatio nArray | |
55 | */ | |
56 | @WebMe thod | |
57 | @WebResult (name = "T aggedHospi talLocatio nArray", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
58 | public TaggedHos pitalLocat ionArray g etClinics( | |
59 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
60 | St ring targe t); | |
61 | ||
62 | /** | |
63 | * Get a list of patients by clinic | |
64 | * | |
65 | * @pa ram clinic Id | |
66 | * @re turn | |
67 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntArray | |
68 | */ | |
69 | @WebMe thod | |
70 | @WebResult (name = "T aggedPatie ntArray", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
71 | public TaggedPat ientArray getPatient sByClinic( | |
72 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "clinicId" ) | |
73 | St ring clini cId); | |
74 | ||
75 | /** | |
76 | * Get the list of special ties | |
77 | * | |
78 | * @re turn | |
79 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedText | |
80 | */ | |
81 | @WebMe thod | |
82 | @WebResult (name = "T aggedText" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
83 | public TaggedTex t getSpeci alties(); | |
84 | ||
85 | /** | |
86 | * Get a list of patients by special ty | |
87 | * | |
88 | * @pa ram specia ltyId | |
89 | * @re turn | |
90 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntArray | |
91 | */ | |
92 | @WebMe thod | |
93 | @WebResult (name = "T aggedPatie ntArray", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
94 | public TaggedPat ientArray getPatient sBySpecial ty( | |
95 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "specialty Id") | |
96 | St ring speci altyId); | |
97 | ||
98 | /** | |
99 | * Get the list of teams | |
100 | * | |
101 | * @re turn | |
102 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedText | |
103 | */ | |
104 | @WebMe thod | |
105 | @WebResult (name = "T aggedText" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
106 | public TaggedTex t getTeams (); | |
107 | ||
108 | /** | |
109 | * Get a list of patients by team | |
110 | * | |
111 | * @pa ram teamId | |
112 | * @re turn | |
113 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntArray | |
114 | */ | |
115 | @WebMe thod | |
116 | @WebResult (name = "T aggedPatie ntArray", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
117 | public TaggedPat ientArray getPatient sByTeam( | |
118 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "teamId") | |
119 | St ring teamI d); | |
120 | ||
121 | /** | |
122 | * Get a list of patients by provide r | |
123 | * | |
124 | * @pa ram duz | |
125 | * @re turn | |
126 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntArray | |
127 | */ | |
128 | @WebMe thod | |
129 | @WebResult (name = "T aggedPatie ntArray", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
130 | public TaggedPat ientArray getPatient sByProvide r( | |
131 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "duz") | |
132 | St ring duz); | |
133 | ||
134 | /** | |
135 | * Get selected patient's admissions | |
136 | * | |
137 | * @re turn | |
138 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedInpat ientStayAr ray | |
139 | */ | |
140 | @WebMe thod | |
141 | @WebResult (name = "T aggedInpat ientStayAr ray", targ etNamespac e = "http: // DNS /EmrSvc", partName = "Body") | |
142 | public TaggedInp atientStay Array getA dmissions( ); | |
143 | ||
144 | /** | |
145 | * Get a VistA's hospital locations (clinics, etc.). | |
146 | * | |
147 | * @pa ram direct ion | |
148 | * @pa ram target | |
149 | * @re turn | |
150 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedHospi talLocatio nArray | |
151 | */ | |
152 | @WebMe thod | |
153 | @WebResult (name = "T aggedHospi talLocatio nArray", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
154 | public TaggedHos pitalLocat ionArray g etLocation s( | |
155 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
156 | St ring targe t, | |
157 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "direction ") | |
158 | St ring direc tion); | |
159 | ||
160 | /** | |
161 | * Get patient r ecord flag actions. | |
162 | * | |
163 | * @pa ram noteDe finitionIE N | |
164 | * @re turn | |
165 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.P atientReco rdFlagArra y | |
166 | */ | |
167 | @WebMe thod | |
168 | @WebResult (name = "P atientReco rdFlagArra y", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
169 | public PatientRe cordFlagAr ray getPrf NoteAction s( | |
170 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteDefin itionIEN") | |
171 | St ring noteD efinitionI EN); | |
172 | ||
173 | /** | |
174 | * Get selected patient's visits | |
175 | * | |
176 | * @pa ram fromDa te | |
177 | * @pa ram toDate | |
178 | * @re turn | |
179 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedVisit Array | |
180 | */ | |
181 | @WebMe thod | |
182 | @WebResult (name = "T aggedVisit Array", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
183 | public TaggedVis itArray ge tVisits( | |
184 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
185 | St ring fromD ate, | |
186 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
187 | St ring toDat e); | |
188 | ||
189 | /** | |
190 | * Is given note a consult note? | |
191 | * | |
192 | * @pa ram noteDe finitionIE N | |
193 | * @re turn | |
194 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
195 | */ | |
196 | @WebMe thod | |
197 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
198 | public TextTO is ConsultNot e( | |
199 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteDefin itionIEN") | |
200 | St ring noteD efinitionI EN); | |
201 | ||
202 | /** | |
203 | * Is cosigner r equired fo r this use r/author p air? | |
204 | * | |
205 | * @pa ram noteDe finitionIE N | |
206 | * @pa ram author DUZ | |
207 | * @re turn | |
208 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
209 | */ | |
210 | @WebMe thod | |
211 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
212 | public TextTO is CosignerRe quired( | |
213 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteDefin itionIEN") | |
214 | St ring noteD efinitionI EN, | |
215 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "authorDUZ ") | |
216 | St ring autho rDUZ); | |
217 | ||
218 | /** | |
219 | * Is given note a surgery note? | |
220 | * | |
221 | * @pa ram noteDe finitionIE N | |
222 | * @pa ram visitS tring | |
223 | * @pa ram noteTi tle | |
224 | * @re turn | |
225 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedText | |
226 | */ | |
227 | @WebMe thod | |
228 | @WebResult (name = "T aggedText" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
229 | public TaggedTex t isOneVis itNote( | |
230 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteDefin itionIEN") | |
231 | St ring noteD efinitionI EN, | |
232 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteTitle ") | |
233 | St ring noteT itle, | |
234 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "visitStri ng") | |
235 | St ring visit String); | |
236 | ||
237 | /** | |
238 | * Is given note a PRF not e? | |
239 | * | |
240 | * @pa ram noteDe finitionIE N | |
241 | * @re turn | |
242 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
243 | */ | |
244 | @WebMe thod | |
245 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
246 | public TextTO is PrfNote( | |
247 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteDefin itionIEN") | |
248 | St ring noteD efinitionI EN); | |
249 | ||
250 | /** | |
251 | * Is given note a surgery note? | |
252 | * | |
253 | * @pa ram noteDe finitionIE N | |
254 | * @re turn | |
255 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedText | |
256 | */ | |
257 | @WebMe thod | |
258 | @WebResult (name = "T aggedText" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
259 | public TaggedTex t isSurger yNote( | |
260 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteDefin itionIEN") | |
261 | St ring noteD efinitionI EN); | |
262 | ||
263 | /** | |
264 | * Wri te a note. | |
265 | * | |
266 | * @pa ram author DUZ | |
267 | * @pa ram consul tIEN | |
268 | * @pa ram text | |
269 | * @pa ram prfIEN | |
270 | * @pa ram titleI EN | |
271 | * @pa ram encoun terString | |
272 | * @pa ram cosign erDUZ | |
273 | * @re turn | |
274 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.N oteResultT O | |
275 | */ | |
276 | @WebMe thod | |
277 | @WebResult (name = "N oteResultT O", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
278 | public NoteResul tTO writeN ote( | |
279 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "titleIEN" ) | |
280 | St ring title IEN, | |
281 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "encounter String") | |
282 | St ring encou nterString , | |
283 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "text") | |
284 | St ring text, | |
285 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "authorDUZ ") | |
286 | St ring autho rDUZ, | |
287 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "cosignerD UZ") | |
288 | St ring cosig nerDUZ, | |
289 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "consultIE N") | |
290 | St ring consu ltIEN, | |
291 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "prfIEN") | |
292 | St ring prfIE N); | |
293 | ||
294 | /** | |
295 | * Sig n a note. | |
296 | * | |
297 | * @pa ram esig | |
298 | * @pa ram noteIE N | |
299 | * @pa ram userDU Z | |
300 | * @re turn | |
301 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
302 | */ | |
303 | @WebMe thod | |
304 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
305 | public TextTO si gnNote( | |
306 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteIEN") | |
307 | St ring noteI EN, | |
308 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "userDUZ") | |
309 | St ring userD UZ, | |
310 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "esig") | |
311 | St ring esig) ; | |
312 | ||
313 | /** | |
314 | * Clo se a note. | |
315 | * | |
316 | * @pa ram consul tIEN | |
317 | * @pa ram noteIE N | |
318 | * @re turn | |
319 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
320 | */ | |
321 | @WebMe thod | |
322 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
323 | public TextTO cl oseNote( | |
324 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteIEN") | |
325 | St ring noteI EN, | |
326 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "consultIE N") | |
327 | St ring consu ltIEN); | |
328 | ||
329 | /** | |
330 | * Get a patient 's demogra phics | |
331 | * | |
332 | * @re turn | |
333 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.P atientTO | |
334 | */ | |
335 | @WebMe thod | |
336 | @WebResult (name = "P atientTO", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
337 | public PatientTO getDemogr aphics(); | |
338 | ||
339 | /** | |
340 | * Fin d a patien t in the M PI | |
341 | * | |
342 | * @pa ram ssn | |
343 | * @re turn | |
344 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.P atientArra y | |
345 | */ | |
346 | @WebMe thod | |
347 | @WebResult (name = "P atientArra y", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
348 | public PatientAr ray mpiLoo kup( | |
349 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "SSN") | |
350 | St ring ssn); | |
351 | ||
352 | /** | |
353 | * Fin d a patien t in the N PT | |
354 | * | |
355 | * @pa ram ssn | |
356 | * @re turn | |
357 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.P atientArra y | |
358 | */ | |
359 | @WebMe thod | |
360 | @WebResult (name = "P atientArra y", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
361 | public PatientAr ray nptLoo kup( | |
362 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "SSN") | |
363 | St ring ssn); | |
364 | ||
365 | /** | |
366 | * Get a patient 's orders | |
367 | * | |
368 | * @re turn | |
369 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedOrder Arrays | |
370 | */ | |
371 | @WebMe thod | |
372 | @WebResult (name = "T aggedOrder Arrays", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
373 | public TaggedOrd erArrays g etAllOrder s(); | |
374 | ||
375 | /** | |
376 | * | |
377 | * @pa ram pid | |
378 | * @re turn | |
379 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedText | |
380 | */ | |
381 | @WebMe thod | |
382 | @WebResult (name = "T aggedText" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
383 | public TaggedTex t getPcpFo rPatient( | |
384 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "pid") | |
385 | St ring pid); | |
386 | ||
387 | /** | |
388 | * | |
389 | * @re turn | |
390 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
391 | */ | |
392 | @WebMe thod | |
393 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
394 | public TaggedTex tArray get SitesForSt ation(); | |
395 | ||
396 | /** | |
397 | * | |
398 | * @pa ram name | |
399 | * @re turn | |
400 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
401 | */ | |
402 | @WebMe thod | |
403 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
404 | public TaggedTex tArray get ClinicsByN ame( | |
405 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "name") | |
406 | St ring name) ; | |
407 | ||
408 | /** | |
409 | * | |
410 | * @pa ram name | |
411 | * @re turn | |
412 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
413 | */ | |
414 | @WebMe thod | |
415 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
416 | public TaggedTex tArray get OrderableI temsByName ( | |
417 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "name") | |
418 | St ring name) ; | |
419 | ||
420 | /** | |
421 | * | |
422 | * @pa ram ordera bleItemId | |
423 | * @pa ram pid | |
424 | * @re turn | |
425 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
426 | */ | |
427 | @WebMe thod | |
428 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
429 | public TextTO ge tOrderStat usForPatie nt( | |
430 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "pid") | |
431 | St ring pid, | |
432 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "orderable ItemId") | |
433 | St ring order ableItemId ); | |
434 | ||
435 | /** | |
436 | * | |
437 | * @pa ram displa yGroupId | |
438 | * @re turn | |
439 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
440 | */ | |
441 | @WebMe thod | |
442 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
443 | public TaggedTex tArray get OrderDialo gsForDispl ayGroup( | |
444 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "displayGr oupId") | |
445 | St ring displ ayGroupId) ; | |
446 | ||
447 | /** | |
448 | * | |
449 | * @pa ram dialog Id | |
450 | * @re turn | |
451 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.O rderDialog ItemArray | |
452 | */ | |
453 | @WebMe thod | |
454 | @WebResult (name = "O rderDialog ItemArray" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
455 | public OrderDial ogItemArra y getOrder DialogItem s( | |
456 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "dialogId" ) | |
457 | St ring dialo gId); | |
458 | ||
459 | /** | |
460 | * | |
461 | * @pa ram option Name | |
462 | * @re turn | |
463 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
464 | */ | |
465 | @WebMe thod | |
466 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
467 | public TaggedTex tArray get UsersWithO ption( | |
468 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "optionNam e") | |
469 | St ring optio nName); | |
470 | ||
471 | /** | |
472 | * | |
473 | * @pa ram uid | |
474 | * @pa ram permis sionName | |
475 | * @re turn | |
476 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.B oolTO | |
477 | */ | |
478 | @WebMe thod | |
479 | @WebResult (name = "B oolTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
480 | public BoolTO us erHasPermi ssion( | |
481 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "uid") | |
482 | St ring uid, | |
483 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "permissio nName") | |
484 | St ring permi ssionName) ; | |
485 | ||
486 | /** | |
487 | * | |
488 | * @pa ram uid | |
489 | * @re turn | |
490 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.U serSecurit yKeyArray | |
491 | */ | |
492 | @WebMe thod | |
493 | @WebResult (name = "U serSecurit yKeyArray" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
494 | public UserSecur ityKeyArra y getUserS ecurityKey s( | |
495 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "uid") | |
496 | St ring uid); | |
497 | ||
498 | /** | |
499 | * | |
500 | * @pa ram arg | |
501 | * @re turn | |
502 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
503 | */ | |
504 | @WebMe thod | |
505 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
506 | public TextTO ge tVariableV alue( | |
507 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "arg") | |
508 | St ring arg); | |
509 | ||
510 | /** | |
511 | * | |
512 | * Retri eves all M ental Heal th Instrum ents for a Patient | |
513 | * | |
514 | * | |
515 | * @re turn | |
516 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMenta lHealthIns trumentAdm inistratio nArrays | |
517 | */ | |
518 | @WebMe thod | |
519 | @WebResult (name = "T aggedMenta lHealthIns trumentAdm inistratio nArrays", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
520 | public TaggedMen talHealthI nstrumentA dministrat ionArrays getMentalH ealthInstr umentsForP atient(); | |
521 | ||
522 | /** | |
523 | * | |
524 | * Retri eves all M ental Heal th Instrum ents For a Patient g iven a Sur vey acrony m | |
525 | * | |
526 | * | |
527 | * @pa ram survey Name | |
528 | * @re turn | |
529 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMenta lHealthIns trumentAdm inistratio nArrays | |
530 | */ | |
531 | @WebMe thod | |
532 | @WebResult (name = "T aggedMenta lHealthIns trumentAdm inistratio nArrays", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
533 | public TaggedMen talHealthI nstrumentA dministrat ionArrays getMentalH ealthInstr umentsForP atientBySu rvey( | |
534 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "surveyNam e") | |
535 | St ring surve yName); | |
536 | ||
537 | /** | |
538 | * | |
539 | * Retri eves the r esults of a Mental H ealth Inst rument giv en an admi nistration Id | |
540 | * | |
541 | * | |
542 | * @pa ram siteco de | |
543 | * @pa ram admini strationId | |
544 | * @re turn | |
545 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.M entalHealt hInstrumen tResultSet TO | |
546 | */ | |
547 | @WebMe thod | |
548 | @WebResult (name = "M entalHealt hInstrumen tResultSet TO", targe tNamespace = "http:/ / DNS /EmrSvc", partName = "Body") | |
549 | public MentalHea lthInstrum entResultS etTO getMe ntalHealth Instrument ResultSet( | |
550 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "sitecode" ) | |
551 | St ring sitec ode, | |
552 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "administr ationId") | |
553 | St ring admin istrationI d); | |
554 | ||
555 | /** | |
556 | * | |
557 | * Retri eves the r esults of a Mental H ealth Inst rument giv en a Surve y Name | |
558 | * | |
559 | * | |
560 | * @pa ram survey Name | |
561 | * @pa ram siteCo de | |
562 | * @re turn | |
563 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMenta lHealthRes ultSetArra y | |
564 | */ | |
565 | @WebMe thod | |
566 | @WebResult (name = "T aggedMenta lHealthRes ultSetArra y", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
567 | public TaggedMen talHealthR esultSetAr ray getMen talHealthI nstrumentR esultSetBy Survey( | |
568 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteCode" ) | |
569 | St ring siteC ode, | |
570 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "surveyNam e") | |
571 | St ring surve yName); | |
572 | ||
573 | /** | |
574 | * | |
575 | * @pa ram types | |
576 | * @re turn | |
577 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
578 | */ | |
579 | @WebMe thod | |
580 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
581 | public TaggedTex tArray get NhinData( | |
582 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "types") | |
583 | St ring types ); | |
584 | ||
585 | /** | |
586 | * Get a VistA t imestamp | |
587 | * | |
588 | * @re turn | |
589 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
590 | */ | |
591 | @WebMe thod | |
592 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
593 | public TaggedTex tArray get VistaTimes tamps(); | |
594 | ||
595 | /** | |
596 | * Get Username or Hosital Location | |
597 | * | |
598 | * @pa ram duz | |
599 | * @pa ram fileNu m | |
600 | * @re turn | |
601 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
602 | */ | |
603 | @WebMe thod | |
604 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
605 | public TextTO ge tUsernameO rHospitalL ocation( | |
606 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "duz") | |
607 | St ring duz, | |
608 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fileNum") | |
609 | St ring fileN um); | |
610 | ||
611 | /** | |
612 | * | |
613 | * @pa ram flag | |
614 | * @pa ram lexApp lication | |
615 | * @pa ram lexSea rch | |
616 | * @pa ram date | |
617 | * @re turn | |
618 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedLexic onEntryArr ay | |
619 | */ | |
620 | @WebMe thod | |
621 | @WebResult (name = "T aggedLexic onEntryArr ay", targe tNamespace = "http:/ / DNS /EmrSvc", partName = "Body") | |
622 | public TaggedLex iconEntryA rray getLe xiconEntri es( | |
623 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "lexSearch ") | |
624 | St ring lexSe arch, | |
625 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "lexApplic ation") | |
626 | St ring lexAp plication, | |
627 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "date") | |
628 | St ring date, | |
629 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "flag") | |
630 | St ring flag) ; | |
631 | ||
632 | /** | |
633 | * Get details o f the pati ent's curr ent admiss ion. | |
634 | * | |
635 | * @re turn | |
636 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.A dmissionTO | |
637 | */ | |
638 | @WebMe thod | |
639 | @WebResult (name = "A dmissionTO ", targetN amespace = "http:// DNS /EmrSvc", partName = "Body") | |
640 | public Admission TO getCurr entAdmissi onDetails( ); | |
641 | ||
642 | /** | |
643 | * Get the list of availab le Health Factors. | |
644 | * | |
645 | * @re turn | |
646 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedHealt hFactorArr ay | |
647 | */ | |
648 | @WebMe thod | |
649 | @WebResult (name = "T aggedHealt hFactorArr ay", targe tNamespace = "http:/ / DNS /EmrSvc", partName = "Body") | |
650 | public TaggedHea lthFactorA rray getHe althFactor s(); | |
651 | ||
652 | /** | |
653 | * Get the list of menu op tions assi gned to th e user. | |
654 | * | |
655 | * @pa ram userId | |
656 | * @re turn | |
657 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.U serMenuOpt ionArray | |
658 | */ | |
659 | @WebMe thod | |
660 | @WebResult (name = "U serMenuOpt ionArray", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
661 | public UserMenuO ptionArray getUserMe nuOptions( | |
662 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "userId") | |
663 | St ring userI d); | |
664 | ||
665 | /** | |
666 | * | |
667 | * This service wi ll obtain the Items for the gi ven patien t and grap hing type. | |
668 | * | |
669 | * | |
670 | * @pa ram graphi ngType | |
671 | * @re turn | |
672 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedItemF orGraphing TypeArray | |
673 | */ | |
674 | @WebMe thod | |
675 | @WebResult (name = "T aggedItemF orGraphing TypeArray" , targetNa mespace = "http:// DNS /EmrSvc", partName = "Body") | |
676 | public TaggedIte mForGraphi ngTypeArra y getItems ForGraphin gType( | |
677 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "graphingT ype") | |
678 | St ring graph ingType); | |
679 | ||
680 | /** | |
681 | * | |
682 | * This service wi ll return all the la b results for the gi ven graphi ng item an d patient. | |
683 | * | |
684 | * | |
685 | * @pa ram maxDat e | |
686 | * @pa ram graphi ngType | |
687 | * @pa ram itemIe n | |
688 | * @re turn | |
689 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedGraph ingItemDat aArray | |
690 | */ | |
691 | @WebMe thod | |
692 | @WebResult (name = "T aggedGraph ingItemDat aArray", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
693 | public TaggedGra phingItemD ataArray g etGraphing ItemData( | |
694 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "graphingT ype") | |
695 | St ring graph ingType, | |
696 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "itemIen") | |
697 | St ring itemI en, | |
698 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "maxDate") | |
699 | St ring maxDa te); | |
700 | ||
701 | /** | |
702 | * Get problems from all c onnected s ites | |
703 | * | |
704 | * @pa ram status | |
705 | * @re turn | |
706 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedProbl emArrays | |
707 | */ | |
708 | @WebMe thod | |
709 | @WebResult (name = "T aggedProbl emArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
710 | public TaggedPro blemArrays getProble msFromSite s( | |
711 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "status") | |
712 | St ring statu s); | |
713 | ||
714 | /** | |
715 | * | |
716 | * Dynam ically ret rieve curr ent list o f Active D irectory d omains | |
717 | * | |
718 | * | |
719 | * @re turn | |
720 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.D omainArray | |
721 | */ | |
722 | @WebMe thod | |
723 | @WebResult (name = "D omainArray ", targetN amespace = "http:// DNS /EmrSvc", partName = "Body") | |
724 | public DomainArr ay getActi veDirector yDomains() ; | |
725 | ||
726 | /** | |
727 | * Ver ify Active Directory credentia ls | |
728 | * | |
729 | * @pa ram userna me | |
730 | * @pa ram domain | |
731 | * @pa ram passwo rd | |
732 | * @re turn | |
733 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.U serTO | |
734 | */ | |
735 | @WebMe thod | |
736 | @WebResult (name = "U serTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
737 | public UserTO lo ginActiveD irectory( | |
738 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "domain") | |
739 | St ring domai n, | |
740 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "username" ) | |
741 | St ring usern ame, | |
742 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "password" ) | |
743 | St ring passw ord); | |
744 | ||
745 | /** | |
746 | * | |
747 | * Looku p a user i n Active D irectory. Can search by userna me, email address or GUID | |
748 | * | |
749 | * | |
750 | * @pa ram uid | |
751 | * @pa ram domain SearchRoot | |
752 | * @re turn | |
753 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.U serArray | |
754 | */ | |
755 | @WebMe thod | |
756 | @WebResult (name = "U serArray", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
757 | public UserArray ldapUserL ookup( | |
758 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "uid") | |
759 | St ring uid, | |
760 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "domainSea rchRoot") | |
761 | St ring domai nSearchRoo t); | |
762 | ||
763 | /** | |
764 | * Get lab test descriptio n text | |
765 | * | |
766 | * @pa ram identi fierString | |
767 | * @re turn | |
768 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
769 | */ | |
770 | @WebMe thod | |
771 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
772 | public TaggedTex tArray get LabTestDes cription( | |
773 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "identifie rString") | |
774 | St ring ident ifierStrin g); | |
775 | ||
776 | /** | |
777 | * | |
778 | * Get a list of l ab tests f or subsequ ent call t o get test descripti on | |
779 | * | |
780 | * | |
781 | * @pa ram target | |
782 | * @re turn | |
783 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedLabTe stArrays | |
784 | */ | |
785 | @WebMe thod | |
786 | @WebResult (name = "T aggedLabTe stArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
787 | public TaggedLab TestArrays getLabTes ts( | |
788 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
789 | St ring targe t); | |
790 | ||
791 | /** | |
792 | * Get patient a ssociates (NOK, care giver, etc .) | |
793 | * | |
794 | * @re turn | |
795 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntAssociat eArrays | |
796 | */ | |
797 | @WebMe thod | |
798 | @WebResult (name = "T aggedPatie ntAssociat eArrays", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
799 | public TaggedPat ientAssoci ateArrays getPatient Associates (); | |
800 | ||
801 | /** | |
802 | * | |
803 | * Get p atient's a dhoc healt h summary by display name from all conne cted VistA s. | |
804 | * | |
805 | * | |
806 | * @pa ram displa yName | |
807 | * @re turn | |
808 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
809 | */ | |
810 | @WebMe thod | |
811 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
812 | public TaggedTex tArray get AdhocHealt hSummaryBy DisplayNam e( | |
813 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "displayNa me") | |
814 | St ring displ ayName); | |
815 | ||
816 | /** | |
817 | * | |
818 | * Get p atient's h ealth summ ary by dis play name from all c onnected V istAs. | |
819 | * | |
820 | * | |
821 | * @pa ram health SummaryNam e | |
822 | * @pa ram health SummaryId | |
823 | * @re turn | |
824 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedHealt hSummaryAr ray | |
825 | */ | |
826 | @WebMe thod | |
827 | @WebResult (name = "T aggedHealt hSummaryAr ray", targ etNamespac e = "http: // DNS /EmrSvc", partName = "Body") | |
828 | public TaggedHea lthSummary Array getH ealthSumma ry( | |
829 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "healthSum maryId") | |
830 | St ring healt hSummaryId , | |
831 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "healthSum maryName") | |
832 | St ring healt hSummaryNa me); | |
833 | ||
834 | /** | |
835 | * | |
836 | * Get p atient's I Ds from th e session' s base con nection (i .e. from y our local site/authe nticated s ite) | |
837 | * | |
838 | * | |
839 | * @pa ram idType | |
840 | * @pa ram patien tId | |
841 | * @pa ram siteco de | |
842 | * @re turn | |
843 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
844 | */ | |
845 | @WebMe thod | |
846 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
847 | public TaggedTex tArray get Correspond ingIds( | |
848 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "sitecode" ) | |
849 | St ring sitec ode, | |
850 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "patientId ") | |
851 | St ring patie ntId, | |
852 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "idType") | |
853 | St ring idTyp e); | |
854 | ||
855 | /** | |
856 | * Dis connect fr om remote Vista syst ems. | |
857 | * | |
858 | * @re turn | |
859 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
860 | */ | |
861 | @WebMe thod | |
862 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
863 | public TaggedTex tArray dis connectRem oteSites() ; | |
864 | ||
865 | /** | |
866 | * Use when swit ching pati ent lookup sites. | |
867 | * | |
868 | * @pa ram pwd | |
869 | * @pa ram userSi tecode | |
870 | * @pa ram contex t | |
871 | * @pa ram ssn | |
872 | * @pa ram userNa me | |
873 | * @pa ram siteli st | |
874 | * @pa ram duz | |
875 | * @re turn | |
876 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
877 | */ | |
878 | @WebMe thod | |
879 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
880 | public TaggedTex tArray vis it( | |
881 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "pwd") | |
882 | St ring pwd, | |
883 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "sitelist" ) | |
884 | St ring sitel ist, | |
885 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "userSitec ode") | |
886 | St ring userS itecode, | |
887 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "userName" ) | |
888 | St ring userN ame, | |
889 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "DUZ") | |
890 | St ring duz, | |
891 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "SSN") | |
892 | St ring ssn, | |
893 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "context") | |
894 | St ring conte xt); | |
895 | ||
896 | /** | |
897 | * | |
898 | * Call when launc hing from CPRS Tools menu: con nects, aut henticates , selects patient. | |
899 | * | |
900 | * | |
901 | * @pa ram siteco de | |
902 | * @pa ram pwd | |
903 | * @pa ram duz | |
904 | * @pa ram dfn | |
905 | * @re turn | |
906 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.P ersonsTO | |
907 | */ | |
908 | @WebMe thod | |
909 | @WebResult (name = "P ersonsTO", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
910 | public PersonsTO cprsLaunc h( | |
911 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "pwd") | |
912 | St ring pwd, | |
913 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "sitecode" ) | |
914 | St ring sitec ode, | |
915 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "DUZ") | |
916 | St ring duz, | |
917 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "DFN") | |
918 | St ring dfn); | |
919 | ||
920 | /** | |
921 | * Loo kup a CPRS -enabled u ser | |
922 | * | |
923 | * @pa ram target | |
924 | * @re turn | |
925 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.U serArray | |
926 | */ | |
927 | @WebMe thod | |
928 | @WebResult (name = "U serArray", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
929 | public UserArray cprsUserL ookup( | |
930 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
931 | St ring targe t); | |
932 | ||
933 | /** | |
934 | * | |
935 | * Match patients at logged in site. A ccepts: SS N, 'LAST,F IRST', A12 34 (Last n ame initia l + last f our SSN) | |
936 | * | |
937 | * | |
938 | * @pa ram target | |
939 | * @re turn | |
940 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedPatie ntArrays | |
941 | */ | |
942 | @WebMe thod | |
943 | @WebResult (name = "T aggedPatie ntArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
944 | public TaggedPat ientArrays match( | |
945 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
946 | St ring targe t); | |
947 | ||
948 | /** | |
949 | * | |
950 | * Selec t a patien t at logge d in site. DFN is th e IEN of t he patient | |
951 | * | |
952 | * | |
953 | * @pa ram dfn | |
954 | * @re turn | |
955 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.P atientTO | |
956 | */ | |
957 | @WebMe thod | |
958 | @WebResult (name = "P atientTO", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
959 | public PatientTO select( | |
960 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "DFN") | |
961 | St ring dfn); | |
962 | ||
963 | /** | |
964 | * Set up patient 's remote sites for querying. | |
965 | * | |
966 | * @pa ram appPwd | |
967 | * @re turn | |
968 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.S iteArray | |
969 | */ | |
970 | @WebMe thod | |
971 | @WebResult (name = "S iteArray", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
972 | public SiteArray setupMult iSiteQuery ( | |
973 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "appPwd") | |
974 | St ring appPw d); | |
975 | ||
976 | /** | |
977 | * | |
978 | * Get p atient con fidentiali ty from al l connecte d sites. | |
979 | * | |
980 | * | |
981 | * @re turn | |
982 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
983 | */ | |
984 | @WebMe thod | |
985 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
986 | public TaggedTex tArray get Confidenti ality(); | |
987 | ||
988 | /** | |
989 | * | |
990 | * Issue patient c onfidentia lity bulle tin to all connected sites. | |
991 | * | |
992 | * | |
993 | * @re turn | |
994 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
995 | */ | |
996 | @WebMe thod | |
997 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
998 | public TaggedTex tArray iss ueConfiden tialityBul letin(); | |
999 | ||
1000 | /** | |
1001 | * Get latest vi tals from all connec ted VistAs | |
1002 | * | |
1003 | * @re turn | |
1004 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedVital SignArrays | |
1005 | */ | |
1006 | @WebMe thod | |
1007 | @WebResult (name = "T aggedVital SignArrays ", targetN amespace = "http:// DNS /EmrSvc", partName = "Body") | |
1008 | public TaggedVit alSignArra ys getLate stVitalSig ns(); | |
1009 | ||
1010 | /** | |
1011 | * Get patient's vital sig ns. | |
1012 | * | |
1013 | * @re turn | |
1014 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedVital SignSetArr ays | |
1015 | */ | |
1016 | @WebMe thod | |
1017 | @WebResult (name = "T aggedVital SignSetArr ays", targ etNamespac e = "http: // DNS /EmrSvc", partName = "Body") | |
1018 | public TaggedVit alSignSetA rrays getV italSigns( ); | |
1019 | ||
1020 | /** | |
1021 | * Get allergies from all connected VistAs | |
1022 | * | |
1023 | * @re turn | |
1024 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedAller gyArrays | |
1025 | */ | |
1026 | @WebMe thod | |
1027 | @WebResult (name = "T aggedAller gyArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
1028 | public TaggedAll ergyArrays getAllerg ies(); | |
1029 | ||
1030 | /** | |
1031 | * Get allergies from a sp ecific Vis tA | |
1032 | * | |
1033 | * @pa ram siteCo de | |
1034 | * @re turn | |
1035 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedAller gyArrays | |
1036 | */ | |
1037 | @WebMe thod | |
1038 | @WebResult (name = "T aggedAller gyArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
1039 | public TaggedAll ergyArrays getAllerg iesBySite( | |
1040 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteCode" ) | |
1041 | St ring siteC ode); | |
1042 | ||
1043 | /** | |
1044 | * Get radiology reports f rom all co nnected Vi stAs | |
1045 | * | |
1046 | * @pa ram fromDa te | |
1047 | * @pa ram toDate | |
1048 | * @pa ram nrpts | |
1049 | * @re turn | |
1050 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedRadio logyReport Arrays | |
1051 | */ | |
1052 | @WebMe thod | |
1053 | @WebResult (name = "T aggedRadio logyReport Arrays", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
1054 | public TaggedRad iologyRepo rtArrays g etRadiolog yReports( | |
1055 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1056 | St ring fromD ate, | |
1057 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1058 | St ring toDat e, | |
1059 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1060 | St ring nrpts ); | |
1061 | ||
1062 | /** | |
1063 | * Get radiology reports f or a CDW c onnection | |
1064 | * | |
1065 | * @pa ram fromDa te | |
1066 | * @pa ram toDate | |
1067 | * @pa ram siteCo de | |
1068 | * @re turn | |
1069 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedRadio logyReport Arrays | |
1070 | */ | |
1071 | @WebMe thod | |
1072 | @WebResult (name = "T aggedRadio logyReport Arrays", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
1073 | public TaggedRad iologyRepo rtArrays g etRadiolog yReportsBy Site( | |
1074 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1075 | St ring fromD ate, | |
1076 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1077 | St ring toDat e, | |
1078 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteCode" ) | |
1079 | St ring siteC ode); | |
1080 | ||
1081 | /** | |
1082 | * Get surgery r eports fro m all conn ected Vist As | |
1083 | * | |
1084 | * @re turn | |
1085 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedSurge ryReportAr rays | |
1086 | */ | |
1087 | @WebMe thod | |
1088 | @WebResult (name = "T aggedSurge ryReportAr rays", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1089 | public TaggedSur geryReport Arrays get SurgeryRep orts(); | |
1090 | ||
1091 | /** | |
1092 | * Get surgery r eports for a specifi c site | |
1093 | * | |
1094 | * @pa ram siteCo de | |
1095 | * @re turn | |
1096 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedSurge ryReportAr rays | |
1097 | */ | |
1098 | @WebMe thod | |
1099 | @WebResult (name = "T aggedSurge ryReportAr rays", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1100 | public TaggedSur geryReport Arrays get SurgeryRep ortsBySite ( | |
1101 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteCode" ) | |
1102 | St ring siteC ode); | |
1103 | ||
1104 | /** | |
1105 | * Get text for a certain surgery re port | |
1106 | * | |
1107 | * @pa ram siteId | |
1108 | * @pa ram rptId | |
1109 | * @re turn | |
1110 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
1111 | */ | |
1112 | @WebMe thod | |
1113 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1114 | public TextTO ge tSurgeryRe portText( | |
1115 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteId") | |
1116 | St ring siteI d, | |
1117 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "rptId") | |
1118 | St ring rptId ); | |
1119 | ||
1120 | /** | |
1121 | * Get surgery r eports fro m all conn ected Vist As | |
1122 | * | |
1123 | * @re turn | |
1124 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedSurge ryReportAr rays | |
1125 | */ | |
1126 | @WebMe thod | |
1127 | @WebResult (name = "T aggedSurge ryReportAr rays", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1128 | public TaggedSur geryReport Arrays get SurgeryRep ortsWithTe xt(); | |
1129 | ||
1130 | /** | |
1131 | * Get problem l ist from a ll connect ed VistAs | |
1132 | * | |
1133 | * @pa ram type | |
1134 | * @re turn | |
1135 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedProbl emArrays | |
1136 | */ | |
1137 | @WebMe thod | |
1138 | @WebResult (name = "T aggedProbl emArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
1139 | public TaggedPro blemArrays getProble mList( | |
1140 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "type") | |
1141 | St ring type) ; | |
1142 | ||
1143 | /** | |
1144 | * | |
1145 | * Get o utpatient medication s from all connected VistAs | |
1146 | * | |
1147 | * | |
1148 | * @re turn | |
1149 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMedic ationArray s | |
1150 | */ | |
1151 | @WebMe thod | |
1152 | @WebResult (name = "T aggedMedic ationArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1153 | public TaggedMed icationArr ays getOut patientMed s(); | |
1154 | ||
1155 | /** | |
1156 | * Get IV medica tions from all conne cted VistA s | |
1157 | * | |
1158 | * @re turn | |
1159 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMedic ationArray s | |
1160 | */ | |
1161 | @WebMe thod | |
1162 | @WebResult (name = "T aggedMedic ationArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1163 | public TaggedMed icationArr ays getIvM eds(); | |
1164 | ||
1165 | /** | |
1166 | * | |
1167 | * Get I npatient f or Outpati ent medica tions from all conne cted VistA s | |
1168 | * | |
1169 | * | |
1170 | * @re turn | |
1171 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMedic ationArray s | |
1172 | */ | |
1173 | @WebMe thod | |
1174 | @WebResult (name = "T aggedMedic ationArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1175 | public TaggedMed icationArr ays getImo Meds(); | |
1176 | ||
1177 | /** | |
1178 | * | |
1179 | * Get u nit dose m edications from all connected VistAs | |
1180 | * | |
1181 | * | |
1182 | * @re turn | |
1183 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMedic ationArray s | |
1184 | */ | |
1185 | @WebMe thod | |
1186 | @WebResult (name = "T aggedMedic ationArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1187 | public TaggedMed icationArr ays getUni tDoseMeds( ); | |
1188 | ||
1189 | /** | |
1190 | * Get non-VA me dications from all c onnected V istAs | |
1191 | * | |
1192 | * @re turn | |
1193 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMedic ationArray s | |
1194 | */ | |
1195 | @WebMe thod | |
1196 | @WebResult (name = "T aggedMedic ationArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1197 | public TaggedMed icationArr ays getOth erMeds(); | |
1198 | ||
1199 | /** | |
1200 | * Get all medic ations fro m all conn ected Vist As | |
1201 | * | |
1202 | * @re turn | |
1203 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMedic ationArray s | |
1204 | */ | |
1205 | @WebMe thod | |
1206 | @WebResult (name = "T aggedMedic ationArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1207 | public TaggedMed icationArr ays getAll Meds(); | |
1208 | ||
1209 | /** | |
1210 | * | |
1211 | * Get m edication detail fro m a single connected VistA. | |
1212 | * | |
1213 | * | |
1214 | * @pa ram siteId | |
1215 | * @pa ram medId | |
1216 | * @re turn | |
1217 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
1218 | */ | |
1219 | @WebMe thod | |
1220 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1221 | public TextTO ge tMedicatio nDetail( | |
1222 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteId") | |
1223 | St ring siteI d, | |
1224 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "medId") | |
1225 | St ring medId ); | |
1226 | ||
1227 | /** | |
1228 | * Get signed no te metadat a from all connected VistAs | |
1229 | * | |
1230 | * @pa ram fromDa te | |
1231 | * @pa ram nNotes | |
1232 | * @pa ram toDate | |
1233 | * @re turn | |
1234 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedNoteA rrays | |
1235 | */ | |
1236 | @WebMe thod | |
1237 | @WebResult (name = "T aggedNoteA rrays", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1238 | public TaggedNot eArrays ge tSignedNot es( | |
1239 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1240 | St ring fromD ate, | |
1241 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1242 | St ring toDat e, | |
1243 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nNotes") | |
1244 | St ring nNote s); | |
1245 | ||
1246 | /** | |
1247 | * | |
1248 | * Get u nsigned no te metadat a from all connected VistAs | |
1249 | * | |
1250 | * | |
1251 | * @pa ram fromDa te | |
1252 | * @pa ram nNotes | |
1253 | * @pa ram toDate | |
1254 | * @re turn | |
1255 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedNoteA rrays | |
1256 | */ | |
1257 | @WebMe thod | |
1258 | @WebResult (name = "T aggedNoteA rrays", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1259 | public TaggedNot eArrays ge tUnsignedN otes( | |
1260 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1261 | St ring fromD ate, | |
1262 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1263 | St ring toDat e, | |
1264 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nNotes") | |
1265 | St ring nNote s); | |
1266 | ||
1267 | /** | |
1268 | * | |
1269 | * Get u ncosigned note metad ata from a ll connect ed VistAs | |
1270 | * | |
1271 | * | |
1272 | * @pa ram fromDa te | |
1273 | * @pa ram nNotes | |
1274 | * @pa ram toDate | |
1275 | * @re turn | |
1276 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedNoteA rrays | |
1277 | */ | |
1278 | @WebMe thod | |
1279 | @WebResult (name = "T aggedNoteA rrays", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1280 | public TaggedNot eArrays ge tUncosigne dNotes( | |
1281 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1282 | St ring fromD ate, | |
1283 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1284 | St ring toDat e, | |
1285 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nNotes") | |
1286 | St ring nNote s); | |
1287 | ||
1288 | /** | |
1289 | * Get a note fr om a singl e connecte d VistA. | |
1290 | * | |
1291 | * @pa ram siteId | |
1292 | * @pa ram noteId | |
1293 | * @re turn | |
1294 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
1295 | */ | |
1296 | @WebMe thod | |
1297 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1298 | public TextTO ge tNote( | |
1299 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteId") | |
1300 | St ring siteI d, | |
1301 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "noteId") | |
1302 | St ring noteI d); | |
1303 | ||
1304 | /** | |
1305 | * Get notes wit h text fro m all conn ected Vist As. | |
1306 | * | |
1307 | * @pa ram fromDa te | |
1308 | * @pa ram nNotes | |
1309 | * @pa ram toDate | |
1310 | * @re turn | |
1311 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedNoteA rrays | |
1312 | */ | |
1313 | @WebMe thod | |
1314 | @WebResult (name = "T aggedNoteA rrays", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1315 | public TaggedNot eArrays ge tNotesWith Text( | |
1316 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1317 | St ring fromD ate, | |
1318 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1319 | St ring toDat e, | |
1320 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nNotes") | |
1321 | St ring nNote s); | |
1322 | ||
1323 | /** | |
1324 | * Get discharge summaries from all connected VistAs. | |
1325 | * | |
1326 | * @pa ram fromDa te | |
1327 | * @pa ram nNotes | |
1328 | * @pa ram toDate | |
1329 | * @re turn | |
1330 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedNoteA rrays | |
1331 | */ | |
1332 | @WebMe thod | |
1333 | @WebResult (name = "T aggedNoteA rrays", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1334 | public TaggedNot eArrays ge tDischarge Summaries( | |
1335 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1336 | St ring fromD ate, | |
1337 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1338 | St ring toDat e, | |
1339 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nNotes") | |
1340 | St ring nNote s); | |
1341 | ||
1342 | /** | |
1343 | * Get patient's current c onsults. | |
1344 | * | |
1345 | * @re turn | |
1346 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedConsu ltArrays | |
1347 | */ | |
1348 | @WebMe thod | |
1349 | @WebResult (name = "T aggedConsu ltArrays", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
1350 | public TaggedCon sultArrays getConsul tsForPatie nt(); | |
1351 | ||
1352 | /** | |
1353 | * Get patient's appointme nts. | |
1354 | * | |
1355 | * @re turn | |
1356 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedAppoi ntmentArra ys | |
1357 | */ | |
1358 | @WebMe thod | |
1359 | @WebResult (name = "T aggedAppoi ntmentArra ys", targe tNamespace = "http:/ / DNS /EmrSvc", partName = "Body") | |
1360 | public TaggedApp ointmentAr rays getAp pointments (); | |
1361 | ||
1362 | /** | |
1363 | * Get patient's mental he alth appoi ntments. | |
1364 | * | |
1365 | * @re turn | |
1366 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedAppoi ntmentArra ys | |
1367 | */ | |
1368 | @WebMe thod | |
1369 | @WebResult (name = "T aggedAppoi ntmentArra ys", targe tNamespace = "http:/ / DNS /EmrSvc", partName = "Body") | |
1370 | public TaggedApp ointmentAr rays getMe ntalHealth Appointmen ts(); | |
1371 | ||
1372 | /** | |
1373 | * Get patient's mental he alth appoi ntments. | |
1374 | * | |
1375 | * @re turn | |
1376 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedVisit Arrays | |
1377 | */ | |
1378 | @WebMe thod | |
1379 | @WebResult (name = "T aggedVisit Arrays", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
1380 | public TaggedVis itArrays g etMentalHe althVisits (); | |
1381 | ||
1382 | /** | |
1383 | * Get note for appointmen t. | |
1384 | * | |
1385 | * @pa ram siteId | |
1386 | * @pa ram apptId | |
1387 | * @re turn | |
1388 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
1389 | */ | |
1390 | @WebMe thod | |
1391 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
1392 | public TextTO ge tAppointme ntText( | |
1393 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "siteId") | |
1394 | St ring siteI d, | |
1395 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "apptId") | |
1396 | St ring apptI d); | |
1397 | ||
1398 | /** | |
1399 | * Get patient's clinical warnings. | |
1400 | * | |
1401 | * @pa ram fromDa te | |
1402 | * @pa ram toDate | |
1403 | * @pa ram nrpts | |
1404 | * @re turn | |
1405 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1406 | */ | |
1407 | @WebMe thod | |
1408 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1409 | public TaggedTex tArray get ClinicalWa rnings( | |
1410 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1411 | St ring fromD ate, | |
1412 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1413 | St ring toDat e, | |
1414 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1415 | St ring nrpts ); | |
1416 | ||
1417 | /** | |
1418 | * Get patient's advance d irectives. | |
1419 | * | |
1420 | * @pa ram fromDa te | |
1421 | * @pa ram toDate | |
1422 | * @pa ram nrpts | |
1423 | * @re turn | |
1424 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1425 | */ | |
1426 | @WebMe thod | |
1427 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1428 | public TaggedTex tArray get AdvanceDir ectives( | |
1429 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1430 | St ring fromD ate, | |
1431 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1432 | St ring toDat e, | |
1433 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1434 | St ring nrpts ); | |
1435 | ||
1436 | /** | |
1437 | * Get patient's crisis no tes. | |
1438 | * | |
1439 | * @pa ram fromDa te | |
1440 | * @pa ram toDate | |
1441 | * @pa ram nrpts | |
1442 | * @re turn | |
1443 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1444 | */ | |
1445 | @WebMe thod | |
1446 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1447 | public TaggedTex tArray get CrisisNote s( | |
1448 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1449 | St ring fromD ate, | |
1450 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1451 | St ring toDat e, | |
1452 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1453 | St ring nrpts ); | |
1454 | ||
1455 | /** | |
1456 | * Get patient's immunizat ions. | |
1457 | * | |
1458 | * @pa ram fromDa te | |
1459 | * @pa ram toDate | |
1460 | * @pa ram nrpts | |
1461 | * @re turn | |
1462 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1463 | */ | |
1464 | @WebMe thod | |
1465 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1466 | public TaggedTex tArray get Immunizati ons( | |
1467 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1468 | St ring fromD ate, | |
1469 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1470 | St ring toDat e, | |
1471 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1472 | St ring nrpts ); | |
1473 | ||
1474 | /** | |
1475 | * Get patient's outpatien t prescrip tion profi le. | |
1476 | * | |
1477 | * @re turn | |
1478 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1479 | */ | |
1480 | @WebMe thod | |
1481 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1482 | public TaggedTex tArray get Outpatient RxProfile( ); | |
1483 | ||
1484 | /** | |
1485 | * Get patient's meds admi nistation history. | |
1486 | * | |
1487 | * @pa ram fromDa te | |
1488 | * @pa ram toDate | |
1489 | * @pa ram nrpts | |
1490 | * @re turn | |
1491 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1492 | */ | |
1493 | @WebMe thod | |
1494 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1495 | public TaggedTex tArray get MedsAdminH x( | |
1496 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1497 | St ring fromD ate, | |
1498 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1499 | St ring toDat e, | |
1500 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1501 | St ring nrpts ); | |
1502 | ||
1503 | /** | |
1504 | * Get patient's meds admi nistation log. | |
1505 | * | |
1506 | * @pa ram fromDa te | |
1507 | * @pa ram toDate | |
1508 | * @pa ram nrpts | |
1509 | * @re turn | |
1510 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1511 | */ | |
1512 | @WebMe thod | |
1513 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1514 | public TaggedTex tArray get MedsAdminL og( | |
1515 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1516 | St ring fromD ate, | |
1517 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1518 | St ring toDat e, | |
1519 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1520 | St ring nrpts ); | |
1521 | ||
1522 | /** | |
1523 | * Get patient's chem/hem lab result s. | |
1524 | * | |
1525 | * @pa ram fromDa te | |
1526 | * @pa ram toDate | |
1527 | * @pa ram nrpts | |
1528 | * @re turn | |
1529 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedChemH emRptArray s | |
1530 | */ | |
1531 | @WebMe thod | |
1532 | @WebResult (name = "T aggedChemH emRptArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1533 | public TaggedChe mHemRptArr ays getChe mHemReport s( | |
1534 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1535 | St ring fromD ate, | |
1536 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1537 | St ring toDat e, | |
1538 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1539 | St ring nrpts ); | |
1540 | ||
1541 | /** | |
1542 | * | |
1543 | * Get p atient's c hem/hem la b results. Use 0 for number of results t o retrieve all resul ts for the time peri od. | |
1544 | * | |
1545 | * | |
1546 | * @pa ram fromDa te | |
1547 | * @pa ram toDate | |
1548 | * @pa ram nrpts | |
1549 | * @re turn | |
1550 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedChemH emRptArray s | |
1551 | */ | |
1552 | @WebMe thod | |
1553 | @WebResult (name = "T aggedChemH emRptArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1554 | public TaggedChe mHemRptArr ays getChe mHemReport sSimple( | |
1555 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1556 | St ring fromD ate, | |
1557 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1558 | St ring toDat e, | |
1559 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1560 | St ring nrpts ); | |
1561 | ||
1562 | /** | |
1563 | * Get patient's Cytology lab result s. | |
1564 | * | |
1565 | * @pa ram fromDa te | |
1566 | * @pa ram toDate | |
1567 | * @pa ram nrpts | |
1568 | * @re turn | |
1569 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedCytol ogyRptArra ys | |
1570 | */ | |
1571 | @WebMe thod | |
1572 | @WebResult (name = "T aggedCytol ogyRptArra ys", targe tNamespace = "http:/ / DNS /EmrSvc", partName = "Body") | |
1573 | public TaggedCyt ologyRptAr rays getCy tologyRepo rts( | |
1574 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1575 | St ring fromD ate, | |
1576 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1577 | St ring toDat e, | |
1578 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1579 | St ring nrpts ); | |
1580 | ||
1581 | /** | |
1582 | * Get patient's microbiol ogy lab re sults. | |
1583 | * | |
1584 | * @pa ram fromDa te | |
1585 | * @pa ram toDate | |
1586 | * @pa ram nrpts | |
1587 | * @re turn | |
1588 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedMicro biologyRpt Arrays | |
1589 | */ | |
1590 | @WebMe thod | |
1591 | @WebResult (name = "T aggedMicro biologyRpt Arrays", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
1592 | public TaggedMic robiologyR ptArrays g etMicrobio logyReport s( | |
1593 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1594 | St ring fromD ate, | |
1595 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1596 | St ring toDat e, | |
1597 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1598 | St ring nrpts ); | |
1599 | ||
1600 | /** | |
1601 | * Get patient's surgical pathology lab result s. | |
1602 | * | |
1603 | * @pa ram fromDa te | |
1604 | * @pa ram toDate | |
1605 | * @pa ram nrpts | |
1606 | * @re turn | |
1607 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedSurgi calPatholo gyRptArray s | |
1608 | */ | |
1609 | @WebMe thod | |
1610 | @WebResult (name = "T aggedSurgi calPatholo gyRptArray s", target Namespace = "http:// DNS /EmrSvc", partName = "Body") | |
1611 | public TaggedSur gicalPatho logyRptArr ays getSur gicalPatho logyReport s( | |
1612 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1613 | St ring fromD ate, | |
1614 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1615 | St ring toDat e, | |
1616 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1617 | St ring nrpts ); | |
1618 | ||
1619 | /** | |
1620 | * Get patient's blood ava ilability reports. | |
1621 | * | |
1622 | * @pa ram fromDa te | |
1623 | * @pa ram toDate | |
1624 | * @pa ram nrpts | |
1625 | * @re turn | |
1626 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1627 | */ | |
1628 | @WebMe thod | |
1629 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1630 | public TaggedTex tArray get BloodAvail abilityRep orts( | |
1631 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1632 | St ring fromD ate, | |
1633 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1634 | St ring toDat e, | |
1635 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1636 | St ring nrpts ); | |
1637 | ||
1638 | /** | |
1639 | * Get patient's blood tra nsfusion r eports. | |
1640 | * | |
1641 | * @pa ram fromDa te | |
1642 | * @pa ram toDate | |
1643 | * @pa ram nrpts | |
1644 | * @re turn | |
1645 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1646 | */ | |
1647 | @WebMe thod | |
1648 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1649 | public TaggedTex tArray get BloodTrans fusionRepo rts( | |
1650 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1651 | St ring fromD ate, | |
1652 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1653 | St ring toDat e, | |
1654 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1655 | St ring nrpts ); | |
1656 | ||
1657 | /** | |
1658 | * Get patient's blood ban k reports. | |
1659 | * | |
1660 | * @re turn | |
1661 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1662 | */ | |
1663 | @WebMe thod | |
1664 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1665 | public TaggedTex tArray get BloodBankR eports(); | |
1666 | ||
1667 | /** | |
1668 | * Get patient's electron microscopy reports. | |
1669 | * | |
1670 | * @pa ram fromDa te | |
1671 | * @pa ram toDate | |
1672 | * @pa ram nrpts | |
1673 | * @re turn | |
1674 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1675 | */ | |
1676 | @WebMe thod | |
1677 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1678 | public TaggedTex tArray get ElectronMi croscopyRe ports( | |
1679 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1680 | St ring fromD ate, | |
1681 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1682 | St ring toDat e, | |
1683 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1684 | St ring nrpts ); | |
1685 | ||
1686 | /** | |
1687 | * Get patient's cytopatho logy repor ts. | |
1688 | * | |
1689 | * @re turn | |
1690 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1691 | */ | |
1692 | @WebMe thod | |
1693 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1694 | public TaggedTex tArray get Cytopathol ogyReports (); | |
1695 | ||
1696 | /** | |
1697 | * Get patient's autopsy r eports. | |
1698 | * | |
1699 | * @re turn | |
1700 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1701 | */ | |
1702 | @WebMe thod | |
1703 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1704 | public TaggedTex tArray get AutopsyRep orts(); | |
1705 | ||
1706 | /** | |
1707 | * | |
1708 | * Get o utpatient encounters from all connected VistAs. | |
1709 | * | |
1710 | * | |
1711 | * @pa ram fromDa te | |
1712 | * @pa ram toDate | |
1713 | * @pa ram nrpts | |
1714 | * @re turn | |
1715 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1716 | */ | |
1717 | @WebMe thod | |
1718 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1719 | public TaggedTex tArray get Outpatient EncounterR eports( | |
1720 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1721 | St ring fromD ate, | |
1722 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1723 | St ring toDat e, | |
1724 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1725 | St ring nrpts ); | |
1726 | ||
1727 | /** | |
1728 | * Get admission summaries from all connected VistAs. | |
1729 | * | |
1730 | * @pa ram fromDa te | |
1731 | * @pa ram toDate | |
1732 | * @pa ram nrpts | |
1733 | * @re turn | |
1734 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1735 | */ | |
1736 | @WebMe thod | |
1737 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1738 | public TaggedTex tArray get Admissions Reports( | |
1739 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1740 | St ring fromD ate, | |
1741 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1742 | St ring toDat e, | |
1743 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1744 | St ring nrpts ); | |
1745 | ||
1746 | /** | |
1747 | * Get ADT repor ts from al l connecte d VistAs. | |
1748 | * | |
1749 | * @pa ram fromDa te | |
1750 | * @pa ram toDate | |
1751 | * @pa ram nrpts | |
1752 | * @re turn | |
1753 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1754 | */ | |
1755 | @WebMe thod | |
1756 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1757 | public TaggedTex tArray get ExpandedAd tReports( | |
1758 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1759 | St ring fromD ate, | |
1760 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1761 | St ring toDat e, | |
1762 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1763 | St ring nrpts ); | |
1764 | ||
1765 | /** | |
1766 | * Get discharge diagnosis from all connected VistAs. | |
1767 | * | |
1768 | * @pa ram fromDa te | |
1769 | * @pa ram toDate | |
1770 | * @pa ram nrpts | |
1771 | * @re turn | |
1772 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1773 | */ | |
1774 | @WebMe thod | |
1775 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1776 | public TaggedTex tArray get DischargeD iagnosisRe ports( | |
1777 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1778 | St ring fromD ate, | |
1779 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1780 | St ring toDat e, | |
1781 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1782 | St ring nrpts ); | |
1783 | ||
1784 | /** | |
1785 | * Get discharge reports f rom all co nnected Vi stAs. | |
1786 | * | |
1787 | * @pa ram fromDa te | |
1788 | * @pa ram toDate | |
1789 | * @pa ram nrpts | |
1790 | * @re turn | |
1791 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1792 | */ | |
1793 | @WebMe thod | |
1794 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1795 | public TaggedTex tArray get Discharges Reports( | |
1796 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1797 | St ring fromD ate, | |
1798 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1799 | St ring toDat e, | |
1800 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1801 | St ring nrpts ); | |
1802 | ||
1803 | /** | |
1804 | * Get transfer reports fr om all con nected Vis tAs. | |
1805 | * | |
1806 | * @pa ram fromDa te | |
1807 | * @pa ram toDate | |
1808 | * @pa ram nrpts | |
1809 | * @re turn | |
1810 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1811 | */ | |
1812 | @WebMe thod | |
1813 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1814 | public TaggedTex tArray get TransfersR eports( | |
1815 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1816 | St ring fromD ate, | |
1817 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1818 | St ring toDat e, | |
1819 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1820 | St ring nrpts ); | |
1821 | ||
1822 | /** | |
1823 | * | |
1824 | * Get f uture clin ic visits from all c onnected V istAs. | |
1825 | * | |
1826 | * | |
1827 | * @pa ram fromDa te | |
1828 | * @pa ram toDate | |
1829 | * @pa ram nrpts | |
1830 | * @re turn | |
1831 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1832 | */ | |
1833 | @WebMe thod | |
1834 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1835 | public TaggedTex tArray get FutureClin icVisitsRe ports( | |
1836 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1837 | St ring fromD ate, | |
1838 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1839 | St ring toDat e, | |
1840 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1841 | St ring nrpts ); | |
1842 | ||
1843 | /** | |
1844 | * Get past clin ic visits from all c onnected V istAs. | |
1845 | * | |
1846 | * @pa ram fromDa te | |
1847 | * @pa ram toDate | |
1848 | * @pa ram nrpts | |
1849 | * @re turn | |
1850 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1851 | */ | |
1852 | @WebMe thod | |
1853 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1854 | public TaggedTex tArray get PastClinic VisitsRepo rts( | |
1855 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1856 | St ring fromD ate, | |
1857 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1858 | St ring toDat e, | |
1859 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1860 | St ring nrpts ); | |
1861 | ||
1862 | /** | |
1863 | * Get treating specialty from all c onnected V istAs. | |
1864 | * | |
1865 | * @pa ram fromDa te | |
1866 | * @pa ram toDate | |
1867 | * @pa ram nrpts | |
1868 | * @re turn | |
1869 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1870 | */ | |
1871 | @WebMe thod | |
1872 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1873 | public TaggedTex tArray get TreatingSp ecialtyRep orts( | |
1874 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1875 | St ring fromD ate, | |
1876 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1877 | St ring toDat e, | |
1878 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1879 | St ring nrpts ); | |
1880 | ||
1881 | /** | |
1882 | * Get C&P repor ts from al l connecte d VistAs. | |
1883 | * | |
1884 | * @pa ram fromDa te | |
1885 | * @pa ram toDate | |
1886 | * @pa ram nrpts | |
1887 | * @re turn | |
1888 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1889 | */ | |
1890 | @WebMe thod | |
1891 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1892 | public TaggedTex tArray get CompAndPen Reports( | |
1893 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1894 | St ring fromD ate, | |
1895 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1896 | St ring toDat e, | |
1897 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1898 | St ring nrpts ); | |
1899 | ||
1900 | /** | |
1901 | * Get care team from all connected VistAs. | |
1902 | * | |
1903 | * @re turn | |
1904 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1905 | */ | |
1906 | @WebMe thod | |
1907 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1908 | public TaggedTex tArray get CareTeamRe ports(); | |
1909 | ||
1910 | /** | |
1911 | * | |
1912 | * Get I CD procedu re reports from all connected VistAs. | |
1913 | * | |
1914 | * | |
1915 | * @pa ram fromDa te | |
1916 | * @pa ram toDate | |
1917 | * @pa ram nrpts | |
1918 | * @re turn | |
1919 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedIcdRp tArrays | |
1920 | */ | |
1921 | @WebMe thod | |
1922 | @WebResult (name = "T aggedIcdRp tArrays", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
1923 | public TaggedIcd RptArrays getIcdProc eduresRepo rts( | |
1924 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1925 | St ring fromD ate, | |
1926 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1927 | St ring toDat e, | |
1928 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1929 | St ring nrpts ); | |
1930 | ||
1931 | /** | |
1932 | * Get ICD surge ry reports from all connected VistAs. | |
1933 | * | |
1934 | * @pa ram fromDa te | |
1935 | * @pa ram toDate | |
1936 | * @pa ram nrpts | |
1937 | * @re turn | |
1938 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedIcdRp tArrays | |
1939 | */ | |
1940 | @WebMe thod | |
1941 | @WebResult (name = "T aggedIcdRp tArrays", targetName space = "h ttp:// DNS /EmrSvc", partName = "Body") | |
1942 | public TaggedIcd RptArrays getIcdSurg eryReports ( | |
1943 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "fromDate" ) | |
1944 | St ring fromD ate, | |
1945 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "toDate") | |
1946 | St ring toDat e, | |
1947 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "nrpts") | |
1948 | St ring nrpts ); | |
1949 | ||
1950 | /** | |
1951 | * | |
1952 | * @pa ram direct ion | |
1953 | * @pa ram target | |
1954 | * @re turn | |
1955 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
1956 | */ | |
1957 | @WebMe thod | |
1958 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
1959 | public TaggedTex tArray get NoteTitles ( | |
1960 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
1961 | St ring targe t, | |
1962 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "direction ") | |
1963 | St ring direc tion); | |
1964 | ||
1965 | /** | |
1966 | * | |
1967 | * @pa ram direct ion | |
1968 | * @pa ram target | |
1969 | * @re turn | |
1970 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedHospi talLocatio nArray | |
1971 | */ | |
1972 | @WebMe thod | |
1973 | @WebResult (name = "T aggedHospi talLocatio nArray", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
1974 | public TaggedHos pitalLocat ionArray g etHospital Locations( | |
1975 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "target") | |
1976 | St ring targe t, | |
1977 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "direction ") | |
1978 | St ring direc tion); | |
1979 | ||
1980 | /** | |
1981 | * | |
1982 | * @pa ram access ionNumber | |
1983 | * @pa ram ssn | |
1984 | * @re turn | |
1985 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.R adiologyRe portTO | |
1986 | */ | |
1987 | @WebMe thod | |
1988 | @WebResult (name = "R adiologyRe portTO", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
1989 | public Radiology ReportTO g etImagingR eport( | |
1990 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "SSN") | |
1991 | St ring ssn, | |
1992 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "accession Number") | |
1993 | St ring acces sionNumber ); | |
1994 | ||
1995 | /** | |
1996 | * Wri te a simpl e, by poli cy order t o a single VistA | |
1997 | * | |
1998 | * @pa ram startD ate | |
1999 | * @pa ram esig | |
2000 | * @pa ram provid erDUZ | |
2001 | * @pa ram orderI EN | |
2002 | * @pa ram locati onIEN | |
2003 | * @re turn | |
2004 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.O rderTO | |
2005 | */ | |
2006 | @WebMe thod | |
2007 | @WebResult (name = "O rderTO", t argetNames pace = "ht tp:// DNS /EmrSvc", partName = "Body") | |
2008 | public OrderTO w riteSimple OrderByPol icy( | |
2009 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "providerD UZ") | |
2010 | St ring provi derDUZ, | |
2011 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "esig") | |
2012 | St ring esig, | |
2013 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "locationI EN") | |
2014 | St ring locat ionIEN, | |
2015 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "orderIEN" ) | |
2016 | St ring order IEN, | |
2017 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "startDate ") | |
2018 | St ring start Date); | |
2019 | ||
2020 | /** | |
2021 | * Val idate elec tronic sig nature | |
2022 | * | |
2023 | * @pa ram esig | |
2024 | * @re turn | |
2025 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
2026 | */ | |
2027 | @WebMe thod | |
2028 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
2029 | public TextTO is ValidEsig( | |
2030 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "esig") | |
2031 | St ring esig) ; | |
2032 | ||
2033 | /** | |
2034 | * | |
2035 | * Make a patient inquiry ca ll (addres s, contact numbers, NOK, etc. informatio n) | |
2036 | * | |
2037 | * | |
2038 | * @re turn | |
2039 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T extTO | |
2040 | */ | |
2041 | @WebMe thod | |
2042 | @WebResult (name = "T extTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
2043 | public TextTO pa tientInqui ry(); | |
2044 | ||
2045 | /** | |
2046 | * Add a data so urce for t his sessio n | |
2047 | * | |
2048 | * @pa ram region | |
2049 | * @pa ram port | |
2050 | * @pa ram id | |
2051 | * @pa ram protoc ol | |
2052 | * @pa ram name | |
2053 | * @pa ram modali ty | |
2054 | * @pa ram dataso urce | |
2055 | * @re turn | |
2056 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.S iteTO | |
2057 | */ | |
2058 | @WebMe thod | |
2059 | @WebResult (name = "S iteTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
2060 | public SiteTO ad dDataSourc e( | |
2061 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "id") | |
2062 | St ring id, | |
2063 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "name") | |
2064 | St ring name, | |
2065 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "datasourc e") | |
2066 | St ring datas ource, | |
2067 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "port") | |
2068 | St ring port, | |
2069 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "modality" ) | |
2070 | St ring modal ity, | |
2071 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "protocol" ) | |
2072 | St ring proto col, | |
2073 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "region") | |
2074 | St ring regio n); | |
2075 | ||
2076 | /** | |
2077 | * Set the curre nt session 's sites f ile | |
2078 | * | |
2079 | * @pa ram sitesF ileName | |
2080 | * @re turn | |
2081 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.S iteArray | |
2082 | */ | |
2083 | @WebMe thod | |
2084 | @WebResult (name = "S iteArray", targetNam espace = " http:// DNS /EmrSvc", partName = "Body") | |
2085 | public SiteArray setVha( | |
2086 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "sitesFile Name") | |
2087 | St ring sites FileName); | |
2088 | ||
2089 | /** | |
2090 | * Get all VHA s ites | |
2091 | * | |
2092 | * @re turn | |
2093 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.R egionArray | |
2094 | */ | |
2095 | @WebMe thod | |
2096 | @WebResult (name = "R egionArray ", targetN amespace = "http:// DNS /EmrSvc", partName = "Body") | |
2097 | public RegionArr ay getVHA( ); | |
2098 | ||
2099 | /** | |
2100 | * Con nect to a single Vis tA system | |
2101 | * | |
2102 | * @pa ram siteli st | |
2103 | * @re turn | |
2104 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.D ataSourceA rray | |
2105 | */ | |
2106 | @WebMe thod | |
2107 | @WebResult (name = "D ataSourceA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
2108 | public DataSourc eArray con nect( | |
2109 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "sitelist" ) | |
2110 | St ring sitel ist); | |
2111 | ||
2112 | /** | |
2113 | * Log onto a si ngle VistA system | |
2114 | * | |
2115 | * @pa ram pwd | |
2116 | * @pa ram userna me | |
2117 | * @pa ram contex t | |
2118 | * @re turn | |
2119 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.U serTO | |
2120 | */ | |
2121 | @WebMe thod | |
2122 | @WebResult (name = "U serTO", ta rgetNamesp ace = "htt p:// DNS /EmrSvc", partName = "Body") | |
2123 | public UserTO lo gin( | |
2124 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "username" ) | |
2125 | St ring usern ame, | |
2126 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "pwd") | |
2127 | St ring pwd, | |
2128 | @W ebParam(na me = "stri ng", targe tNamespace = "http:/ /www.w3.or g/2001/XML Schema", p artName = "context") | |
2129 | St ring conte xt); | |
2130 | ||
2131 | /** | |
2132 | * Dis connect fr om all con nected Vis ta systems . | |
2133 | * | |
2134 | * @re turn | |
2135 | * returns c om.agilex. healthcare .schedulin gmanager.m dws.genera tedwsdl.em rservice.T aggedTextA rray | |
2136 | */ | |
2137 | @WebMe thod | |
2138 | @WebResult (name = "T aggedTextA rray", tar getNamespa ce = "http :// DNS /EmrSvc", partName = "Body") | |
2139 | public TaggedTex tArray dis connect(); | |
2140 | ||
2141 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.