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

2546.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 ConsultTO.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 ConsultTO.java Thu May 3 13:07:42 2018 UTC

2546.2 Comparison summary

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

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

2546.4 Active regular expressions

No regular expressions were active.

2546.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  ConsultTO  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="Consu ltTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /Schedulin gSvc}Order TO">
  18    *       & lt;sequenc e>
  19    *           &lt;elemen t name="to Service" t ype="{http :// DNS          /Schedulin gSvc}Tagge dText" min Occurs="0" />
  20    *          &lt;eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  21    *          &lt;eleme nt name="c onsultIen"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  22    *          &lt;eleme nt name="r equestDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  23    *          &lt;eleme nt name="s erviceIen"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  24    *          &lt;eleme nt name="s erviceName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="p atientDfn"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  26    *          &lt;eleme nt name="p atientName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  27    *          &lt;eleme nt name="s endingProv iderDuz" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  28    *          &lt;eleme nt name="s endingProv iderName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  29    *          &lt;eleme nt name="p rovisional Diagnosis"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  30    *       & lt;/sequen ce>
  31    *     &lt ;/extensio n>
  32    *   &lt;/ complexCon tent>
  33    * &lt;/co mplexType>
  34    * </pre>
  35    * 
  36    * 
  37    */
  38   @XmlAccess orType(Xml AccessType .FIELD)
  39   @XmlType(n ame = "Con sultTO", p ropOrder =  {
  40       "toSer vice",
  41       "title ",
  42       "consu ltIen",
  43       "reque stDate",
  44       "servi ceIen",
  45       "servi ceName",
  46       "patie ntDfn",
  47       "patie ntName",
  48       "sendi ngProvider Duz",
  49       "sendi ngProvider Name",
  50       "provi sionalDiag nosis"
  51   })
  52   public cla ss Consult TO
  53       extend s OrderTO
  54   {
  55  
  56       protec ted Tagged Text toSer vice;
  57       protec ted String  title;
  58       protec ted String  consultIe n;
  59       protec ted String  requestDa te;
  60       protec ted String  serviceIe n;
  61       protec ted String  serviceNa me;
  62       protec ted String  patientDf n;
  63       protec ted String  patientNa me;
  64       protec ted String  sendingPr oviderDuz;
  65       protec ted String  sendingPr oviderName ;
  66       protec ted String  provision alDiagnosi s;
  67  
  68       /**
  69        * Get s the valu e of the t oService p roperty.
  70        * 
  71        * @re turn
  72        *      possible  object is
  73        *      {@link Ta ggedText }
  74        *      
  75        */
  76       public  TaggedTex t getToSer vice() {
  77           re turn toSer vice;
  78       }
  79  
  80       /**
  81        * Set s the valu e of the t oService p roperty.
  82        * 
  83        * @pa ram value
  84        *      allowed o bject is
  85        *      {@link Ta ggedText }
  86        *      
  87        */
  88       public  void setT oService(T aggedText  value) {
  89           th is.toServi ce = value ;
  90       }
  91  
  92       /**
  93        * Get s the valu e of the t itle prope rty.
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link St ring }
  98        *      
  99        */
  100       public  String ge tTitle() {
  101           re turn title ;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the t itle prope rty.
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link St ring }
  110        *      
  111        */
  112       public  void setT itle(Strin g value) {
  113           th is.title =  value;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the c onsultIen  property.
  118        * 
  119        * @re turn
  120        *      possible  object is
  121        *      {@link St ring }
  122        *      
  123        */
  124       public  String ge tConsultIe n() {
  125           re turn consu ltIen;
  126       }
  127  
  128       /**
  129        * Set s the valu e of the c onsultIen  property.
  130        * 
  131        * @pa ram value
  132        *      allowed o bject is
  133        *      {@link St ring }
  134        *      
  135        */
  136       public  void setC onsultIen( String val ue) {
  137           th is.consult Ien = valu e;
  138       }
  139  
  140       /**
  141        * Get s the valu e of the r equestDate  property.
  142        * 
  143        * @re turn
  144        *      possible  object is
  145        *      {@link St ring }
  146        *      
  147        */
  148       public  String ge tRequestDa te() {
  149           re turn reque stDate;
  150       }
  151  
  152       /**
  153        * Set s the valu e of the r equestDate  property.
  154        * 
  155        * @pa ram value
  156        *      allowed o bject is
  157        *      {@link St ring }
  158        *      
  159        */
  160       public  void setR equestDate (String va lue) {
  161           th is.request Date = val ue;
  162       }
  163  
  164       /**
  165        * Get s the valu e of the s erviceIen  property.
  166        * 
  167        * @re turn
  168        *      possible  object is
  169        *      {@link St ring }
  170        *      
  171        */
  172       public  String ge tServiceIe n() {
  173           re turn servi ceIen;
  174       }
  175  
  176       /**
  177        * Set s the valu e of the s erviceIen  property.
  178        * 
  179        * @pa ram value
  180        *      allowed o bject is
  181        *      {@link St ring }
  182        *      
  183        */
  184       public  void setS erviceIen( String val ue) {
  185           th is.service Ien = valu e;
  186       }
  187  
  188       /**
  189        * Get s the valu e of the s erviceName  property.
  190        * 
  191        * @re turn
  192        *      possible  object is
  193        *      {@link St ring }
  194        *      
  195        */
  196       public  String ge tServiceNa me() {
  197           re turn servi ceName;
  198       }
  199  
  200       /**
  201        * Set s the valu e of the s erviceName  property.
  202        * 
  203        * @pa ram value
  204        *      allowed o bject is
  205        *      {@link St ring }
  206        *      
  207        */
  208       public  void setS erviceName (String va lue) {
  209           th is.service Name = val ue;
  210       }
  211  
  212       /**
  213        * Get s the valu e of the p atientDfn  property.
  214        * 
  215        * @re turn
  216        *      possible  object is
  217        *      {@link St ring }
  218        *      
  219        */
  220       public  String ge tPatientDf n() {
  221           re turn patie ntDfn;
  222       }
  223  
  224       /**
  225        * Set s the valu e of the p atientDfn  property.
  226        * 
  227        * @pa ram value
  228        *      allowed o bject is
  229        *      {@link St ring }
  230        *      
  231        */
  232       public  void setP atientDfn( String val ue) {
  233           th is.patient Dfn = valu e;
  234       }
  235  
  236       /**
  237        * Get s the valu e of the p atientName  property.
  238        * 
  239        * @re turn
  240        *      possible  object is
  241        *      {@link St ring }
  242        *      
  243        */
  244       public  String ge tPatientNa me() {
  245           re turn patie ntName;
  246       }
  247  
  248       /**
  249        * Set s the valu e of the p atientName  property.
  250        * 
  251        * @pa ram value
  252        *      allowed o bject is
  253        *      {@link St ring }
  254        *      
  255        */
  256       public  void setP atientName (String va lue) {
  257           th is.patient Name = val ue;
  258       }
  259  
  260       /**
  261        * Get s the valu e of the s endingProv iderDuz pr operty.
  262        * 
  263        * @re turn
  264        *      possible  object is
  265        *      {@link St ring }
  266        *      
  267        */
  268       public  String ge tSendingPr oviderDuz( ) {
  269           re turn sendi ngProvider Duz;
  270       }
  271  
  272       /**
  273        * Set s the valu e of the s endingProv iderDuz pr operty.
  274        * 
  275        * @pa ram value
  276        *      allowed o bject is
  277        *      {@link St ring }
  278        *      
  279        */
  280       public  void setS endingProv iderDuz(St ring value ) {
  281           th is.sending ProviderDu z = value;
  282       }
  283  
  284       /**
  285        * Get s the valu e of the s endingProv iderName p roperty.
  286        * 
  287        * @re turn
  288        *      possible  object is
  289        *      {@link St ring }
  290        *      
  291        */
  292       public  String ge tSendingPr oviderName () {
  293           re turn sendi ngProvider Name;
  294       }
  295  
  296       /**
  297        * Set s the valu e of the s endingProv iderName p roperty.
  298        * 
  299        * @pa ram value
  300        *      allowed o bject is
  301        *      {@link St ring }
  302        *      
  303        */
  304       public  void setS endingProv iderName(S tring valu e) {
  305           th is.sending ProviderNa me = value ;
  306       }
  307  
  308       /**
  309        * Get s the valu e of the p rovisional Diagnosis  property.
  310        * 
  311        * @re turn
  312        *      possible  object is
  313        *      {@link St ring }
  314        *      
  315        */
  316       public  String ge tProvision alDiagnosi s() {
  317           re turn provi sionalDiag nosis;
  318       }
  319  
  320       /**
  321        * Set s the valu e of the p rovisional Diagnosis  property.
  322        * 
  323        * @pa ram value
  324        *      allowed o bject is
  325        *      {@link St ring }
  326        *      
  327        */
  328       public  void setP rovisional Diagnosis( String val ue) {
  329           th is.provisi onalDiagno sis = valu e;
  330       }
  331  
  332   }