201. EPMO Open Source Coordination Office Redaction File Detail Report

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

201.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_0\webservice Consult.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice Consult.java Mon Oct 2 19:50:48 2017 UTC

201.2 Comparison summary

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

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

201.4 Active regular expressions

No regular expressions were active.

201.5 Comparison detail

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