2588. EPMO Open Source Coordination Office Redaction File Detail Report

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

2588.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 RecallListByPatientTO.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 RecallListByPatientTO.java Thu May 3 13:08:13 2018 UTC

2588.2 Comparison summary

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

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

2588.4 Active regular expressions

No regular expressions were active.

2588.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  RecallLis tByPatient 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="Recal lListByPat ientTO">
  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="c linicid" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  21    *          &lt;eleme nt name="a ccessionno " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="t estapp" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  23    *          &lt;eleme nt name="p rovider" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  24    *          &lt;eleme nt name="r ecalldate"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 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;eleme nt name="f astnonfast ing" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  27    *          &lt;eleme nt name="a pptlength"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  28    *          &lt;eleme nt name="d atereminde rsent" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  29    *          &lt;eleme nt name="u ser" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  30    *          &lt;eleme nt name="r ecalldate1 " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  31    *          &lt;eleme nt name="s econdprint date" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  32    *          &lt;eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  33    *          &lt;eleme nt name="p atientname " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  34    *          &lt;eleme nt name="p atientSSN"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  35    *          &lt;eleme nt name="c linicName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 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 = "Rec allListByP atientTO",  propOrder  = {
  46       "dfn",
  47       "clini cid",
  48       "acces sionno",
  49       "testa pp",
  50       "provi der",
  51       "recal ldate",
  52       "comme nt",
  53       "fastn onfasting" ,
  54       "apptl ength",
  55       "dater emindersen t",
  56       "user" ,
  57       "recal ldate1",
  58       "secon dprintdate ",
  59       "messa ge",
  60       "patie ntname",
  61       "patie ntSSN",
  62       "clini cName"
  63   })
  64   public cla ss RecallL istByPatie ntTO
  65       extend s Abstract TO
  66   {
  67  
  68       protec ted String  dfn;
  69       protec ted String  clinicid;
  70       protec ted String  accession no;
  71       protec ted String  testapp;
  72       protec ted String  provider;
  73       protec ted String  recalldat e;
  74       protec ted String  comment;
  75       protec ted String  fastnonfa sting;
  76       protec ted String  apptlengt h;
  77       protec ted String  dateremin dersent;
  78       protec ted String  user;
  79       protec ted String  recalldat e1;
  80       protec ted String  secondpri ntdate;
  81       protec ted String  message;
  82       protec ted String  patientna me;
  83       protec ted String  patientSS N;
  84       protec ted String  clinicNam e;
  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 c linicid pr operty.
  112        * 
  113        * @re turn
  114        *      possible  object is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  String ge tClinicid( ) {
  119           re turn clini cid;
  120       }
  121  
  122       /**
  123        * Set s the valu e of the c linicid pr operty.
  124        * 
  125        * @pa ram value
  126        *      allowed o bject is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  void setC linicid(St ring value ) {
  131           th is.clinici d = value;
  132       }
  133  
  134       /**
  135        * Get s the valu e of the a ccessionno  property.
  136        * 
  137        * @re turn
  138        *      possible  object is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  String ge tAccession no() {
  143           re turn acces sionno;
  144       }
  145  
  146       /**
  147        * Set s the valu e of the a ccessionno  property.
  148        * 
  149        * @pa ram value
  150        *      allowed o bject is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  void setA ccessionno (String va lue) {
  155           th is.accessi onno = val ue;
  156       }
  157  
  158       /**
  159        * Get s the valu e of the t estapp pro perty.
  160        * 
  161        * @re turn
  162        *      possible  object is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  String ge tTestapp()  {
  167           re turn testa pp;
  168       }
  169  
  170       /**
  171        * Set s the valu e of the t estapp pro perty.
  172        * 
  173        * @pa ram value
  174        *      allowed o bject is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  void setT estapp(Str ing value)  {
  179           th is.testapp  = value;
  180       }
  181  
  182       /**
  183        * Get s the valu e of the p rovider pr operty.
  184        * 
  185        * @re turn
  186        *      possible  object is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  String ge tProvider( ) {
  191           re turn provi der;
  192       }
  193  
  194       /**
  195        * Set s the valu e of the p rovider pr operty.
  196        * 
  197        * @pa ram value
  198        *      allowed o bject is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  void setP rovider(St ring value ) {
  203           th is.provide r = value;
  204       }
  205  
  206       /**
  207        * Get s the valu e of the r ecalldate  property.
  208        * 
  209        * @re turn
  210        *      possible  object is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  String ge tRecalldat e() {
  215           re turn recal ldate;
  216       }
  217  
  218       /**
  219        * Set s the valu e of the r ecalldate  property.
  220        * 
  221        * @pa ram value
  222        *      allowed o bject is
  223        *      {@link St ring }
  224        *      
  225        */
  226       public  void setR ecalldate( String val ue) {
  227           th is.recalld ate = valu e;
  228       }
  229  
  230       /**
  231        * Get s the valu e of the c omment pro perty.
  232        * 
  233        * @re turn
  234        *      possible  object is
  235        *      {@link St ring }
  236        *      
  237        */
  238       public  String ge tComment()  {
  239           re turn comme nt;
  240       }
  241  
  242       /**
  243        * Set s the valu e of the c omment pro perty.
  244        * 
  245        * @pa ram value
  246        *      allowed o bject is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  void setC omment(Str ing value)  {
  251           th is.comment  = value;
  252       }
  253  
  254       /**
  255        * Get s the valu e of the f astnonfast ing proper ty.
  256        * 
  257        * @re turn
  258        *      possible  object is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  String ge tFastnonfa sting() {
  263           re turn fastn onfasting;
  264       }
  265  
  266       /**
  267        * Set s the valu e of the f astnonfast ing proper ty.
  268        * 
  269        * @pa ram value
  270        *      allowed o bject is
  271        *      {@link St ring }
  272        *      
  273        */
  274       public  void setF astnonfast ing(String  value) {
  275           th is.fastnon fasting =  value;
  276       }
  277  
  278       /**
  279        * Get s the valu e of the a pptlength  property.
  280        * 
  281        * @re turn
  282        *      possible  object is
  283        *      {@link St ring }
  284        *      
  285        */
  286       public  String ge tApptlengt h() {
  287           re turn apptl ength;
  288       }
  289  
  290       /**
  291        * Set s the valu e of the a pptlength  property.
  292        * 
  293        * @pa ram value
  294        *      allowed o bject is
  295        *      {@link St ring }
  296        *      
  297        */
  298       public  void setA pptlength( String val ue) {
  299           th is.apptlen gth = valu e;
  300       }
  301  
  302       /**
  303        * Get s the valu e of the d atereminde rsent prop erty.
  304        * 
  305        * @re turn
  306        *      possible  object is
  307        *      {@link St ring }
  308        *      
  309        */
  310       public  String ge tDateremin dersent()  {
  311           re turn dater emindersen t;
  312       }
  313  
  314       /**
  315        * Set s the valu e of the d atereminde rsent prop erty.
  316        * 
  317        * @pa ram value
  318        *      allowed o bject is
  319        *      {@link St ring }
  320        *      
  321        */
  322       public  void setD atereminde rsent(Stri ng value)  {
  323           th is.daterem indersent  = value;
  324       }
  325  
  326       /**
  327        * Get s the valu e of the u ser proper ty.
  328        * 
  329        * @re turn
  330        *      possible  object is
  331        *      {@link St ring }
  332        *      
  333        */
  334       public  String ge tUser() {
  335           re turn user;
  336       }
  337  
  338       /**
  339        * Set s the valu e of the u ser proper ty.
  340        * 
  341        * @pa ram value
  342        *      allowed o bject is
  343        *      {@link St ring }
  344        *      
  345        */
  346       public  void setU ser(String  value) {
  347           th is.user =  value;
  348       }
  349  
  350       /**
  351        * Get s the valu e of the r ecalldate1  property.
  352        * 
  353        * @re turn
  354        *      possible  object is
  355        *      {@link St ring }
  356        *      
  357        */
  358       public  String ge tRecalldat e1() {
  359           re turn recal ldate1;
  360       }
  361  
  362       /**
  363        * Set s the valu e of the r ecalldate1  property.
  364        * 
  365        * @pa ram value
  366        *      allowed o bject is
  367        *      {@link St ring }
  368        *      
  369        */
  370       public  void setR ecalldate1 (String va lue) {
  371           th is.recalld ate1 = val ue;
  372       }
  373  
  374       /**
  375        * Get s the valu e of the s econdprint date prope rty.
  376        * 
  377        * @re turn
  378        *      possible  object is
  379        *      {@link St ring }
  380        *      
  381        */
  382       public  String ge tSecondpri ntdate() {
  383           re turn secon dprintdate ;
  384       }
  385  
  386       /**
  387        * Set s the valu e of the s econdprint date prope rty.
  388        * 
  389        * @pa ram value
  390        *      allowed o bject is
  391        *      {@link St ring }
  392        *      
  393        */
  394       public  void setS econdprint date(Strin g value) {
  395           th is.secondp rintdate =  value;
  396       }
  397  
  398       /**
  399        * Get s the valu e of the m essage pro perty.
  400        * 
  401        * @re turn
  402        *      possible  object is
  403        *      {@link St ring }
  404        *      
  405        */
  406       public  String ge tMessage()  {
  407           re turn messa ge;
  408       }
  409  
  410       /**
  411        * Set s the valu e of the m essage pro perty.
  412        * 
  413        * @pa ram value
  414        *      allowed o bject is
  415        *      {@link St ring }
  416        *      
  417        */
  418       public  void setM essage(Str ing value)  {
  419           th is.message  = value;
  420       }
  421  
  422       /**
  423        * Get s the valu e of the p atientname  property.
  424        * 
  425        * @re turn
  426        *      possible  object is
  427        *      {@link St ring }
  428        *      
  429        */
  430       public  String ge tPatientna me() {
  431           re turn patie ntname;
  432       }
  433  
  434       /**
  435        * Set s the valu e of the p atientname  property.
  436        * 
  437        * @pa ram value
  438        *      allowed o bject is
  439        *      {@link St ring }
  440        *      
  441        */
  442       public  void setP atientname (String va lue) {
  443           th is.patient name = val ue;
  444       }
  445  
  446       /**
  447        * Get s the valu e of the p atientSSN  property.
  448        * 
  449        * @re turn
  450        *      possible  object is
  451        *      {@link St ring }
  452        *      
  453        */
  454       public  String ge tPatientSS N() {
  455           re turn patie ntSSN;
  456       }
  457  
  458       /**
  459        * Set s the valu e of the p atientSSN  property.
  460        * 
  461        * @pa ram value
  462        *      allowed o bject is
  463        *      {@link St ring }
  464        *      
  465        */
  466       public  void setP atientSSN( String val ue) {
  467           th is.patient SSN = valu e;
  468       }
  469  
  470       /**
  471        * Get s the valu e of the c linicName  property.
  472        * 
  473        * @re turn
  474        *      possible  object is
  475        *      {@link St ring }
  476        *      
  477        */
  478       public  String ge tClinicNam e() {
  479           re turn clini cName;
  480       }
  481  
  482       /**
  483        * Set s the valu e of the c linicName  property.
  484        * 
  485        * @pa ram value
  486        *      allowed o bject is
  487        *      {@link St ring }
  488        *      
  489        */
  490       public  void setC linicName( String val ue) {
  491           th is.clinicN ame = valu e;
  492       }
  493  
  494   }