461. EPMO Open Source Coordination Office Redaction File Detail Report

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

461.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\schedulingservice NearListByFacilityTO.java Sat Apr 7 11:28:50 2018 UTC
2 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\schedulingservice NearListByFacilityTO.java Thu May 3 12:57:50 2018 UTC

461.2 Comparison summary

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

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

461.4 Active regular expressions

No regular expressions were active.

461.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.sch edulingser 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  NearListB yFacilityT O 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="NearL istByFacil ityTO">
  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="p atientname " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  21    *          &lt;eleme nt name="p atientssn"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  22    *          &lt;eleme nt name="e ligcodeint ernal" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="e ligcodeext ernal" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="h omephone"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  25    *          &lt;eleme nt name="c ellphone"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  26    *          &lt;eleme nt name="d ateplacedo nnearlist"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  27    *          &lt;eleme nt name="f acilityid"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  28    *          &lt;eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  29    *       & lt;/sequen ce>
  30    *     &lt ;/extensio n>
  31    *   &lt;/ complexCon tent>
  32    * &lt;/co mplexType>
  33    * </pre>
  34    * 
  35    * 
  36    */
  37   @XmlAccess orType(Xml AccessType .FIELD)
  38   @XmlType(n ame = "Nea rListByFac ilityTO",  propOrder  = {
  39       "dfn",
  40       "patie ntname",
  41       "patie ntssn",
  42       "eligc odeinterna l",
  43       "eligc odeexterna l",
  44       "homep hone",
  45       "cellp hone",
  46       "datep lacedonnea rlist",
  47       "facil ityid",
  48       "messa ge"
  49   })
  50   public cla ss NearLis tByFacilit yTO
  51       extend s Abstract TO
  52   {
  53  
  54       protec ted String  dfn;
  55       protec ted String  patientna me;
  56       protec ted String  patientss n;
  57       protec ted String  eligcodei nternal;
  58       protec ted String  eligcodee xternal;
  59       protec ted String  homephone ;
  60       protec ted String  cellphone ;
  61       protec ted String  dateplace donnearlis t;
  62       protec ted String  facilityi d;
  63       protec ted String  message;
  64  
  65       /**
  66        * Get s the valu e of the d fn propert y.
  67        * 
  68        * @re turn
  69        *      possible  object is
  70        *      {@link St ring }
  71        *      
  72        */
  73       public  String ge tDfn() {
  74           re turn dfn;
  75       }
  76  
  77       /**
  78        * Set s the valu e of the d fn propert y.
  79        * 
  80        * @pa ram value
  81        *      allowed o bject is
  82        *      {@link St ring }
  83        *      
  84        */
  85       public  void setD fn(String  value) {
  86           th is.dfn = v alue;
  87       }
  88  
  89       /**
  90        * Get s the valu e of the p atientname  property.
  91        * 
  92        * @re turn
  93        *      possible  object is
  94        *      {@link St ring }
  95        *      
  96        */
  97       public  String ge tPatientna me() {
  98           re turn patie ntname;
  99       }
  100  
  101       /**
  102        * Set s the valu e of the p atientname  property.
  103        * 
  104        * @pa ram value
  105        *      allowed o bject is
  106        *      {@link St ring }
  107        *      
  108        */
  109       public  void setP atientname (String va lue) {
  110           th is.patient name = val ue;
  111       }
  112  
  113       /**
  114        * Get s the valu e of the p atientssn  property.
  115        * 
  116        * @re turn
  117        *      possible  object is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  String ge tPatientss n() {
  122           re turn patie ntssn;
  123       }
  124  
  125       /**
  126        * Set s the valu e of the p atientssn  property.
  127        * 
  128        * @pa ram value
  129        *      allowed o bject is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  void setP atientssn( String val ue) {
  134           th is.patient ssn = valu e;
  135       }
  136  
  137       /**
  138        * Get s the valu e of the e ligcodeint ernal prop erty.
  139        * 
  140        * @re turn
  141        *      possible  object is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  String ge tEligcodei nternal()  {
  146           re turn eligc odeinterna l;
  147       }
  148  
  149       /**
  150        * Set s the valu e of the e ligcodeint ernal prop erty.
  151        * 
  152        * @pa ram value
  153        *      allowed o bject is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  void setE ligcodeint ernal(Stri ng value)  {
  158           th is.eligcod einternal  = value;
  159       }
  160  
  161       /**
  162        * Get s the valu e of the e ligcodeext ernal prop erty.
  163        * 
  164        * @re turn
  165        *      possible  object is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  String ge tEligcodee xternal()  {
  170           re turn eligc odeexterna l;
  171       }
  172  
  173       /**
  174        * Set s the valu e of the e ligcodeext ernal prop erty.
  175        * 
  176        * @pa ram value
  177        *      allowed o bject is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  void setE ligcodeext ernal(Stri ng value)  {
  182           th is.eligcod eexternal  = value;
  183       }
  184  
  185       /**
  186        * Get s the valu e of the h omephone p roperty.
  187        * 
  188        * @re turn
  189        *      possible  object is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  String ge tHomephone () {
  194           re turn homep hone;
  195       }
  196  
  197       /**
  198        * Set s the valu e of the h omephone p roperty.
  199        * 
  200        * @pa ram value
  201        *      allowed o bject is
  202        *      {@link St ring }
  203        *      
  204        */
  205       public  void setH omephone(S tring valu e) {
  206           th is.homepho ne = value ;
  207       }
  208  
  209       /**
  210        * Get s the valu e of the c ellphone p roperty.
  211        * 
  212        * @re turn
  213        *      possible  object is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  String ge tCellphone () {
  218           re turn cellp hone;
  219       }
  220  
  221       /**
  222        * Set s the valu e of the c ellphone p roperty.
  223        * 
  224        * @pa ram value
  225        *      allowed o bject is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  void setC ellphone(S tring valu e) {
  230           th is.cellpho ne = value ;
  231       }
  232  
  233       /**
  234        * Get s the valu e of the d ateplacedo nnearlist  property.
  235        * 
  236        * @re turn
  237        *      possible  object is
  238        *      {@link St ring }
  239        *      
  240        */
  241       public  String ge tDateplace donnearlis t() {
  242           re turn datep lacedonnea rlist;
  243       }
  244  
  245       /**
  246        * Set s the valu e of the d ateplacedo nnearlist  property.
  247        * 
  248        * @pa ram value
  249        *      allowed o bject is
  250        *      {@link St ring }
  251        *      
  252        */
  253       public  void setD ateplacedo nnearlist( String val ue) {
  254           th is.datepla cedonnearl ist = valu e;
  255       }
  256  
  257       /**
  258        * Get s the valu e of the f acilityid  property.
  259        * 
  260        * @re turn
  261        *      possible  object is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  String ge tFacilityi d() {
  266           re turn facil ityid;
  267       }
  268  
  269       /**
  270        * Set s the valu e of the f acilityid  property.
  271        * 
  272        * @pa ram value
  273        *      allowed o bject is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  void setF acilityid( String val ue) {
  278           th is.facilit yid = valu e;
  279       }
  280  
  281       /**
  282        * Get s the valu e of the m essage pro perty.
  283        * 
  284        * @re turn
  285        *      possible  object is
  286        *      {@link St ring }
  287        *      
  288        */
  289       public  String ge tMessage()  {
  290           re turn messa ge;
  291       }
  292  
  293       /**
  294        * Set s the valu e of the m essage pro perty.
  295        * 
  296        * @pa ram value
  297        *      allowed o bject is
  298        *      {@link St ring }
  299        *      
  300        */
  301       public  void setM essage(Str ing value)  {
  302           th is.message  = value;
  303       }
  304  
  305   }