2552. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:46 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.

2552.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice EwlStatusTO.java Thu Apr 19 17:52:30 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice EwlStatusTO.java Thu May 3 13:07:46 2018 UTC

2552.2 Comparison summary

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

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

2552.4 Active regular expressions

No regular expressions were active.

2552.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. directsche duling.mdw s.generate dwsdl.sche dulingserv ice;
  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  EwlStatus TO complex  type.
  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="EwlSt atusTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /Schedulin gSvc}Abstr actTO">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="d fn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  20    *          &lt;eleme nt name="s topCode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  21    *          &lt;eleme nt name="d ateLastUpd ated" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  22    *          &lt;eleme nt name="p atientName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  23    *          &lt;eleme nt name="p atientSsn"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  24    *          &lt;eleme nt name="c linicName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  25    *          &lt;eleme nt name="o riginating Date" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  26    *          &lt;eleme nt name="d esiredAppt Date" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  27    *          &lt;eleme nt name="d aysOnEwl"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  28    *          &lt;eleme nt name="d ateRemoved FromEwl" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  29    *          &lt;eleme nt name="p atientZip"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  30    *          &lt;eleme nt name="s vcConnecte dPct" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  31    *          &lt;eleme nt name="e nrolleeSta tus" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  32    *          &lt;eleme nt name="p riority" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  33    *          &lt;eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  34    *          &lt;eleme nt name="c linicId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  35    *          &lt;eleme nt name="e wlien" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  36    *       & lt;/sequen ce>
  37    *     &lt ;/extensio n>
  38    *   &lt;/ complexCon tent>
  39    * &lt;/co mplexType>
  40    * </pre>
  41    * 
  42    * 
  43    */
  44   @XmlAccess orType(Xml AccessType .FIELD)
  45   @XmlType(n ame = "Ewl StatusTO",  propOrder  = {
  46       "dfn",
  47       "stopC ode",
  48       "dateL astUpdated ",
  49       "patie ntName",
  50       "patie ntSsn",
  51       "clini cName",
  52       "origi natingDate ",
  53       "desir edApptDate ",
  54       "daysO nEwl",
  55       "dateR emovedFrom Ewl",
  56       "patie ntZip",
  57       "svcCo nnectedPct ",
  58       "enrol leeStatus" ,
  59       "prior ity",
  60       "messa ge",
  61       "clini cId",
  62       "ewlie n"
  63   })
  64   public cla ss EwlStat usTO
  65       extend s Abstract TO
  66   {
  67  
  68       protec ted String  dfn;
  69       protec ted String  stopCode;
  70       protec ted String  dateLastU pdated;
  71       protec ted String  patientNa me;
  72       protec ted String  patientSs n;
  73       protec ted String  clinicNam e;
  74       protec ted String  originati ngDate;
  75       protec ted String  desiredAp ptDate;
  76       protec ted String  daysOnEwl ;
  77       protec ted String  dateRemov edFromEwl;
  78       protec ted String  patientZi p;
  79       protec ted String  svcConnec tedPct;
  80       protec ted String  enrolleeS tatus;
  81       protec ted String  priority;
  82       protec ted String  message;
  83       protec ted String  clinicId;
  84       protec ted String  ewlien;
  85  
  86       /**
  87        * Get s the valu e of the d fn propert y.
  88        * 
  89        * @re turn
  90        *      possible  object is
  91        *      {@link St ring }
  92        *      
  93        */
  94       public  String ge tDfn() {
  95           re turn dfn;
  96       }
  97  
  98       /**
  99        * Set s the valu e of the d fn propert y.
  100        * 
  101        * @pa ram value
  102        *      allowed o bject is
  103        *      {@link St ring }
  104        *      
  105        */
  106       public  void setD fn(String  value) {
  107           th is.dfn = v alue;
  108       }
  109  
  110       /**
  111        * Get s the valu e of the s topCode pr operty.
  112        * 
  113        * @re turn
  114        *      possible  object is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  String ge tStopCode( ) {
  119           re turn stopC ode;
  120       }
  121  
  122       /**
  123        * Set s the valu e of the s topCode pr operty.
  124        * 
  125        * @pa ram value
  126        *      allowed o bject is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  void setS topCode(St ring value ) {
  131           th is.stopCod e = value;
  132       }
  133  
  134       /**
  135        * Get s the valu e of the d ateLastUpd ated prope rty.
  136        * 
  137        * @re turn
  138        *      possible  object is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  String ge tDateLastU pdated() {
  143           re turn dateL astUpdated ;
  144       }
  145  
  146       /**
  147        * Set s the valu e of the d ateLastUpd ated prope rty.
  148        * 
  149        * @pa ram value
  150        *      allowed o bject is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  void setD ateLastUpd ated(Strin g value) {
  155           th is.dateLas tUpdated =  value;
  156       }
  157  
  158       /**
  159        * Get s the valu e of the p atientName  property.
  160        * 
  161        * @re turn
  162        *      possible  object is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  String ge tPatientNa me() {
  167           re turn patie ntName;
  168       }
  169  
  170       /**
  171        * Set s the valu e of the p atientName  property.
  172        * 
  173        * @pa ram value
  174        *      allowed o bject is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  void setP atientName (String va lue) {
  179           th is.patient Name = val ue;
  180       }
  181  
  182       /**
  183        * Get s the valu e of the p atientSsn  property.
  184        * 
  185        * @re turn
  186        *      possible  object is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  String ge tPatientSs n() {
  191           re turn patie ntSsn;
  192       }
  193  
  194       /**
  195        * Set s the valu e of the p atientSsn  property.
  196        * 
  197        * @pa ram value
  198        *      allowed o bject is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  void setP atientSsn( String val ue) {
  203           th is.patient Ssn = valu e;
  204       }
  205  
  206       /**
  207        * Get s the valu e of the c linicName  property.
  208        * 
  209        * @re turn
  210        *      possible  object is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  String ge tClinicNam e() {
  215           re turn clini cName;
  216       }
  217  
  218       /**
  219        * Set s the valu e of the c linicName  property.
  220        * 
  221        * @pa ram value
  222        *      allowed o bject is
  223        *      {@link St ring }
  224        *      
  225        */
  226       public  void setC linicName( String val ue) {
  227           th is.clinicN ame = valu e;
  228       }
  229  
  230       /**
  231        * Get s the valu e of the o riginating Date prope rty.
  232        * 
  233        * @re turn
  234        *      possible  object is
  235        *      {@link St ring }
  236        *      
  237        */
  238       public  String ge tOriginati ngDate() {
  239           re turn origi natingDate ;
  240       }
  241  
  242       /**
  243        * Set s the valu e of the o riginating Date prope rty.
  244        * 
  245        * @pa ram value
  246        *      allowed o bject is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  void setO riginating Date(Strin g value) {
  251           th is.origina tingDate =  value;
  252       }
  253  
  254       /**
  255        * Get s the valu e of the d esiredAppt Date prope rty.
  256        * 
  257        * @re turn
  258        *      possible  object is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  String ge tDesiredAp ptDate() {
  263           re turn desir edApptDate ;
  264       }
  265  
  266       /**
  267        * Set s the valu e of the d esiredAppt Date prope rty.
  268        * 
  269        * @pa ram value
  270        *      allowed o bject is
  271        *      {@link St ring }
  272        *      
  273        */
  274       public  void setD esiredAppt Date(Strin g value) {
  275           th is.desired ApptDate =  value;
  276       }
  277  
  278       /**
  279        * Get s the valu e of the d aysOnEwl p roperty.
  280        * 
  281        * @re turn
  282        *      possible  object is
  283        *      {@link St ring }
  284        *      
  285        */
  286       public  String ge tDaysOnEwl () {
  287           re turn daysO nEwl;
  288       }
  289  
  290       /**
  291        * Set s the valu e of the d aysOnEwl p roperty.
  292        * 
  293        * @pa ram value
  294        *      allowed o bject is
  295        *      {@link St ring }
  296        *      
  297        */
  298       public  void setD aysOnEwl(S tring valu e) {
  299           th is.daysOnE wl = value ;
  300       }
  301  
  302       /**
  303        * Get s the valu e of the d ateRemoved FromEwl pr operty.
  304        * 
  305        * @re turn
  306        *      possible  object is
  307        *      {@link St ring }
  308        *      
  309        */
  310       public  String ge tDateRemov edFromEwl( ) {
  311           re turn dateR emovedFrom Ewl;
  312       }
  313  
  314       /**
  315        * Set s the valu e of the d ateRemoved FromEwl pr operty.
  316        * 
  317        * @pa ram value
  318        *      allowed o bject is
  319        *      {@link St ring }
  320        *      
  321        */
  322       public  void setD ateRemoved FromEwl(St ring value ) {
  323           th is.dateRem ovedFromEw l = value;
  324       }
  325  
  326       /**
  327        * Get s the valu e of the p atientZip  property.
  328        * 
  329        * @re turn
  330        *      possible  object is
  331        *      {@link St ring }
  332        *      
  333        */
  334       public  String ge tPatientZi p() {
  335           re turn patie ntZip;
  336       }
  337  
  338       /**
  339        * Set s the valu e of the p atientZip  property.
  340        * 
  341        * @pa ram value
  342        *      allowed o bject is
  343        *      {@link St ring }
  344        *      
  345        */
  346       public  void setP atientZip( String val ue) {
  347           th is.patient Zip = valu e;
  348       }
  349  
  350       /**
  351        * Get s the valu e of the s vcConnecte dPct prope rty.
  352        * 
  353        * @re turn
  354        *      possible  object is
  355        *      {@link St ring }
  356        *      
  357        */
  358       public  String ge tSvcConnec tedPct() {
  359           re turn svcCo nnectedPct ;
  360       }
  361  
  362       /**
  363        * Set s the valu e of the s vcConnecte dPct prope rty.
  364        * 
  365        * @pa ram value
  366        *      allowed o bject is
  367        *      {@link St ring }
  368        *      
  369        */
  370       public  void setS vcConnecte dPct(Strin g value) {
  371           th is.svcConn ectedPct =  value;
  372       }
  373  
  374       /**
  375        * Get s the valu e of the e nrolleeSta tus proper ty.
  376        * 
  377        * @re turn
  378        *      possible  object is
  379        *      {@link St ring }
  380        *      
  381        */
  382       public  String ge tEnrolleeS tatus() {
  383           re turn enrol leeStatus;
  384       }
  385  
  386       /**
  387        * Set s the valu e of the e nrolleeSta tus proper ty.
  388        * 
  389        * @pa ram value
  390        *      allowed o bject is
  391        *      {@link St ring }
  392        *      
  393        */
  394       public  void setE nrolleeSta tus(String  value) {
  395           th is.enrolle eStatus =  value;
  396       }
  397  
  398       /**
  399        * Get s the valu e of the p riority pr operty.
  400        * 
  401        * @re turn
  402        *      possible  object is
  403        *      {@link St ring }
  404        *      
  405        */
  406       public  String ge tPriority( ) {
  407           re turn prior ity;
  408       }
  409  
  410       /**
  411        * Set s the valu e of the p riority pr operty.
  412        * 
  413        * @pa ram value
  414        *      allowed o bject is
  415        *      {@link St ring }
  416        *      
  417        */
  418       public  void setP riority(St ring value ) {
  419           th is.priorit y = value;
  420       }
  421  
  422       /**
  423        * Get s the valu e of the m essage pro perty.
  424        * 
  425        * @re turn
  426        *      possible  object is
  427        *      {@link St ring }
  428        *      
  429        */
  430       public  String ge tMessage()  {
  431           re turn messa ge;
  432       }
  433  
  434       /**
  435        * Set s the valu e of the m essage pro perty.
  436        * 
  437        * @pa ram value
  438        *      allowed o bject is
  439        *      {@link St ring }
  440        *      
  441        */
  442       public  void setM essage(Str ing value)  {
  443           th is.message  = value;
  444       }
  445  
  446       /**
  447        * Get s the valu e of the c linicId pr operty.
  448        * 
  449        * @re turn
  450        *      possible  object is
  451        *      {@link St ring }
  452        *      
  453        */
  454       public  String ge tClinicId( ) {
  455           re turn clini cId;
  456       }
  457  
  458       /**
  459        * Set s the valu e of the c linicId pr operty.
  460        * 
  461        * @pa ram value
  462        *      allowed o bject is
  463        *      {@link St ring }
  464        *      
  465        */
  466       public  void setC linicId(St ring value ) {
  467           th is.clinicI d = value;
  468       }
  469  
  470       /**
  471        * Get s the valu e of the e wlien prop erty.
  472        * 
  473        * @re turn
  474        *      possible  object is
  475        *      {@link St ring }
  476        *      
  477        */
  478       public  String ge tEwlien()  {
  479           re turn ewlie n;
  480       }
  481  
  482       /**
  483        * Set s the valu e of the e wlien prop erty.
  484        * 
  485        * @pa ram value
  486        *      allowed o bject is
  487        *      {@link St ring }
  488        *      
  489        */
  490       public  void setE wlien(Stri ng value)  {
  491           th is.ewlien  = value;
  492       }
  493  
  494   }