339. EPMO Open Source Coordination Office Redaction File Detail Report

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

339.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 Medication.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 Medication.java Mon Oct 2 19:51:54 2017 UTC

339.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 1060
Changed 5 10
Inserted 0 0
Removed 0 0

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

339.4 Active regular expressions

No regular expressions were active.

339.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  medicatio n complex  type.
  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="medic ation">
  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="a ctive" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  25    *          &lt;eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  26    *           &lt;elemen t name="cu rrentProvi der" type= "{http://w ebservice. vds. URL         /}provider " minOccur s="0"/>
  27    *          &lt;eleme nt name="d aysSupply"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  28    *          &lt;eleme nt name="d rugName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  29    *          &lt;eleme nt name="f illOrderDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/>
  30    *          &lt;eleme nt name="l astDispens ingPharmac y" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  31    *          &lt;eleme nt name="m edId" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  32    *          &lt;eleme nt name="m edType" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  33    *          &lt;eleme nt name="o rderIEN" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  34    *           &lt;elemen t name="or deringProv ider" type ="{http:// webservice .vds. URL         /}provider " minOccur s="0"/>
  35    *          &lt;eleme nt name="p harmacyId"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  36    *           &lt;elemen t name="pr escription Fills" typ e="{http:/ /webservic e.vds. URL         /}prescrip tionFill"  maxOccurs= "unbounded " minOccur s="0"/>
  37    *          &lt;eleme nt name="q uantity" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  38    *          &lt;eleme nt name="R XNumber" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  39    *          &lt;eleme nt name="r efills" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  40    *          &lt;eleme nt name="s igCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  41    *          &lt;eleme nt name="s topDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/>
  42    *       & lt;/sequen ce>
  43    *     &lt ;/extensio n>
  44    *   &lt;/ complexCon tent>
  45    * &lt;/co mplexType>
  46    * </pre>
  47    * 
  48    * 
  49    */
  50   @XmlAccess orType(Xml AccessType .FIELD)
  51   @XmlType(n ame = "med ication",  namespace  = "http:// webservice .vds. URL         /", propOr der = {
  52       "activ e",
  53       "comme nt",
  54       "curre ntProvider ",
  55       "daysS upply",
  56       "drugN ame",
  57       "fillO rderDate",
  58       "lastD ispensingP harmacy",
  59       "medId ",
  60       "medTy pe",
  61       "order IEN",
  62       "order ingProvide r",
  63       "pharm acyId",
  64       "presc riptionFil ls",
  65       "quant ity",
  66       "rxNum ber",
  67       "refil ls",
  68       "sigCo de",
  69       "stopD ate"
  70   })
  71   public cla ss Medicat ion
  72       extend s DataBean
  73   {
  74  
  75       protec ted String  active;
  76       protec ted String  comment;
  77       protec ted Provid er current Provider;
  78       protec ted String  daysSuppl y;
  79       protec ted String  drugName;
  80       @XmlSc hemaType(n ame = "dat eTime")
  81       protec ted XMLGre gorianCale ndar fillO rderDate;
  82       protec ted String  lastDispe nsingPharm acy;
  83       protec ted String  medId;
  84       protec ted String  medType;
  85       protec ted String  orderIEN;
  86       protec ted Provid er orderin gProvider;
  87       protec ted String  pharmacyI d;
  88       @XmlEl ement(nill able = tru e)
  89       protec ted List<P rescriptio nFill> pre scriptionF ills;
  90       protec ted String  quantity;
  91       @XmlEl ement(name  = "RXNumb er")
  92       protec ted String  rxNumber;
  93       protec ted String  refills;
  94       protec ted String  sigCode;
  95       @XmlSc hemaType(n ame = "dat eTime")
  96       protec ted XMLGre gorianCale ndar stopD ate;
  97  
  98       /**
  99        * Get s the valu e of the a ctive prop erty.
  100        * 
  101        * @re turn
  102        *      possible  object is
  103        *      {@link St ring }
  104        *      
  105        */
  106       public  String ge tActive()  {
  107           re turn activ e;
  108       }
  109  
  110       /**
  111        * Set s the valu e of the a ctive prop erty.
  112        * 
  113        * @pa ram value
  114        *      allowed o bject is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  void setA ctive(Stri ng value)  {
  119           th is.active  = value;
  120       }
  121  
  122       /**
  123        * Get s the valu e of the c omment pro perty.
  124        * 
  125        * @re turn
  126        *      possible  object is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  String ge tComment()  {
  131           re turn comme nt;
  132       }
  133  
  134       /**
  135        * Set s the valu e of the c omment pro perty.
  136        * 
  137        * @pa ram value
  138        *      allowed o bject is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  void setC omment(Str ing value)  {
  143           th is.comment  = value;
  144       }
  145  
  146       /**
  147        * Get s the valu e of the c urrentProv ider prope rty.
  148        * 
  149        * @re turn
  150        *      possible  object is
  151        *      {@link Pr ovider }
  152        *      
  153        */
  154       public  Provider  getCurrent Provider()  {
  155           re turn curre ntProvider ;
  156       }
  157  
  158       /**
  159        * Set s the valu e of the c urrentProv ider prope rty.
  160        * 
  161        * @pa ram value
  162        *      allowed o bject is
  163        *      {@link Pr ovider }
  164        *      
  165        */
  166       public  void setC urrentProv ider(Provi der value)  {
  167           th is.current Provider =  value;
  168       }
  169  
  170       /**
  171        * Get s the valu e of the d aysSupply  property.
  172        * 
  173        * @re turn
  174        *      possible  object is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  String ge tDaysSuppl y() {
  179           re turn daysS upply;
  180       }
  181  
  182       /**
  183        * Set s the valu e of the d aysSupply  property.
  184        * 
  185        * @pa ram value
  186        *      allowed o bject is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  void setD aysSupply( String val ue) {
  191           th is.daysSup ply = valu e;
  192       }
  193  
  194       /**
  195        * Get s the valu e of the d rugName pr operty.
  196        * 
  197        * @re turn
  198        *      possible  object is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  String ge tDrugName( ) {
  203           re turn drugN ame;
  204       }
  205  
  206       /**
  207        * Set s the valu e of the d rugName pr operty.
  208        * 
  209        * @pa ram value
  210        *      allowed o bject is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  void setD rugName(St ring value ) {
  215           th is.drugNam e = value;
  216       }
  217  
  218       /**
  219        * Get s the valu e of the f illOrderDa te propert y.
  220        * 
  221        * @re turn
  222        *      possible  object is
  223        *      {@link XM LGregorian Calendar }
  224        *      
  225        */
  226       public  XMLGregor ianCalenda r getFillO rderDate()  {
  227           re turn fillO rderDate;
  228       }
  229  
  230       /**
  231        * Set s the valu e of the f illOrderDa te propert y.
  232        * 
  233        * @pa ram value
  234        *      allowed o bject is
  235        *      {@link XM LGregorian Calendar }
  236        *      
  237        */
  238       public  void setF illOrderDa te(XMLGreg orianCalen dar value)  {
  239           th is.fillOrd erDate = v alue;
  240       }
  241  
  242       /**
  243        * Get s the valu e of the l astDispens ingPharmac y property .
  244        * 
  245        * @re turn
  246        *      possible  object is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  String ge tLastDispe nsingPharm acy() {
  251           re turn lastD ispensingP harmacy;
  252       }
  253  
  254       /**
  255        * Set s the valu e of the l astDispens ingPharmac y property .
  256        * 
  257        * @pa ram value
  258        *      allowed o bject is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  void setL astDispens ingPharmac y(String v alue) {
  263           th is.lastDis pensingPha rmacy = va lue;
  264       }
  265  
  266       /**
  267        * Get s the valu e of the m edId prope rty.
  268        * 
  269        * @re turn
  270        *      possible  object is
  271        *      {@link St ring }
  272        *      
  273        */
  274       public  String ge tMedId() {
  275           re turn medId ;
  276       }
  277  
  278       /**
  279        * Set s the valu e of the m edId prope rty.
  280        * 
  281        * @pa ram value
  282        *      allowed o bject is
  283        *      {@link St ring }
  284        *      
  285        */
  286       public  void setM edId(Strin g value) {
  287           th is.medId =  value;
  288       }
  289  
  290       /**
  291        * Get s the valu e of the m edType pro perty.
  292        * 
  293        * @re turn
  294        *      possible  object is
  295        *      {@link St ring }
  296        *      
  297        */
  298       public  String ge tMedType()  {
  299           re turn medTy pe;
  300       }
  301  
  302       /**
  303        * Set s the valu e of the m edType pro perty.
  304        * 
  305        * @pa ram value
  306        *      allowed o bject is
  307        *      {@link St ring }
  308        *      
  309        */
  310       public  void setM edType(Str ing value)  {
  311           th is.medType  = value;
  312       }
  313  
  314       /**
  315        * Get s the valu e of the o rderIEN pr operty.
  316        * 
  317        * @re turn
  318        *      possible  object is
  319        *      {@link St ring }
  320        *      
  321        */
  322       public  String ge tOrderIEN( ) {
  323           re turn order IEN;
  324       }
  325  
  326       /**
  327        * Set s the valu e of the o rderIEN pr operty.
  328        * 
  329        * @pa ram value
  330        *      allowed o bject is
  331        *      {@link St ring }
  332        *      
  333        */
  334       public  void setO rderIEN(St ring value ) {
  335           th is.orderIE N = value;
  336       }
  337  
  338       /**
  339        * Get s the valu e of the o rderingPro vider prop erty.
  340        * 
  341        * @re turn
  342        *      possible  object is
  343        *      {@link Pr ovider }
  344        *      
  345        */
  346       public  Provider  getOrderin gProvider( ) {
  347           re turn order ingProvide r;
  348       }
  349  
  350       /**
  351        * Set s the valu e of the o rderingPro vider prop erty.
  352        * 
  353        * @pa ram value
  354        *      allowed o bject is
  355        *      {@link Pr ovider }
  356        *      
  357        */
  358       public  void setO rderingPro vider(Prov ider value ) {
  359           th is.orderin gProvider  = value;
  360       }
  361  
  362       /**
  363        * Get s the valu e of the p harmacyId  property.
  364        * 
  365        * @re turn
  366        *      possible  object is
  367        *      {@link St ring }
  368        *      
  369        */
  370       public  String ge tPharmacyI d() {
  371           re turn pharm acyId;
  372       }
  373  
  374       /**
  375        * Set s the valu e of the p harmacyId  property.
  376        * 
  377        * @pa ram value
  378        *      allowed o bject is
  379        *      {@link St ring }
  380        *      
  381        */
  382       public  void setP harmacyId( String val ue) {
  383           th is.pharmac yId = valu e;
  384       }
  385  
  386       /**
  387        * Get s the valu e of the p rescriptio nFills pro perty.
  388        * 
  389        * <p>
  390        * Thi s accessor  method re turns a re ference to  the live  list,
  391        * not  a snapsho t. Therefo re any mod ification  you make t o the
  392        * ret urned list  will be p resent ins ide the JA XB object.
  393        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the pres criptionFi lls proper ty.
  394        * 
  395        * <p>
  396        * For  example,  to add a n ew item, d o as follo ws:
  397        * <pr e>
  398        *     getPrescri ptionFills ().add(new Item);
  399        * </p re>
  400        * 
  401        * 
  402        * <p>
  403        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  404        * {@l ink Prescr iptionFill  }
  405        * 
  406        * 
  407        */
  408       public  List<Pres criptionFi ll> getPre scriptionF ills() {
  409           if  (prescrip tionFills  == null) {
  410                prescrip tionFills  = new Arra yList<Pres criptionFi ll>();
  411           }
  412           re turn this. prescripti onFills;
  413       }
  414  
  415       /**
  416        * Get s the valu e of the q uantity pr operty.
  417        * 
  418        * @re turn
  419        *      possible  object is
  420        *      {@link St ring }
  421        *      
  422        */
  423       public  String ge tQuantity( ) {
  424           re turn quant ity;
  425       }
  426  
  427       /**
  428        * Set s the valu e of the q uantity pr operty.
  429        * 
  430        * @pa ram value
  431        *      allowed o bject is
  432        *      {@link St ring }
  433        *      
  434        */
  435       public  void setQ uantity(St ring value ) {
  436           th is.quantit y = value;
  437       }
  438  
  439       /**
  440        * Get s the valu e of the r xNumber pr operty.
  441        * 
  442        * @re turn
  443        *      possible  object is
  444        *      {@link St ring }
  445        *      
  446        */
  447       public  String ge tRXNumber( ) {
  448           re turn rxNum ber;
  449       }
  450  
  451       /**
  452        * Set s the valu e of the r xNumber pr operty.
  453        * 
  454        * @pa ram value
  455        *      allowed o bject is
  456        *      {@link St ring }
  457        *      
  458        */
  459       public  void setR XNumber(St ring value ) {
  460           th is.rxNumbe r = value;
  461       }
  462  
  463       /**
  464        * Get s the valu e of the r efills pro perty.
  465        * 
  466        * @re turn
  467        *      possible  object is
  468        *      {@link St ring }
  469        *      
  470        */
  471       public  String ge tRefills()  {
  472           re turn refil ls;
  473       }
  474  
  475       /**
  476        * Set s the valu e of the r efills pro perty.
  477        * 
  478        * @pa ram value
  479        *      allowed o bject is
  480        *      {@link St ring }
  481        *      
  482        */
  483       public  void setR efills(Str ing value)  {
  484           th is.refills  = value;
  485       }
  486  
  487       /**
  488        * Get s the valu e of the s igCode pro perty.
  489        * 
  490        * @re turn
  491        *      possible  object is
  492        *      {@link St ring }
  493        *      
  494        */
  495       public  String ge tSigCode()  {
  496           re turn sigCo de;
  497       }
  498  
  499       /**
  500        * Set s the valu e of the s igCode pro perty.
  501        * 
  502        * @pa ram value
  503        *      allowed o bject is
  504        *      {@link St ring }
  505        *      
  506        */
  507       public  void setS igCode(Str ing value)  {
  508           th is.sigCode  = value;
  509       }
  510  
  511       /**
  512        * Get s the valu e of the s topDate pr operty.
  513        * 
  514        * @re turn
  515        *      possible  object is
  516        *      {@link XM LGregorian Calendar }
  517        *      
  518        */
  519       public  XMLGregor ianCalenda r getStopD ate() {
  520           re turn stopD ate;
  521       }
  522  
  523       /**
  524        * Set s the valu e of the s topDate pr operty.
  525        * 
  526        * @pa ram value
  527        *      allowed o bject is
  528        *      {@link XM LGregorian Calendar }
  529        *      
  530        */
  531       public  void setS topDate(XM LGregorian Calendar v alue) {
  532           th is.stopDat e = value;
  533       }
  534  
  535   }