395. EPMO Open Source Coordination Office Redaction File Detail Report

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

395.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 DataBean.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 DataBean.java Mon Oct 2 19:52:27 2017 UTC

395.2 Comparison summary

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

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

395.4 Active regular expressions

No regular expressions were active.

395.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_1.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.XmlSeeA lso;
  10   import jav ax.xml.bin d.annotati on.XmlType ;
  11  
  12  
  13   /**
  14    * <p>Java  class for  dataBean  complex ty pe.
  15    * 
  16    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  17    * 
  18    * <pre>
  19    * &lt;com plexType n ame="dataB ean">
  20    *   &lt;c omplexCont ent>
  21    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  22    *       & lt;sequenc e>
  23    *          &lt;eleme nt name="c drEventId"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  24    *           &lt;elemen t name="co des" type= "{http://w ebservice. vds. URL         /}code" ma xOccurs="u nbounded"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="n arrativeId " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  26    *          &lt;eleme nt name="p atientId"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  27    *          &lt;eleme nt name="p atientName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  28    *           &lt;elemen t name="si te" type=" {http://we bservice.v ds. URL         /}site" mi nOccurs="0 "/>
  29    *          &lt;eleme nt name="s ourceProto col" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  30    *       & lt;/sequen ce>
  31    *     &lt ;/restrict ion>
  32    *   &lt;/ complexCon tent>
  33    * &lt;/co mplexType>
  34    * </pre>
  35    * 
  36    * 
  37    */
  38   @XmlAccess orType(Xml AccessType .FIELD)
  39   @XmlType(n ame = "dat aBean", na mespace =  "http://we bservice.v ds. URL         /", propOr der = {
  40       "cdrEv entId",
  41       "codes ",
  42       "narra tiveId",
  43       "patie ntId",
  44       "patie ntName",
  45       "site" ,
  46       "sourc eProtocol"
  47   })
  48   @XmlSeeAls o({
  49       Clinic alReminder .class,
  50       LabRes ult.class,
  51       Deploy mentForm.c lass,
  52       Referr alBean.cla ss,
  53       Proble m.class,
  54       Patien tDemograph icsDetail. class,
  55       VlerDo cument.cla ss,
  56       Insura nceBean.cl ass,
  57       Order. class,
  58       Diagno sis.class,
  59       Allerg y.class,
  60       Prescr iptionFill .class,
  61       Immuni zation.cla ss,
  62       Vitals .class,
  63       Flag.c lass,
  64       LabOrd er.class,
  65       Radiol ogyExam.cl ass,
  66       Allerg yDetail.cl ass,
  67       Alert. class,
  68       Encoun terDocumen t.class,
  69       Questi onnaireBea n.class,
  70       Consul t.class,
  71       Patien tAdmission .class,
  72       Medica tion.class ,
  73       Proced ure.class,
  74       Patien tAppointme nts.class,
  75       Proble mNote.clas s,
  76       Progre ssNote.cla ss,
  77       FreeTe xtReport.c lass,
  78       Patien tHistory.c lass,
  79       Form.c lass,
  80       Vlercc da.class
  81   })
  82   public cla ss DataBea n {
  83  
  84       protec ted String  cdrEventI d;
  85       @XmlEl ement(nill able = tru e)
  86       protec ted List<C ode> codes ;
  87       protec ted String  narrative Id;
  88       protec ted String  patientId ;
  89       protec ted String  patientNa me;
  90       protec ted Site s ite;
  91       protec ted String  sourcePro tocol;
  92  
  93       /**
  94        * Get s the valu e of the c drEventId  property.
  95        * 
  96        * @re turn
  97        *      possible  object is
  98        *      {@link St ring }
  99        *      
  100        */
  101       public  String ge tCdrEventI d() {
  102           re turn cdrEv entId;
  103       }
  104  
  105       /**
  106        * Set s the valu e of the c drEventId  property.
  107        * 
  108        * @pa ram value
  109        *      allowed o bject is
  110        *      {@link St ring }
  111        *      
  112        */
  113       public  void setC drEventId( String val ue) {
  114           th is.cdrEven tId = valu e;
  115       }
  116  
  117       /**
  118        * Get s the valu e of the c odes prope rty.
  119        * 
  120        * <p>
  121        * Thi s accessor  method re turns a re ference to  the live  list,
  122        * not  a snapsho t. Therefo re any mod ification  you make t o the
  123        * ret urned list  will be p resent ins ide the JA XB object.
  124        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the code s property .
  125        * 
  126        * <p>
  127        * For  example,  to add a n ew item, d o as follo ws:
  128        * <pr e>
  129        *     getCodes() .add(newIt em);
  130        * </p re>
  131        * 
  132        * 
  133        * <p>
  134        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  135        * {@l ink Code }
  136        * 
  137        * 
  138        */
  139       public  List<Code > getCodes () {
  140           if  (codes ==  null) {
  141                codes =  new ArrayL ist<Code>( );
  142           }
  143           re turn this. codes;
  144       }
  145  
  146       /**
  147        * Get s the valu e of the n arrativeId  property.
  148        * 
  149        * @re turn
  150        *      possible  object is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  String ge tNarrative Id() {
  155           re turn narra tiveId;
  156       }
  157  
  158       /**
  159        * Set s the valu e of the n arrativeId  property.
  160        * 
  161        * @pa ram value
  162        *      allowed o bject is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  void setN arrativeId (String va lue) {
  167           th is.narrati veId = val ue;
  168       }
  169  
  170       /**
  171        * Get s the valu e of the p atientId p roperty.
  172        * 
  173        * @re turn
  174        *      possible  object is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  String ge tPatientId () {
  179           re turn patie ntId;
  180       }
  181  
  182       /**
  183        * Set s the valu e of the p atientId p roperty.
  184        * 
  185        * @pa ram value
  186        *      allowed o bject is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  void setP atientId(S tring valu e) {
  191           th is.patient Id = value ;
  192       }
  193  
  194       /**
  195        * Get s the valu e of the p atientName  property.
  196        * 
  197        * @re turn
  198        *      possible  object is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  String ge tPatientNa me() {
  203           re turn patie ntName;
  204       }
  205  
  206       /**
  207        * Set s the valu e of the p atientName  property.
  208        * 
  209        * @pa ram value
  210        *      allowed o bject is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  void setP atientName (String va lue) {
  215           th is.patient Name = val ue;
  216       }
  217  
  218       /**
  219        * Get s the valu e of the s ite proper ty.
  220        * 
  221        * @re turn
  222        *      possible  object is
  223        *      {@link Si te }
  224        *      
  225        */
  226       public  Site getS ite() {
  227           re turn site;
  228       }
  229  
  230       /**
  231        * Set s the valu e of the s ite proper ty.
  232        * 
  233        * @pa ram value
  234        *      allowed o bject is
  235        *      {@link Si te }
  236        *      
  237        */
  238       public  void setS ite(Site v alue) {
  239           th is.site =  value;
  240       }
  241  
  242       /**
  243        * Get s the valu e of the s ourceProto col proper ty.
  244        * 
  245        * @re turn
  246        *      possible  object is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  String ge tSourcePro tocol() {
  251           re turn sourc eProtocol;
  252       }
  253  
  254       /**
  255        * Set s the valu e of the s ourceProto col proper ty.
  256        * 
  257        * @pa ram value
  258        *      allowed o bject is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  void setS ourceProto col(String  value) {
  263           th is.sourceP rotocol =  value;
  264       }
  265  
  266   }