548. EPMO Open Source Coordination Office Redaction File Detail Report

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

548.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_1\webservice PatientAppointments.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_1\webservice PatientAppointments.java Mon Oct 2 19:53:44 2017 UTC

548.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 1266
Changed 3 6
Inserted 0 0
Removed 0 0

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

548.4 Active regular expressions

No regular expressions were active.

548.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.webser vice;
  3  
  4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  6   import jav ax.xml.bin d.annotati on.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  10  
  11  
  12   /**
  13    * <p>Java  class for  patientAp pointments  complex t ype.
  14    * 
  15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  16    * 
  17    * <pre>
  18    * &lt;com plexType n ame="patie ntAppointm ents">
  19    *   &lt;c omplexCont ent>
  20    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  21    *       & lt;sequenc e>
  22    *          &lt;eleme nt name="a pptDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/>
  23    *          &lt;eleme nt name="a pptId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="a pptType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  25    *          &lt;eleme nt name="c linic" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  26    *          &lt;eleme nt name="c linicId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  27    *          &lt;eleme nt name="c linicStopC ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  28    *          &lt;eleme nt name="c linicStopN ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  29    *          &lt;eleme nt name="c reditStopC ode" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  30    *          &lt;eleme nt name="c reditStopN ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  31    *          &lt;eleme nt name="p atientClas s" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  32    *           &lt;elemen t name="pr ovider" ty pe="{http: //webservi ce.vds. URL         /}provider " minOccur s="0"/>
  33    *          &lt;eleme nt name="p roviderCla ss" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  34    *          &lt;eleme nt name="p roviderCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  35    *          &lt;eleme nt name="p roviderPag er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  36    *          &lt;eleme nt name="p roviderPho ne" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  37    *          &lt;eleme nt name="r eason" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  38    *          &lt;eleme nt name="s ervice" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  39    *          &lt;eleme nt name="s erviceCate goryCode"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  40    *          &lt;eleme nt name="s erviceCate goryName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  41    *          &lt;eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  42    *          &lt;eleme nt name="u serIen" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  43    *          &lt;eleme nt name="v isitString " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  44    *       & lt;/sequen ce>
  45    *     &lt ;/extensio n>
  46    *   &lt;/ complexCon tent>
  47    * &lt;/co mplexType>
  48    * </pre>
  49    * 
  50    * 
  51    */
  52   @XmlAccess orType(Xml AccessType .FIELD)
  53   @XmlType(n ame = "pat ientAppoin tments", n amespace =  "http://w ebservice. vds. URL         /", propOr der = {
  54       "apptD ate",
  55       "apptI d",
  56       "apptT ype",
  57       "clini c",
  58       "clini cId",
  59       "clini cStopCode" ,
  60       "clini cStopName" ,
  61       "credi tStopCode" ,
  62       "credi tStopName" ,
  63       "patie ntClass",
  64       "provi der",
  65       "provi derClass",
  66       "provi derCode",
  67       "provi derPager",
  68       "provi derPhone",
  69       "reaso n",
  70       "servi ce",
  71       "servi ceCategory Code",
  72       "servi ceCategory Name",
  73       "statu s",
  74       "userI en",
  75       "visit String"
  76   })
  77   @XmlSeeAls o({
  78       Encoun ter.class
  79   })
  80   public cla ss Patient Appointmen ts
  81       extend s DataBean
  82   {
  83  
  84       @XmlSc hemaType(n ame = "dat eTime")
  85       protec ted XMLGre gorianCale ndar apptD ate;
  86       protec ted String  apptId;
  87       protec ted String  apptType;
  88       protec ted String  clinic;
  89       protec ted String  clinicId;
  90       protec ted String  clinicSto pCode;
  91       protec ted String  clinicSto pName;
  92       protec ted String  creditSto pCode;
  93       protec ted String  creditSto pName;
  94       protec ted String  patientCl ass;
  95       protec ted Provid er provide r;
  96       protec ted String  providerC lass;
  97       protec ted String  providerC ode;
  98       protec ted String  providerP ager;
  99       protec ted String  providerP hone;
  100       protec ted String  reason;
  101       protec ted String  service;
  102       protec ted String  serviceCa tegoryCode ;
  103       protec ted String  serviceCa tegoryName ;
  104       protec ted String  status;
  105       protec ted String  userIen;
  106       protec ted String  visitStri ng;
  107  
  108       /**
  109        * Get s the valu e of the a pptDate pr operty.
  110        * 
  111        * @re turn
  112        *      possible  object is
  113        *      {@link XM LGregorian Calendar }
  114        *      
  115        */
  116       public  XMLGregor ianCalenda r getApptD ate() {
  117           re turn apptD ate;
  118       }
  119  
  120       /**
  121        * Set s the valu e of the a pptDate pr operty.
  122        * 
  123        * @pa ram value
  124        *      allowed o bject is
  125        *      {@link XM LGregorian Calendar }
  126        *      
  127        */
  128       public  void setA pptDate(XM LGregorian Calendar v alue) {
  129           th is.apptDat e = value;
  130       }
  131  
  132       /**
  133        * Get s the valu e of the a pptId prop erty.
  134        * 
  135        * @re turn
  136        *      possible  object is
  137        *      {@link St ring }
  138        *      
  139        */
  140       public  String ge tApptId()  {
  141           re turn apptI d;
  142       }
  143  
  144       /**
  145        * Set s the valu e of the a pptId prop erty.
  146        * 
  147        * @pa ram value
  148        *      allowed o bject is
  149        *      {@link St ring }
  150        *      
  151        */
  152       public  void setA pptId(Stri ng value)  {
  153           th is.apptId  = value;
  154       }
  155  
  156       /**
  157        * Get s the valu e of the a pptType pr operty.
  158        * 
  159        * @re turn
  160        *      possible  object is
  161        *      {@link St ring }
  162        *      
  163        */
  164       public  String ge tApptType( ) {
  165           re turn apptT ype;
  166       }
  167  
  168       /**
  169        * Set s the valu e of the a pptType pr operty.
  170        * 
  171        * @pa ram value
  172        *      allowed o bject is
  173        *      {@link St ring }
  174        *      
  175        */
  176       public  void setA pptType(St ring value ) {
  177           th is.apptTyp e = value;
  178       }
  179  
  180       /**
  181        * Get s the valu e of the c linic prop erty.
  182        * 
  183        * @re turn
  184        *      possible  object is
  185        *      {@link St ring }
  186        *      
  187        */
  188       public  String ge tClinic()  {
  189           re turn clini c;
  190       }
  191  
  192       /**
  193        * Set s the valu e of the c linic prop erty.
  194        * 
  195        * @pa ram value
  196        *      allowed o bject is
  197        *      {@link St ring }
  198        *      
  199        */
  200       public  void setC linic(Stri ng value)  {
  201           th is.clinic  = value;
  202       }
  203  
  204       /**
  205        * Get s the valu e of the c linicId pr operty.
  206        * 
  207        * @re turn
  208        *      possible  object is
  209        *      {@link St ring }
  210        *      
  211        */
  212       public  String ge tClinicId( ) {
  213           re turn clini cId;
  214       }
  215  
  216       /**
  217        * Set s the valu e of the c linicId pr operty.
  218        * 
  219        * @pa ram value
  220        *      allowed o bject is
  221        *      {@link St ring }
  222        *      
  223        */
  224       public  void setC linicId(St ring value ) {
  225           th is.clinicI d = value;
  226       }
  227  
  228       /**
  229        * Get s the valu e of the c linicStopC ode proper ty.
  230        * 
  231        * @re turn
  232        *      possible  object is
  233        *      {@link St ring }
  234        *      
  235        */
  236       public  String ge tClinicSto pCode() {
  237           re turn clini cStopCode;
  238       }
  239  
  240       /**
  241        * Set s the valu e of the c linicStopC ode proper ty.
  242        * 
  243        * @pa ram value
  244        *      allowed o bject is
  245        *      {@link St ring }
  246        *      
  247        */
  248       public  void setC linicStopC ode(String  value) {
  249           th is.clinicS topCode =  value;
  250       }
  251  
  252       /**
  253        * Get s the valu e of the c linicStopN ame proper ty.
  254        * 
  255        * @re turn
  256        *      possible  object is
  257        *      {@link St ring }
  258        *      
  259        */
  260       public  String ge tClinicSto pName() {
  261           re turn clini cStopName;
  262       }
  263  
  264       /**
  265        * Set s the valu e of the c linicStopN ame proper ty.
  266        * 
  267        * @pa ram value
  268        *      allowed o bject is
  269        *      {@link St ring }
  270        *      
  271        */
  272       public  void setC linicStopN ame(String  value) {
  273           th is.clinicS topName =  value;
  274       }
  275  
  276       /**
  277        * Get s the valu e of the c reditStopC ode proper ty.
  278        * 
  279        * @re turn
  280        *      possible  object is
  281        *      {@link St ring }
  282        *      
  283        */
  284       public  String ge tCreditSto pCode() {
  285           re turn credi tStopCode;
  286       }
  287  
  288       /**
  289        * Set s the valu e of the c reditStopC ode proper ty.
  290        * 
  291        * @pa ram value
  292        *      allowed o bject is
  293        *      {@link St ring }
  294        *      
  295        */
  296       public  void setC reditStopC ode(String  value) {
  297           th is.creditS topCode =  value;
  298       }
  299  
  300       /**
  301        * Get s the valu e of the c reditStopN ame proper ty.
  302        * 
  303        * @re turn
  304        *      possible  object is
  305        *      {@link St ring }
  306        *      
  307        */
  308       public  String ge tCreditSto pName() {
  309           re turn credi tStopName;
  310       }
  311  
  312       /**
  313        * Set s the valu e of the c reditStopN ame proper ty.
  314        * 
  315        * @pa ram value
  316        *      allowed o bject is
  317        *      {@link St ring }
  318        *      
  319        */
  320       public  void setC reditStopN ame(String  value) {
  321           th is.creditS topName =  value;
  322       }
  323  
  324       /**
  325        * Get s the valu e of the p atientClas s property .
  326        * 
  327        * @re turn
  328        *      possible  object is
  329        *      {@link St ring }
  330        *      
  331        */
  332       public  String ge tPatientCl ass() {
  333           re turn patie ntClass;
  334       }
  335  
  336       /**
  337        * Set s the valu e of the p atientClas s property .
  338        * 
  339        * @pa ram value
  340        *      allowed o bject is
  341        *      {@link St ring }
  342        *      
  343        */
  344       public  void setP atientClas s(String v alue) {
  345           th is.patient Class = va lue;
  346       }
  347  
  348       /**
  349        * Get s the valu e of the p rovider pr operty.
  350        * 
  351        * @re turn
  352        *      possible  object is
  353        *      {@link Pr ovider }
  354        *      
  355        */
  356       public  Provider  getProvide r() {
  357           re turn provi der;
  358       }
  359  
  360       /**
  361        * Set s the valu e of the p rovider pr operty.
  362        * 
  363        * @pa ram value
  364        *      allowed o bject is
  365        *      {@link Pr ovider }
  366        *      
  367        */
  368       public  void setP rovider(Pr ovider val ue) {
  369           th is.provide r = value;
  370       }
  371  
  372       /**
  373        * Get s the valu e of the p roviderCla ss propert y.
  374        * 
  375        * @re turn
  376        *      possible  object is
  377        *      {@link St ring }
  378        *      
  379        */
  380       public  String ge tProviderC lass() {
  381           re turn provi derClass;
  382       }
  383  
  384       /**
  385        * Set s the valu e of the p roviderCla ss propert y.
  386        * 
  387        * @pa ram value
  388        *      allowed o bject is
  389        *      {@link St ring }
  390        *      
  391        */
  392       public  void setP roviderCla ss(String  value) {
  393           th is.provide rClass = v alue;
  394       }
  395  
  396       /**
  397        * Get s the valu e of the p roviderCod e property .
  398        * 
  399        * @re turn
  400        *      possible  object is
  401        *      {@link St ring }
  402        *      
  403        */
  404       public  String ge tProviderC ode() {
  405           re turn provi derCode;
  406       }
  407  
  408       /**
  409        * Set s the valu e of the p roviderCod e property .
  410        * 
  411        * @pa ram value
  412        *      allowed o bject is
  413        *      {@link St ring }
  414        *      
  415        */
  416       public  void setP roviderCod e(String v alue) {
  417           th is.provide rCode = va lue;
  418       }
  419  
  420       /**
  421        * Get s the valu e of the p roviderPag er propert y.
  422        * 
  423        * @re turn
  424        *      possible  object is
  425        *      {@link St ring }
  426        *      
  427        */
  428       public  String ge tProviderP ager() {
  429           re turn provi derPager;
  430       }
  431  
  432       /**
  433        * Set s the valu e of the p roviderPag er propert y.
  434        * 
  435        * @pa ram value
  436        *      allowed o bject is
  437        *      {@link St ring }
  438        *      
  439        */
  440       public  void setP roviderPag er(String  value) {
  441           th is.provide rPager = v alue;
  442       }
  443  
  444       /**
  445        * Get s the valu e of the p roviderPho ne propert y.
  446        * 
  447        * @re turn
  448        *      possible  object is
  449        *      {@link St ring }
  450        *      
  451        */
  452       public  String ge tProviderP hone() {
  453           re turn provi derPhone;
  454       }
  455  
  456       /**
  457        * Set s the valu e of the p roviderPho ne propert y.
  458        * 
  459        * @pa ram value
  460        *      allowed o bject is
  461        *      {@link St ring }
  462        *      
  463        */
  464       public  void setP roviderPho ne(String  value) {
  465           th is.provide rPhone = v alue;
  466       }
  467  
  468       /**
  469        * Get s the valu e of the r eason prop erty.
  470        * 
  471        * @re turn
  472        *      possible  object is
  473        *      {@link St ring }
  474        *      
  475        */
  476       public  String ge tReason()  {
  477           re turn reaso n;
  478       }
  479  
  480       /**
  481        * Set s the valu e of the r eason prop erty.
  482        * 
  483        * @pa ram value
  484        *      allowed o bject is
  485        *      {@link St ring }
  486        *      
  487        */
  488       public  void setR eason(Stri ng value)  {
  489           th is.reason  = value;
  490       }
  491  
  492       /**
  493        * Get s the valu e of the s ervice pro perty.
  494        * 
  495        * @re turn
  496        *      possible  object is
  497        *      {@link St ring }
  498        *      
  499        */
  500       public  String ge tService()  {
  501           re turn servi ce;
  502       }
  503  
  504       /**
  505        * Set s the valu e of the s ervice pro perty.
  506        * 
  507        * @pa ram value
  508        *      allowed o bject is
  509        *      {@link St ring }
  510        *      
  511        */
  512       public  void setS ervice(Str ing value)  {
  513           th is.service  = value;
  514       }
  515  
  516       /**
  517        * Get s the valu e of the s erviceCate goryCode p roperty.
  518        * 
  519        * @re turn
  520        *      possible  object is
  521        *      {@link St ring }
  522        *      
  523        */
  524       public  String ge tServiceCa tegoryCode () {
  525           re turn servi ceCategory Code;
  526       }
  527  
  528       /**
  529        * Set s the valu e of the s erviceCate goryCode p roperty.
  530        * 
  531        * @pa ram value
  532        *      allowed o bject is
  533        *      {@link St ring }
  534        *      
  535        */
  536       public  void setS erviceCate goryCode(S tring valu e) {
  537           th is.service CategoryCo de = value ;
  538       }
  539  
  540       /**
  541        * Get s the valu e of the s erviceCate goryName p roperty.
  542        * 
  543        * @re turn
  544        *      possible  object is
  545        *      {@link St ring }
  546        *      
  547        */
  548       public  String ge tServiceCa tegoryName () {
  549           re turn servi ceCategory Name;
  550       }
  551  
  552       /**
  553        * Set s the valu e of the s erviceCate goryName p roperty.
  554        * 
  555        * @pa ram value
  556        *      allowed o bject is
  557        *      {@link St ring }
  558        *      
  559        */
  560       public  void setS erviceCate goryName(S tring valu e) {
  561           th is.service CategoryNa me = value ;
  562       }
  563  
  564       /**
  565        * Get s the valu e of the s tatus prop erty.
  566        * 
  567        * @re turn
  568        *      possible  object is
  569        *      {@link St ring }
  570        *      
  571        */
  572       public  String ge tStatus()  {
  573           re turn statu s;
  574       }
  575  
  576       /**
  577        * Set s the valu e of the s tatus prop erty.
  578        * 
  579        * @pa ram value
  580        *      allowed o bject is
  581        *      {@link St ring }
  582        *      
  583        */
  584       public  void setS tatus(Stri ng value)  {
  585           th is.status  = value;
  586       }
  587  
  588       /**
  589        * Get s the valu e of the u serIen pro perty.
  590        * 
  591        * @re turn
  592        *      possible  object is
  593        *      {@link St ring }
  594        *      
  595        */
  596       public  String ge tUserIen()  {
  597           re turn userI en;
  598       }
  599  
  600       /**
  601        * Set s the valu e of the u serIen pro perty.
  602        * 
  603        * @pa ram value
  604        *      allowed o bject is
  605        *      {@link St ring }
  606        *      
  607        */
  608       public  void setU serIen(Str ing value)  {
  609           th is.userIen  = value;
  610       }
  611  
  612       /**
  613        * Get s the valu e of the v isitString  property.
  614        * 
  615        * @re turn
  616        *      possible  object is
  617        *      {@link St ring }
  618        *      
  619        */
  620       public  String ge tVisitStri ng() {
  621           re turn visit String;
  622       }
  623  
  624       /**
  625        * Set s the valu e of the v isitString  property.
  626        * 
  627        * @pa ram value
  628        *      allowed o bject is
  629        *      {@link St ring }
  630        *      
  631        */
  632       public  void setV isitString (String va lue) {
  633           th is.visitSt ring = val ue;
  634       }
  635  
  636   }