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

552.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 PatientV4.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 PatientV4.java Mon Oct 2 19:53:46 2017 UTC

552.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 874
Changed 1 2
Inserted 0 0
Removed 0 0

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

552.4 Active regular expressions

No regular expressions were active.

552.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.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  patientV4  complex t ype.
  11    * 
  12    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  13    * 
  14    * <pre>
  15    * &lt;com plexType n ame="patie ntV4">
  16    *   &lt;c omplexCont ent>
  17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="a ddress" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  20    *          &lt;eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  21    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  22    *          &lt;eleme nt name="g enderCode"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  23    *          &lt;eleme nt name="l anguage" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  24    *          &lt;eleme nt name="l anguageCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  25    *          &lt;eleme nt name="m aritalStat us" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  26    *          &lt;eleme nt name="m aritalStat usCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  27    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  28    *          &lt;eleme nt name="p atientId"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  29    *          &lt;eleme nt name="p hone" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  30    *          &lt;eleme nt name="p roviderOrg " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  31    *          &lt;eleme nt name="r ace" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  32    *          &lt;eleme nt name="r eligion" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  33    *          &lt;eleme nt name="r eligionCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  34    *       & lt;/sequen ce>
  35    *     &lt ;/restrict ion>
  36    *   &lt;/ complexCon tent>
  37    * &lt;/co mplexType>
  38    * </pre>
  39    * 
  40    * 
  41    */
  42   @XmlAccess orType(Xml AccessType .FIELD)
  43   @XmlType(n ame = "pat ientV4", n amespace =  "http://w ebservice. bhie. URL         /", propOr der = {
  44       "addre ss",
  45       "dob",
  46       "gende r",
  47       "gende rCode",
  48       "langu age",
  49       "langu ageCode",
  50       "marit alStatus",
  51       "marit alStatusCo de",
  52       "name" ,
  53       "patie ntId",
  54       "phone ",
  55       "provi derOrg",
  56       "race" ,
  57       "relig ion",
  58       "relig ionCode"
  59   })
  60   public cla ss Patient V4 {
  61  
  62       protec ted String  address;
  63       protec ted String  dob;
  64       protec ted String  gender;
  65       protec ted String  genderCod e;
  66       protec ted String  language;
  67       protec ted String  languageC ode;
  68       protec ted String  maritalSt atus;
  69       protec ted String  maritalSt atusCode;
  70       protec ted String  name;
  71       protec ted String  patientId ;
  72       protec ted String  phone;
  73       protec ted String  providerO rg;
  74       protec ted String  race;
  75       protec ted String  religion;
  76       protec ted String  religionC ode;
  77  
  78       /**
  79        * Get s the valu e of the a ddress pro perty.
  80        * 
  81        * @re turn
  82        *      possible  object is
  83        *      {@link St ring }
  84        *      
  85        */
  86       public  String ge tAddress()  {
  87           re turn addre ss;
  88       }
  89  
  90       /**
  91        * Set s the valu e of the a ddress pro perty.
  92        * 
  93        * @pa ram value
  94        *      allowed o bject is
  95        *      {@link St ring }
  96        *      
  97        */
  98       public  void setA ddress(Str ing value)  {
  99           th is.address  = value;
  100       }
  101  
  102       /**
  103        * Get s the valu e of the d ob propert y.
  104        * 
  105        * @re turn
  106        *      possible  object is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  String ge tDob() {
  111           re turn dob;
  112       }
  113  
  114       /**
  115        * Set s the valu e of the d ob propert y.
  116        * 
  117        * @pa ram value
  118        *      allowed o bject is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  void setD ob(String  value) {
  123           th is.dob = v alue;
  124       }
  125  
  126       /**
  127        * Get s the valu e of the g ender prop erty.
  128        * 
  129        * @re turn
  130        *      possible  object is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  String ge tGender()  {
  135           re turn gende r;
  136       }
  137  
  138       /**
  139        * Set s the valu e of the g ender prop erty.
  140        * 
  141        * @pa ram value
  142        *      allowed o bject is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  void setG ender(Stri ng value)  {
  147           th is.gender  = value;
  148       }
  149  
  150       /**
  151        * Get s the valu e of the g enderCode  property.
  152        * 
  153        * @re turn
  154        *      possible  object is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  String ge tGenderCod e() {
  159           re turn gende rCode;
  160       }
  161  
  162       /**
  163        * Set s the valu e of the g enderCode  property.
  164        * 
  165        * @pa ram value
  166        *      allowed o bject is
  167        *      {@link St ring }
  168        *      
  169        */
  170       public  void setG enderCode( String val ue) {
  171           th is.genderC ode = valu e;
  172       }
  173  
  174       /**
  175        * Get s the valu e of the l anguage pr operty.
  176        * 
  177        * @re turn
  178        *      possible  object is
  179        *      {@link St ring }
  180        *      
  181        */
  182       public  String ge tLanguage( ) {
  183           re turn langu age;
  184       }
  185  
  186       /**
  187        * Set s the valu e of the l anguage pr operty.
  188        * 
  189        * @pa ram value
  190        *      allowed o bject is
  191        *      {@link St ring }
  192        *      
  193        */
  194       public  void setL anguage(St ring value ) {
  195           th is.languag e = value;
  196       }
  197  
  198       /**
  199        * Get s the valu e of the l anguageCod e property .
  200        * 
  201        * @re turn
  202        *      possible  object is
  203        *      {@link St ring }
  204        *      
  205        */
  206       public  String ge tLanguageC ode() {
  207           re turn langu ageCode;
  208       }
  209  
  210       /**
  211        * Set s the valu e of the l anguageCod e property .
  212        * 
  213        * @pa ram value
  214        *      allowed o bject is
  215        *      {@link St ring }
  216        *      
  217        */
  218       public  void setL anguageCod e(String v alue) {
  219           th is.languag eCode = va lue;
  220       }
  221  
  222       /**
  223        * Get s the valu e of the m aritalStat us propert y.
  224        * 
  225        * @re turn
  226        *      possible  object is
  227        *      {@link St ring }
  228        *      
  229        */
  230       public  String ge tMaritalSt atus() {
  231           re turn marit alStatus;
  232       }
  233  
  234       /**
  235        * Set s the valu e of the m aritalStat us propert y.
  236        * 
  237        * @pa ram value
  238        *      allowed o bject is
  239        *      {@link St ring }
  240        *      
  241        */
  242       public  void setM aritalStat us(String  value) {
  243           th is.marital Status = v alue;
  244       }
  245  
  246       /**
  247        * Get s the valu e of the m aritalStat usCode pro perty.
  248        * 
  249        * @re turn
  250        *      possible  object is
  251        *      {@link St ring }
  252        *      
  253        */
  254       public  String ge tMaritalSt atusCode()  {
  255           re turn marit alStatusCo de;
  256       }
  257  
  258       /**
  259        * Set s the valu e of the m aritalStat usCode pro perty.
  260        * 
  261        * @pa ram value
  262        *      allowed o bject is
  263        *      {@link St ring }
  264        *      
  265        */
  266       public  void setM aritalStat usCode(Str ing value)  {
  267           th is.marital StatusCode  = value;
  268       }
  269  
  270       /**
  271        * Get s the valu e of the n ame proper ty.
  272        * 
  273        * @re turn
  274        *      possible  object is
  275        *      {@link St ring }
  276        *      
  277        */
  278       public  String ge tName() {
  279           re turn name;
  280       }
  281  
  282       /**
  283        * Set s the valu e of the n ame proper ty.
  284        * 
  285        * @pa ram value
  286        *      allowed o bject is
  287        *      {@link St ring }
  288        *      
  289        */
  290       public  void setN ame(String  value) {
  291           th is.name =  value;
  292       }
  293  
  294       /**
  295        * Get s the valu e of the p atientId p roperty.
  296        * 
  297        * @re turn
  298        *      possible  object is
  299        *      {@link St ring }
  300        *      
  301        */
  302       public  String ge tPatientId () {
  303           re turn patie ntId;
  304       }
  305  
  306       /**
  307        * Set s the valu e of the p atientId p roperty.
  308        * 
  309        * @pa ram value
  310        *      allowed o bject is
  311        *      {@link St ring }
  312        *      
  313        */
  314       public  void setP atientId(S tring valu e) {
  315           th is.patient Id = value ;
  316       }
  317  
  318       /**
  319        * Get s the valu e of the p hone prope rty.
  320        * 
  321        * @re turn
  322        *      possible  object is
  323        *      {@link St ring }
  324        *      
  325        */
  326       public  String ge tPhone() {
  327           re turn phone ;
  328       }
  329  
  330       /**
  331        * Set s the valu e of the p hone prope rty.
  332        * 
  333        * @pa ram value
  334        *      allowed o bject is
  335        *      {@link St ring }
  336        *      
  337        */
  338       public  void setP hone(Strin g value) {
  339           th is.phone =  value;
  340       }
  341  
  342       /**
  343        * Get s the valu e of the p roviderOrg  property.
  344        * 
  345        * @re turn
  346        *      possible  object is
  347        *      {@link St ring }
  348        *      
  349        */
  350       public  String ge tProviderO rg() {
  351           re turn provi derOrg;
  352       }
  353  
  354       /**
  355        * Set s the valu e of the p roviderOrg  property.
  356        * 
  357        * @pa ram value
  358        *      allowed o bject is
  359        *      {@link St ring }
  360        *      
  361        */
  362       public  void setP roviderOrg (String va lue) {
  363           th is.provide rOrg = val ue;
  364       }
  365  
  366       /**
  367        * Get s the valu e of the r ace proper ty.
  368        * 
  369        * @re turn
  370        *      possible  object is
  371        *      {@link St ring }
  372        *      
  373        */
  374       public  String ge tRace() {
  375           re turn race;
  376       }
  377  
  378       /**
  379        * Set s the valu e of the r ace proper ty.
  380        * 
  381        * @pa ram value
  382        *      allowed o bject is
  383        *      {@link St ring }
  384        *      
  385        */
  386       public  void setR ace(String  value) {
  387           th is.race =  value;
  388       }
  389  
  390       /**
  391        * Get s the valu e of the r eligion pr operty.
  392        * 
  393        * @re turn
  394        *      possible  object is
  395        *      {@link St ring }
  396        *      
  397        */
  398       public  String ge tReligion( ) {
  399           re turn relig ion;
  400       }
  401  
  402       /**
  403        * Set s the valu e of the r eligion pr operty.
  404        * 
  405        * @pa ram value
  406        *      allowed o bject is
  407        *      {@link St ring }
  408        *      
  409        */
  410       public  void setR eligion(St ring value ) {
  411           th is.religio n = value;
  412       }
  413  
  414       /**
  415        * Get s the valu e of the r eligionCod e property .
  416        * 
  417        * @re turn
  418        *      possible  object is
  419        *      {@link St ring }
  420        *      
  421        */
  422       public  String ge tReligionC ode() {
  423           re turn relig ionCode;
  424       }
  425  
  426       /**
  427        * Set s the valu e of the r eligionCod e property .
  428        * 
  429        * @pa ram value
  430        *      allowed o bject is
  431        *      {@link St ring }
  432        *      
  433        */
  434       public  void setR eligionCod e(String v alue) {
  435           th is.religio nCode = va lue;
  436       }
  437  
  438   }