332. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:31 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.

332.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice LabResult.java Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_0\webservice LabResult.java Mon Oct 2 19:51:50 2017 UTC

332.2 Comparison summary

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

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

332.4 Active regular expressions

No regular expressions were active.

332.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_0.webser 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.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  labResult  complex t ype.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="labRe sult">
  18    *   &lt;c omplexCont ent>
  19    *       &lt;extens ion base=" {http://we bservice.v ds. URL         /}dataBean ">
  20    *       & lt;sequenc e>
  21    *          &lt;eleme nt name="a ccession"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  22    *          &lt;eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  23    *          &lt;eleme nt name="f acilityNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  24    *          &lt;eleme nt name="h iLoFlag" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  25    *          &lt;eleme nt name="o rderDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime"  minOccurs= "0"/>
  26    *          &lt;eleme nt name="o rderId" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  27    *          &lt;eleme nt name="p rintName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  28    *          &lt;eleme nt name="r eferenceRa nge" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  29    *          &lt;eleme nt name="r esult" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  30    *          &lt;eleme nt name="r esultDate"  type="{ht tp://www.w 3.org/2001 /XMLSchema }dateTime"  minOccurs ="0"/>
  31    *          &lt;eleme nt name="r esultStatu s" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  32    *          &lt;eleme nt name="s pecimen" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  33    *          &lt;eleme nt name="s tationNumb er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  34    *          &lt;eleme nt name="t estId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  35    *          &lt;eleme nt name="t estName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  36    *          &lt;eleme nt name="t estType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  37    *          &lt;eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  38    *          &lt;eleme nt name="v erifiedBy"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  39    *       & lt;/sequen ce>
  40    *     &lt ;/extensio n>
  41    *   &lt;/ complexCon tent>
  42    * &lt;/co mplexType>
  43    * </pre>
  44    * 
  45    * 
  46    */
  47   @XmlAccess orType(Xml AccessType .FIELD)
  48   @XmlType(n ame = "lab Result", n amespace =  "http://w ebservice. vds. URL         /", propOr der = {
  49       "acces sion",
  50       "comme nt",
  51       "facil ityName",
  52       "hiLoF lag",
  53       "order Date",
  54       "order Id",
  55       "print Name",
  56       "refer enceRange" ,
  57       "resul t",
  58       "resul tDate",
  59       "resul tStatus",
  60       "speci men",
  61       "stati onNumber",
  62       "testI d",
  63       "testN ame",
  64       "testT ype",
  65       "units ",
  66       "verif iedBy"
  67   })
  68   public cla ss LabResu lt
  69       extend s DataBean
  70   {
  71  
  72       protec ted String  accession ;
  73       protec ted String  comment;
  74       protec ted String  facilityN ame;
  75       protec ted String  hiLoFlag;
  76       @XmlSc hemaType(n ame = "dat eTime")
  77       protec ted XMLGre gorianCale ndar order Date;
  78       protec ted String  orderId;
  79       protec ted String  printName ;
  80       protec ted String  reference Range;
  81       protec ted String  result;
  82       @XmlSc hemaType(n ame = "dat eTime")
  83       protec ted XMLGre gorianCale ndar resul tDate;
  84       protec ted String  resultSta tus;
  85       protec ted String  specimen;
  86       protec ted String  stationNu mber;
  87       protec ted String  testId;
  88       protec ted String  testName;
  89       protec ted String  testType;
  90       protec ted String  units;
  91       protec ted String  verifiedB y;
  92  
  93       /**
  94        * Get s the valu e of the a ccession p roperty.
  95        * 
  96        * @re turn
  97        *      possible  object is
  98        *      {@link St ring }
  99        *      
  100        */
  101       public  String ge tAccession () {
  102           re turn acces sion;
  103       }
  104  
  105       /**
  106        * Set s the valu e of the a ccession p roperty.
  107        * 
  108        * @pa ram value
  109        *      allowed o bject is
  110        *      {@link St ring }
  111        *      
  112        */
  113       public  void setA ccession(S tring valu e) {
  114           th is.accessi on = value ;
  115       }
  116  
  117       /**
  118        * Get s the valu e of the c omment pro perty.
  119        * 
  120        * @re turn
  121        *      possible  object is
  122        *      {@link St ring }
  123        *      
  124        */
  125       public  String ge tComment()  {
  126           re turn comme nt;
  127       }
  128  
  129       /**
  130        * Set s the valu e of the c omment pro perty.
  131        * 
  132        * @pa ram value
  133        *      allowed o bject is
  134        *      {@link St ring }
  135        *      
  136        */
  137       public  void setC omment(Str ing value)  {
  138           th is.comment  = value;
  139       }
  140  
  141       /**
  142        * Get s the valu e of the f acilityNam e property .
  143        * 
  144        * @re turn
  145        *      possible  object is
  146        *      {@link St ring }
  147        *      
  148        */
  149       public  String ge tFacilityN ame() {
  150           re turn facil ityName;
  151       }
  152  
  153       /**
  154        * Set s the valu e of the f acilityNam e property .
  155        * 
  156        * @pa ram value
  157        *      allowed o bject is
  158        *      {@link St ring }
  159        *      
  160        */
  161       public  void setF acilityNam e(String v alue) {
  162           th is.facilit yName = va lue;
  163       }
  164  
  165       /**
  166        * Get s the valu e of the h iLoFlag pr operty.
  167        * 
  168        * @re turn
  169        *      possible  object is
  170        *      {@link St ring }
  171        *      
  172        */
  173       public  String ge tHiLoFlag( ) {
  174           re turn hiLoF lag;
  175       }
  176  
  177       /**
  178        * Set s the valu e of the h iLoFlag pr operty.
  179        * 
  180        * @pa ram value
  181        *      allowed o bject is
  182        *      {@link St ring }
  183        *      
  184        */
  185       public  void setH iLoFlag(St ring value ) {
  186           th is.hiLoFla g = value;
  187       }
  188  
  189       /**
  190        * Get s the valu e of the o rderDate p roperty.
  191        * 
  192        * @re turn
  193        *      possible  object is
  194        *      {@link XM LGregorian Calendar }
  195        *      
  196        */
  197       public  XMLGregor ianCalenda r getOrder Date() {
  198           re turn order Date;
  199       }
  200  
  201       /**
  202        * Set s the valu e of the o rderDate p roperty.
  203        * 
  204        * @pa ram value
  205        *      allowed o bject is
  206        *      {@link XM LGregorian Calendar }
  207        *      
  208        */
  209       public  void setO rderDate(X MLGregoria nCalendar  value) {
  210           th is.orderDa te = value ;
  211       }
  212  
  213       /**
  214        * Get s the valu e of the o rderId pro perty.
  215        * 
  216        * @re turn
  217        *      possible  object is
  218        *      {@link St ring }
  219        *      
  220        */
  221       public  String ge tOrderId()  {
  222           re turn order Id;
  223       }
  224  
  225       /**
  226        * Set s the valu e of the o rderId pro perty.
  227        * 
  228        * @pa ram value
  229        *      allowed o bject is
  230        *      {@link St ring }
  231        *      
  232        */
  233       public  void setO rderId(Str ing value)  {
  234           th is.orderId  = value;
  235       }
  236  
  237       /**
  238        * Get s the valu e of the p rintName p roperty.
  239        * 
  240        * @re turn
  241        *      possible  object is
  242        *      {@link St ring }
  243        *      
  244        */
  245       public  String ge tPrintName () {
  246           re turn print Name;
  247       }
  248  
  249       /**
  250        * Set s the valu e of the p rintName p roperty.
  251        * 
  252        * @pa ram value
  253        *      allowed o bject is
  254        *      {@link St ring }
  255        *      
  256        */
  257       public  void setP rintName(S tring valu e) {
  258           th is.printNa me = value ;
  259       }
  260  
  261       /**
  262        * Get s the valu e of the r eferenceRa nge proper ty.
  263        * 
  264        * @re turn
  265        *      possible  object is
  266        *      {@link St ring }
  267        *      
  268        */
  269       public  String ge tReference Range() {
  270           re turn refer enceRange;
  271       }
  272  
  273       /**
  274        * Set s the valu e of the r eferenceRa nge proper ty.
  275        * 
  276        * @pa ram value
  277        *      allowed o bject is
  278        *      {@link St ring }
  279        *      
  280        */
  281       public  void setR eferenceRa nge(String  value) {
  282           th is.referen ceRange =  value;
  283       }
  284  
  285       /**
  286        * Get s the valu e of the r esult prop erty.
  287        * 
  288        * @re turn
  289        *      possible  object is
  290        *      {@link St ring }
  291        *      
  292        */
  293       public  String ge tResult()  {
  294           re turn resul t;
  295       }
  296  
  297       /**
  298        * Set s the valu e of the r esult prop erty.
  299        * 
  300        * @pa ram value
  301        *      allowed o bject is
  302        *      {@link St ring }
  303        *      
  304        */
  305       public  void setR esult(Stri ng value)  {
  306           th is.result  = value;
  307       }
  308  
  309       /**
  310        * Get s the valu e of the r esultDate  property.
  311        * 
  312        * @re turn
  313        *      possible  object is
  314        *      {@link XM LGregorian Calendar }
  315        *      
  316        */
  317       public  XMLGregor ianCalenda r getResul tDate() {
  318           re turn resul tDate;
  319       }
  320  
  321       /**
  322        * Set s the valu e of the r esultDate  property.
  323        * 
  324        * @pa ram value
  325        *      allowed o bject is
  326        *      {@link XM LGregorian Calendar }
  327        *      
  328        */
  329       public  void setR esultDate( XMLGregori anCalendar  value) {
  330           th is.resultD ate = valu e;
  331       }
  332  
  333       /**
  334        * Get s the valu e of the r esultStatu s property .
  335        * 
  336        * @re turn
  337        *      possible  object is
  338        *      {@link St ring }
  339        *      
  340        */
  341       public  String ge tResultSta tus() {
  342           re turn resul tStatus;
  343       }
  344  
  345       /**
  346        * Set s the valu e of the r esultStatu s property .
  347        * 
  348        * @pa ram value
  349        *      allowed o bject is
  350        *      {@link St ring }
  351        *      
  352        */
  353       public  void setR esultStatu s(String v alue) {
  354           th is.resultS tatus = va lue;
  355       }
  356  
  357       /**
  358        * Get s the valu e of the s pecimen pr operty.
  359        * 
  360        * @re turn
  361        *      possible  object is
  362        *      {@link St ring }
  363        *      
  364        */
  365       public  String ge tSpecimen( ) {
  366           re turn speci men;
  367       }
  368  
  369       /**
  370        * Set s the valu e of the s pecimen pr operty.
  371        * 
  372        * @pa ram value
  373        *      allowed o bject is
  374        *      {@link St ring }
  375        *      
  376        */
  377       public  void setS pecimen(St ring value ) {
  378           th is.specime n = value;
  379       }
  380  
  381       /**
  382        * Get s the valu e of the s tationNumb er propert y.
  383        * 
  384        * @re turn
  385        *      possible  object is
  386        *      {@link St ring }
  387        *      
  388        */
  389       public  String ge tStationNu mber() {
  390           re turn stati onNumber;
  391       }
  392  
  393       /**
  394        * Set s the valu e of the s tationNumb er propert y.
  395        * 
  396        * @pa ram value
  397        *      allowed o bject is
  398        *      {@link St ring }
  399        *      
  400        */
  401       public  void setS tationNumb er(String  value) {
  402           th is.station Number = v alue;
  403       }
  404  
  405       /**
  406        * Get s the valu e of the t estId prop erty.
  407        * 
  408        * @re turn
  409        *      possible  object is
  410        *      {@link St ring }
  411        *      
  412        */
  413       public  String ge tTestId()  {
  414           re turn testI d;
  415       }
  416  
  417       /**
  418        * Set s the valu e of the t estId prop erty.
  419        * 
  420        * @pa ram value
  421        *      allowed o bject is
  422        *      {@link St ring }
  423        *      
  424        */
  425       public  void setT estId(Stri ng value)  {
  426           th is.testId  = value;
  427       }
  428  
  429       /**
  430        * Get s the valu e of the t estName pr operty.
  431        * 
  432        * @re turn
  433        *      possible  object is
  434        *      {@link St ring }
  435        *      
  436        */
  437       public  String ge tTestName( ) {
  438           re turn testN ame;
  439       }
  440  
  441       /**
  442        * Set s the valu e of the t estName pr operty.
  443        * 
  444        * @pa ram value
  445        *      allowed o bject is
  446        *      {@link St ring }
  447        *      
  448        */
  449       public  void setT estName(St ring value ) {
  450           th is.testNam e = value;
  451       }
  452  
  453       /**
  454        * Get s the valu e of the t estType pr operty.
  455        * 
  456        * @re turn
  457        *      possible  object is
  458        *      {@link St ring }
  459        *      
  460        */
  461       public  String ge tTestType( ) {
  462           re turn testT ype;
  463       }
  464  
  465       /**
  466        * Set s the valu e of the t estType pr operty.
  467        * 
  468        * @pa ram value
  469        *      allowed o bject is
  470        *      {@link St ring }
  471        *      
  472        */
  473       public  void setT estType(St ring value ) {
  474           th is.testTyp e = value;
  475       }
  476  
  477       /**
  478        * Get s the valu e of the u nits prope rty.
  479        * 
  480        * @re turn
  481        *      possible  object is
  482        *      {@link St ring }
  483        *      
  484        */
  485       public  String ge tUnits() {
  486           re turn units ;
  487       }
  488  
  489       /**
  490        * Set s the valu e of the u nits prope rty.
  491        * 
  492        * @pa ram value
  493        *      allowed o bject is
  494        *      {@link St ring }
  495        *      
  496        */
  497       public  void setU nits(Strin g value) {
  498           th is.units =  value;
  499       }
  500  
  501       /**
  502        * Get s the valu e of the v erifiedBy  property.
  503        * 
  504        * @re turn
  505        *      possible  object is
  506        *      {@link St ring }
  507        *      
  508        */
  509       public  String ge tVerifiedB y() {
  510           re turn verif iedBy;
  511       }
  512  
  513       /**
  514        * Set s the valu e of the v erifiedBy  property.
  515        * 
  516        * @pa ram value
  517        *      allowed o bject is
  518        *      {@link St ring }
  519        *      
  520        */
  521       public  void setV erifiedBy( String val ue) {
  522           th is.verifie dBy = valu e;
  523       }
  524  
  525   }