603. EPMO Open Source Coordination Office Redaction File Detail Report

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

603.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 Consult.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 Consult.java Mon Oct 2 19:54:15 2017 UTC

603.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 736
Changed 4 8
Inserted 0 0
Removed 0 0

603.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

603.4 Active regular expressions

No regular expressions were active.

603.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.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlElem ent;
  9   import jav ax.xml.bin d.annotati on.XmlSche maType;
  10   import jav ax.xml.bin d.annotati on.XmlType ;
  11   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  12  
  13  
  14   /**
  15    * <p>Java  class for  consult c omplex typ e.
  16    * 
  17    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  18    * 
  19    * <pre>
  20    * &lt;com plexType n ame="consu lt">
  21    *   &lt;c omplexCont ent>
  22    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  23    *       & lt;sequenc e>
  24    *          &lt;eleme nt name="c omplexData Url" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  25    *          &lt;eleme nt name="c onsultType " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  26    *           &lt;elemen t name="do cuments" t ype="{http ://webserv ice.vds. URL         /}encounte rDocument"  maxOccurs ="unbounde d" minOccu rs="0"/>
  27    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  28    *          &lt;eleme nt name="o rderId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  29    *          &lt;eleme nt name="p atientNext Appointmen t" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/>
  30    *          &lt;eleme nt name="p rocedureCo nsult" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  31    *           &lt;elemen t name="pr ovider" ty pe="{http: //webservi ce.vds. URL         /}provider " minOccur s="0"/>
  32    *          &lt;eleme nt name="r eport" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  33    *          &lt;eleme nt name="r equestDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/>
  34    *          &lt;eleme nt name="s ervice" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  35    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  36    *       & lt;/sequen ce>
  37    *     &lt ;/extensio n>
  38    *   &lt;/ complexCon tent>
  39    * &lt;/co mplexType>
  40    * </pre>
  41    * 
  42    * 
  43    */
  44   @XmlAccess orType(Xml AccessType .FIELD)
  45   @XmlType(n ame = "con sult", nam espace = " http://web service.vd s. URL         /", propOr der = {
  46       "compl exDataUrl" ,
  47       "consu ltType",
  48       "docum ents",
  49       "id",
  50       "order Id",
  51       "patie ntNextAppo intment",
  52       "proce dureConsul t",
  53       "provi der",
  54       "repor t",
  55       "reque stDate",
  56       "servi ce",
  57       "statu s"
  58   })
  59   public cla ss Consult
  60       extend s DataBean
  61   {
  62  
  63       protec ted String  complexDa taUrl;
  64       protec ted String  consultTy pe;
  65       @XmlEl ement(nill able = tru e)
  66       protec ted List<E ncounterDo cument> do cuments;
  67       protec ted String  id;
  68       protec ted String  orderId;
  69       @XmlSc hemaType(n ame = "dat eTime")
  70       protec ted XMLGre gorianCale ndar patie ntNextAppo intment;
  71       protec ted String  procedure Consult;
  72       protec ted Provid er provide r;
  73       protec ted String  report;
  74       @XmlSc hemaType(n ame = "dat eTime")
  75       protec ted XMLGre gorianCale ndar reque stDate;
  76       protec ted String  service;
  77       protec ted String  status;
  78  
  79       /**
  80        * Get s the valu e of the c omplexData Url proper ty.
  81        * 
  82        * @re turn
  83        *      possible  object is
  84        *      {@link St ring }
  85        *      
  86        */
  87       public  String ge tComplexDa taUrl() {
  88           re turn compl exDataUrl;
  89       }
  90  
  91       /**
  92        * Set s the valu e of the c omplexData Url proper ty.
  93        * 
  94        * @pa ram value
  95        *      allowed o bject is
  96        *      {@link St ring }
  97        *      
  98        */
  99       public  void setC omplexData Url(String  value) {
  100           th is.complex DataUrl =  value;
  101       }
  102  
  103       /**
  104        * Get s the valu e of the c onsultType  property.
  105        * 
  106        * @re turn
  107        *      possible  object is
  108        *      {@link St ring }
  109        *      
  110        */
  111       public  String ge tConsultTy pe() {
  112           re turn consu ltType;
  113       }
  114  
  115       /**
  116        * Set s the valu e of the c onsultType  property.
  117        * 
  118        * @pa ram value
  119        *      allowed o bject is
  120        *      {@link St ring }
  121        *      
  122        */
  123       public  void setC onsultType (String va lue) {
  124           th is.consult Type = val ue;
  125       }
  126  
  127       /**
  128        * Get s the valu e of the d ocuments p roperty.
  129        * 
  130        * <p>
  131        * Thi s accessor  method re turns a re ference to  the live  list,
  132        * not  a snapsho t. Therefo re any mod ification  you make t o the
  133        * ret urned list  will be p resent ins ide the JA XB object.
  134        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the docu ments prop erty.
  135        * 
  136        * <p>
  137        * For  example,  to add a n ew item, d o as follo ws:
  138        * <pr e>
  139        *     getDocumen ts().add(n ewItem);
  140        * </p re>
  141        * 
  142        * 
  143        * <p>
  144        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  145        * {@l ink Encoun terDocumen t }
  146        * 
  147        * 
  148        */
  149       public  List<Enco unterDocum ent> getDo cuments()  {
  150           if  (document s == null)  {
  151                document s = new Ar rayList<En counterDoc ument>();
  152           }
  153           re turn this. documents;
  154       }
  155  
  156       /**
  157        * Get s the valu e of the i d property .
  158        * 
  159        * @re turn
  160        *      possible  object is
  161        *      {@link St ring }
  162        *      
  163        */
  164       public  String ge tId() {
  165           re turn id;
  166       }
  167  
  168       /**
  169        * Set s the valu e of the i d property .
  170        * 
  171        * @pa ram value
  172        *      allowed o bject is
  173        *      {@link St ring }
  174        *      
  175        */
  176       public  void setI d(String v alue) {
  177           th is.id = va lue;
  178       }
  179  
  180       /**
  181        * Get s the valu e of the o rderId pro perty.
  182        * 
  183        * @re turn
  184        *      possible  object is
  185        *      {@link St ring }
  186        *      
  187        */
  188       public  String ge tOrderId()  {
  189           re turn order Id;
  190       }
  191  
  192       /**
  193        * Set s the valu e of the o rderId pro perty.
  194        * 
  195        * @pa ram value
  196        *      allowed o bject is
  197        *      {@link St ring }
  198        *      
  199        */
  200       public  void setO rderId(Str ing value)  {
  201           th is.orderId  = value;
  202       }
  203  
  204       /**
  205        * Get s the valu e of the p atientNext Appointmen t property .
  206        * 
  207        * @re turn
  208        *      possible  object is
  209        *      {@link XM LGregorian Calendar }
  210        *      
  211        */
  212       public  XMLGregor ianCalenda r getPatie ntNextAppo intment()  {
  213           re turn patie ntNextAppo intment;
  214       }
  215  
  216       /**
  217        * Set s the valu e of the p atientNext Appointmen t property .
  218        * 
  219        * @pa ram value
  220        *      allowed o bject is
  221        *      {@link XM LGregorian Calendar }
  222        *      
  223        */
  224       public  void setP atientNext Appointmen t(XMLGrego rianCalend ar value)  {
  225           th is.patient NextAppoin tment = va lue;
  226       }
  227  
  228       /**
  229        * Get s the valu e of the p rocedureCo nsult prop erty.
  230        * 
  231        * @re turn
  232        *      possible  object is
  233        *      {@link St ring }
  234        *      
  235        */
  236       public  String ge tProcedure Consult()  {
  237           re turn proce dureConsul t;
  238       }
  239  
  240       /**
  241        * Set s the valu e of the p rocedureCo nsult prop erty.
  242        * 
  243        * @pa ram value
  244        *      allowed o bject is
  245        *      {@link St ring }
  246        *      
  247        */
  248       public  void setP rocedureCo nsult(Stri ng value)  {
  249           th is.procedu reConsult  = value;
  250       }
  251  
  252       /**
  253        * Get s the valu e of the p rovider pr operty.
  254        * 
  255        * @re turn
  256        *      possible  object is
  257        *      {@link Pr ovider }
  258        *      
  259        */
  260       public  Provider  getProvide r() {
  261           re turn provi der;
  262       }
  263  
  264       /**
  265        * Set s the valu e of the p rovider pr operty.
  266        * 
  267        * @pa ram value
  268        *      allowed o bject is
  269        *      {@link Pr ovider }
  270        *      
  271        */
  272       public  void setP rovider(Pr ovider val ue) {
  273           th is.provide r = value;
  274       }
  275  
  276       /**
  277        * Get s the valu e of the r eport prop erty.
  278        * 
  279        * @re turn
  280        *      possible  object is
  281        *      {@link St ring }
  282        *      
  283        */
  284       public  String ge tReport()  {
  285           re turn repor t;
  286       }
  287  
  288       /**
  289        * Set s the valu e of the r eport prop erty.
  290        * 
  291        * @pa ram value
  292        *      allowed o bject is
  293        *      {@link St ring }
  294        *      
  295        */
  296       public  void setR eport(Stri ng value)  {
  297           th is.report  = value;
  298       }
  299  
  300       /**
  301        * Get s the valu e of the r equestDate  property.
  302        * 
  303        * @re turn
  304        *      possible  object is
  305        *      {@link XM LGregorian Calendar }
  306        *      
  307        */
  308       public  XMLGregor ianCalenda r getReque stDate() {
  309           re turn reque stDate;
  310       }
  311  
  312       /**
  313        * Set s the valu e of the r equestDate  property.
  314        * 
  315        * @pa ram value
  316        *      allowed o bject is
  317        *      {@link XM LGregorian Calendar }
  318        *      
  319        */
  320       public  void setR equestDate (XMLGregor ianCalenda r value) {
  321           th is.request Date = val ue;
  322       }
  323  
  324       /**
  325        * Get s the valu e of the s ervice pro perty.
  326        * 
  327        * @re turn
  328        *      possible  object is
  329        *      {@link St ring }
  330        *      
  331        */
  332       public  String ge tService()  {
  333           re turn servi ce;
  334       }
  335  
  336       /**
  337        * Set s the valu e of the s ervice pro perty.
  338        * 
  339        * @pa ram value
  340        *      allowed o bject is
  341        *      {@link St ring }
  342        *      
  343        */
  344       public  void setS ervice(Str ing value)  {
  345           th is.service  = value;
  346       }
  347  
  348       /**
  349        * Get s the valu e of the s tatus prop erty.
  350        * 
  351        * @re turn
  352        *      possible  object is
  353        *      {@link St ring }
  354        *      
  355        */
  356       public  String ge tStatus()  {
  357           re turn statu s;
  358       }
  359  
  360       /**
  361        * Set s the valu e of the s tatus prop erty.
  362        * 
  363        * @pa ram value
  364        *      allowed o bject is
  365        *      {@link St ring }
  366        *      
  367        */
  368       public  void setS tatus(Stri ng value)  {
  369           th is.status  = value;
  370       }
  371  
  372   }