169. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/5/2017 12:06:40 PM 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.

169.1 Files compared

# Location File Last Modified
1 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\ExchangeDataSource\main\src\java\gov\va\med\imaging\exchange\webservices\soap\types\v1 SeriesType.java Mon Dec 4 21:35:34 2017 UTC
2 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\ExchangeDataSource\main\src\java\gov\va\med\imaging\exchange\webservices\soap\types\v1 SeriesType.java Mon Dec 4 22:00:01 2017 UTC

169.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 9 644
Changed 8 18
Inserted 0 0
Removed 0 0

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

169.4 Active regular expressions

No regular expressions were active.

169.5 Comparison detail

  1   /**
  2    * SeriesT ype.java
  3    *
  4    * This fi le was aut o-generate d from WSD L
  5    * by the  Apache Axi s 1.4 Apr  22, 2006 ( 06:55:48 P DT) WSDL2J ava emitte r.
  6    */
  7  
  8   package go v.va.med.i maging.exc hange.webs ervices.so ap.types.v 1;
  9  
  10   public cla ss SeriesT ype  imple ments java .io.Serial izable {
  11       privat e java.lan g.String s eriesId;
  12  
  13       privat e java.lan g.String d icomUid;
  14  
  15       privat e java.lan g.Integer  dicomSerie sNumber;
  16  
  17       privat e java.lan g.String d escription ;
  18  
  19       privat e java.lan g.String m odality;
  20  
  21       privat e int imag eCount;
  22  
  23       privat e gov.va.m ed.imaging .exchange. webservice s.soap.typ es.v1.Seri esTypeComp onentInsta nces compo nentInstan ces;
  24  
  25       public  SeriesTyp e() {
  26       }
  27  
  28       public  SeriesTyp e(
  29               java.lang .String se riesId,
  30               java.lang .String di comUid,
  31               java.lang .Integer d icomSeries Number,
  32               java.lang .String de scription,
  33               java.lang .String mo dality,
  34               int image Count,
  35               gov.va.me d.imaging. exchange.w ebservices .soap.type s.v1.Serie sTypeCompo nentInstan ces compon entInstanc es) {
  36               this.seri esId = ser iesId;
  37               this.dico mUid = dic omUid;
  38               this.dico mSeriesNum ber = dico mSeriesNum ber;
  39               this.desc ription =  descriptio n;
  40               this.moda lity = mod ality;
  41               this.imag eCount = i mageCount;
  42               this.comp onentInsta nces = com ponentInst ances;
  43       }
  44  
  45  
  46       /**
  47        * Get s the seri esId value  for this  SeriesType .
  48        * 
  49        * @re turn serie sId
  50        */
  51       public  java.lang .String ge tSeriesId( ) {
  52           re turn serie sId;
  53       }
  54  
  55  
  56       /**
  57        * Set s the seri esId value  for this  SeriesType .
  58        * 
  59        * @pa ram series Id
  60        */
  61       public  void setS eriesId(ja va.lang.St ring serie sId) {
  62           th is.seriesI d = series Id;
  63       }
  64  
  65  
  66       /**
  67        * Get s the dico mUid value  for this  SeriesType .
  68        * 
  69        * @re turn dicom Uid
  70        */
  71       public  java.lang .String ge tDicomUid( ) {
  72           re turn dicom Uid;
  73       }
  74  
  75  
  76       /**
  77        * Set s the dico mUid value  for this  SeriesType .
  78        * 
  79        * @pa ram dicomU id
  80        */
  81       public  void setD icomUid(ja va.lang.St ring dicom Uid) {
  82           th is.dicomUi d = dicomU id;
  83       }
  84  
  85  
  86       /**
  87        * Get s the dico mSeriesNum ber value  for this S eriesType.
  88        * 
  89        * @re turn dicom SeriesNumb er
  90        */
  91       public  java.lang .Integer g etDicomSer iesNumber( ) {
  92           re turn dicom SeriesNumb er;
  93       }
  94  
  95  
  96       /**
  97        * Set s the dico mSeriesNum ber value  for this S eriesType.
  98        * 
  99        * @pa ram dicomS eriesNumbe r
  100        */
  101       public  void setD icomSeries Number(jav a.lang.Int eger dicom SeriesNumb er) {
  102           th is.dicomSe riesNumber  = dicomSe riesNumber ;
  103       }
  104  
  105  
  106       /**
  107        * Get s the desc ription va lue for th is SeriesT ype.
  108        * 
  109        * @re turn descr iption
  110        */
  111       public  java.lang .String ge tDescripti on() {
  112           re turn descr iption;
  113       }
  114  
  115  
  116       /**
  117        * Set s the desc ription va lue for th is SeriesT ype.
  118        * 
  119        * @pa ram descri ption
  120        */
  121       public  void setD escription (java.lang .String de scription)  {
  122           th is.descrip tion = des cription;
  123       }
  124  
  125  
  126       /**
  127        * Get s the moda lity value  for this  SeriesType .
  128        * 
  129        * @re turn modal ity
  130        */
  131       public  java.lang .String ge tModality( ) {
  132           re turn modal ity;
  133       }
  134  
  135  
  136       /**
  137        * Set s the moda lity value  for this  SeriesType .
  138        * 
  139        * @pa ram modali ty
  140        */
  141       public  void setM odality(ja va.lang.St ring modal ity) {
  142           th is.modalit y = modali ty;
  143       }
  144  
  145  
  146       /**
  147        * Get s the imag eCount val ue for thi s SeriesTy pe.
  148        * 
  149        * @re turn image Count
  150        */
  151       public  int getIm ageCount()  {
  152           re turn image Count;
  153       }
  154  
  155  
  156       /**
  157        * Set s the imag eCount val ue for thi s SeriesTy pe.
  158        * 
  159        * @pa ram imageC ount
  160        */
  161       public  void setI mageCount( int imageC ount) {
  162           th is.imageCo unt = imag eCount;
  163       }
  164  
  165  
  166       /**
  167        * Get s the comp onentInsta nces value  for this  SeriesType .
  168        * 
  169        * @re turn compo nentInstan ces
  170        */
  171       public  gov.va.me d.imaging. exchange.w ebservices .soap.type s.v1.Serie sTypeCompo nentInstan ces getCom ponentInst ances() {
  172           re turn compo nentInstan ces;
  173       }
  174  
  175  
  176       /**
  177        * Set s the comp onentInsta nces value  for this  SeriesType .
  178        * 
  179        * @pa ram compon entInstanc es
  180        */
  181       public  void setC omponentIn stances(go v.va.med.i maging.exc hange.webs ervices.so ap.types.v 1.SeriesTy peComponen tInstances  component Instances)  {
  182           th is.compone ntInstance s = compon entInstanc es;
  183       }
  184  
  185       privat e java.lan g.Object _ _equalsCal c = null;
  186       public  synchroni zed boolea n equals(j ava.lang.O bject obj)  {
  187           if  (!(obj in stanceof S eriesType) ) return f alse;
  188           Se riesType o ther = (Se riesType)  obj;
  189           if  (obj == n ull) retur n false;
  190           if  (this ==  obj) retur n true;
  191           if  (__equals Calc != nu ll) {
  192                return ( __equalsCa lc == obj) ;
  193           }
  194           __ equalsCalc  = obj;
  195           bo olean _equ als;
  196           _e quals = tr ue && 
  197                ((this.s eriesId==n ull && oth er.getSeri esId()==nu ll) || 
  198                 (this.s eriesId!=n ull &&
  199                  this.s eriesId.eq uals(other .getSeries Id()))) &&
  200                ((this.d icomUid==n ull && oth er.getDico mUid()==nu ll) || 
  201                 (this.d icomUid!=n ull &&
  202                  this.d icomUid.eq uals(other .getDicomU id()))) &&
  203                ((this.d icomSeries Number==nu ll && othe r.getDicom SeriesNumb er()==null ) || 
  204                 (this.d icomSeries Number!=nu ll &&
  205                  this.d icomSeries Number.equ als(other. getDicomSe riesNumber ()))) &&
  206                ((this.d escription ==null &&  other.getD escription ()==null)  || 
  207                 (this.d escription !=null &&
  208                  this.d escription .equals(ot her.getDes cription() ))) &&
  209                ((this.m odality==n ull && oth er.getModa lity()==nu ll) || 
  210                 (this.m odality!=n ull &&
  211                  this.m odality.eq uals(other .getModali ty()))) &&
  212                this.ima geCount ==  other.get ImageCount () &&
  213                ((this.c omponentIn stances==n ull && oth er.getComp onentInsta nces()==nu ll) || 
  214                 (this.c omponentIn stances!=n ull &&
  215                  this.c omponentIn stances.eq uals(other .getCompon entInstanc es())));
  216           __ equalsCalc  = null;
  217           re turn _equa ls;
  218       }
  219  
  220       privat e boolean  __hashCode Calc = fal se;
  221       public  synchroni zed int ha shCode() {
  222           if  (__hashCo deCalc) {
  223                return 0 ;
  224           }
  225           __ hashCodeCa lc = true;
  226           in t _hashCod e = 1;
  227           if  (getSerie sId() != n ull) {
  228                _hashCod e += getSe riesId().h ashCode();
  229           }
  230           if  (getDicom Uid() != n ull) {
  231                _hashCod e += getDi comUid().h ashCode();
  232           }
  233           if  (getDicom SeriesNumb er() != nu ll) {
  234                _hashCod e += getDi comSeriesN umber().ha shCode();
  235           }
  236           if  (getDescr iption() ! = null) {
  237                _hashCod e += getDe scription( ).hashCode ();
  238           }
  239           if  (getModal ity() != n ull) {
  240                _hashCod e += getMo dality().h ashCode();
  241           }
  242           _h ashCode +=  getImageC ount();
  243           if  (getCompo nentInstan ces() != n ull) {
  244                _hashCod e += getCo mponentIns tances().h ashCode();
  245           }
  246           __ hashCodeCa lc = false ;
  247           re turn _hash Code;
  248       }
  249  
  250       // Typ e metadata
  251       privat e static o rg.apache. axis.descr iption.Typ eDesc type Desc =
  252           ne w org.apac he.axis.de scription. TypeDesc(S eriesType. class, tru e);
  253  
  254       static  {
  255             typeDesc.s etXmlType( new javax. xml.namesp ace.QName( "urn:v1.ty pes.soap.w ebservices .exchange. imaging. URL         ", "Series Type"));
  256           or g.apache.a xis.descri ption.Elem entDesc el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  257           el emField.se tFieldName ("seriesId ");
  258             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "series -id"));
  259           el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng"));
  260           el emField.se tNillable( false);
  261           ty peDesc.add FieldDesc( elemField) ;
  262           el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  263           el emField.se tFieldName ("dicomUid ");
  264             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "dicom- uid"));
  265           el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng"));
  266           el emField.se tNillable( true);
  267           ty peDesc.add FieldDesc( elemField) ;
  268           el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  269           el emField.se tFieldName ("dicomSer iesNumber" );
  270             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "dicom- series-num ber"));
  271           el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "int" ));
  272           el emField.se tNillable( true);
  273           ty peDesc.add FieldDesc( elemField) ;
  274           el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  275           el emField.se tFieldName ("descript ion");
  276             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "descri ption"));
  277           el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng"));
  278           el emField.se tNillable( true);
  279           ty peDesc.add FieldDesc( elemField) ;
  280           el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  281           el emField.se tFieldName ("modality ");
  282             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "modali ty"));
  283           el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "stri ng"));
  284           el emField.se tNillable( true);
  285           ty peDesc.add FieldDesc( elemField) ;
  286           el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  287           el emField.se tFieldName ("imageCou nt");
  288             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "image- count"));
  289           el emField.se tXmlType(n ew javax.x ml.namespa ce.QName(" http://www .w3.org/20 01/XMLSche ma", "int" ));
  290           el emField.se tNillable( false);
  291           ty peDesc.add FieldDesc( elemField) ;
  292           el emField =  new org.ap ache.axis. descriptio n.ElementD esc();
  293           el emField.se tFieldName ("componen tInstances ");
  294             elemField. setXmlName (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", "compon ent-instan ces"));
  295             elemField. setXmlType (new javax .xml.names pace.QName ("urn:v1.t ypes.soap. webservice s.exchange .imaging. URL         ", ">Serie sType>comp onent-inst ances"));
  296           el emField.se tNillable( false);
  297           ty peDesc.add FieldDesc( elemField) ;
  298       }
  299  
  300       /**
  301        * Ret urn type m etadata ob ject
  302        */
  303       public  static or g.apache.a xis.descri ption.Type Desc getTy peDesc() {
  304           re turn typeD esc;
  305       }
  306  
  307       /**
  308        * Get  Custom Se rializer
  309        */
  310       public  static or g.apache.a xis.encodi ng.Seriali zer getSer ializer(
  311               java.lang .String me chType, 
  312               java.lang .Class _ja vaType,  
  313               javax.xml .namespace .QName _xm lType) {
  314           re turn 
  315              new  org.a pache.axis .encoding. ser.BeanSe rializer(
  316                _javaTyp e, _xmlTyp e, typeDes c);
  317       }
  318  
  319       /**
  320        * Get  Custom De serializer
  321        */
  322       public  static or g.apache.a xis.encodi ng.Deseria lizer getD eserialize r(
  323               java.lang .String me chType, 
  324               java.lang .Class _ja vaType,  
  325               javax.xml .namespace .QName _xm lType) {
  326           re turn 
  327              new  org.a pache.axis .encoding. ser.BeanDe serializer (
  328                _javaTyp e, _xmlTyp e, typeDes c);
  329       }
  330  
  331   }