199. EPMO Open Source Coordination Office Redaction File Detail Report

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

199.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 ClinicalReminder.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 ClinicalReminder.java Mon Oct 2 19:50:47 2017 UTC

199.2 Comparison summary

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

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

199.4 Active regular expressions

No regular expressions were active.

199.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_0.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.XmlType ;
  8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  clinicalR eminder co mplex type .
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="clini calReminde r">
  18    *   &lt;c omplexCont ent>
  19    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  20    *       & lt;sequenc e>
  21    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="d ueDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}da teTime" mi nOccurs="0 "/>
  23    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  24    *          &lt;eleme nt name="l astOccurre nceDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/>
  25    *       & lt;/sequen ce>
  26    *     &lt ;/extensio n>
  27    *   &lt;/ complexCon tent>
  28    * &lt;/co mplexType>
  29    * </pre>
  30    * 
  31    * 
  32    */
  33   @XmlAccess orType(Xml AccessType .FIELD)
  34   @XmlType(n ame = "cli nicalRemin der", name space = "h ttp://webs ervice.vds . URL         /", propOr der = {
  35       "descr iption",
  36       "dueDa te",
  37       "id",
  38       "lastO ccurrenceD ate"
  39   })
  40   public cla ss Clinica lReminder
  41       extend s DataBean
  42   {
  43  
  44       protec ted String  descripti on;
  45       @XmlSc hemaType(n ame = "dat eTime")
  46       protec ted XMLGre gorianCale ndar dueDa te;
  47       protec ted String  id;
  48       @XmlSc hemaType(n ame = "dat eTime")
  49       protec ted XMLGre gorianCale ndar lastO ccurrenceD ate;
  50  
  51       /**
  52        * Get s the valu e of the d escription  property.
  53        * 
  54        * @re turn
  55        *      possible  object is
  56        *      {@link St ring }
  57        *      
  58        */
  59       public  String ge tDescripti on() {
  60           re turn descr iption;
  61       }
  62  
  63       /**
  64        * Set s the valu e of the d escription  property.
  65        * 
  66        * @pa ram value
  67        *      allowed o bject is
  68        *      {@link St ring }
  69        *      
  70        */
  71       public  void setD escription (String va lue) {
  72           th is.descrip tion = val ue;
  73       }
  74  
  75       /**
  76        * Get s the valu e of the d ueDate pro perty.
  77        * 
  78        * @re turn
  79        *      possible  object is
  80        *      {@link XM LGregorian Calendar }
  81        *      
  82        */
  83       public  XMLGregor ianCalenda r getDueDa te() {
  84           re turn dueDa te;
  85       }
  86  
  87       /**
  88        * Set s the valu e of the d ueDate pro perty.
  89        * 
  90        * @pa ram value
  91        *      allowed o bject is
  92        *      {@link XM LGregorian Calendar }
  93        *      
  94        */
  95       public  void setD ueDate(XML GregorianC alendar va lue) {
  96           th is.dueDate  = value;
  97       }
  98  
  99       /**
  100        * Get s the valu e of the i d property .
  101        * 
  102        * @re turn
  103        *      possible  object is
  104        *      {@link St ring }
  105        *      
  106        */
  107       public  String ge tId() {
  108           re turn id;
  109       }
  110  
  111       /**
  112        * Set s the valu e of the i d property .
  113        * 
  114        * @pa ram value
  115        *      allowed o bject is
  116        *      {@link St ring }
  117        *      
  118        */
  119       public  void setI d(String v alue) {
  120           th is.id = va lue;
  121       }
  122  
  123       /**
  124        * Get s the valu e of the l astOccurre nceDate pr operty.
  125        * 
  126        * @re turn
  127        *      possible  object is
  128        *      {@link XM LGregorian Calendar }
  129        *      
  130        */
  131       public  XMLGregor ianCalenda r getLastO ccurrenceD ate() {
  132           re turn lastO ccurrenceD ate;
  133       }
  134  
  135       /**
  136        * Set s the valu e of the l astOccurre nceDate pr operty.
  137        * 
  138        * @pa ram value
  139        *      allowed o bject is
  140        *      {@link XM LGregorian Calendar }
  141        *      
  142        */
  143       public  void setL astOccurre nceDate(XM LGregorian Calendar v alue) {
  144           th is.lastOcc urrenceDat e = value;
  145       }
  146  
  147   }