780. EPMO Open Source Coordination Office Redaction File Detail Report

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

780.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_3_0_2\webservice ReferralBean.java Thu Apr 28 21:02:40 2016 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice ReferralBean.java Mon Oct 2 19:55:45 2017 UTC

780.2 Comparison summary

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

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

780.4 Active regular expressions

No regular expressions were active.

780.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_3_0_2.we bservice;
  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.XmlType ;
  10  
  11  
  12   /**
  13    * <p>Java  class for  referralB ean comple x type.
  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="refer ralBean">
  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 uthorizati onNumber"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  23    *          &lt;eleme nt name="c linic" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="f romDate" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  25    *           &lt;elemen t name="in suranceInf o" type="{ http://web service.vd s. URL         /}insuranc eBean" max Occurs="un bounded" m inOccurs=" 0"/>
  26    *          &lt;eleme nt name="p atientICN"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  27    *          &lt;eleme nt name="p rimaryCare Practition er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  28    *          &lt;eleme nt name="p rimaryDiag nosis" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  29    *          &lt;eleme nt name="r emarks" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  30    *          &lt;eleme nt name="r equestedDa te" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  31    *          &lt;eleme nt name="r equestingP rovider" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  32    *          &lt;eleme nt name="s ervicePerc entage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}in t" minOccu rs="0"/>
  33    *          &lt;eleme nt name="s erviceRequ ested" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  34    *          &lt;eleme nt name="t oDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  35    *          &lt;eleme nt name="u rgency" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  36    *          &lt;eleme nt name="v endor" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  37    *       & lt;/sequen ce>
  38    *     &lt ;/extensio n>
  39    *   &lt;/ complexCon tent>
  40    * &lt;/co mplexType>
  41    * </pre>
  42    * 
  43    * 
  44    */
  45   @XmlAccess orType(Xml AccessType .FIELD)
  46   @XmlType(n ame = "ref erralBean" , namespac e = "http: //webservi ce.vds. URL         /", propOr der = {
  47       "autho rizationNu mber",
  48       "clini c",
  49       "fromD ate",
  50       "insur anceInfo",
  51       "patie ntICN",
  52       "prima ryCarePrac titioner",
  53       "prima ryDiagnosi s",
  54       "remar ks",
  55       "reque stedDate",
  56       "reque stingProvi der",
  57       "servi cePercenta ge",
  58       "servi ceRequeste d",
  59       "toDat e",
  60       "urgen cy",
  61       "vendo r"
  62   })
  63   public cla ss Referra lBean
  64       extend s DataBean
  65   {
  66  
  67       protec ted String  authoriza tionNumber ;
  68       protec ted String  clinic;
  69       protec ted String  fromDate;
  70       @XmlEl ement(nill able = tru e)
  71       protec ted List<I nsuranceBe an> insura nceInfo;
  72       protec ted String  patientIC N;
  73       protec ted String  primaryCa rePractiti oner;
  74       protec ted String  primaryDi agnosis;
  75       protec ted String  remarks;
  76       protec ted String  requested Date;
  77       protec ted String  requestin gProvider;
  78       protec ted Intege r serviceP ercentage;
  79       protec ted String  serviceRe quested;
  80       protec ted String  toDate;
  81       protec ted String  urgency;
  82       protec ted String  vendor;
  83  
  84       /**
  85        * Get s the valu e of the a uthorizati onNumber p roperty.
  86        * 
  87        * @re turn
  88        *      possible  object is
  89        *      {@link St ring }
  90        *      
  91        */
  92       public  String ge tAuthoriza tionNumber () {
  93           re turn autho rizationNu mber;
  94       }
  95  
  96       /**
  97        * Set s the valu e of the a uthorizati onNumber p roperty.
  98        * 
  99        * @pa ram value
  100        *      allowed o bject is
  101        *      {@link St ring }
  102        *      
  103        */
  104       public  void setA uthorizati onNumber(S tring valu e) {
  105           th is.authori zationNumb er = value ;
  106       }
  107  
  108       /**
  109        * Get s the valu e of the c linic prop erty.
  110        * 
  111        * @re turn
  112        *      possible  object is
  113        *      {@link St ring }
  114        *      
  115        */
  116       public  String ge tClinic()  {
  117           re turn clini c;
  118       }
  119  
  120       /**
  121        * Set s the valu e of the c linic prop erty.
  122        * 
  123        * @pa ram value
  124        *      allowed o bject is
  125        *      {@link St ring }
  126        *      
  127        */
  128       public  void setC linic(Stri ng value)  {
  129           th is.clinic  = value;
  130       }
  131  
  132       /**
  133        * Get s the valu e of the f romDate pr operty.
  134        * 
  135        * @re turn
  136        *      possible  object is
  137        *      {@link St ring }
  138        *      
  139        */
  140       public  String ge tFromDate( ) {
  141           re turn fromD ate;
  142       }
  143  
  144       /**
  145        * Set s the valu e of the f romDate pr operty.
  146        * 
  147        * @pa ram value
  148        *      allowed o bject is
  149        *      {@link St ring }
  150        *      
  151        */
  152       public  void setF romDate(St ring value ) {
  153           th is.fromDat e = value;
  154       }
  155  
  156       /**
  157        * Get s the valu e of the i nsuranceIn fo propert y.
  158        * 
  159        * <p>
  160        * Thi s accessor  method re turns a re ference to  the live  list,
  161        * not  a snapsho t. Therefo re any mod ification  you make t o the
  162        * ret urned list  will be p resent ins ide the JA XB object.
  163        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the insu ranceInfo  property.
  164        * 
  165        * <p>
  166        * For  example,  to add a n ew item, d o as follo ws:
  167        * <pr e>
  168        *     getInsuran ceInfo().a dd(newItem );
  169        * </p re>
  170        * 
  171        * 
  172        * <p>
  173        * Obj ects of th e followin g type(s)  are allowe d in the l ist
  174        * {@l ink Insura nceBean }
  175        * 
  176        * 
  177        */
  178       public  List<Insu ranceBean>  getInsura nceInfo()  {
  179           if  (insuranc eInfo == n ull) {
  180                insuranc eInfo = ne w ArrayLis t<Insuranc eBean>();
  181           }
  182           re turn this. insuranceI nfo;
  183       }
  184  
  185       /**
  186        * Get s the valu e of the p atientICN  property.
  187        * 
  188        * @re turn
  189        *      possible  object is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  String ge tPatientIC N() {
  194           re turn patie ntICN;
  195       }
  196  
  197       /**
  198        * Set s the valu e of the p atientICN  property.
  199        * 
  200        * @pa ram value
  201        *      allowed o bject is
  202        *      {@link St ring }
  203        *      
  204        */
  205       public  void setP atientICN( String val ue) {
  206           th is.patient ICN = valu e;
  207       }
  208  
  209       /**
  210        * Get s the valu e of the p rimaryCare Practition er propert y.
  211        * 
  212        * @re turn
  213        *      possible  object is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  String ge tPrimaryCa rePractiti oner() {
  218           re turn prima ryCarePrac titioner;
  219       }
  220  
  221       /**
  222        * Set s the valu e of the p rimaryCare Practition er propert y.
  223        * 
  224        * @pa ram value
  225        *      allowed o bject is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  void setP rimaryCare Practition er(String  value) {
  230           th is.primary CarePracti tioner = v alue;
  231       }
  232  
  233       /**
  234        * Get s the valu e of the p rimaryDiag nosis prop erty.
  235        * 
  236        * @re turn
  237        *      possible  object is
  238        *      {@link St ring }
  239        *      
  240        */
  241       public  String ge tPrimaryDi agnosis()  {
  242           re turn prima ryDiagnosi s;
  243       }
  244  
  245       /**
  246        * Set s the valu e of the p rimaryDiag nosis prop erty.
  247        * 
  248        * @pa ram value
  249        *      allowed o bject is
  250        *      {@link St ring }
  251        *      
  252        */
  253       public  void setP rimaryDiag nosis(Stri ng value)  {
  254           th is.primary Diagnosis  = value;
  255       }
  256  
  257       /**
  258        * Get s the valu e of the r emarks pro perty.
  259        * 
  260        * @re turn
  261        *      possible  object is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  String ge tRemarks()  {
  266           re turn remar ks;
  267       }
  268  
  269       /**
  270        * Set s the valu e of the r emarks pro perty.
  271        * 
  272        * @pa ram value
  273        *      allowed o bject is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  void setR emarks(Str ing value)  {
  278           th is.remarks  = value;
  279       }
  280  
  281       /**
  282        * Get s the valu e of the r equestedDa te propert y.
  283        * 
  284        * @re turn
  285        *      possible  object is
  286        *      {@link St ring }
  287        *      
  288        */
  289       public  String ge tRequested Date() {
  290           re turn reque stedDate;
  291       }
  292  
  293       /**
  294        * Set s the valu e of the r equestedDa te propert y.
  295        * 
  296        * @pa ram value
  297        *      allowed o bject is
  298        *      {@link St ring }
  299        *      
  300        */
  301       public  void setR equestedDa te(String  value) {
  302           th is.request edDate = v alue;
  303       }
  304  
  305       /**
  306        * Get s the valu e of the r equestingP rovider pr operty.
  307        * 
  308        * @re turn
  309        *      possible  object is
  310        *      {@link St ring }
  311        *      
  312        */
  313       public  String ge tRequestin gProvider( ) {
  314           re turn reque stingProvi der;
  315       }
  316  
  317       /**
  318        * Set s the valu e of the r equestingP rovider pr operty.
  319        * 
  320        * @pa ram value
  321        *      allowed o bject is
  322        *      {@link St ring }
  323        *      
  324        */
  325       public  void setR equestingP rovider(St ring value ) {
  326           th is.request ingProvide r = value;
  327       }
  328  
  329       /**
  330        * Get s the valu e of the s ervicePerc entage pro perty.
  331        * 
  332        * @re turn
  333        *      possible  object is
  334        *      {@link In teger }
  335        *      
  336        */
  337       public  Integer g etServiceP ercentage( ) {
  338           re turn servi cePercenta ge;
  339       }
  340  
  341       /**
  342        * Set s the valu e of the s ervicePerc entage pro perty.
  343        * 
  344        * @pa ram value
  345        *      allowed o bject is
  346        *      {@link In teger }
  347        *      
  348        */
  349       public  void setS ervicePerc entage(Int eger value ) {
  350           th is.service Percentage  = value;
  351       }
  352  
  353       /**
  354        * Get s the valu e of the s erviceRequ ested prop erty.
  355        * 
  356        * @re turn
  357        *      possible  object is
  358        *      {@link St ring }
  359        *      
  360        */
  361       public  String ge tServiceRe quested()  {
  362           re turn servi ceRequeste d;
  363       }
  364  
  365       /**
  366        * Set s the valu e of the s erviceRequ ested prop erty.
  367        * 
  368        * @pa ram value
  369        *      allowed o bject is
  370        *      {@link St ring }
  371        *      
  372        */
  373       public  void setS erviceRequ ested(Stri ng value)  {
  374           th is.service Requested  = value;
  375       }
  376  
  377       /**
  378        * Get s the valu e of the t oDate prop erty.
  379        * 
  380        * @re turn
  381        *      possible  object is
  382        *      {@link St ring }
  383        *      
  384        */
  385       public  String ge tToDate()  {
  386           re turn toDat e;
  387       }
  388  
  389       /**
  390        * Set s the valu e of the t oDate prop erty.
  391        * 
  392        * @pa ram value
  393        *      allowed o bject is
  394        *      {@link St ring }
  395        *      
  396        */
  397       public  void setT oDate(Stri ng value)  {
  398           th is.toDate  = value;
  399       }
  400  
  401       /**
  402        * Get s the valu e of the u rgency pro perty.
  403        * 
  404        * @re turn
  405        *      possible  object is
  406        *      {@link St ring }
  407        *      
  408        */
  409       public  String ge tUrgency()  {
  410           re turn urgen cy;
  411       }
  412  
  413       /**
  414        * Set s the valu e of the u rgency pro perty.
  415        * 
  416        * @pa ram value
  417        *      allowed o bject is
  418        *      {@link St ring }
  419        *      
  420        */
  421       public  void setU rgency(Str ing value)  {
  422           th is.urgency  = value;
  423       }
  424  
  425       /**
  426        * Get s the valu e of the v endor prop erty.
  427        * 
  428        * @re turn
  429        *      possible  object is
  430        *      {@link St ring }
  431        *      
  432        */
  433       public  String ge tVendor()  {
  434           re turn vendo r;
  435       }
  436  
  437       /**
  438        * Set s the valu e of the v endor prop erty.
  439        * 
  440        * @pa ram value
  441        *      allowed o bject is
  442        *      {@link St ring }
  443        *      
  444        */
  445       public  void setV endor(Stri ng value)  {
  446           th is.vendor  = value;
  447       }
  448  
  449   }