37332. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:23 AM Central Standard 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.

37332.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service ConsultTO.java Wed Jan 16 16:06:36 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service ConsultTO.java Wed Jan 16 20:15:19 2019 UTC

37332.2 Comparison summary

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

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

37332.4 Active regular expressions

No regular expressions were active.

37332.5 Comparison detail

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