Produced by Araxis Merge on 10/3/2017 11:15:31 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | JMeadowsData.java | Tue Jan 10 16:20:50 2017 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice | JMeadowsData.java | Mon Oct 2 19:51:46 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 76 | 2350 |
| Changed | 75 | 298 |
| 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 go v.va.med.j meadows_2_ 3_0.webser vice; | |
| 3 | ||
| 4 | import jav a.util.Lis t; | |
| 5 | import jav ax.jws.Web Method; | |
| 6 | import jav ax.jws.Web Param; | |
| 7 | import jav ax.jws.Web Result; | |
| 8 | import jav ax.jws.Web Service; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlSeeA lso; | |
| 10 | import jav ax.xml.ws. RequestWra pper; | |
| 11 | import jav ax.xml.ws. ResponseWr apper; | |
| 12 | ||
| 13 | ||
| 14 | /** | |
| 15 | * This cl ass was ge nerated by the JAX-W S RI. | |
| 16 | * JAX-WS RI 2.2.5-b 01 | |
| 17 | * Generat ed source version: 2 .1 | |
| 18 | * | |
| 19 | */ | |
| 20 | @WebServic e(name = " JMeadowsDa ta", targe tNamespace = "http:/ /webservic e.jmeadows . URL /") | |
| 21 | @XmlSeeAls o({ | |
| 22 | Object Factory.cl ass | |
| 23 | }) | |
| 24 | public int erface JMe adowsData { | |
| 25 | ||
| 26 | ||
| 27 | /** | |
| 28 | * | |
| 29 | * @pa ram siteCo de | |
| 30 | * @pa ram verify Code | |
| 31 | * @pa ram access Code | |
| 32 | * @pa ram reques tingApp | |
| 33 | * @re turn | |
| 34 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.User | |
| 35 | * @th rows JMead owsExcepti on_Excepti on | |
| 36 | */ | |
| 37 | @WebMe thod | |
| 38 | @WebRe sult(targe tNamespace = "") | |
| 39 | @RequestWr apper(loca lName = "l ogin", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Login" ) | |
| 40 | @ResponseW rapper(loc alName = " loginRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.LoginR esponse") | |
| 41 | public User logi n( | |
| 42 | @WebPara m(name = " siteCode", targetNam espace = " ") | |
| 43 | String s iteCode, | |
| 44 | @WebPara m(name = " accessCode ", targetN amespace = "") | |
| 45 | String a ccessCode, | |
| 46 | @WebPara m(name = " verifyCode ", targetN amespace = "") | |
| 47 | String v erifyCode, | |
| 48 | @WebPara m(name = " requesting App", targ etNamespac e = "") | |
| 49 | String r equestingA pp) | |
| 50 | th rows JMead owsExcepti on_Excepti on | |
| 51 | ; | |
| 52 | ||
| 53 | /** | |
| 54 | * | |
| 55 | * @pa ram queryB ean | |
| 56 | * @re turn | |
| 57 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .FreeTextR eport> | |
| 58 | * @th rows JMead owsExcepti on_Excepti on | |
| 59 | */ | |
| 60 | @WebMe thod | |
| 61 | @WebRe sult(targe tNamespace = "") | |
| 62 | @RequestWr apper(loca lName = "g etConsultR eport", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetCon sultReport ") | |
| 63 | @ResponseW rapper(loc alName = " getConsult ReportResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetCon sultReport Response") | |
| 64 | public List<Free TextReport > getConsu ltReport( | |
| 65 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 66 | JMeadows Query quer yBean) | |
| 67 | th rows JMead owsExcepti on_Excepti on | |
| 68 | ; | |
| 69 | ||
| 70 | /** | |
| 71 | * | |
| 72 | * @pa ram queryB ean | |
| 73 | * @re turn | |
| 74 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.User | |
| 75 | * @th rows JMead owsExcepti on_Excepti on | |
| 76 | */ | |
| 77 | @WebMe thod | |
| 78 | @WebRe sult(targe tNamespace = "") | |
| 79 | @RequestWr apper(loca lName = "g etProvider Profile", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderProfi le") | |
| 80 | @ResponseW rapper(loc alName = " getProvide rProfileRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderProfi leResponse ") | |
| 81 | public User getP roviderPro file( | |
| 82 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 83 | JMeadows Query quer yBean) | |
| 84 | th rows JMead owsExcepti on_Excepti on | |
| 85 | ; | |
| 86 | ||
| 87 | /** | |
| 88 | * | |
| 89 | * @pa ram queryB ean | |
| 90 | * @re turn | |
| 91 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 92 | * @th rows JMead owsExcepti on_Excepti on | |
| 93 | */ | |
| 94 | @WebMe thod | |
| 95 | @WebRe sult(targe tNamespace = "") | |
| 96 | @RequestWr apper(loca lName = "g etMedicati onDetail", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetMed icationDet ail") | |
| 97 | @ResponseW rapper(loc alName = " getMedicat ionDetailR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetMed icationDet ailRespons e") | |
| 98 | public FreeTextR eport getM edicationD etail( | |
| 99 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 100 | JMeadows Query quer yBean) | |
| 101 | th rows JMead owsExcepti on_Excepti on | |
| 102 | ; | |
| 103 | ||
| 104 | /** | |
| 105 | * | |
| 106 | * @pa ram queryB ean | |
| 107 | * @re turn | |
| 108 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 109 | * @th rows JMead owsExcepti on_Excepti on | |
| 110 | */ | |
| 111 | @WebMe thod | |
| 112 | @WebRe sult(targe tNamespace = "") | |
| 113 | @RequestWr apper(loca lName = "g etOrderDet ail", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetOrd erDetail") | |
| 114 | @ResponseW rapper(loc alName = " getOrderDe tailRespon se", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetOrd erDetailRe sponse") | |
| 115 | public FreeTextR eport getO rderDetail ( | |
| 116 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 117 | JMeadows Query quer yBean) | |
| 118 | th rows JMead owsExcepti on_Excepti on | |
| 119 | ; | |
| 120 | ||
| 121 | /** | |
| 122 | * | |
| 123 | * @pa ram queryB ean | |
| 124 | * @re turn | |
| 125 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Vitals> | |
| 126 | * @th rows JMead owsExcepti on_Excepti on | |
| 127 | */ | |
| 128 | @WebMe thod | |
| 129 | @WebRe sult(targe tNamespace = "") | |
| 130 | @RequestWr apper(loca lName = "g etPatientC urrentVita ls", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientCurren tVitals") | |
| 131 | @ResponseW rapper(loc alName = " getPatient CurrentVit alsRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientCurren tVitalsRes ponse") | |
| 132 | public List<Vita ls> getPat ientCurren tVitals( | |
| 133 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 134 | JMeadows Query quer yBean) | |
| 135 | th rows JMead owsExcepti on_Excepti on | |
| 136 | ; | |
| 137 | ||
| 138 | /** | |
| 139 | * | |
| 140 | * @pa ram queryB ean | |
| 141 | * @re turn | |
| 142 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Insurance Bean> | |
| 143 | * @th rows JMead owsExcepti on_Excepti on | |
| 144 | */ | |
| 145 | @WebMe thod | |
| 146 | @WebRe sult(targe tNamespace = "") | |
| 147 | @RequestWr apper(loca lName = "g etPatientI nsurances" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientInsura nces") | |
| 148 | @ResponseW rapper(loc alName = " getPatient Insurances Response", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientInsura ncesRespon se") | |
| 149 | public List<Insu ranceBean> getPatien tInsurance s( | |
| 150 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 151 | JMeadows Query quer yBean) | |
| 152 | th rows JMead owsExcepti on_Excepti on | |
| 153 | ; | |
| 154 | ||
| 155 | /** | |
| 156 | * | |
| 157 | * @pa ram queryB ean | |
| 158 | * @re turn | |
| 159 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Procedure > | |
| 160 | * @th rows JMead owsExcepti on_Excepti on | |
| 161 | */ | |
| 162 | @WebMe thod | |
| 163 | @WebRe sult(targe tNamespace = "") | |
| 164 | @RequestWr apper(loca lName = "g etOutpatie ntProcedur es", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetOut patientPro cedures") | |
| 165 | @ResponseW rapper(loc alName = " getOutpati entProcedu resRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetOut patientPro ceduresRes ponse") | |
| 166 | public List<Proc edure> get Outpatient Procedures ( | |
| 167 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 168 | JMeadows Query quer yBean) | |
| 169 | th rows JMead owsExcepti on_Excepti on | |
| 170 | ; | |
| 171 | ||
| 172 | /** | |
| 173 | * | |
| 174 | * @pa ram queryB ean | |
| 175 | * @re turn | |
| 176 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Prob lemDetail | |
| 177 | * @th rows JMead owsExcepti on_Excepti on | |
| 178 | */ | |
| 179 | @WebMe thod | |
| 180 | @WebRe sult(targe tNamespace = "") | |
| 181 | @RequestWr apper(loca lName = "g etProblemD etail", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro blemDetail ") | |
| 182 | @ResponseW rapper(loc alName = " getProblem DetailResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro blemDetail Response") | |
| 183 | public ProblemDe tail getPr oblemDetai l( | |
| 184 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 185 | JMeadows Query quer yBean) | |
| 186 | th rows JMead owsExcepti on_Excepti on | |
| 187 | ; | |
| 188 | ||
| 189 | /** | |
| 190 | * | |
| 191 | * @pa ram queryB ean | |
| 192 | * @re turn | |
| 193 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 194 | * @th rows JMead owsExcepti on_Excepti on | |
| 195 | */ | |
| 196 | @WebMe thod | |
| 197 | @WebRe sult(targe tNamespace = "") | |
| 198 | @RequestWr apper(loca lName = "g etProgress Note", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro gressNote" ) | |
| 199 | @ResponseW rapper(loc alName = " getProgres sNoteRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro gressNoteR esponse") | |
| 200 | public FreeTextR eport getP rogressNot e( | |
| 201 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 202 | JMeadows Query quer yBean) | |
| 203 | th rows JMead owsExcepti on_Excepti on | |
| 204 | ; | |
| 205 | ||
| 206 | /** | |
| 207 | * | |
| 208 | * @pa ram queryB ean | |
| 209 | * @re turn | |
| 210 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Radi ologyRepor t | |
| 211 | * @th rows JMead owsExcepti on_Excepti on | |
| 212 | */ | |
| 213 | @WebMe thod | |
| 214 | @WebRe sult(targe tNamespace = "") | |
| 215 | @RequestWr apper(loca lName = "g etRadiolog yReport", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetRad iologyRepo rt") | |
| 216 | @ResponseW rapper(loc alName = " getRadiolo gyReportRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetRad iologyRepo rtResponse ") | |
| 217 | public Radiology Report get RadiologyR eport( | |
| 218 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 219 | JMeadows Query quer yBean) | |
| 220 | th rows JMead owsExcepti on_Excepti on | |
| 221 | ; | |
| 222 | ||
| 223 | /** | |
| 224 | * | |
| 225 | * @pa ram queryB ean | |
| 226 | * @re turn | |
| 227 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .VlerDocum ent> | |
| 228 | * @th rows JMead owsExcepti on_Excepti on | |
| 229 | */ | |
| 230 | @WebMe thod | |
| 231 | @WebRe sult(targe tNamespace = "") | |
| 232 | @RequestWr apper(loca lName = "g etVLERDocu mentList", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVLE RDocumentL ist") | |
| 233 | @ResponseW rapper(loc alName = " getVLERDoc umentListR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVLE RDocumentL istRespons e") | |
| 234 | public List<Vler Document> getVLERDoc umentList( | |
| 235 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 236 | JMeadows Query quer yBean) | |
| 237 | th rows JMead owsExcepti on_Excepti on | |
| 238 | ; | |
| 239 | ||
| 240 | /** | |
| 241 | * | |
| 242 | * @pa ram vDoc | |
| 243 | * @pa ram queryB ean | |
| 244 | * @re turn | |
| 245 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Vler Document | |
| 246 | * @th rows JMead owsExcepti on_Excepti on | |
| 247 | */ | |
| 248 | @WebMe thod | |
| 249 | @WebRe sult(targe tNamespace = "") | |
| 250 | @RequestWr apper(loca lName = "g etVLERDocu ment", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVLE RDocument" ) | |
| 251 | @ResponseW rapper(loc alName = " getVLERDoc umentRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVLE RDocumentR esponse") | |
| 252 | public VlerDocum ent getVLE RDocument( | |
| 253 | @WebPara m(name = " vDoc", tar getNamespa ce = "") | |
| 254 | VlerDocu ment vDoc, | |
| 255 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 256 | JMeadows Query quer yBean) | |
| 257 | th rows JMead owsExcepti on_Excepti on | |
| 258 | ; | |
| 259 | ||
| 260 | /** | |
| 261 | * | |
| 262 | * @pa ram queryB ean | |
| 263 | * @re turn | |
| 264 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Alert> | |
| 265 | * @th rows JMead owsExcepti on_Excepti on | |
| 266 | */ | |
| 267 | @WebMe thod | |
| 268 | @WebRe sult(targe tNamespace = "") | |
| 269 | @RequestWr apper(loca lName = "g etUserAler ts", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetUse rAlerts") | |
| 270 | @ResponseW rapper(loc alName = " getUserAle rtsRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetUse rAlertsRes ponse") | |
| 271 | public List<Aler t> getUser Alerts( | |
| 272 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 273 | JMeadows Query quer yBean) | |
| 274 | th rows JMead owsExcepti on_Excepti on | |
| 275 | ; | |
| 276 | ||
| 277 | /** | |
| 278 | * | |
| 279 | * @pa ram queryB ean | |
| 280 | * @re turn | |
| 281 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 282 | * @th rows JMead owsExcepti on_Excepti on | |
| 283 | */ | |
| 284 | @WebMe thod | |
| 285 | @WebRe sult(targe tNamespace = "") | |
| 286 | @RequestWr apper(loca lName = "g etVisitNot es", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVis itNotes") | |
| 287 | @ResponseW rapper(loc alName = " getVisitNo tesRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVis itNotesRes ponse") | |
| 288 | public FreeTextR eport getV isitNotes( | |
| 289 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 290 | JMeadows Query quer yBean) | |
| 291 | th rows JMead owsExcepti on_Excepti on | |
| 292 | ; | |
| 293 | ||
| 294 | /** | |
| 295 | * | |
| 296 | * @pa ram provid erIen | |
| 297 | * @pa ram siteCo de | |
| 298 | * @pa ram endDat e | |
| 299 | * @pa ram userNP I | |
| 300 | * @pa ram patId | |
| 301 | * @pa ram reques tingApp | |
| 302 | * @pa ram userNa me | |
| 303 | * @pa ram catego ry | |
| 304 | * @pa ram userIe n | |
| 305 | * @pa ram startD ate | |
| 306 | * @th rows JMead owsExcepti on_Excepti on | |
| 307 | */ | |
| 308 | @WebMe thod | |
| 309 | @RequestWr apper(loca lName = "l ogAudit", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.LogAud it") | |
| 310 | @ResponseW rapper(loc alName = " logAuditRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.LogAud itResponse ") | |
| 311 | public void logA udit( | |
| 312 | @WebPara m(name = " siteCode", targetNam espace = " ") | |
| 313 | String s iteCode, | |
| 314 | @WebPara m(name = " userIen", targetName space = "" ) | |
| 315 | String u serIen, | |
| 316 | @WebPara m(name = " providerIe n", target Namespace = "") | |
| 317 | String p roviderIen , | |
| 318 | @WebPara m(name = " userNPI", targetName space = "" ) | |
| 319 | String u serNPI, | |
| 320 | @WebPara m(name = " userName", targetNam espace = " ") | |
| 321 | String u serName, | |
| 322 | @WebPara m(name = " patId", ta rgetNamesp ace = "") | |
| 323 | String p atId, | |
| 324 | @WebPara m(name = " category", targetNam espace = " ") | |
| 325 | String c ategory, | |
| 326 | @WebPara m(name = " requesting App", targ etNamespac e = "") | |
| 327 | String r equestingA pp, | |
| 328 | @WebPara m(name = " startDate" , targetNa mespace = "") | |
| 329 | String s tartDate, | |
| 330 | @WebPara m(name = " endDate", targetName space = "" ) | |
| 331 | String e ndDate) | |
| 332 | th rows JMead owsExcepti on_Excepti on | |
| 333 | ; | |
| 334 | ||
| 335 | /** | |
| 336 | * | |
| 337 | * @pa ram queryB ean | |
| 338 | * @re turn | |
| 339 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientAp pointments > | |
| 340 | * @th rows JMead owsExcepti on_Excepti on | |
| 341 | */ | |
| 342 | @WebMe thod | |
| 343 | @WebRe sult(targe tNamespace = "") | |
| 344 | @RequestWr apper(loca lName = "g etProvider Appointmen ts", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderAppoi ntments") | |
| 345 | @ResponseW rapper(loc alName = " getProvide rAppointme ntsRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderAppoi ntmentsRes ponse") | |
| 346 | public List<Pati entAppoint ments> get ProviderAp pointments ( | |
| 347 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 348 | JMeadows Query quer yBean) | |
| 349 | th rows JMead owsExcepti on_Excepti on | |
| 350 | ; | |
| 351 | ||
| 352 | /** | |
| 353 | * | |
| 354 | * @pa ram queryB ean | |
| 355 | * @re turn | |
| 356 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientAd mission> | |
| 357 | * @th rows JMead owsExcepti on_Excepti on | |
| 358 | */ | |
| 359 | @WebMe thod | |
| 360 | @WebRe sult(targe tNamespace = "") | |
| 361 | @RequestWr apper(loca lName = "g etProvider Admissions ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderAdmis sions") | |
| 362 | @ResponseW rapper(loc alName = " getProvide rAdmission sResponse" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderAdmis sionsRespo nse") | |
| 363 | public List<Pati entAdmissi on> getPro viderAdmis sions( | |
| 364 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 365 | JMeadows Query quer yBean) | |
| 366 | th rows JMead owsExcepti on_Excepti on | |
| 367 | ; | |
| 368 | ||
| 369 | /** | |
| 370 | * | |
| 371 | * @pa ram queryB ean | |
| 372 | * @re turn | |
| 373 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientAd mission> | |
| 374 | * @th rows JMead owsExcepti on_Excepti on | |
| 375 | */ | |
| 376 | @WebMe thod | |
| 377 | @WebRe sult(targe tNamespace = "") | |
| 378 | @RequestWr apper(loca lName = "g etWardAdmi ssions", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetWar dAdmission s") | |
| 379 | @ResponseW rapper(loc alName = " getWardAdm issionsRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetWar dAdmission sResponse" ) | |
| 380 | public List<Pati entAdmissi on> getWar dAdmission s( | |
| 381 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 382 | JMeadows Query quer yBean) | |
| 383 | th rows JMead owsExcepti on_Excepti on | |
| 384 | ; | |
| 385 | ||
| 386 | /** | |
| 387 | * | |
| 388 | * @pa ram queryB ean | |
| 389 | * @re turn | |
| 390 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .ProgressN ote> | |
| 391 | * @th rows JMead owsExcepti on_Excepti on | |
| 392 | */ | |
| 393 | @WebMe thod | |
| 394 | @WebRe sult(targe tNamespace = "") | |
| 395 | @RequestWr apper(loca lName = "g etProvider UnsignedNo tes", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderUnsig nedNotes") | |
| 396 | @ResponseW rapper(loc alName = " getProvide rUnsignedN otesRespon se", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderUnsig nedNotesRe sponse") | |
| 397 | public List<Prog ressNote> getProvide rUnsignedN otes( | |
| 398 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 399 | JMeadows Query quer yBean) | |
| 400 | th rows JMead owsExcepti on_Excepti on | |
| 401 | ; | |
| 402 | ||
| 403 | /** | |
| 404 | * | |
| 405 | * @pa ram queryB ean | |
| 406 | * @re turn | |
| 407 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Consult> | |
| 408 | * @th rows JMead owsExcepti on_Excepti on | |
| 409 | */ | |
| 410 | @WebMe thod | |
| 411 | @WebRe sult(targe tNamespace = "") | |
| 412 | @RequestWr apper(loca lName = "g etProvider ConsultsRe quested", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderConsu ltsRequest ed") | |
| 413 | @ResponseW rapper(loc alName = " getProvide rConsultsR equestedRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderConsu ltsRequest edResponse ") | |
| 414 | public List<Cons ult> getPr oviderCons ultsReques ted( | |
| 415 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 416 | JMeadows Query quer yBean) | |
| 417 | th rows JMead owsExcepti on_Excepti on | |
| 418 | ; | |
| 419 | ||
| 420 | /** | |
| 421 | * | |
| 422 | * @pa ram queryB ean | |
| 423 | * @re turn | |
| 424 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Consult> | |
| 425 | * @th rows JMead owsExcepti on_Excepti on | |
| 426 | */ | |
| 427 | @WebMe thod | |
| 428 | @WebRe sult(targe tNamespace = "") | |
| 429 | @RequestWr apper(loca lName = "g etProvider ConsultsRe ceived", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderConsu ltsReceive d") | |
| 430 | @ResponseW rapper(loc alName = " getProvide rConsultsR eceivedRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderConsu ltsReceive dResponse" ) | |
| 431 | public List<Cons ult> getPr oviderCons ultsReceiv ed( | |
| 432 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 433 | JMeadows Query quer yBean) | |
| 434 | th rows JMead owsExcepti on_Excepti on | |
| 435 | ; | |
| 436 | ||
| 437 | /** | |
| 438 | * | |
| 439 | * @pa ram queryB ean | |
| 440 | * @re turn | |
| 441 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Order> | |
| 442 | * @th rows JMead owsExcepti on_Excepti on | |
| 443 | */ | |
| 444 | @WebMe thod | |
| 445 | @WebRe sult(targe tNamespace = "") | |
| 446 | @RequestWr apper(loca lName = "g etProvider OrdersPend ing", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderOrder sPending") | |
| 447 | @ResponseW rapper(loc alName = " getProvide rOrdersPen dingRespon se", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderOrder sPendingRe sponse") | |
| 448 | public List<Orde r> getProv iderOrders Pending( | |
| 449 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 450 | JMeadows Query quer yBean) | |
| 451 | th rows JMead owsExcepti on_Excepti on | |
| 452 | ; | |
| 453 | ||
| 454 | /** | |
| 455 | * | |
| 456 | * @pa ram queryB ean | |
| 457 | * @re turn | |
| 458 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Order> | |
| 459 | * @th rows JMead owsExcepti on_Excepti on | |
| 460 | */ | |
| 461 | @WebMe thod | |
| 462 | @WebRe sult(targe tNamespace = "") | |
| 463 | @RequestWr apper(loca lName = "g etProvider OrdersResu lted", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderOrder sResulted" ) | |
| 464 | @ResponseW rapper(loc alName = " getProvide rOrdersRes ultedRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderOrder sResultedR esponse") | |
| 465 | public List<Orde r> getProv iderOrders Resulted( | |
| 466 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 467 | JMeadows Query quer yBean) | |
| 468 | th rows JMead owsExcepti on_Excepti on | |
| 469 | ; | |
| 470 | ||
| 471 | /** | |
| 472 | * | |
| 473 | * @pa ram queryB ean | |
| 474 | * @re turn | |
| 475 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .LabResult > | |
| 476 | * @th rows JMead owsExcepti on_Excepti on | |
| 477 | */ | |
| 478 | @WebMe thod | |
| 479 | @WebRe sult(targe tNamespace = "") | |
| 480 | @RequestWr apper(loca lName = "g etPatientL abResults" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabRes ults") | |
| 481 | @ResponseW rapper(loc alName = " getPatient LabResults Response", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabRes ultsRespon se") | |
| 482 | public List<LabR esult> get PatientLab Results( | |
| 483 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 484 | JMeadows Query quer yBean) | |
| 485 | th rows JMead owsExcepti on_Excepti on | |
| 486 | ; | |
| 487 | ||
| 488 | /** | |
| 489 | * | |
| 490 | * @pa ram queryB ean | |
| 491 | * @re turn | |
| 492 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 493 | * @th rows JMead owsExcepti on_Excepti on | |
| 494 | */ | |
| 495 | @WebMe thod | |
| 496 | @WebRe sult(targe tNamespace = "") | |
| 497 | @RequestWr apper(loca lName = "g etPatientL abReport", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabRep ort") | |
| 498 | @ResponseW rapper(loc alName = " getPatient LabReportR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabRep ortRespons e") | |
| 499 | public FreeTextR eport getP atientLabR eport( | |
| 500 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 501 | JMeadows Query quer yBean) | |
| 502 | th rows JMead owsExcepti on_Excepti on | |
| 503 | ; | |
| 504 | ||
| 505 | /** | |
| 506 | * | |
| 507 | * @pa ram queryB ean | |
| 508 | * @re turn | |
| 509 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Medicatio n> | |
| 510 | * @th rows JMead owsExcepti on_Excepti on | |
| 511 | */ | |
| 512 | @WebMe thod | |
| 513 | @WebRe sult(targe tNamespace = "") | |
| 514 | @RequestWr apper(loca lName = "g etPatientM edications ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientMedica tions") | |
| 515 | @ResponseW rapper(loc alName = " getPatient Medication sResponse" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientMedica tionsRespo nse") | |
| 516 | public List<Medi cation> ge tPatientMe dications( | |
| 517 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 518 | JMeadows Query quer yBean) | |
| 519 | th rows JMead owsExcepti on_Excepti on | |
| 520 | ; | |
| 521 | ||
| 522 | /** | |
| 523 | * | |
| 524 | * @pa ram queryB ean | |
| 525 | * @re turn | |
| 526 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Form> | |
| 527 | * @th rows JMead owsExcepti on_Excepti on | |
| 528 | */ | |
| 529 | @WebMe thod | |
| 530 | @WebRe sult(targe tNamespace = "") | |
| 531 | @RequestWr apper(loca lName = "g etPatientF orms", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientForms" ) | |
| 532 | @ResponseW rapper(loc alName = " getPatient FormsRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientFormsR esponse") | |
| 533 | public List<Form > getPatie ntForms( | |
| 534 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 535 | JMeadows Query quer yBean) | |
| 536 | th rows JMead owsExcepti on_Excepti on | |
| 537 | ; | |
| 538 | ||
| 539 | /** | |
| 540 | * | |
| 541 | * @pa ram queryB ean | |
| 542 | * @re turn | |
| 543 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .ProgressN ote> | |
| 544 | * @th rows JMead owsExcepti on_Excepti on | |
| 545 | */ | |
| 546 | @WebMe thod | |
| 547 | @WebRe sult(targe tNamespace = "") | |
| 548 | @RequestWr apper(loca lName = "g etPatientP rogressNot es", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientProgre ssNotes") | |
| 549 | @ResponseW rapper(loc alName = " getPatient ProgressNo tesRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientProgre ssNotesRes ponse") | |
| 550 | public List<Prog ressNote> getPatient ProgressNo tes( | |
| 551 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 552 | JMeadows Query quer yBean) | |
| 553 | th rows JMead owsExcepti on_Excepti on | |
| 554 | ; | |
| 555 | ||
| 556 | /** | |
| 557 | * | |
| 558 | * @pa ram queryB ean | |
| 559 | * @re turn | |
| 560 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Note Image | |
| 561 | * @th rows JMead owsExcepti on_Excepti on | |
| 562 | */ | |
| 563 | @WebMe thod | |
| 564 | @WebRe sult(targe tNamespace = "") | |
| 565 | @RequestWr apper(loca lName = "g etBHIENote Image", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetBHI ENoteImage ") | |
| 566 | @ResponseW rapper(loc alName = " getBHIENot eImageResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetBHI ENoteImage Response") | |
| 567 | public NoteImage getBHIENo teImage( | |
| 568 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 569 | JMeadows Query quer yBean) | |
| 570 | th rows JMead owsExcepti on_Excepti on | |
| 571 | ; | |
| 572 | ||
| 573 | /** | |
| 574 | * | |
| 575 | * @pa ram queryB ean | |
| 576 | * @re turn | |
| 577 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .ProgressN ote> | |
| 578 | * @th rows JMead owsExcepti on_Excepti on | |
| 579 | */ | |
| 580 | @WebMe thod | |
| 581 | @WebRe sult(targe tNamespace = "") | |
| 582 | @RequestWr apper(loca lName = "g etPatientD ischargeSu mmaries", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientDischa rgeSummari es") | |
| 583 | @ResponseW rapper(loc alName = " getPatient DischargeS ummariesRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientDischa rgeSummari esResponse ") | |
| 584 | public List<Prog ressNote> getPatient DischargeS ummaries( | |
| 585 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 586 | JMeadows Query quer yBean) | |
| 587 | th rows JMead owsExcepti on_Excepti on | |
| 588 | ; | |
| 589 | ||
| 590 | /** | |
| 591 | * | |
| 592 | * @pa ram queryB ean | |
| 593 | * @re turn | |
| 594 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Consult> | |
| 595 | * @th rows JMead owsExcepti on_Excepti on | |
| 596 | */ | |
| 597 | @WebMe thod | |
| 598 | @WebRe sult(targe tNamespace = "") | |
| 599 | @RequestWr apper(loca lName = "g etPatientC onsultRequ ests", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientConsul tRequests" ) | |
| 600 | @ResponseW rapper(loc alName = " getPatient ConsultReq uestsRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientConsul tRequestsR esponse") | |
| 601 | public List<Cons ult> getPa tientConsu ltRequests ( | |
| 602 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 603 | JMeadows Query quer yBean) | |
| 604 | th rows JMead owsExcepti on_Excepti on | |
| 605 | ; | |
| 606 | ||
| 607 | /** | |
| 608 | * | |
| 609 | * @pa ram queryB ean | |
| 610 | * @re turn | |
| 611 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Order> | |
| 612 | * @th rows JMead owsExcepti on_Excepti on | |
| 613 | */ | |
| 614 | @WebMe thod | |
| 615 | @WebRe sult(targe tNamespace = "") | |
| 616 | @RequestWr apper(loca lName = "g etPatientO rders", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientOrders ") | |
| 617 | @ResponseW rapper(loc alName = " getPatient OrdersResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientOrders Response") | |
| 618 | public List<Orde r> getPati entOrders( | |
| 619 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 620 | JMeadows Query quer yBean) | |
| 621 | th rows JMead owsExcepti on_Excepti on | |
| 622 | ; | |
| 623 | ||
| 624 | /** | |
| 625 | * | |
| 626 | * @pa ram queryB ean | |
| 627 | * @re turn | |
| 628 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Problem> | |
| 629 | * @th rows JMead owsExcepti on_Excepti on | |
| 630 | */ | |
| 631 | @WebMe thod | |
| 632 | @WebRe sult(targe tNamespace = "") | |
| 633 | @RequestWr apper(loca lName = "g etPatientP roblemList ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientProble mList") | |
| 634 | @ResponseW rapper(loc alName = " getPatient ProblemLis tResponse" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientProble mListRespo nse") | |
| 635 | public List<Prob lem> getPa tientProbl emList( | |
| 636 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 637 | JMeadows Query quer yBean) | |
| 638 | th rows JMead owsExcepti on_Excepti on | |
| 639 | ; | |
| 640 | ||
| 641 | /** | |
| 642 | * | |
| 643 | * @pa ram queryB ean | |
| 644 | * @re turn | |
| 645 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Radiology Report> | |
| 646 | * @th rows JMead owsExcepti on_Excepti on | |
| 647 | */ | |
| 648 | @WebMe thod | |
| 649 | @WebRe sult(targe tNamespace = "") | |
| 650 | @RequestWr apper(loca lName = "g etPatientR ads", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientRads") | |
| 651 | @ResponseW rapper(loc alName = " getPatient RadsRespon se", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientRadsRe sponse") | |
| 652 | public List<Radi ologyRepor t> getPati entRads( | |
| 653 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 654 | JMeadows Query quer yBean) | |
| 655 | th rows JMead owsExcepti on_Excepti on | |
| 656 | ; | |
| 657 | ||
| 658 | /** | |
| 659 | * | |
| 660 | * @pa ram queryB ean | |
| 661 | * @re turn | |
| 662 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Vitals> | |
| 663 | * @th rows JMead owsExcepti on_Excepti on | |
| 664 | */ | |
| 665 | @WebMe thod | |
| 666 | @WebRe sult(targe tNamespace = "") | |
| 667 | @RequestWr apper(loca lName = "g etPatientV itals", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientVitals ") | |
| 668 | @ResponseW rapper(loc alName = " getPatient VitalsResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientVitals Response") | |
| 669 | public List<Vita ls> getPat ientVitals ( | |
| 670 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 671 | JMeadows Query quer yBean) | |
| 672 | th rows JMead owsExcepti on_Excepti on | |
| 673 | ; | |
| 674 | ||
| 675 | /** | |
| 676 | * | |
| 677 | * @pa ram queryB ean | |
| 678 | * @re turn | |
| 679 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .LabResult > | |
| 680 | * @th rows JMead owsExcepti on_Excepti on | |
| 681 | */ | |
| 682 | @WebMe thod | |
| 683 | @WebRe sult(targe tNamespace = "") | |
| 684 | @RequestWr apper(loca lName = "g etPatientL abTestResu lts", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabTes tResults") | |
| 685 | @ResponseW rapper(loc alName = " getPatient LabTestRes ultsRespon se", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabTes tResultsRe sponse") | |
| 686 | public List<LabR esult> get PatientLab TestResult s( | |
| 687 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 688 | JMeadows Query quer yBean) | |
| 689 | th rows JMead owsExcepti on_Excepti on | |
| 690 | ; | |
| 691 | ||
| 692 | /** | |
| 693 | * | |
| 694 | * @pa ram queryB ean | |
| 695 | * @re turn | |
| 696 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .LabResult > | |
| 697 | * @th rows JMead owsExcepti on_Excepti on | |
| 698 | */ | |
| 699 | @WebMe thod | |
| 700 | @WebRe sult(targe tNamespace = "") | |
| 701 | @RequestWr apper(loca lName = "g etLabOrder Result", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetLab OrderResul t") | |
| 702 | @ResponseW rapper(loc alName = " getLabOrde rResultRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetLab OrderResul tResponse" ) | |
| 703 | public List<LabR esult> get LabOrderRe sult( | |
| 704 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 705 | JMeadows Query quer yBean) | |
| 706 | th rows JMead owsExcepti on_Excepti on | |
| 707 | ; | |
| 708 | ||
| 709 | /** | |
| 710 | * | |
| 711 | * @pa ram queryB ean | |
| 712 | * @re turn | |
| 713 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Admi ssionDetai l | |
| 714 | * @th rows JMead owsExcepti on_Excepti on | |
| 715 | */ | |
| 716 | @WebMe thod | |
| 717 | @WebRe sult(targe tNamespace = "") | |
| 718 | @RequestWr apper(loca lName = "g etAdmissio nDetails", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAdm issionDeta ils") | |
| 719 | @ResponseW rapper(loc alName = " getAdmissi onDetailsR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAdm issionDeta ilsRespons e") | |
| 720 | public Admission Detail get AdmissionD etails( | |
| 721 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 722 | JMeadows Query quer yBean) | |
| 723 | th rows JMead owsExcepti on_Excepti on | |
| 724 | ; | |
| 725 | ||
| 726 | /** | |
| 727 | * | |
| 728 | * @pa ram queryB ean | |
| 729 | * @re turn | |
| 730 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Diagnosis > | |
| 731 | * @th rows JMead owsExcepti on_Excepti on | |
| 732 | */ | |
| 733 | @WebMe thod | |
| 734 | @WebRe sult(targe tNamespace = "") | |
| 735 | @RequestWr apper(loca lName = "g etAdmissio nDiagnosis ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAdm issionDiag nosis") | |
| 736 | @ResponseW rapper(loc alName = " getAdmissi onDiagnosi sResponse" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAdm issionDiag nosisRespo nse") | |
| 737 | public List<Diag nosis> get AdmissionD iagnosis( | |
| 738 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 739 | JMeadows Query quer yBean) | |
| 740 | th rows JMead owsExcepti on_Excepti on | |
| 741 | ; | |
| 742 | ||
| 743 | /** | |
| 744 | * | |
| 745 | * @pa ram queryB ean | |
| 746 | * @re turn | |
| 747 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Procedure > | |
| 748 | * @th rows JMead owsExcepti on_Excepti on | |
| 749 | */ | |
| 750 | @WebMe thod | |
| 751 | @WebRe sult(targe tNamespace = "") | |
| 752 | @RequestWr apper(loca lName = "g etAdmissio nProcedure s", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAdm issionProc edures") | |
| 753 | @ResponseW rapper(loc alName = " getAdmissi onProcedur esResponse ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAdm issionProc eduresResp onse") | |
| 754 | public List<Proc edure> get AdmissionP rocedures( | |
| 755 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 756 | JMeadows Query quer yBean) | |
| 757 | th rows JMead owsExcepti on_Excepti on | |
| 758 | ; | |
| 759 | ||
| 760 | /** | |
| 761 | * | |
| 762 | * @pa ram queryB ean | |
| 763 | * @re turn | |
| 764 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .LabResult > | |
| 765 | * @th rows JMead owsExcepti on_Excepti on | |
| 766 | */ | |
| 767 | @WebMe thod | |
| 768 | @WebRe sult(targe tNamespace = "") | |
| 769 | @RequestWr apper(loca lName = "g etProvider LabAbnorma lResults", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderLabAb normalResu lts") | |
| 770 | @ResponseW rapper(loc alName = " getProvide rLabAbnorm alResultsR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderLabAb normalResu ltsRespons e") | |
| 771 | public List<LabR esult> get ProviderLa bAbnormalR esults( | |
| 772 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 773 | JMeadows Query quer yBean) | |
| 774 | th rows JMead owsExcepti on_Excepti on | |
| 775 | ; | |
| 776 | ||
| 777 | /** | |
| 778 | * | |
| 779 | * @pa ram queryB ean | |
| 780 | * @re turn | |
| 781 | * returns j ava.lang.S tring | |
| 782 | * @th rows JMead owsExcepti on_Excepti on | |
| 783 | */ | |
| 784 | @WebMe thod | |
| 785 | @WebRe sult(targe tNamespace = "") | |
| 786 | @RequestWr apper(loca lName = "g etJanusGUI Config", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetJan usGUIConfi g") | |
| 787 | @ResponseW rapper(loc alName = " getJanusGU IConfigRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetJan usGUIConfi gResponse" ) | |
| 788 | public String ge tJanusGUIC onfig( | |
| 789 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 790 | JMeadows Query quer yBean) | |
| 791 | th rows JMead owsExcepti on_Excepti on | |
| 792 | ; | |
| 793 | ||
| 794 | /** | |
| 795 | * | |
| 796 | * @pa ram cfg | |
| 797 | * @pa ram queryB ean | |
| 798 | * @re turn | |
| 799 | * returns b oolean | |
| 800 | * @th rows JMead owsExcepti on_Excepti on | |
| 801 | */ | |
| 802 | @WebMe thod | |
| 803 | @WebRe sult(targe tNamespace = "") | |
| 804 | @RequestWr apper(loca lName = "s etJanusGUI Config", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.SetJan usGUIConfi g") | |
| 805 | @ResponseW rapper(loc alName = " setJanusGU IConfigRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.SetJan usGUIConfi gResponse" ) | |
| 806 | public boolean s etJanusGUI Config( | |
| 807 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 808 | JMeadows Query quer yBean, | |
| 809 | @WebPara m(name = " cfg", targ etNamespac e = "") | |
| 810 | String c fg) | |
| 811 | th rows JMead owsExcepti on_Excepti on | |
| 812 | ; | |
| 813 | ||
| 814 | /** | |
| 815 | * | |
| 816 | * @pa ram queryB ean | |
| 817 | * @re turn | |
| 818 | * returns j ava.lang.S tring | |
| 819 | * @th rows JMead owsExcepti on_Excepti on | |
| 820 | */ | |
| 821 | @WebMe thod | |
| 822 | @WebRe sult(targe tNamespace = "") | |
| 823 | @RequestWr apper(loca lName = "g etProvider Flags", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderFlags ") | |
| 824 | @ResponseW rapper(loc alName = " getProvide rFlagsResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPro viderFlags Response") | |
| 825 | public String ge tProviderF lags( | |
| 826 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 827 | JMeadows Query quer yBean) | |
| 828 | th rows JMead owsExcepti on_Excepti on | |
| 829 | ; | |
| 830 | ||
| 831 | /** | |
| 832 | * | |
| 833 | * @pa ram flags | |
| 834 | * @pa ram queryB ean | |
| 835 | * @re turn | |
| 836 | * returns b oolean | |
| 837 | * @th rows JMead owsExcepti on_Excepti on | |
| 838 | */ | |
| 839 | @WebMe thod | |
| 840 | @WebRe sult(targe tNamespace = "") | |
| 841 | @RequestWr apper(loca lName = "s etProvider Flags", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.SetPro viderFlags ") | |
| 842 | @ResponseW rapper(loc alName = " setProvide rFlagsResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.SetPro viderFlags Response") | |
| 843 | public boolean s etProvider Flags( | |
| 844 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 845 | JMeadows Query quer yBean, | |
| 846 | @WebPara m(name = " flags", ta rgetNamesp ace = "") | |
| 847 | String f lags) | |
| 848 | th rows JMead owsExcepti on_Excepti on | |
| 849 | ; | |
| 850 | ||
| 851 | /** | |
| 852 | * | |
| 853 | * @pa ram smartC ardID | |
| 854 | * @pa ram smartC ardAgency | |
| 855 | * @re turn | |
| 856 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Iehr UserProfil e | |
| 857 | * @th rows JMead owsExcepti on_Excepti on | |
| 858 | */ | |
| 859 | @WebMe thod | |
| 860 | @WebRe sult(targe tNamespace = "") | |
| 861 | @RequestWr apper(loca lName = "g etIehrUser Profile", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetIeh rUserProfi le") | |
| 862 | @ResponseW rapper(loc alName = " getIehrUse rProfileRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetIeh rUserProfi leResponse ") | |
| 863 | public IehrUserP rofile get IehrUserPr ofile( | |
| 864 | @WebPara m(name = " smartCardI D", target Namespace = "") | |
| 865 | String s martCardID , | |
| 866 | @WebPara m(name = " smartCardA gency", ta rgetNamesp ace = "") | |
| 867 | String s martCardAg ency) | |
| 868 | th rows JMead owsExcepti on_Excepti on | |
| 869 | ; | |
| 870 | ||
| 871 | /** | |
| 872 | * | |
| 873 | * @pa ram iehrUs erProfile | |
| 874 | * @re turn | |
| 875 | * returns b oolean | |
| 876 | * @th rows JMead owsExcepti on_Excepti on | |
| 877 | */ | |
| 878 | @WebMe thod | |
| 879 | @WebRe sult(targe tNamespace = "") | |
| 880 | @RequestWr apper(loca lName = "s etIehrUser Profile", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.SetIeh rUserProfi le") | |
| 881 | @ResponseW rapper(loc alName = " setIehrUse rProfileRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.SetIeh rUserProfi leResponse ") | |
| 882 | public boolean s etIehrUser Profile( | |
| 883 | @WebPara m(name = " iehrUserPr ofile", ta rgetNamesp ace = "") | |
| 884 | IehrUser Profile ie hrUserProf ile) | |
| 885 | th rows JMead owsExcepti on_Excepti on | |
| 886 | ; | |
| 887 | ||
| 888 | /** | |
| 889 | * | |
| 890 | * @re turn | |
| 891 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Site> | |
| 892 | */ | |
| 893 | @WebMe thod | |
| 894 | @WebRe sult(targe tNamespace = "") | |
| 895 | @RequestWr apper(loca lName = "g etSites", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetSit es") | |
| 896 | @ResponseW rapper(loc alName = " getSitesRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetSit esResponse ") | |
| 897 | public List<Site > getSites (); | |
| 898 | ||
| 899 | /** | |
| 900 | * | |
| 901 | * @pa ram cardID | |
| 902 | * @re turn | |
| 903 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .AuditEntr y> | |
| 904 | * @th rows JMead owsExcepti on_Excepti on | |
| 905 | */ | |
| 906 | @WebMe thod | |
| 907 | @WebRe sult(targe tNamespace = "") | |
| 908 | @RequestWr apper(loca lName = "g etLoginInf o", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetLog inInfo") | |
| 909 | @ResponseW rapper(loc alName = " getLoginIn foResponse ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetLog inInfoResp onse") | |
| 910 | public List<Audi tEntry> ge tLoginInfo ( | |
| 911 | @WebPara m(name = " cardID", t argetNames pace = "") | |
| 912 | String c ardID) | |
| 913 | th rows JMead owsExcepti on_Excepti on | |
| 914 | ; | |
| 915 | ||
| 916 | /** | |
| 917 | * | |
| 918 | * @re turn | |
| 919 | * returns j ava.lang.S tring | |
| 920 | */ | |
| 921 | @WebMe thod | |
| 922 | @WebRe sult(targe tNamespace = "") | |
| 923 | @RequestWr apper(loca lName = "g etServiceE rrors", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetSer viceErrors ") | |
| 924 | @ResponseW rapper(loc alName = " getService ErrorsResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetSer viceErrors Response") | |
| 925 | public String ge tServiceEr rors(); | |
| 926 | ||
| 927 | /** | |
| 928 | * | |
| 929 | * @pa ram authUs erInfoQuer y | |
| 930 | * @re turn | |
| 931 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Auth UserInfo | |
| 932 | * @th rows JMead owsExcepti on_Excepti on | |
| 933 | */ | |
| 934 | @WebMe thod | |
| 935 | @WebRe sult(targe tNamespace = "") | |
| 936 | @RequestWr apper(loca lName = "g etAuthUser ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAut hUser") | |
| 937 | @ResponseW rapper(loc alName = " getAuthUse rResponse" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAut hUserRespo nse") | |
| 938 | public AuthUserI nfo getAut hUser( | |
| 939 | @WebPara m(name = " authUserIn foQuery", targetName space = "" ) | |
| 940 | AuthUser Info authU serInfoQue ry) | |
| 941 | th rows JMead owsExcepti on_Excepti on | |
| 942 | ; | |
| 943 | ||
| 944 | /** | |
| 945 | * | |
| 946 | * @pa ram queryB ean | |
| 947 | * @re turn | |
| 948 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Resp onsePatien tSelect | |
| 949 | * @th rows JMead owsExcepti on_Excepti on | |
| 950 | */ | |
| 951 | @WebMe thod | |
| 952 | @WebRe sult(targe tNamespace = "") | |
| 953 | @RequestWr apper(loca lName = "s electPatie ntMVI", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Select PatientMVI ") | |
| 954 | @ResponseW rapper(loc alName = " selectPati entMVIResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Select PatientMVI Response") | |
| 955 | public ResponseP atientSele ct selectP atientMVI( | |
| 956 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 957 | JMeadows Query quer yBean) | |
| 958 | th rows JMead owsExcepti on_Excepti on | |
| 959 | ; | |
| 960 | ||
| 961 | /** | |
| 962 | * | |
| 963 | * @pa ram queryB ean | |
| 964 | * @th rows JMead owsExcepti on_Excepti on | |
| 965 | */ | |
| 966 | @WebMe thod | |
| 967 | @RequestWr apper(loca lName = "s electPatie ntForVASen sitive", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Select PatientFor VASensitiv e") | |
| 968 | @ResponseW rapper(loc alName = " selectPati entForVASe nsitiveRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Select PatientFor VASensitiv eResponse" ) | |
| 969 | public void sele ctPatientF orVASensit ive( | |
| 970 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 971 | JMeadows Query quer yBean) | |
| 972 | th rows JMead owsExcepti on_Excepti on | |
| 973 | ; | |
| 974 | ||
| 975 | /** | |
| 976 | * | |
| 977 | * @pa ram queryB ean | |
| 978 | * @th rows JMead owsExcepti on_Excepti on | |
| 979 | */ | |
| 980 | @WebMe thod | |
| 981 | @RequestWr apper(loca lName = "a uditVARest rictedAcce ss", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.AuditV ARestricte dAccess") | |
| 982 | @ResponseW rapper(loc alName = " auditVARes trictedAcc essRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.AuditV ARestricte dAccessRes ponse") | |
| 983 | public void audi tVARestric tedAccess( | |
| 984 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 985 | JMeadows Query quer yBean) | |
| 986 | th rows JMead owsExcepti on_Excepti on | |
| 987 | ; | |
| 988 | ||
| 989 | /** | |
| 990 | * | |
| 991 | * @pa ram queryB ean | |
| 992 | * @re turn | |
| 993 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientAd mission> | |
| 994 | * @th rows JMead owsExcepti on_Excepti on | |
| 995 | */ | |
| 996 | @WebMe thod | |
| 997 | @WebRe sult(targe tNamespace = "") | |
| 998 | @RequestWr apper(loca lName = "g etPatientA dmissions" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientAdmiss ions") | |
| 999 | @ResponseW rapper(loc alName = " getPatient Admissions Response", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientAdmiss ionsRespon se") | |
| 1000 | public List<Pati entAdmissi on> getPat ientAdmiss ions( | |
| 1001 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1002 | JMeadows Query quer yBean) | |
| 1003 | th rows JMead owsExcepti on_Excepti on | |
| 1004 | ; | |
| 1005 | ||
| 1006 | /** | |
| 1007 | * | |
| 1008 | * @pa ram queryB ean | |
| 1009 | * @re turn | |
| 1010 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientHi story> | |
| 1011 | * @th rows JMead owsExcepti on_Excepti on | |
| 1012 | */ | |
| 1013 | @WebMe thod | |
| 1014 | @WebRe sult(targe tNamespace = "") | |
| 1015 | @RequestWr apper(loca lName = "g etPatientH istory", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientHistor y") | |
| 1016 | @ResponseW rapper(loc alName = " getPatient HistoryRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientHistor yResponse" ) | |
| 1017 | public List<Pati entHistory > getPatie ntHistory( | |
| 1018 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1019 | JMeadows Query quer yBean) | |
| 1020 | th rows JMead owsExcepti on_Excepti on | |
| 1021 | ; | |
| 1022 | ||
| 1023 | /** | |
| 1024 | * | |
| 1025 | * @pa ram queryB ean | |
| 1026 | * @re turn | |
| 1027 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Allergy> | |
| 1028 | * @th rows JMead owsExcepti on_Excepti on | |
| 1029 | */ | |
| 1030 | @WebMe thod | |
| 1031 | @WebRe sult(targe tNamespace = "") | |
| 1032 | @RequestWr apper(loca lName = "g etPatientA llergies", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientAllerg ies") | |
| 1033 | @ResponseW rapper(loc alName = " getPatient AllergiesR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientAllerg iesRespons e") | |
| 1034 | public List<Alle rgy> getPa tientAller gies( | |
| 1035 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1036 | JMeadows Query quer yBean) | |
| 1037 | th rows JMead owsExcepti on_Excepti on | |
| 1038 | ; | |
| 1039 | ||
| 1040 | /** | |
| 1041 | * | |
| 1042 | * @pa ram queryB ean | |
| 1043 | * @re turn | |
| 1044 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Alle rgyDetail | |
| 1045 | * @th rows JMead owsExcepti on_Excepti on | |
| 1046 | */ | |
| 1047 | @WebMe thod | |
| 1048 | @WebRe sult(targe tNamespace = "") | |
| 1049 | @RequestWr apper(loca lName = "g etAllergyD etail", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAll ergyDetail ") | |
| 1050 | @ResponseW rapper(loc alName = " getAllergy DetailResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetAll ergyDetail Response") | |
| 1051 | public AllergyDe tail getAl lergyDetai l( | |
| 1052 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1053 | JMeadows Query quer yBean) | |
| 1054 | th rows JMead owsExcepti on_Excepti on | |
| 1055 | ; | |
| 1056 | ||
| 1057 | /** | |
| 1058 | * | |
| 1059 | * @pa ram queryB ean | |
| 1060 | * @re turn | |
| 1061 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 1062 | * @th rows JMead owsExcepti on_Excepti on | |
| 1063 | */ | |
| 1064 | @WebMe thod | |
| 1065 | @WebRe sult(targe tNamespace = "") | |
| 1066 | @RequestWr apper(loca lName = "g etPatientE ncountersR eport", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientEncoun tersReport ") | |
| 1067 | @ResponseW rapper(loc alName = " getPatient Encounters ReportResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientEncoun tersReport Response") | |
| 1068 | public FreeTextR eport getP atientEnco untersRepo rt( | |
| 1069 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1070 | JMeadows Query quer yBean) | |
| 1071 | th rows JMead owsExcepti on_Excepti on | |
| 1072 | ; | |
| 1073 | ||
| 1074 | /** | |
| 1075 | * | |
| 1076 | * @pa ram queryB ean | |
| 1077 | * @re turn | |
| 1078 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientAp pointments > | |
| 1079 | * @th rows JMead owsExcepti on_Excepti on | |
| 1080 | */ | |
| 1081 | @WebMe thod | |
| 1082 | @WebRe sult(targe tNamespace = "") | |
| 1083 | @RequestWr apper(loca lName = "g etPatientA ppointment s", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientAppoin tments") | |
| 1084 | @ResponseW rapper(loc alName = " getPatient Appointmen tsResponse ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientAppoin tmentsResp onse") | |
| 1085 | public List<Pati entAppoint ments> get PatientApp ointments( | |
| 1086 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1087 | JMeadows Query quer yBean) | |
| 1088 | th rows JMead owsExcepti on_Excepti on | |
| 1089 | ; | |
| 1090 | ||
| 1091 | /** | |
| 1092 | * | |
| 1093 | * @pa ram queryB ean | |
| 1094 | * @re turn | |
| 1095 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Encounter > | |
| 1096 | * @th rows JMead owsExcepti on_Excepti on | |
| 1097 | */ | |
| 1098 | @WebMe thod | |
| 1099 | @WebRe sult(targe tNamespace = "") | |
| 1100 | @RequestWr apper(loca lName = "g etPatientE ncounters" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientEncoun ters") | |
| 1101 | @ResponseW rapper(loc alName = " getPatient Encounters Response", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientEncoun tersRespon se") | |
| 1102 | public List<Enco unter> get PatientEnc ounters( | |
| 1103 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1104 | JMeadows Query quer yBean) | |
| 1105 | th rows JMead owsExcepti on_Excepti on | |
| 1106 | ; | |
| 1107 | ||
| 1108 | /** | |
| 1109 | * | |
| 1110 | * @pa ram queryB ean | |
| 1111 | * @re turn | |
| 1112 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .ClinicalR eminder> | |
| 1113 | * @th rows JMead owsExcepti on_Excepti on | |
| 1114 | */ | |
| 1115 | @WebMe thod | |
| 1116 | @WebRe sult(targe tNamespace = "") | |
| 1117 | @RequestWr apper(loca lName = "g etPatientC linicalRem inders", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientClinic alReminder s") | |
| 1118 | @ResponseW rapper(loc alName = " getPatient ClinicalRe mindersRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientClinic alReminder sResponse" ) | |
| 1119 | public List<Clin icalRemind er> getPat ientClinic alReminder s( | |
| 1120 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1121 | JMeadows Query quer yBean) | |
| 1122 | th rows JMead owsExcepti on_Excepti on | |
| 1123 | ; | |
| 1124 | ||
| 1125 | /** | |
| 1126 | * | |
| 1127 | * @pa ram queryB ean | |
| 1128 | * @re turn | |
| 1129 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Free TextReport | |
| 1130 | * @th rows JMead owsExcepti on_Excepti on | |
| 1131 | */ | |
| 1132 | @WebMe thod | |
| 1133 | @WebRe sult(targe tNamespace = "") | |
| 1134 | @RequestWr apper(loca lName = "g etClinical ReminderDe tail", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetCli nicalRemin derDetail" ) | |
| 1135 | @ResponseW rapper(loc alName = " getClinica lReminderD etailRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetCli nicalRemin derDetailR esponse") | |
| 1136 | public FreeTextR eport getC linicalRem inderDetai l( | |
| 1137 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1138 | JMeadows Query quer yBean) | |
| 1139 | th rows JMead owsExcepti on_Excepti on | |
| 1140 | ; | |
| 1141 | ||
| 1142 | /** | |
| 1143 | * | |
| 1144 | * @pa ram queryB ean | |
| 1145 | * @re turn | |
| 1146 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientDe mographics > | |
| 1147 | * @th rows JMead owsExcepti on_Excepti on | |
| 1148 | */ | |
| 1149 | @WebMe thod | |
| 1150 | @WebRe sult(targe tNamespace = "") | |
| 1151 | @RequestWr apper(loca lName = "g etPatientD emographic s", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientDemogr aphics") | |
| 1152 | @ResponseW rapper(loc alName = " getPatient Demographi csResponse ", targetN amespace = "http://w ebservice. jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientDemogr aphicsResp onse") | |
| 1153 | public List<Pati entDemogra phics> get PatientDem ographics( | |
| 1154 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1155 | JMeadows Query quer yBean) | |
| 1156 | th rows JMead owsExcepti on_Excepti on | |
| 1157 | ; | |
| 1158 | ||
| 1159 | /** | |
| 1160 | * | |
| 1161 | * @pa ram queryB ean | |
| 1162 | * @re turn | |
| 1163 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .PatientDe mographics Detail> | |
| 1164 | * @th rows JMead owsExcepti on_Excepti on | |
| 1165 | */ | |
| 1166 | @WebMe thod | |
| 1167 | @WebRe sult(targe tNamespace = "") | |
| 1168 | @RequestWr apper(loca lName = "g etPatientD emographic sDetail", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientDemogr aphicsDeta il") | |
| 1169 | @ResponseW rapper(loc alName = " getPatient Demographi csDetailRe sponse", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientDemogr aphicsDeta ilResponse ") | |
| 1170 | public List<Pati entDemogra phicsDetai l> getPati entDemogra phicsDetai l( | |
| 1171 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1172 | JMeadows Query quer yBean) | |
| 1173 | th rows JMead owsExcepti on_Excepti on | |
| 1174 | ; | |
| 1175 | ||
| 1176 | /** | |
| 1177 | * | |
| 1178 | * @pa ram queryB ean | |
| 1179 | * @re turn | |
| 1180 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Immunizat ion> | |
| 1181 | * @th rows JMead owsExcepti on_Excepti on | |
| 1182 | */ | |
| 1183 | @WebMe thod | |
| 1184 | @WebRe sult(targe tNamespace = "") | |
| 1185 | @RequestWr apper(loca lName = "g etPatientI mmunizatio ns", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientImmuni zations") | |
| 1186 | @ResponseW rapper(loc alName = " getPatient Immunizati onsRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientImmuni zationsRes ponse") | |
| 1187 | public List<Immu nization> getPatient Immunizati ons( | |
| 1188 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1189 | JMeadows Query quer yBean) | |
| 1190 | th rows JMead owsExcepti on_Excepti on | |
| 1191 | ; | |
| 1192 | ||
| 1193 | /** | |
| 1194 | * | |
| 1195 | * @pa ram queryB ean | |
| 1196 | * @re turn | |
| 1197 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .LabOrder> | |
| 1198 | * @th rows JMead owsExcepti on_Excepti on | |
| 1199 | */ | |
| 1200 | @WebMe thod | |
| 1201 | @WebRe sult(targe tNamespace = "") | |
| 1202 | @RequestWr apper(loca lName = "g etPatientL abs", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabs") | |
| 1203 | @ResponseW rapper(loc alName = " getPatient LabsRespon se", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetPat ientLabsRe sponse") | |
| 1204 | public List<LabO rder> getP atientLabs ( | |
| 1205 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1206 | JMeadows Query quer yBean) | |
| 1207 | th rows JMead owsExcepti on_Excepti on | |
| 1208 | ; | |
| 1209 | ||
| 1210 | /** | |
| 1211 | * | |
| 1212 | * @pa ram queryB ean | |
| 1213 | * @re turn | |
| 1214 | * returns j ava.util.L ist<gov.va .med.jmead ows_2_3_0. webservice .Patient> | |
| 1215 | * @th rows JMead owsExcepti on_Excepti on | |
| 1216 | */ | |
| 1217 | @WebMe thod | |
| 1218 | @WebRe sult(targe tNamespace = "") | |
| 1219 | @RequestWr apper(loca lName = "l ookupPatie nt", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Lookup Patient") | |
| 1220 | @ResponseW rapper(loc alName = " lookupPati entRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Lookup PatientRes ponse") | |
| 1221 | public List<Pati ent> looku pPatient( | |
| 1222 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1223 | JMeadows Query quer yBean) | |
| 1224 | th rows JMead owsExcepti on_Excepti on | |
| 1225 | ; | |
| 1226 | ||
| 1227 | /** | |
| 1228 | * | |
| 1229 | * @pa ram siteCo de | |
| 1230 | * @pa ram verify Code | |
| 1231 | * @pa ram cardID | |
| 1232 | * @pa ram access Code | |
| 1233 | * @pa ram ipAddr ess | |
| 1234 | * @pa ram reques tingApp | |
| 1235 | * @pa ram subjec tDN | |
| 1236 | * @re turn | |
| 1237 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.User | |
| 1238 | * @th rows JMead owsExcepti on_Excepti on | |
| 1239 | */ | |
| 1240 | @WebMe thod | |
| 1241 | @WebRe sult(targe tNamespace = "") | |
| 1242 | @RequestWr apper(loca lName = "l oginEnterp rise", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.LoginE nterprise" ) | |
| 1243 | @ResponseW rapper(loc alName = " loginEnter priseRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.LoginE nterpriseR esponse") | |
| 1244 | public User logi nEnterpris e( | |
| 1245 | @WebPara m(name = " cardID", t argetNames pace = "") | |
| 1246 | String c ardID, | |
| 1247 | @WebPara m(name = " siteCode", targetNam espace = " ") | |
| 1248 | String s iteCode, | |
| 1249 | @WebPara m(name = " accessCode ", targetN amespace = "") | |
| 1250 | String a ccessCode, | |
| 1251 | @WebPara m(name = " verifyCode ", targetN amespace = "") | |
| 1252 | String v erifyCode, | |
| 1253 | @WebPara m(name = " requesting App", targ etNamespac e = "") | |
| 1254 | String r equestingA pp, | |
| 1255 | @WebPara m(name = " ipAddress" , targetNa mespace = "") | |
| 1256 | String i pAddress, | |
| 1257 | @WebPara m(name = " subjectDN" , targetNa mespace = "") | |
| 1258 | String s ubjectDN) | |
| 1259 | th rows JMead owsExcepti on_Excepti on | |
| 1260 | ; | |
| 1261 | ||
| 1262 | /** | |
| 1263 | * | |
| 1264 | * @pa ram queryB ean | |
| 1265 | * @re turn | |
| 1266 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Resp onsePatien tQuery | |
| 1267 | * @th rows JMead owsExcepti on_Excepti on | |
| 1268 | */ | |
| 1269 | @WebMe thod | |
| 1270 | @WebRe sult(targe tNamespace = "") | |
| 1271 | @RequestWr apper(loca lName = "l ookupPatie ntPDWS", t argetNames pace = "ht tp://webse rvice.jmea dows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Lookup PatientPDW S") | |
| 1272 | @ResponseW rapper(loc alName = " lookupPati entPDWSRes ponse", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Lookup PatientPDW SResponse" ) | |
| 1273 | public ResponseP atientQuer y lookupPa tientPDWS( | |
| 1274 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1275 | PdwsQuer yBean quer yBean) | |
| 1276 | th rows JMead owsExcepti on_Excepti on | |
| 1277 | ; | |
| 1278 | ||
| 1279 | /** | |
| 1280 | * | |
| 1281 | * @pa ram authUs erInfoQuer y | |
| 1282 | * @re turn | |
| 1283 | * returns b oolean | |
| 1284 | * @th rows JMead owsExcepti on_Excepti on | |
| 1285 | */ | |
| 1286 | @WebMe thod | |
| 1287 | @WebRe sult(targe tNamespace = "") | |
| 1288 | @RequestWr apper(loca lName = "u pdateUserS ubjectDN", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Update UserSubjec tDN") | |
| 1289 | @ResponseW rapper(loc alName = " updateUser SubjectDNR esponse", targetName space = "h ttp://webs ervice.jme adows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Update UserSubjec tDNRespons e") | |
| 1290 | public boolean u pdateUserS ubjectDN( | |
| 1291 | @WebPara m(name = " authUserIn foQuery", targetName space = "" ) | |
| 1292 | AuthUser Info authU serInfoQue ry) | |
| 1293 | th rows JMead owsExcepti on_Excepti on | |
| 1294 | ; | |
| 1295 | ||
| 1296 | /** | |
| 1297 | * | |
| 1298 | * @pa ram queryB ean | |
| 1299 | * @re turn | |
| 1300 | * returns g ov.va.med. jmeadows_2 _3_0.webse rvice.Pati ent | |
| 1301 | * @th rows JMead owsExcepti on_Excepti on | |
| 1302 | */ | |
| 1303 | @WebMe thod | |
| 1304 | @WebRe sult(targe tNamespace = "") | |
| 1305 | @RequestWr apper(loca lName = "s electPatie nt", targe tNamespace = "http:/ /webservic e.jmeadows . URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Select Patient") | |
| 1306 | @ResponseW rapper(loc alName = " selectPati entRespons e", target Namespace = "http:// webservice .jmeadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.Select PatientRes ponse") | |
| 1307 | public Patient s electPatie nt( | |
| 1308 | @WebPara m(name = " queryBean" , targetNa mespace = "") | |
| 1309 | JMeadows Query quer yBean) | |
| 1310 | th rows JMead owsExcepti on_Excepti on | |
| 1311 | ; | |
| 1312 | ||
| 1313 | /** | |
| 1314 | * | |
| 1315 | * @re turn | |
| 1316 | * returns j ava.lang.S tring | |
| 1317 | */ | |
| 1318 | @WebMe thod | |
| 1319 | @WebRe sult(targe tNamespace = "") | |
| 1320 | @RequestWr apper(loca lName = "g etVersion" , targetNa mespace = "http://we bservice.j meadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVer sion") | |
| 1321 | @ResponseW rapper(loc alName = " getVersion Response", targetNam espace = " http://web service.jm eadows. URL /", classN ame = "gov .va.med.jm eadows_2_3 _0.webserv ice.GetVer sionRespon se") | |
| 1322 | public String ge tVersion() ; | |
| 1323 | ||
| 1324 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.