735. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:41 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.

735.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice JMeadowsData.java Thu Apr 28 21:02:40 2016 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice JMeadowsData.java Mon Oct 2 19:55:18 2017 UTC

735.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 82 2684
Changed 81 632
Inserted 0 0
Removed 0 0

735.3 Comparison options

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

735.4 Active regular expressions

No regular expressions were active.

735.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_3_0_2.we bservice;
  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. Action;
  11   import jav ax.xml.ws. FaultActio n;
  12   import jav ax.xml.ws. RequestWra pper;
  13   import jav ax.xml.ws. ResponseWr apper;
  14  
  15  
  16   /**
  17    * This cl ass was ge nerated by  the JAX-W S RI.
  18    * JAX-WS  RI 2.2.9-b 130926.103 5
  19    * Generat ed source  version: 2 .2
  20    * 
  21    */
  22   @WebServic e(name = " JMeadowsDa ta", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /")
  23   @XmlSeeAls o({
  24       Object Factory.cl ass
  25   })
  26   public int erface JMe adowsData  {
  27  
  28  
  29       /**
  30        * 
  31        * @pa ram siteCo de
  32        * @pa ram verify Code
  33        * @pa ram access Code
  34        * @pa ram reques tingApp
  35        * @re turn
  36        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. User
  37        * @th rows JMead owsExcepti on_Excepti on
  38        */
  39       @WebMe thod
  40       @WebRe sult(targe tNamespace  = "")
  41         @RequestWr apper(loca lName = "l ogin", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Lo gin")
  42         @ResponseW rapper(loc alName = " loginRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Lo ginRespons e")
  43         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/loginR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/loginR esponse",  fault = {
  44             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/login/ Fault/JMea dowsExcept ion")
  45       })
  46       public  User logi n(
  47           @W ebParam(na me = "site Code", tar getNamespa ce = "")
  48           St ring siteC ode,
  49           @W ebParam(na me = "acce ssCode", t argetNames pace = "")
  50           St ring acces sCode,
  51           @W ebParam(na me = "veri fyCode", t argetNames pace = "")
  52           St ring verif yCode,
  53           @W ebParam(na me = "requ estingApp" , targetNa mespace =  "")
  54           St ring reque stingApp)
  55           th rows JMead owsExcepti on_Excepti on
  56       ;
  57  
  58       /**
  59        * 
  60        * @pa ram queryB ean
  61        * @th rows JMead owsExcepti on_Excepti on
  62        */
  63       @WebMe thod
  64         @RequestWr apper(loca lName = "a uditSensit iveRecordA ccess", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Au ditSensiti veRecordAc cess")
  65         @ResponseW rapper(loc alName = " auditSensi tiveRecord AccessResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Au ditSensiti veRecordAc cessRespon se")
  66         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/auditS ensitiveRe cordAccess Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/auditS ensitiveRe cordAccess Response",  fault = {
  67             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/auditS ensitiveRe cordAccess /Fault/JMe adowsExcep tion")
  68       })
  69       public  void audi tSensitive RecordAcce ss(
  70           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  71           JM eadowsQuer y queryBea n)
  72           th rows JMead owsExcepti on_Excepti on
  73       ;
  74  
  75       /**
  76        * 
  77        * @pa ram queryB ean
  78        * @re turn
  79        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntAdmissio n>
  80        * @th rows JMead owsExcepti on_Excepti on
  81        */
  82       @WebMe thod
  83       @WebRe sult(targe tNamespace  = "")
  84         @RequestWr apper(loca lName = "g etPatientA dmissions" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientAd missions")
  85         @ResponseW rapper(loc alName = " getPatient Admissions Response",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientAd missionsRe sponse")
  86         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientAdmiss ionsReques t", output  = "http:/ /webservic e.jmeadows . URL         /JMeadowsD ata/getPat ientAdmiss ionsRespon se", fault  = {
  87             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientAdmiss ions/Fault /JMeadowsE xception")
  88       })
  89       public  List<Pati entAdmissi on> getPat ientAdmiss ions(
  90           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  91           JM eadowsQuer y queryBea n)
  92           th rows JMead owsExcepti on_Excepti on
  93       ;
  94  
  95       /**
  96        * 
  97        * @pa ram queryB ean
  98        * @th rows JMead owsExcepti on_Excepti on
  99        */
  100       @WebMe thod
  101         @RequestWr apper(loca lName = "a uditVARest rictedAcce ss", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Au ditVARestr ictedAcces s")
  102         @ResponseW rapper(loc alName = " auditVARes trictedAcc essRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Au ditVARestr ictedAcces sResponse" )
  103         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/auditV ARestricte dAccessReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/auditV ARestricte dAccessRes ponse", fa ult = {
  104             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/auditV ARestricte dAccess/Fa ult/JMeado wsExceptio n")
  105       })
  106       public  void audi tVARestric tedAccess(
  107           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  108           JM eadowsQuer y queryBea n)
  109           th rows JMead owsExcepti on_Excepti on
  110       ;
  111  
  112       /**
  113        * 
  114        * @pa ram queryB ean
  115        * @re turn
  116        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. ResponsePa tientSelec t
  117        * @th rows JMead owsExcepti on_Excepti on
  118        */
  119       @WebMe thod
  120       @WebRe sult(targe tNamespace  = "")
  121         @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 _3_0_2.web service.Se lectPatien tMVI")
  122         @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 _3_0_2.web service.Se lectPatien tMVIRespon se")
  123         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/select PatientMVI Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/select PatientMVI Response",  fault = {
  124             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/select PatientMVI /Fault/JMe adowsExcep tion")
  125       })
  126       public  ResponseP atientSele ct selectP atientMVI(
  127           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  128           JM eadowsQuer y queryBea n)
  129           th rows JMead owsExcepti on_Excepti on
  130       ;
  131  
  132       /**
  133        * 
  134        * @pa ram queryB ean
  135        * @th rows JMead owsExcepti on_Excepti on
  136        */
  137       @WebMe thod
  138         @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 _3_0_2.web service.Se lectPatien tForVASens itive")
  139         @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 _3_0_2.web service.Se lectPatien tForVASens itiveRespo nse")
  140         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/select PatientFor VASensitiv eRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/select PatientFor VASensitiv eResponse" , fault =  {
  141             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/select PatientFor VASensitiv e/Fault/JM eadowsExce ption")
  142       })
  143       public  void sele ctPatientF orVASensit ive(
  144           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  145           JM eadowsQuer y queryBea n)
  146           th rows JMead owsExcepti on_Excepti on
  147       ;
  148  
  149       /**
  150        * 
  151        * @pa ram authUs erInfoQuer y
  152        * @re turn
  153        *      returns b oolean
  154        * @th rows JMead owsExcepti on_Excepti on
  155        */
  156       @WebMe thod
  157       @WebRe sult(targe tNamespace  = "")
  158         @RequestWr apper(loca lName = "u pdateUserS ubjectDN",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Up dateUserSu bjectDN")
  159         @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 _3_0_2.web service.Up dateUserSu bjectDNRes ponse")
  160         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/update UserSubjec tDNRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/update UserSubjec tDNRespons e", fault  = {
  161             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/update UserSubjec tDN/Fault/ JMeadowsEx ception")
  162       })
  163       public  boolean u pdateUserS ubjectDN(
  164           @W ebParam(na me = "auth UserInfoQu ery", targ etNamespac e = "")
  165           Au thUserInfo  authUserI nfoQuery)
  166           th rows JMead owsExcepti on_Excepti on
  167       ;
  168  
  169       /**
  170        * 
  171        * @pa ram emailA ddress
  172        * @pa ram siteCo de
  173        * @pa ram verify Code
  174        * @pa ram cardID
  175        * @pa ram access Code
  176        * @pa ram ipAddr ess
  177        * @pa ram reques tingApp
  178        * @pa ram subjec tDN
  179        * @re turn
  180        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. User
  181        * @th rows JMead owsExcepti on_Excepti on
  182        */
  183       @WebMe thod
  184       @WebRe sult(targe tNamespace  = "")
  185         @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 _3_0_2.web service.Lo ginEnterpr ise")
  186         @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 _3_0_2.web service.Lo ginEnterpr iseRespons e")
  187         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/loginE nterpriseR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/loginE nterpriseR esponse",  fault = {
  188             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/loginE nterprise/ Fault/JMea dowsExcept ion")
  189       })
  190       public  User logi nEnterpris e(
  191           @W ebParam(na me = "card ID", targe tNamespace  = "")
  192           St ring cardI D,
  193           @W ebParam(na me = "site Code", tar getNamespa ce = "")
  194           St ring siteC ode,
  195           @W ebParam(na me = "acce ssCode", t argetNames pace = "")
  196           St ring acces sCode,
  197           @W ebParam(na me = "veri fyCode", t argetNames pace = "")
  198           St ring verif yCode,
  199           @W ebParam(na me = "requ estingApp" , targetNa mespace =  "")
  200           St ring reque stingApp,
  201           @W ebParam(na me = "ipAd dress", ta rgetNamesp ace = "")
  202           St ring ipAdd ress,
  203           @W ebParam(na me = "subj ectDN", ta rgetNamesp ace = "")
  204           St ring subje ctDN,
  205           @W ebParam(na me = "emai lAddress",  targetNam espace = " ")
  206           St ring email Address)
  207           th rows JMead owsExcepti on_Excepti on
  208       ;
  209  
  210       /**
  211        * 
  212        * @pa ram queryB ean
  213        * @re turn
  214        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie nt>
  215        * @th rows JMead owsExcepti on_Excepti on
  216        */
  217       @WebMe thod
  218       @WebRe sult(targe tNamespace  = "")
  219         @RequestWr apper(loca lName = "l ookupPatie nt", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Lo okupPatien t")
  220         @ResponseW rapper(loc alName = " lookupPati entRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Lo okupPatien tResponse" )
  221         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/lookup PatientReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/lookup PatientRes ponse", fa ult = {
  222             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/lookup Patient/Fa ult/JMeado wsExceptio n")
  223       })
  224       public  List<Pati ent> looku pPatient(
  225           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  226           JM eadowsQuer y queryBea n)
  227           th rows JMead owsExcepti on_Excepti on
  228       ;
  229  
  230       /**
  231        * 
  232        * @pa ram queryB ean
  233        * @re turn
  234        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. ResponsePa tientQuery
  235        * @th rows JMead owsExcepti on_Excepti on
  236        */
  237       @WebMe thod
  238       @WebRe sult(targe tNamespace  = "")
  239         @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 _3_0_2.web service.Lo okupPatien tPDWS")
  240         @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 _3_0_2.web service.Lo okupPatien tPDWSRespo nse")
  241         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/lookup PatientPDW SRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/lookup PatientPDW SResponse" , fault =  {
  242             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/lookup PatientPDW S/Fault/JM eadowsExce ption")
  243       })
  244       public  ResponseP atientQuer y lookupPa tientPDWS(
  245           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  246           Pd wsQueryBea n queryBea n)
  247           th rows JMead owsExcepti on_Excepti on
  248       ;
  249  
  250       /**
  251        * 
  252        * @pa ram queryB ean
  253        * @re turn
  254        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. Patient
  255        * @th rows JMead owsExcepti on_Excepti on
  256        */
  257       @WebMe thod
  258       @WebRe sult(targe tNamespace  = "")
  259         @RequestWr apper(loca lName = "s electPatie nt", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Se lectPatien t")
  260         @ResponseW rapper(loc alName = " selectPati entRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Se lectPatien tResponse" )
  261         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/select PatientReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/select PatientRes ponse", fa ult = {
  262             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/select Patient/Fa ult/JMeado wsExceptio n")
  263       })
  264       public  Patient s electPatie nt(
  265           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  266           JM eadowsQuer y queryBea n)
  267           th rows JMead owsExcepti on_Excepti on
  268       ;
  269  
  270       /**
  271        * 
  272        * @pa ram queryB ean
  273        * @re turn
  274        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. AllergyDet ail
  275        * @th rows JMead owsExcepti on_Excepti on
  276        */
  277       @WebMe thod
  278       @WebRe sult(targe tNamespace  = "")
  279         @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 _3_0_2.web service.Ge tAllergyDe tail")
  280         @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 _3_0_2.web service.Ge tAllergyDe tailRespon se")
  281         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getAll ergyDetail Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getAll ergyDetail Response",  fault = {
  282             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getAll ergyDetail /Fault/JMe adowsExcep tion")
  283       })
  284       public  AllergyDe tail getAl lergyDetai l(
  285           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  286           JM eadowsQuer y queryBea n)
  287           th rows JMead owsExcepti on_Excepti on
  288       ;
  289  
  290       /**
  291        * 
  292        * @pa ram queryB ean
  293        * @re turn
  294        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntHistory>
  295        * @th rows JMead owsExcepti on_Excepti on
  296        */
  297       @WebMe thod
  298       @WebRe sult(targe tNamespace  = "")
  299         @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 _3_0_2.web service.Ge tPatientHi story")
  300         @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 _3_0_2.web service.Ge tPatientHi storyRespo nse")
  301         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientHistor yRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/getPat ientHistor yResponse" , fault =  {
  302             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientHistor y/Fault/JM eadowsExce ption")
  303       })
  304       public  List<Pati entHistory > getPatie ntHistory(
  305           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  306           JM eadowsQuer y queryBea n)
  307           th rows JMead owsExcepti on_Excepti on
  308       ;
  309  
  310       /**
  311        * 
  312        * @pa ram queryB ean
  313        * @re turn
  314        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Aller gy>
  315        * @th rows JMead owsExcepti on_Excepti on
  316        */
  317       @WebMe thod
  318       @WebRe sult(targe tNamespace  = "")
  319         @RequestWr apper(loca lName = "g etPatientA llergies",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientAl lergies")
  320         @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 _3_0_2.web service.Ge tPatientAl lergiesRes ponse")
  321         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientAllerg iesRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getPat ientAllerg iesRespons e", fault  = {
  322             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientAllerg ies/Fault/ JMeadowsEx ception")
  323       })
  324       public  List<Alle rgy> getPa tientAller gies(
  325           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  326           JM eadowsQuer y queryBea n)
  327           th rows JMead owsExcepti on_Excepti on
  328       ;
  329  
  330       /**
  331        * 
  332        * @pa ram queryB ean
  333        * @re turn
  334        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Aller gy>
  335        * @th rows JMead owsExcepti on_Excepti on
  336        */
  337       @WebMe thod
  338       @WebRe sult(targe tNamespace  = "")
  339         @RequestWr apper(loca lName = "g etDODVLERP atientAlle rgies", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tDODVLERPa tientAller gies")
  340         @ResponseW rapper(loc alName = " getDODVLER PatientAll ergiesResp onse", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tDODVLERPa tientAller giesRespon se")
  341         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getDOD VLERPatien tAllergies Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getDOD VLERPatien tAllergies Response",  fault = {
  342             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getDOD VLERPatien tAllergies /Fault/JMe adowsExcep tion")
  343       })
  344       public  List<Alle rgy> getDO DVLERPatie ntAllergie s(
  345           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  346           JM eadowsQuer y queryBea n)
  347           th rows JMead owsExcepti on_Excepti on
  348       ;
  349  
  350       /**
  351        * 
  352        * @pa ram queryB ean
  353        * @re turn
  354        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  355        * @th rows JMead owsExcepti on_Excepti on
  356        */
  357       @WebMe thod
  358       @WebRe sult(targe tNamespace  = "")
  359         @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 _3_0_2.web service.Ge tPatientEn countersRe port")
  360         @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 _3_0_2.web service.Ge tPatientEn countersRe portRespon se")
  361         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientEncoun tersReport Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getPat ientEncoun tersReport Response",  fault = {
  362             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientEncoun tersReport /Fault/JMe adowsExcep tion")
  363       })
  364       public  FreeTextR eport getP atientEnco untersRepo rt(
  365           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  366           JM eadowsQuer y queryBea n)
  367           th rows JMead owsExcepti on_Excepti on
  368       ;
  369  
  370       /**
  371        * 
  372        * @pa ram queryB ean
  373        * @re turn
  374        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntAppointm ents>
  375        * @th rows JMead owsExcepti on_Excepti on
  376        */
  377       @WebMe thod
  378       @WebRe sult(targe tNamespace  = "")
  379         @RequestWr apper(loca lName = "g etPatientA ppointment s", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientAp pointments ")
  380         @ResponseW rapper(loc alName = " getPatient Appointmen tsResponse ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientAp pointments Response")
  381         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientAppoin tmentsRequ est", outp ut = "http ://webserv ice.jmeado ws. URL         /JMeadowsD ata/getPat ientAppoin tmentsResp onse", fau lt = {
  382             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientAppoin tments/Fau lt/JMeadow sException ")
  383       })
  384       public  List<Pati entAppoint ments> get PatientApp ointments(
  385           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  386           JM eadowsQuer y queryBea n)
  387           th rows JMead owsExcepti on_Excepti on
  388       ;
  389  
  390       /**
  391        * 
  392        * @pa ram queryB ean
  393        * @re turn
  394        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Encou nter>
  395        * @th rows JMead owsExcepti on_Excepti on
  396        */
  397       @WebMe thod
  398       @WebRe sult(targe tNamespace  = "")
  399         @RequestWr apper(loca lName = "g etPatientE ncounters" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientEn counters")
  400         @ResponseW rapper(loc alName = " getPatient Encounters Response",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientEn countersRe sponse")
  401         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientEncoun tersReques t", output  = "http:/ /webservic e.jmeadows . URL         /JMeadowsD ata/getPat ientEncoun tersRespon se", fault  = {
  402             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientEncoun ters/Fault /JMeadowsE xception")
  403       })
  404       public  List<Enco unter> get PatientEnc ounters(
  405           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  406           JM eadowsQuer y queryBea n)
  407           th rows JMead owsExcepti on_Excepti on
  408       ;
  409  
  410       /**
  411        * 
  412        * @pa ram queryB ean
  413        * @re turn
  414        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Clini calReminde r>
  415        * @th rows JMead owsExcepti on_Excepti on
  416        */
  417       @WebMe thod
  418       @WebRe sult(targe tNamespace  = "")
  419         @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 _3_0_2.web service.Ge tPatientCl inicalRemi nders")
  420         @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 _3_0_2.web service.Ge tPatientCl inicalRemi ndersRespo nse")
  421         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientClinic alReminder sRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/getPat ientClinic alReminder sResponse" , fault =  {
  422             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientClinic alReminder s/Fault/JM eadowsExce ption")
  423       })
  424       public  List<Clin icalRemind er> getPat ientClinic alReminder s(
  425           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  426           JM eadowsQuer y queryBea n)
  427           th rows JMead owsExcepti on_Excepti on
  428       ;
  429  
  430       /**
  431        * 
  432        * @pa ram queryB ean
  433        * @re turn
  434        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  435        * @th rows JMead owsExcepti on_Excepti on
  436        */
  437       @WebMe thod
  438       @WebRe sult(targe tNamespace  = "")
  439         @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 _3_0_2.web service.Ge tClinicalR eminderDet ail")
  440         @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 _3_0_2.web service.Ge tClinicalR eminderDet ailRespons e")
  441         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getCli nicalRemin derDetailR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getCli nicalRemin derDetailR esponse",  fault = {
  442             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getCli nicalRemin derDetail/ Fault/JMea dowsExcept ion")
  443       })
  444       public  FreeTextR eport getC linicalRem inderDetai l(
  445           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  446           JM eadowsQuer y queryBea n)
  447           th rows JMead owsExcepti on_Excepti on
  448       ;
  449  
  450       /**
  451        * 
  452        * @pa ram queryB ean
  453        * @re turn
  454        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntDemograp hics>
  455        * @th rows JMead owsExcepti on_Excepti on
  456        */
  457       @WebMe thod
  458       @WebRe sult(targe tNamespace  = "")
  459         @RequestWr apper(loca lName = "g etPatientD emographic s", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientDe mographics ")
  460         @ResponseW rapper(loc alName = " getPatient Demographi csResponse ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientDe mographics Response")
  461         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientDemogr aphicsRequ est", outp ut = "http ://webserv ice.jmeado ws. URL         /JMeadowsD ata/getPat ientDemogr aphicsResp onse", fau lt = {
  462             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientDemogr aphics/Fau lt/JMeadow sException ")
  463       })
  464       public  List<Pati entDemogra phics> get PatientDem ographics(
  465           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  466           JM eadowsQuer y queryBea n)
  467           th rows JMead owsExcepti on_Excepti on
  468       ;
  469  
  470       /**
  471        * 
  472        * @pa ram queryB ean
  473        * @re turn
  474        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntDemograp hicsDetail >
  475        * @th rows JMead owsExcepti on_Excepti on
  476        */
  477       @WebMe thod
  478       @WebRe sult(targe tNamespace  = "")
  479         @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 _3_0_2.web service.Ge tPatientDe mographics Detail")
  480         @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 _3_0_2.web service.Ge tPatientDe mographics DetailResp onse")
  481         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientDemogr aphicsDeta ilRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getPat ientDemogr aphicsDeta ilResponse ", fault =  {
  482             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientDemogr aphicsDeta il/Fault/J MeadowsExc eption")
  483       })
  484       public  List<Pati entDemogra phicsDetai l> getPati entDemogra phicsDetai l(
  485           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  486           JM eadowsQuer y queryBea n)
  487           th rows JMead owsExcepti on_Excepti on
  488       ;
  489  
  490       /**
  491        * 
  492        * @pa ram queryB ean
  493        * @re turn
  494        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Immun ization>
  495        * @th rows JMead owsExcepti on_Excepti on
  496        */
  497       @WebMe thod
  498       @WebRe sult(targe tNamespace  = "")
  499         @RequestWr apper(loca lName = "g etPatientI mmunizatio ns", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientIm munization s")
  500         @ResponseW rapper(loc alName = " getPatient Immunizati onsRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientIm munization sResponse" )
  501         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientImmuni zationsReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientImmuni zationsRes ponse", fa ult = {
  502             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientImmuni zations/Fa ult/JMeado wsExceptio n")
  503       })
  504       public  List<Immu nization>  getPatient Immunizati ons(
  505           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  506           JM eadowsQuer y queryBea n)
  507           th rows JMead owsExcepti on_Excepti on
  508       ;
  509  
  510       /**
  511        * 
  512        * @pa ram queryB ean
  513        * @re turn
  514        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.LabOr der>
  515        * @th rows JMead owsExcepti on_Excepti on
  516        */
  517       @WebMe thod
  518       @WebRe sult(targe tNamespace  = "")
  519         @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 _3_0_2.web service.Ge tPatientLa bs")
  520         @ResponseW rapper(loc alName = " getPatient LabsRespon se", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientLa bsResponse ")
  521         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientLabsRe quest", ou tput = "ht tp://webse rvice.jmea dows. URL         /JMeadowsD ata/getPat ientLabsRe sponse", f ault = {
  522             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientLabs/F ault/JMead owsExcepti on")
  523       })
  524       public  List<LabO rder> getP atientLabs (
  525           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  526           JM eadowsQuer y queryBea n)
  527           th rows JMead owsExcepti on_Excepti on
  528       ;
  529  
  530       /**
  531        * 
  532        * @pa ram queryB ean
  533        * @re turn
  534        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.LabRe sult>
  535        * @th rows JMead owsExcepti on_Excepti on
  536        */
  537       @WebMe thod
  538       @WebRe sult(targe tNamespace  = "")
  539         @RequestWr apper(loca lName = "g etPatientL abResults" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientLa bResults")
  540         @ResponseW rapper(loc alName = " getPatient LabResults Response",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientLa bResultsRe sponse")
  541         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientLabRes ultsReques t", output  = "http:/ /webservic e.jmeadows . URL         /JMeadowsD ata/getPat ientLabRes ultsRespon se", fault  = {
  542             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientLabRes ults/Fault /JMeadowsE xception")
  543       })
  544       public  List<LabR esult> get PatientLab Results(
  545           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  546           JM eadowsQuer y queryBea n)
  547           th rows JMead owsExcepti on_Excepti on
  548       ;
  549  
  550       /**
  551        * 
  552        * @pa ram queryB ean
  553        * @re turn
  554        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  555        * @th rows JMead owsExcepti on_Excepti on
  556        */
  557       @WebMe thod
  558       @WebRe sult(targe tNamespace  = "")
  559         @RequestWr apper(loca lName = "g etPatientL abReport",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientLa bReport")
  560         @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 _3_0_2.web service.Ge tPatientLa bReportRes ponse")
  561         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientLabRep ortRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getPat ientLabRep ortRespons e", fault  = {
  562             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientLabRep ort/Fault/ JMeadowsEx ception")
  563       })
  564       public  FreeTextR eport getP atientLabR eport(
  565           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  566           JM eadowsQuer y queryBea n)
  567           th rows JMead owsExcepti on_Excepti on
  568       ;
  569  
  570       /**
  571        * 
  572        * @pa ram queryB ean
  573        * @re turn
  574        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Medic ation>
  575        * @th rows JMead owsExcepti on_Excepti on
  576        */
  577       @WebMe thod
  578       @WebRe sult(targe tNamespace  = "")
  579         @RequestWr apper(loca lName = "g etPatientM edications ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientMe dications" )
  580         @ResponseW rapper(loc alName = " getPatient Medication sResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientMe dicationsR esponse")
  581         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientMedica tionsReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/getPat ientMedica tionsRespo nse", faul t = {
  582             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientMedica tions/Faul t/JMeadows Exception" )
  583       })
  584       public  List<Medi cation> ge tPatientMe dications(
  585           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  586           JM eadowsQuer y queryBea n)
  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_3_ 0_2.webser vice.Form>
  595        * @th rows JMead owsExcepti on_Excepti on
  596        */
  597       @WebMe thod
  598       @WebRe sult(targe tNamespace  = "")
  599         @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 _3_0_2.web service.Ge tPatientFo rms")
  600         @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 _3_0_2.web service.Ge tPatientFo rmsRespons e")
  601         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientFormsR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientFormsR esponse",  fault = {
  602             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientForms/ Fault/JMea dowsExcept ion")
  603       })
  604       public  List<Form > getPatie ntForms(
  605           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  606           JM eadowsQuer y queryBea n)
  607           th rows JMead owsExcepti on_Excepti on
  608       ;
  609  
  610       /**
  611        * 
  612        * @pa ram queryB ean
  613        * @re turn
  614        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Progr essNote>
  615        * @th rows JMead owsExcepti on_Excepti on
  616        */
  617       @WebMe thod
  618       @WebRe sult(targe tNamespace  = "")
  619         @RequestWr apper(loca lName = "g etPatientP rogressNot es", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientPr ogressNote s")
  620         @ResponseW rapper(loc alName = " getPatient ProgressNo tesRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientPr ogressNote sResponse" )
  621         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientProgre ssNotesReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientProgre ssNotesRes ponse", fa ult = {
  622             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientProgre ssNotes/Fa ult/JMeado wsExceptio n")
  623       })
  624       public  List<Prog ressNote>  getPatient ProgressNo tes(
  625           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  626           JM eadowsQuer y queryBea n)
  627           th rows JMead owsExcepti on_Excepti on
  628       ;
  629  
  630       /**
  631        * 
  632        * @pa ram queryB ean
  633        * @re turn
  634        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. NoteImage
  635        * @th rows JMead owsExcepti on_Excepti on
  636        */
  637       @WebMe thod
  638       @WebRe sult(targe tNamespace  = "")
  639         @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 _3_0_2.web service.Ge tBHIENoteI mage")
  640         @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 _3_0_2.web service.Ge tBHIENoteI mageRespon se")
  641         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getBHI ENoteImage Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getBHI ENoteImage Response",  fault = {
  642             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getBHI ENoteImage /Fault/JMe adowsExcep tion")
  643       })
  644       public  NoteImage  getBHIENo teImage(
  645           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  646           JM eadowsQuer y queryBea n)
  647           th rows JMead owsExcepti on_Excepti on
  648       ;
  649  
  650       /**
  651        * 
  652        * @pa ram queryB ean
  653        * @re turn
  654        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Progr essNote>
  655        * @th rows JMead owsExcepti on_Excepti on
  656        */
  657       @WebMe thod
  658       @WebRe sult(targe tNamespace  = "")
  659         @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 _3_0_2.web service.Ge tPatientDi schargeSum maries")
  660         @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 _3_0_2.web service.Ge tPatientDi schargeSum mariesResp onse")
  661         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientDischa rgeSummari esRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getPat ientDischa rgeSummari esResponse ", fault =  {
  662             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientDischa rgeSummari es/Fault/J MeadowsExc eption")
  663       })
  664       public  List<Prog ressNote>  getPatient DischargeS ummaries(
  665           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  666           JM eadowsQuer y queryBea n)
  667           th rows JMead owsExcepti on_Excepti on
  668       ;
  669  
  670       /**
  671        * 
  672        * @pa ram queryB ean
  673        * @re turn
  674        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Consu lt>
  675        * @th rows JMead owsExcepti on_Excepti on
  676        */
  677       @WebMe thod
  678       @WebRe sult(targe tNamespace  = "")
  679         @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 _3_0_2.web service.Ge tPatientCo nsultReque sts")
  680         @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 _3_0_2.web service.Ge tPatientCo nsultReque stsRespons e")
  681         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientConsul tRequestsR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientConsul tRequestsR esponse",  fault = {
  682             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientConsul tRequests/ Fault/JMea dowsExcept ion")
  683       })
  684       public  List<Cons ult> getPa tientConsu ltRequests (
  685           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  686           JM eadowsQuer y queryBea n)
  687           th rows JMead owsExcepti on_Excepti on
  688       ;
  689  
  690       /**
  691        * 
  692        * @pa ram queryB ean
  693        * @re turn
  694        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Order >
  695        * @th rows JMead owsExcepti on_Excepti on
  696        */
  697       @WebMe thod
  698       @WebRe sult(targe tNamespace  = "")
  699         @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 _3_0_2.web service.Ge tPatientOr ders")
  700         @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 _3_0_2.web service.Ge tPatientOr dersRespon se")
  701         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientOrders Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getPat ientOrders Response",  fault = {
  702             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientOrders /Fault/JMe adowsExcep tion")
  703       })
  704       public  List<Orde r> getPati entOrders(
  705           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  706           JM eadowsQuer y queryBea n)
  707           th rows JMead owsExcepti on_Excepti on
  708       ;
  709  
  710       /**
  711        * 
  712        * @pa ram queryB ean
  713        * @re turn
  714        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Probl em>
  715        * @th rows JMead owsExcepti on_Excepti on
  716        */
  717       @WebMe thod
  718       @WebRe sult(targe tNamespace  = "")
  719         @RequestWr apper(loca lName = "g etPatientP roblemList ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientPr oblemList" )
  720         @ResponseW rapper(loc alName = " getPatient ProblemLis tResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientPr oblemListR esponse")
  721         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientProble mListReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/getPat ientProble mListRespo nse", faul t = {
  722             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientProble mList/Faul t/JMeadows Exception" )
  723       })
  724       public  List<Prob lem> getPa tientProbl emList(
  725           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  726           JM eadowsQuer y queryBea n)
  727           th rows JMead owsExcepti on_Excepti on
  728       ;
  729  
  730       /**
  731        * 
  732        * @pa ram queryB ean
  733        * @re turn
  734        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Radio logyReport >
  735        * @th rows JMead owsExcepti on_Excepti on
  736        */
  737       @WebMe thod
  738       @WebRe sult(targe tNamespace  = "")
  739         @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 _3_0_2.web service.Ge tPatientRa ds")
  740         @ResponseW rapper(loc alName = " getPatient RadsRespon se", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientRa dsResponse ")
  741         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientRadsRe quest", ou tput = "ht tp://webse rvice.jmea dows. URL         /JMeadowsD ata/getPat ientRadsRe sponse", f ault = {
  742             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientRads/F ault/JMead owsExcepti on")
  743       })
  744       public  List<Radi ologyRepor t> getPati entRads(
  745           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  746           JM eadowsQuer y queryBea n)
  747           th rows JMead owsExcepti on_Excepti on
  748       ;
  749  
  750       /**
  751        * 
  752        * @pa ram queryB ean
  753        * @re turn
  754        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Vital s>
  755        * @th rows JMead owsExcepti on_Excepti on
  756        */
  757       @WebMe thod
  758       @WebRe sult(targe tNamespace  = "")
  759         @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 _3_0_2.web service.Ge tPatientVi tals")
  760         @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 _3_0_2.web service.Ge tPatientVi talsRespon se")
  761         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientVitals Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getPat ientVitals Response",  fault = {
  762             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientVitals /Fault/JMe adowsExcep tion")
  763       })
  764       public  List<Vita ls> getPat ientVitals (
  765           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  766           JM eadowsQuer y queryBea n)
  767           th rows JMead owsExcepti on_Excepti on
  768       ;
  769  
  770       /**
  771        * 
  772        * @pa ram queryB ean
  773        * @re turn
  774        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.LabRe sult>
  775        * @th rows JMead owsExcepti on_Excepti on
  776        */
  777       @WebMe thod
  778       @WebRe sult(targe tNamespace  = "")
  779         @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 _3_0_2.web service.Ge tPatientLa bTestResul ts")
  780         @ResponseW rapper(loc alName = " getPatient LabTestRes ultsRespon se", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientLa bTestResul tsResponse ")
  781         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientLabTes tResultsRe quest", ou tput = "ht tp://webse rvice.jmea dows. URL         /JMeadowsD ata/getPat ientLabTes tResultsRe sponse", f ault = {
  782             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientLabTes tResults/F ault/JMead owsExcepti on")
  783       })
  784       public  List<LabR esult> get PatientLab TestResult s(
  785           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  786           JM eadowsQuer y queryBea n)
  787           th rows JMead owsExcepti on_Excepti on
  788       ;
  789  
  790       /**
  791        * 
  792        * @pa ram queryB ean
  793        * @re turn
  794        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.LabRe sult>
  795        * @th rows JMead owsExcepti on_Excepti on
  796        */
  797       @WebMe thod
  798       @WebRe sult(targe tNamespace  = "")
  799         @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 _3_0_2.web service.Ge tLabOrderR esult")
  800         @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 _3_0_2.web service.Ge tLabOrderR esultRespo nse")
  801         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getLab OrderResul tRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/getLab OrderResul tResponse" , fault =  {
  802             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getLab OrderResul t/Fault/JM eadowsExce ption")
  803       })
  804       public  List<LabR esult> get LabOrderRe sult(
  805           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  806           JM eadowsQuer y queryBea n)
  807           th rows JMead owsExcepti on_Excepti on
  808       ;
  809  
  810       /**
  811        * 
  812        * @pa ram queryB ean
  813        * @re turn
  814        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. AdmissionD etail
  815        * @th rows JMead owsExcepti on_Excepti on
  816        */
  817       @WebMe thod
  818       @WebRe sult(targe tNamespace  = "")
  819         @RequestWr apper(loca lName = "g etAdmissio nDetails",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAdmission Details")
  820         @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 _3_0_2.web service.Ge tAdmission DetailsRes ponse")
  821         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getAdm issionDeta ilsRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getAdm issionDeta ilsRespons e", fault  = {
  822             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getAdm issionDeta ils/Fault/ JMeadowsEx ception")
  823       })
  824       public  Admission Detail get AdmissionD etails(
  825           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  826           JM eadowsQuer y queryBea n)
  827           th rows JMead owsExcepti on_Excepti on
  828       ;
  829  
  830       /**
  831        * 
  832        * @pa ram queryB ean
  833        * @re turn
  834        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Diagn osis>
  835        * @th rows JMead owsExcepti on_Excepti on
  836        */
  837       @WebMe thod
  838       @WebRe sult(targe tNamespace  = "")
  839         @RequestWr apper(loca lName = "g etAdmissio nDiagnosis ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAdmission Diagnosis" )
  840         @ResponseW rapper(loc alName = " getAdmissi onDiagnosi sResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAdmission DiagnosisR esponse")
  841         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getAdm issionDiag nosisReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/getAdm issionDiag nosisRespo nse", faul t = {
  842             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getAdm issionDiag nosis/Faul t/JMeadows Exception" )
  843       })
  844       public  List<Diag nosis> get AdmissionD iagnosis(
  845           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  846           JM eadowsQuer y queryBea n)
  847           th rows JMead owsExcepti on_Excepti on
  848       ;
  849  
  850       /**
  851        * 
  852        * @pa ram queryB ean
  853        * @re turn
  854        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Proce dure>
  855        * @th rows JMead owsExcepti on_Excepti on
  856        */
  857       @WebMe thod
  858       @WebRe sult(targe tNamespace  = "")
  859         @RequestWr apper(loca lName = "g etAdmissio nProcedure s", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAdmission Procedures ")
  860         @ResponseW rapper(loc alName = " getAdmissi onProcedur esResponse ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAdmission Procedures Response")
  861         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getAdm issionProc eduresRequ est", outp ut = "http ://webserv ice.jmeado ws. URL         /JMeadowsD ata/getAdm issionProc eduresResp onse", fau lt = {
  862             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getAdm issionProc edures/Fau lt/JMeadow sException ")
  863       })
  864       public  List<Proc edure> get AdmissionP rocedures(
  865           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  866           JM eadowsQuer y queryBea n)
  867           th rows JMead owsExcepti on_Excepti on
  868       ;
  869  
  870       /**
  871        * 
  872        * @pa ram queryB ean
  873        * @re turn
  874        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.FreeT extReport>
  875        * @th rows JMead owsExcepti on_Excepti on
  876        */
  877       @WebMe thod
  878       @WebRe sult(targe tNamespace  = "")
  879         @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 _3_0_2.web service.Ge tConsultRe port")
  880         @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 _3_0_2.web service.Ge tConsultRe portRespon se")
  881         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getCon sultReport Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getCon sultReport Response",  fault = {
  882             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getCon sultReport /Fault/JMe adowsExcep tion")
  883       })
  884       public  List<Free TextReport > getConsu ltReport(
  885           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  886           JM eadowsQuer y queryBea n)
  887           th rows JMead owsExcepti on_Excepti on
  888       ;
  889  
  890       /**
  891        * 
  892        * @pa ram queryB ean
  893        * @re turn
  894        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. User
  895        * @th rows JMead owsExcepti on_Excepti on
  896        */
  897       @WebMe thod
  898       @WebRe sult(targe tNamespace  = "")
  899         @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 _3_0_2.web service.Ge tProviderP rofile")
  900         @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 _3_0_2.web service.Ge tProviderP rofileResp onse")
  901         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderProfi leRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getPro viderProfi leResponse ", fault =  {
  902             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderProfi le/Fault/J MeadowsExc eption")
  903       })
  904       public  User getP roviderPro file(
  905           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  906           JM eadowsQuer y queryBea n)
  907           th rows JMead owsExcepti on_Excepti on
  908       ;
  909  
  910       /**
  911        * 
  912        * @pa ram queryB ean
  913        * @re turn
  914        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  915        * @th rows JMead owsExcepti on_Excepti on
  916        */
  917       @WebMe thod
  918       @WebRe sult(targe tNamespace  = "")
  919         @RequestWr apper(loca lName = "g etMedicati onDetail",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tMedicatio nDetail")
  920         @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 _3_0_2.web service.Ge tMedicatio nDetailRes ponse")
  921         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getMed icationDet ailRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getMed icationDet ailRespons e", fault  = {
  922             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getMed icationDet ail/Fault/ JMeadowsEx ception")
  923       })
  924       public  FreeTextR eport getM edicationD etail(
  925           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  926           JM eadowsQuer y queryBea n)
  927           th rows JMead owsExcepti on_Excepti on
  928       ;
  929  
  930       /**
  931        * 
  932        * @pa ram queryB ean
  933        * @re turn
  934        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  935        * @th rows JMead owsExcepti on_Excepti on
  936        */
  937       @WebMe thod
  938       @WebRe sult(targe tNamespace  = "")
  939         @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 _3_0_2.web service.Ge tOrderDeta il")
  940         @ResponseW rapper(loc alName = " getOrderDe tailRespon se", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tOrderDeta ilResponse ")
  941         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getOrd erDetailRe quest", ou tput = "ht tp://webse rvice.jmea dows. URL         /JMeadowsD ata/getOrd erDetailRe sponse", f ault = {
  942             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getOrd erDetail/F ault/JMead owsExcepti on")
  943       })
  944       public  FreeTextR eport getO rderDetail (
  945           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  946           JM eadowsQuer y queryBea n)
  947           th rows JMead owsExcepti on_Excepti on
  948       ;
  949  
  950       /**
  951        * 
  952        * @pa ram queryB ean
  953        * @re turn
  954        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Vital s>
  955        * @th rows JMead owsExcepti on_Excepti on
  956        */
  957       @WebMe thod
  958       @WebRe sult(targe tNamespace  = "")
  959         @RequestWr apper(loca lName = "g etPatientC urrentVita ls", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientCu rrentVital s")
  960         @ResponseW rapper(loc alName = " getPatient CurrentVit alsRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientCu rrentVital sResponse" )
  961         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientCurren tVitalsReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientCurren tVitalsRes ponse", fa ult = {
  962             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientCurren tVitals/Fa ult/JMeado wsExceptio n")
  963       })
  964       public  List<Vita ls> getPat ientCurren tVitals(
  965           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  966           JM eadowsQuer y queryBea n)
  967           th rows JMead owsExcepti on_Excepti on
  968       ;
  969  
  970       /**
  971        * 
  972        * @pa ram queryB ean
  973        * @re turn
  974        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Insur anceBean>
  975        * @th rows JMead owsExcepti on_Excepti on
  976        */
  977       @WebMe thod
  978       @WebRe sult(targe tNamespace  = "")
  979         @RequestWr apper(loca lName = "g etPatientI nsurances" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientIn surances")
  980         @ResponseW rapper(loc alName = " getPatient Insurances Response",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tPatientIn surancesRe sponse")
  981         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPat ientInsura ncesReques t", output  = "http:/ /webservic e.jmeadows . URL         /JMeadowsD ata/getPat ientInsura ncesRespon se", fault  = {
  982             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPat ientInsura nces/Fault /JMeadowsE xception")
  983       })
  984       public  List<Insu ranceBean>  getPatien tInsurance s(
  985           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  986           JM eadowsQuer y queryBea n)
  987           th rows JMead owsExcepti on_Excepti on
  988       ;
  989  
  990       /**
  991        * 
  992        * @pa ram queryB ean
  993        * @re turn
  994        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Proce dure>
  995        * @th rows JMead owsExcepti on_Excepti on
  996        */
  997       @WebMe thod
  998       @WebRe sult(targe tNamespace  = "")
  999         @RequestWr apper(loca lName = "g etOutpatie ntProcedur es", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tOutpatien tProcedure s")
  1000         @ResponseW rapper(loc alName = " getOutpati entProcedu resRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tOutpatien tProcedure sResponse" )
  1001         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getOut patientPro ceduresReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getOut patientPro ceduresRes ponse", fa ult = {
  1002             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getOut patientPro cedures/Fa ult/JMeado wsExceptio n")
  1003       })
  1004       public  List<Proc edure> get Outpatient Procedures (
  1005           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1006           JM eadowsQuer y queryBea n)
  1007           th rows JMead owsExcepti on_Excepti on
  1008       ;
  1009  
  1010       /**
  1011        * 
  1012        * @pa ram queryB ean
  1013        * @re turn
  1014        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. ProblemDet ail
  1015        * @th rows JMead owsExcepti on_Excepti on
  1016        */
  1017       @WebMe thod
  1018       @WebRe sult(targe tNamespace  = "")
  1019         @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 _3_0_2.web service.Ge tProblemDe tail")
  1020         @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 _3_0_2.web service.Ge tProblemDe tailRespon se")
  1021         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro blemDetail Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getPro blemDetail Response",  fault = {
  1022             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro blemDetail /Fault/JMe adowsExcep tion")
  1023       })
  1024       public  ProblemDe tail getPr oblemDetai l(
  1025           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1026           JM eadowsQuer y queryBea n)
  1027           th rows JMead owsExcepti on_Excepti on
  1028       ;
  1029  
  1030       /**
  1031        * 
  1032        * @pa ram queryB ean
  1033        * @re turn
  1034        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  1035        * @th rows JMead owsExcepti on_Excepti on
  1036        */
  1037       @WebMe thod
  1038       @WebRe sult(targe tNamespace  = "")
  1039         @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 _3_0_2.web service.Ge tProgressN ote")
  1040         @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 _3_0_2.web service.Ge tProgressN oteRespons e")
  1041         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro gressNoteR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro gressNoteR esponse",  fault = {
  1042             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro gressNote/ Fault/JMea dowsExcept ion")
  1043       })
  1044       public  FreeTextR eport getP rogressNot e(
  1045           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1046           JM eadowsQuer y queryBea n)
  1047           th rows JMead owsExcepti on_Excepti on
  1048       ;
  1049  
  1050       /**
  1051        * 
  1052        * @pa ram queryB ean
  1053        * @re turn
  1054        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. RadiologyR eport
  1055        * @th rows JMead owsExcepti on_Excepti on
  1056        */
  1057       @WebMe thod
  1058       @WebRe sult(targe tNamespace  = "")
  1059         @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 _3_0_2.web service.Ge tRadiology Report")
  1060         @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 _3_0_2.web service.Ge tRadiology ReportResp onse")
  1061         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getRad iologyRepo rtRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getRad iologyRepo rtResponse ", fault =  {
  1062             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getRad iologyRepo rt/Fault/J MeadowsExc eption")
  1063       })
  1064       public  Radiology Report get RadiologyR eport(
  1065           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1066           JM eadowsQuer y queryBea n)
  1067           th rows JMead owsExcepti on_Excepti on
  1068       ;
  1069  
  1070       /**
  1071        * 
  1072        * @pa ram queryB ean
  1073        * @re turn
  1074        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.VlerD ocument>
  1075        * @th rows JMead owsExcepti on_Excepti on
  1076        */
  1077       @WebMe thod
  1078       @WebRe sult(targe tNamespace  = "")
  1079         @RequestWr apper(loca lName = "g etVLERDocu mentList",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tVLERDocum entList")
  1080         @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 _3_0_2.web service.Ge tVLERDocum entListRes ponse")
  1081         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getVLE RDocumentL istRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getVLE RDocumentL istRespons e", fault  = {
  1082             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getVLE RDocumentL ist/Fault/ JMeadowsEx ception")
  1083       })
  1084       public  List<Vler Document>  getVLERDoc umentList(
  1085           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1086           JM eadowsQuer y queryBea n)
  1087           th rows JMead owsExcepti on_Excepti on
  1088       ;
  1089  
  1090       /**
  1091        * 
  1092        * @pa ram vDoc
  1093        * @pa ram queryB ean
  1094        * @re turn
  1095        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. VlerDocume nt
  1096        * @th rows JMead owsExcepti on_Excepti on
  1097        */
  1098       @WebMe thod
  1099       @WebRe sult(targe tNamespace  = "")
  1100         @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 _3_0_2.web service.Ge tVLERDocum ent")
  1101         @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 _3_0_2.web service.Ge tVLERDocum entRespons e")
  1102         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getVLE RDocumentR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getVLE RDocumentR esponse",  fault = {
  1103             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getVLE RDocument/ Fault/JMea dowsExcept ion")
  1104       })
  1105       public  VlerDocum ent getVLE RDocument(
  1106           @W ebParam(na me = "vDoc ", targetN amespace =  "")
  1107           Vl erDocument  vDoc,
  1108           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1109           JM eadowsQuer y queryBea n)
  1110           th rows JMead owsExcepti on_Excepti on
  1111       ;
  1112  
  1113       /**
  1114        * 
  1115        * @pa ram queryB ean
  1116        * @re turn
  1117        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Vlerc cda>
  1118        * @th rows JMead owsExcepti on_Excepti on
  1119        */
  1120       @WebMe thod
  1121       @WebRe sult(targe tNamespace  = "")
  1122         @RequestWr apper(loca lName = "g etDODVLERP atientCCDA ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tDODVLERPa tientCCDA" )
  1123         @ResponseW rapper(loc alName = " getDODVLER PatientCCD AResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tDODVLERPa tientCCDAR esponse")
  1124         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getDOD VLERPatien tCCDAReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/getDOD VLERPatien tCCDARespo nse", faul t = {
  1125             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getDOD VLERPatien tCCDA/Faul t/JMeadows Exception" )
  1126       })
  1127       public  List<Vler ccda> getD ODVLERPati entCCDA(
  1128           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1129           JM eadowsQuer y queryBea n)
  1130           th rows JMead owsExcepti on_Excepti on
  1131       ;
  1132  
  1133       /**
  1134        * 
  1135        * @pa ram queryB ean
  1136        * @re turn
  1137        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Alert >
  1138        * @th rows JMead owsExcepti on_Excepti on
  1139        */
  1140       @WebMe thod
  1141       @WebRe sult(targe tNamespace  = "")
  1142         @RequestWr apper(loca lName = "g etUserAler ts", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tUserAlert s")
  1143         @ResponseW rapper(loc alName = " getUserAle rtsRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tUserAlert sResponse" )
  1144         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getUse rAlertsReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getUse rAlertsRes ponse", fa ult = {
  1145             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getUse rAlerts/Fa ult/JMeado wsExceptio n")
  1146       })
  1147       public  List<Aler t> getUser Alerts(
  1148           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1149           JM eadowsQuer y queryBea n)
  1150           th rows JMead owsExcepti on_Excepti on
  1151       ;
  1152  
  1153       /**
  1154        * 
  1155        * @pa ram queryB ean
  1156        * @re turn
  1157        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. FreeTextRe port
  1158        * @th rows JMead owsExcepti on_Excepti on
  1159        */
  1160       @WebMe thod
  1161       @WebRe sult(targe tNamespace  = "")
  1162         @RequestWr apper(loca lName = "g etVisitNot es", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tVisitNote s")
  1163         @ResponseW rapper(loc alName = " getVisitNo tesRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tVisitNote sResponse" )
  1164         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getVis itNotesReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getVis itNotesRes ponse", fa ult = {
  1165             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getVis itNotes/Fa ult/JMeado wsExceptio n")
  1166       })
  1167       public  FreeTextR eport getV isitNotes(
  1168           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1169           JM eadowsQuer y queryBea n)
  1170           th rows JMead owsExcepti on_Excepti on
  1171       ;
  1172  
  1173       /**
  1174        * 
  1175        * @pa ram siteCo de
  1176        * @pa ram endDat e
  1177        * @pa ram userNP I
  1178        * @pa ram patId
  1179        * @pa ram userNa me
  1180        * @pa ram provid erIen
  1181        * @pa ram emailA ddress
  1182        * @pa ram cardId
  1183        * @pa ram reques tingApp
  1184        * @pa ram catego ry
  1185        * @pa ram userIe n
  1186        * @pa ram startD ate
  1187        * @pa ram info
  1188        * @th rows JMead owsExcepti on_Excepti on
  1189        */
  1190       @WebMe thod
  1191         @RequestWr apper(loca lName = "l ogAudit",  targetName space = "h ttp://webs ervice.jme adows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Lo gAudit")
  1192         @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 _3_0_2.web service.Lo gAuditResp onse")
  1193         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/logAud itRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/logAud itResponse ", fault =  {
  1194             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/logAud it/Fault/J MeadowsExc eption")
  1195       })
  1196       public  void logA udit(
  1197           @W ebParam(na me = "site Code", tar getNamespa ce = "")
  1198           St ring siteC ode,
  1199           @W ebParam(na me = "user Ien", targ etNamespac e = "")
  1200           St ring userI en,
  1201           @W ebParam(na me = "prov iderIen",  targetName space = "" )
  1202           St ring provi derIen,
  1203           @W ebParam(na me = "user NPI", targ etNamespac e = "")
  1204           St ring userN PI,
  1205           @W ebParam(na me = "user Name", tar getNamespa ce = "")
  1206           St ring userN ame,
  1207           @W ebParam(na me = "patI d", target Namespace  = "")
  1208           St ring patId ,
  1209           @W ebParam(na me = "cate gory", tar getNamespa ce = "")
  1210           St ring categ ory,
  1211           @W ebParam(na me = "requ estingApp" , targetNa mespace =  "")
  1212           St ring reque stingApp,
  1213           @W ebParam(na me = "star tDate", ta rgetNamesp ace = "")
  1214           St ring start Date,
  1215           @W ebParam(na me = "endD ate", targ etNamespac e = "")
  1216           St ring endDa te,
  1217           @W ebParam(na me = "info ", targetN amespace =  "")
  1218           St ring info,
  1219           @W ebParam(na me = "card Id", targe tNamespace  = "")
  1220           St ring cardI d,
  1221           @W ebParam(na me = "emai lAddress",  targetNam espace = " ")
  1222           St ring email Address)
  1223           th rows JMead owsExcepti on_Excepti on
  1224       ;
  1225  
  1226       /**
  1227        * 
  1228        * @pa ram queryB ean
  1229        * @re turn
  1230        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntAppointm ents>
  1231        * @th rows JMead owsExcepti on_Excepti on
  1232        */
  1233       @WebMe thod
  1234       @WebRe sult(targe tNamespace  = "")
  1235         @RequestWr apper(loca lName = "g etProvider Appointmen ts", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tProviderA ppointment s")
  1236         @ResponseW rapper(loc alName = " getProvide rAppointme ntsRespons e", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tProviderA ppointment sResponse" )
  1237         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderAppoi ntmentsReq uest", out put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderAppoi ntmentsRes ponse", fa ult = {
  1238             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderAppoi ntments/Fa ult/JMeado wsExceptio n")
  1239       })
  1240       public  List<Pati entAppoint ments> get ProviderAp pointments (
  1241           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1242           JM eadowsQuer y queryBea n)
  1243           th rows JMead owsExcepti on_Excepti on
  1244       ;
  1245  
  1246       /**
  1247        * 
  1248        * @pa ram queryB ean
  1249        * @re turn
  1250        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntAdmissio n>
  1251        * @th rows JMead owsExcepti on_Excepti on
  1252        */
  1253       @WebMe thod
  1254       @WebRe sult(targe tNamespace  = "")
  1255         @RequestWr apper(loca lName = "g etProvider Admissions ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tProviderA dmissions" )
  1256         @ResponseW rapper(loc alName = " getProvide rAdmission sResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tProviderA dmissionsR esponse")
  1257         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderAdmis sionsReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/getPro viderAdmis sionsRespo nse", faul t = {
  1258             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderAdmis sions/Faul t/JMeadows Exception" )
  1259       })
  1260       public  List<Pati entAdmissi on> getPro viderAdmis sions(
  1261           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1262           JM eadowsQuer y queryBea n)
  1263           th rows JMead owsExcepti on_Excepti on
  1264       ;
  1265  
  1266       /**
  1267        * 
  1268        * @pa ram queryB ean
  1269        * @re turn
  1270        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie ntAdmissio n>
  1271        * @th rows JMead owsExcepti on_Excepti on
  1272        */
  1273       @WebMe thod
  1274       @WebRe sult(targe tNamespace  = "")
  1275         @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 _3_0_2.web service.Ge tWardAdmis sions")
  1276         @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 _3_0_2.web service.Ge tWardAdmis sionsRespo nse")
  1277         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getWar dAdmission sRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/getWar dAdmission sResponse" , fault =  {
  1278             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getWar dAdmission s/Fault/JM eadowsExce ption")
  1279       })
  1280       public  List<Pati entAdmissi on> getWar dAdmission s(
  1281           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1282           JM eadowsQuer y queryBea n)
  1283           th rows JMead owsExcepti on_Excepti on
  1284       ;
  1285  
  1286       /**
  1287        * 
  1288        * @pa ram queryB ean
  1289        * @re turn
  1290        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Progr essNote>
  1291        * @th rows JMead owsExcepti on_Excepti on
  1292        */
  1293       @WebMe thod
  1294       @WebRe sult(targe tNamespace  = "")
  1295         @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 _3_0_2.web service.Ge tProviderU nsignedNot es")
  1296         @ResponseW rapper(loc alName = " getProvide rUnsignedN otesRespon se", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tProviderU nsignedNot esResponse ")
  1297         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderUnsig nedNotesRe quest", ou tput = "ht tp://webse rvice.jmea dows. URL         /JMeadowsD ata/getPro viderUnsig nedNotesRe sponse", f ault = {
  1298             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderUnsig nedNotes/F ault/JMead owsExcepti on")
  1299       })
  1300       public  List<Prog ressNote>  getProvide rUnsignedN otes(
  1301           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1302           JM eadowsQuer y queryBea n)
  1303           th rows JMead owsExcepti on_Excepti on
  1304       ;
  1305  
  1306       /**
  1307        * 
  1308        * @pa ram queryB ean
  1309        * @re turn
  1310        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Consu lt>
  1311        * @th rows JMead owsExcepti on_Excepti on
  1312        */
  1313       @WebMe thod
  1314       @WebRe sult(targe tNamespace  = "")
  1315         @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 _3_0_2.web service.Ge tProviderC onsultsReq uested")
  1316         @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 _3_0_2.web service.Ge tProviderC onsultsReq uestedResp onse")
  1317         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderConsu ltsRequest edRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getPro viderConsu ltsRequest edResponse ", fault =  {
  1318             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderConsu ltsRequest ed/Fault/J MeadowsExc eption")
  1319       })
  1320       public  List<Cons ult> getPr oviderCons ultsReques ted(
  1321           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1322           JM eadowsQuer y queryBea n)
  1323           th rows JMead owsExcepti on_Excepti on
  1324       ;
  1325  
  1326       /**
  1327        * 
  1328        * @pa ram queryB ean
  1329        * @re turn
  1330        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Consu lt>
  1331        * @th rows JMead owsExcepti on_Excepti on
  1332        */
  1333       @WebMe thod
  1334       @WebRe sult(targe tNamespace  = "")
  1335         @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 _3_0_2.web service.Ge tProviderC onsultsRec eived")
  1336         @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 _3_0_2.web service.Ge tProviderC onsultsRec eivedRespo nse")
  1337         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderConsu ltsReceive dRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/getPro viderConsu ltsReceive dResponse" , fault =  {
  1338             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderConsu ltsReceive d/Fault/JM eadowsExce ption")
  1339       })
  1340       public  List<Cons ult> getPr oviderCons ultsReceiv ed(
  1341           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1342           JM eadowsQuer y queryBea n)
  1343           th rows JMead owsExcepti on_Excepti on
  1344       ;
  1345  
  1346       /**
  1347        * 
  1348        * @pa ram queryB ean
  1349        * @re turn
  1350        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Order >
  1351        * @th rows JMead owsExcepti on_Excepti on
  1352        */
  1353       @WebMe thod
  1354       @WebRe sult(targe tNamespace  = "")
  1355         @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 _3_0_2.web service.Ge tProviderO rdersPendi ng")
  1356         @ResponseW rapper(loc alName = " getProvide rOrdersPen dingRespon se", targe tNamespace  = "http:/ /webservic e.jmeadows . URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tProviderO rdersPendi ngResponse ")
  1357         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderOrder sPendingRe quest", ou tput = "ht tp://webse rvice.jmea dows. URL         /JMeadowsD ata/getPro viderOrder sPendingRe sponse", f ault = {
  1358             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderOrder sPending/F ault/JMead owsExcepti on")
  1359       })
  1360       public  List<Orde r> getProv iderOrders Pending(
  1361           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1362           JM eadowsQuer y queryBea n)
  1363           th rows JMead owsExcepti on_Excepti on
  1364       ;
  1365  
  1366       /**
  1367        * 
  1368        * @pa ram queryB ean
  1369        * @re turn
  1370        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Order >
  1371        * @th rows JMead owsExcepti on_Excepti on
  1372        */
  1373       @WebMe thod
  1374       @WebRe sult(targe tNamespace  = "")
  1375         @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 _3_0_2.web service.Ge tProviderO rdersResul ted")
  1376         @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 _3_0_2.web service.Ge tProviderO rdersResul tedRespons e")
  1377         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderOrder sResultedR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderOrder sResultedR esponse",  fault = {
  1378             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderOrder sResulted/ Fault/JMea dowsExcept ion")
  1379       })
  1380       public  List<Orde r> getProv iderOrders Resulted(
  1381           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1382           JM eadowsQuer y queryBea n)
  1383           th rows JMead owsExcepti on_Excepti on
  1384       ;
  1385  
  1386       /**
  1387        * 
  1388        * @pa ram queryB ean
  1389        * @re turn
  1390        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.LabRe sult>
  1391        * @th rows JMead owsExcepti on_Excepti on
  1392        */
  1393       @WebMe thod
  1394       @WebRe sult(targe tNamespace  = "")
  1395         @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 _3_0_2.web service.Ge tProviderL abAbnormal Results")
  1396         @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 _3_0_2.web service.Ge tProviderL abAbnormal ResultsRes ponse")
  1397         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderLabAb normalResu ltsRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getPro viderLabAb normalResu ltsRespons e", fault  = {
  1398             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderLabAb normalResu lts/Fault/ JMeadowsEx ception")
  1399       })
  1400       public  List<LabR esult> get ProviderLa bAbnormalR esults(
  1401           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1402           JM eadowsQuer y queryBea n)
  1403           th rows JMead owsExcepti on_Excepti on
  1404       ;
  1405  
  1406       /**
  1407        * 
  1408        * @pa ram queryB ean
  1409        * @re turn
  1410        *      returns j ava.lang.S tring
  1411        * @th rows JMead owsExcepti on_Excepti on
  1412        */
  1413       @WebMe thod
  1414       @WebRe sult(targe tNamespace  = "")
  1415         @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 _3_0_2.web service.Ge tJanusGUIC onfig")
  1416         @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 _3_0_2.web service.Ge tJanusGUIC onfigRespo nse")
  1417         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getJan usGUIConfi gRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/getJan usGUIConfi gResponse" , fault =  {
  1418             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getJan usGUIConfi g/Fault/JM eadowsExce ption")
  1419       })
  1420       public  String ge tJanusGUIC onfig(
  1421           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1422           JM eadowsQuer y queryBea n)
  1423           th rows JMead owsExcepti on_Excepti on
  1424       ;
  1425  
  1426       /**
  1427        * 
  1428        * @pa ram cfg
  1429        * @pa ram queryB ean
  1430        * @re turn
  1431        *      returns b oolean
  1432        * @th rows JMead owsExcepti on_Excepti on
  1433        */
  1434       @WebMe thod
  1435       @WebRe sult(targe tNamespace  = "")
  1436         @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 _3_0_2.web service.Se tJanusGUIC onfig")
  1437         @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 _3_0_2.web service.Se tJanusGUIC onfigRespo nse")
  1438         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/setJan usGUIConfi gRequest",  output =  "http://we bservice.j meadows. URL         /JMeadowsD ata/setJan usGUIConfi gResponse" , fault =  {
  1439             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/setJan usGUIConfi g/Fault/JM eadowsExce ption")
  1440       })
  1441       public  boolean s etJanusGUI Config(
  1442           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1443           JM eadowsQuer y queryBea n,
  1444           @W ebParam(na me = "cfg" , targetNa mespace =  "")
  1445           St ring cfg)
  1446           th rows JMead owsExcepti on_Excepti on
  1447       ;
  1448  
  1449       /**
  1450        * 
  1451        * @pa ram queryB ean
  1452        * @re turn
  1453        *      returns j ava.lang.S tring
  1454        * @th rows JMead owsExcepti on_Excepti on
  1455        */
  1456       @WebMe thod
  1457       @WebRe sult(targe tNamespace  = "")
  1458         @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 _3_0_2.web service.Ge tProviderF lags")
  1459         @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 _3_0_2.web service.Ge tProviderF lagsRespon se")
  1460         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getPro viderFlags Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getPro viderFlags Response",  fault = {
  1461             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getPro viderFlags /Fault/JMe adowsExcep tion")
  1462       })
  1463       public  String ge tProviderF lags(
  1464           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1465           JM eadowsQuer y queryBea n)
  1466           th rows JMead owsExcepti on_Excepti on
  1467       ;
  1468  
  1469       /**
  1470        * 
  1471        * @pa ram flags
  1472        * @pa ram queryB ean
  1473        * @re turn
  1474        *      returns b oolean
  1475        * @th rows JMead owsExcepti on_Excepti on
  1476        */
  1477       @WebMe thod
  1478       @WebRe sult(targe tNamespace  = "")
  1479         @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 _3_0_2.web service.Se tProviderF lags")
  1480         @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 _3_0_2.web service.Se tProviderF lagsRespon se")
  1481         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/setPro viderFlags Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/setPro viderFlags Response",  fault = {
  1482             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/setPro viderFlags /Fault/JMe adowsExcep tion")
  1483       })
  1484       public  boolean s etProvider Flags(
  1485           @W ebParam(na me = "quer yBean", ta rgetNamesp ace = "")
  1486           JM eadowsQuer y queryBea n,
  1487           @W ebParam(na me = "flag s", target Namespace  = "")
  1488           St ring flags )
  1489           th rows JMead owsExcepti on_Excepti on
  1490       ;
  1491  
  1492       /**
  1493        * 
  1494        * @pa ram emailA ddress
  1495        * @pa ram smartC ardID
  1496        * @pa ram smartC ardAgency
  1497        * @re turn
  1498        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. IehrUserPr ofile
  1499        * @th rows JMead owsExcepti on_Excepti on
  1500        */
  1501       @WebMe thod
  1502       @WebRe sult(targe tNamespace  = "")
  1503         @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 _3_0_2.web service.Ge tIehrUserP rofile")
  1504         @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 _3_0_2.web service.Ge tIehrUserP rofileResp onse")
  1505         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getIeh rUserProfi leRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getIeh rUserProfi leResponse ", fault =  {
  1506             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getIeh rUserProfi le/Fault/J MeadowsExc eption")
  1507       })
  1508       public  IehrUserP rofile get IehrUserPr ofile(
  1509           @W ebParam(na me = "smar tCardID",  targetName space = "" )
  1510           St ring smart CardID,
  1511           @W ebParam(na me = "smar tCardAgenc y", target Namespace  = "")
  1512           St ring smart CardAgency ,
  1513           @W ebParam(na me = "emai lAddress",  targetNam espace = " ")
  1514           St ring email Address)
  1515           th rows JMead owsExcepti on_Excepti on
  1516       ;
  1517  
  1518       /**
  1519        * 
  1520        * @pa ram iehrUs erProfile
  1521        * @re turn
  1522        *      returns b oolean
  1523        * @th rows JMead owsExcepti on_Excepti on
  1524        */
  1525       @WebMe thod
  1526       @WebRe sult(targe tNamespace  = "")
  1527         @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 _3_0_2.web service.Se tIehrUserP rofile")
  1528         @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 _3_0_2.web service.Se tIehrUserP rofileResp onse")
  1529         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/setIeh rUserProfi leRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/setIeh rUserProfi leResponse ", fault =  {
  1530             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/setIeh rUserProfi le/Fault/J MeadowsExc eption")
  1531       })
  1532       public  boolean s etIehrUser Profile(
  1533           @W ebParam(na me = "iehr UserProfil e", target Namespace  = "")
  1534           Ie hrUserProf ile iehrUs erProfile)
  1535           th rows JMead owsExcepti on_Excepti on
  1536       ;
  1537  
  1538       /**
  1539        * 
  1540        * @re turn
  1541        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Site>
  1542        */
  1543       @WebMe thod
  1544       @WebRe sult(targe tNamespace  = "")
  1545         @RequestWr apper(loca lName = "g etSites",  targetName space = "h ttp://webs ervice.jme adows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tSites")
  1546         @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 _3_0_2.web service.Ge tSitesResp onse")
  1547         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getSit esRequest" , output =  "http://w ebservice. jmeadows. URL         /JMeadowsD ata/getSit esResponse ")
  1548       public  List<Site > getSites ();
  1549  
  1550       /**
  1551        * 
  1552        * @pa ram emailA ddress
  1553        * @pa ram cardID
  1554        * @re turn
  1555        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Audit Entry>
  1556        * @th rows JMead owsExcepti on_Excepti on
  1557        */
  1558       @WebMe thod
  1559       @WebRe sult(targe tNamespace  = "")
  1560         @RequestWr apper(loca lName = "g etLoginInf o", target Namespace  = "http:// webservice .jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tLoginInfo ")
  1561         @ResponseW rapper(loc alName = " getLoginIn foResponse ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tLoginInfo Response")
  1562         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getLog inInfoRequ est", outp ut = "http ://webserv ice.jmeado ws. URL         /JMeadowsD ata/getLog inInfoResp onse", fau lt = {
  1563             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getLog inInfo/Fau lt/JMeadow sException ")
  1564       })
  1565       public  List<Audi tEntry> ge tLoginInfo (
  1566           @W ebParam(na me = "card ID", targe tNamespace  = "")
  1567           St ring cardI D,
  1568           @W ebParam(na me = "emai lAddress",  targetNam espace = " ")
  1569           St ring email Address)
  1570           th rows JMead owsExcepti on_Excepti on
  1571       ;
  1572  
  1573       /**
  1574        * 
  1575        * @re turn
  1576        *      returns j ava.lang.S tring
  1577        */
  1578       @WebMe thod
  1579       @WebRe sult(targe tNamespace  = "")
  1580         @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 _3_0_2.web service.Ge tServiceEr rors")
  1581         @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 _3_0_2.web service.Ge tServiceEr rorsRespon se")
  1582         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getSer viceErrors Request",  output = " http://web service.jm eadows. URL         /JMeadowsD ata/getSer viceErrors Response")
  1583       public  String ge tServiceEr rors();
  1584  
  1585       /**
  1586        * 
  1587        * @pa ram authUs erInfoQuer y
  1588        * @re turn
  1589        *      returns g ov.va.med. jmeadows_2 _3_3_0_2.w ebservice. AuthUserIn fo
  1590        * @th rows JMead owsExcepti on_Excepti on
  1591        */
  1592       @WebMe thod
  1593       @WebRe sult(targe tNamespace  = "")
  1594         @RequestWr apper(loca lName = "g etAuthUser ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAuthUser" )
  1595         @ResponseW rapper(loc alName = " getAuthUse rResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tAuthUserR esponse")
  1596         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getAut hUserReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/getAut hUserRespo nse", faul t = {
  1597             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getAut hUser/Faul t/JMeadows Exception" )
  1598       })
  1599       public  AuthUserI nfo getAut hUser(
  1600           @W ebParam(na me = "auth UserInfoQu ery", targ etNamespac e = "")
  1601           Au thUserInfo  authUserI nfoQuery)
  1602           th rows JMead owsExcepti on_Excepti on
  1603       ;
  1604  
  1605       /**
  1606        * 
  1607        */
  1608       @WebMe thod
  1609         @RequestWr apper(loca lName = "r esetStatus ", targetN amespace =  "http://w ebservice. jmeadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Re setStatus" )
  1610         @ResponseW rapper(loc alName = " resetStatu sResponse" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Re setStatusR esponse")
  1611         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/resetS tatusReque st", outpu t = "http: //webservi ce.jmeadow s. URL         /JMeadowsD ata/resetS tatusRespo nse")
  1612       public  void rese tStatus();
  1613  
  1614       /**
  1615        * 
  1616        * @pa ram userId
  1617        * @re turn
  1618        *      returns j ava.util.L ist<gov.va .med.jmead ows_2_3_3_ 0_2.webser vice.Patie nt>
  1619        * @th rows JMead owsExcepti on_Excepti on
  1620        */
  1621       @WebMe thod
  1622       @WebRe sult(targe tNamespace  = "")
  1623         @RequestWr apper(loca lName = "g etRecently ViewedPati ents", tar getNamespa ce = "http ://webserv ice.jmeado ws. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tRecentlyV iewedPatie nts")
  1624         @ResponseW rapper(loc alName = " getRecentl yViewedPat ientsRespo nse", targ etNamespac e = "http: //webservi ce.jmeadow s. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tRecentlyV iewedPatie ntsRespons e")
  1625         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getRec entlyViewe dPatientsR equest", o utput = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getRec entlyViewe dPatientsR esponse",  fault = {
  1626             @FaultActi on(classNa me = JMead owsExcepti on_Excepti on.class,  value = "h ttp://webs ervice.jme adows. URL         /JMeadowsD ata/getRec entlyViewe dPatients/ Fault/JMea dowsExcept ion")
  1627       })
  1628       public  List<Pati ent> getRe centlyView edPatients (
  1629           @W ebParam(na me = "user Id", targe tNamespace  = "")
  1630           St ring userI d)
  1631           th rows JMead owsExcepti on_Excepti on
  1632       ;
  1633  
  1634       /**
  1635        * 
  1636        * @re turn
  1637        *      returns j ava.lang.S tring
  1638        */
  1639       @WebMe thod
  1640       @WebRe sult(targe tNamespace  = "")
  1641         @RequestWr apper(loca lName = "g etStatus",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tStatus")
  1642         @ResponseW rapper(loc alName = " getStatusR esponse",  targetName space = "h ttp://webs ervice.jme adows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tStatusRes ponse")
  1643         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getSta tusRequest ", output  = "http:// webservice .jmeadows. URL         /JMeadowsD ata/getSta tusRespons e")
  1644       public  String ge tStatus();
  1645  
  1646       /**
  1647        * 
  1648        * @re turn
  1649        *      returns j ava.lang.S tring
  1650        */
  1651       @WebMe thod
  1652       @WebRe sult(targe tNamespace  = "")
  1653         @RequestWr apper(loca lName = "g etVersion" , targetNa mespace =  "http://we bservice.j meadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tVersion")
  1654         @ResponseW rapper(loc alName = " getVersion Response",  targetNam espace = " http://web service.jm eadows. URL         /", classN ame = "gov .va.med.jm eadows_2_3 _3_0_2.web service.Ge tVersionRe sponse")
  1655         @Action(in put = "htt p://webser vice.jmead ows. URL         /JMeadowsD ata/getVer sionReques t", output  = "http:/ /webservic e.jmeadows . URL         /JMeadowsD ata/getVer sionRespon se")
  1656       public  String ge tVersion() ;
  1657  
  1658   }