91. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/25/2019 8:58:05 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.

91.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IMAG_Source\VISA\Java\ViewerImagingWebApp\main\src\java\gov\va\med\imaging\viewer\rest\types ImageFilterDetailResultType.java Mon Mar 18 20:39:13 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\IMAG_Source\VISA\Java\ViewerImagingWebApp\main\src\java\gov\va\med\imaging\viewer\rest\types ImageFilterDetailResultType.java Tue Mar 19 12:04:14 2019 UTC

91.2 Comparison summary

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

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

91.4 Active regular expressions

No regular expressions were active.

91.5 Comparison detail

  1   package go v.va.med.i maging.vie wer.rest.t ypes;
  2  
  3   import jav ax.xml.bin d.annotati on.XmlRoot Element;
  4  
  5   /**
  6    * Date Cr eated: Apr  23, 2018
  7    * @author   DNS     tjahjb
  8    *
  9    */
  10   @XmlRootEl ement(name ="imageFil terDetail" )
  11   public cla ss ImageFi lterDetail ResultType
  12   {
  13           pr ivate Stri ng filterI EN;
  14           pr ivate Stri ng filterN ame;
  15           pr ivate Stri ng package Index;
  16           pr ivate Stri ng classIn dex;
  17           pr ivate Stri ng typeInd ex;
  18           pr ivate Stri ng eventIn dex;
  19           pr ivate Stri ng special tiesIndex;
  20           pr ivate Stri ng dateFro m;
  21           pr ivate Stri ng dateThr ough;
  22           pr ivate Stri ng relativ eRange;
  23           
  24           pr ivate Stri ng origin;
  25           pr ivate Stri ng imageSt atus;
  26           pr ivate Stri ng descrip tionContai ns;
  27           pr ivate Stri ng capture dBy;
  28           pr ivate Stri ng useCapt ureDates;
  29           pr ivate Stri ng dayRang e;
  30           pr ivate Stri ng columnW idths;
  31           pr ivate Stri ng percent ;
  32  
  33           pu blic Image FilterDeta ilResultTy pe()
  34           {
  35                    supe r();
  36           }
  37  
  38           pu blic Image FilterDeta ilResultTy pe(
  39                    Stri ng filterI EN,
  40                    Stri ng filterN ame,
  41                    Stri ng package Index,
  42                    Stri ng classIn dex,
  43                    Stri ng typeInd ex,
  44                    Stri ng eventIn dex,
  45                    Stri ng special tiesIndex,
  46                    Stri ng dateFro m,
  47                    Stri ng dateThr ough,
  48                    Stri ng relativ eRange,
  49                    
  50                    Stri ng origin,
  51                    Stri ng imageSt atus,
  52                    Stri ng descrip tionContai ns,
  53                    Stri ng capture dBy,
  54                    Stri ng useCapt ureDates,
  55                    Stri ng dayRang e,
  56                    Stri ng columnW idths,
  57                    Stri ng percent )
  58           {
  59                    supe r();
  60                    this .filterIEN  = filterI EN;
  61                    this .filterNam e = filter Name;
  62                    this .packageIn dex = pack ageIndex;
  63                    this .classInde x = classI ndex;
  64                    this .typeIndex  = typeInd ex;
  65                    this .eventInde x = eventI ndex;
  66                    this .specialti esIndex =  specialtie sIndex;
  67                    this .dateFrom  = dateFrom ;
  68                    this .dateThrou gh = dateT hrough;
  69                    this .relativeR ange = rel ativeRange ;
  70                    this .origin =  origin;
  71                    this .imageStat us = image Status;
  72                    this .descripti onContains  = descrip tionContai ns;
  73                    this .capturedB y = captur edBy;
  74                    this .useCaptur eDates = u seCaptureD ates;
  75                    this .dayRange  = dayRange ;
  76                    this .columnWid ths = colu mnWidths;
  77                    this .percent =  percent;
  78           }
  79  
  80           /* *
  81            *  @return t he relativ eRange
  82            * /
  83           pu blic Strin g getRelat iveRange()
  84           {
  85                    retu rn relativ eRange;
  86           }
  87  
  88           /* *
  89            *  @param re lativeRang e the rela tiveRange  to set
  90            * /
  91           pu blic void  setRelativ eRange(Str ing relati veRange)
  92           {
  93                    this .relativeR ange = rel ativeRange ;
  94           }
  95  
  96           /* *
  97            *  @return t he dateThr ough
  98            * /
  99           pu blic Strin g getDateT hrough()
  100           {
  101                    retu rn dateThr ough;
  102           }
  103  
  104           /* *
  105            *  @param da teThrough  the dateTh rough to s et
  106            * /
  107           pu blic void  setDateThr ough(Strin g dateThro ugh)
  108           {
  109                    this .dateThrou gh = dateT hrough;
  110           }
  111           
  112           /* *
  113            *  @return t he dateFro m
  114            * /
  115           pu blic Strin g getDateF rom()
  116           {
  117                    retu rn dateFro m;
  118           }
  119  
  120           /* *
  121            *  @param da teFrom the  dateFrom  to set
  122            * /
  123           pu blic void  setDateFro m(String d ateFrom)
  124           {
  125                    this .dateFrom  = dateFrom ;
  126           }
  127  
  128           /* *
  129            *  @return t he special tiesIndex
  130            * /
  131           pu blic Strin g getSpeci altiesInde x()
  132           {
  133                    retu rn special tiesIndex;
  134           }
  135  
  136           /* *
  137            *  @param sp ecialtiesI ndex the s pecialties Index to s et
  138            * /
  139           pu blic void  setSpecial tiesIndex( String spe cialtiesIn dex)
  140           {
  141                    this .specialti esIndex =  specialtie sIndex;
  142           }
  143  
  144           /* *
  145            *  @return t he eventIn dex
  146            * /
  147           pu blic Strin g getEvent Index()
  148           {
  149                    retu rn eventIn dex;
  150           }
  151  
  152           /* *
  153            *  @param ev entIndex t he eventIn dex to set
  154            * /
  155           pu blic void  setEventIn dex(String  eventInde x)
  156           {
  157                    this .eventInde x = eventI ndex;
  158           }
  159  
  160           /* *
  161            *  @return t he typeInd ex
  162            * /
  163           pu blic Strin g getTypeI ndex()
  164           {
  165                    retu rn typeInd ex;
  166           }
  167  
  168           /* *
  169            *  @param ty peIndex th e typeInde x to set
  170            * /
  171           pu blic void  setTypeInd ex(String  typeIndex)
  172           {
  173                    this .typeIndex  = typeInd ex;
  174           }
  175  
  176           /* *
  177            *  @return t he filterI EN
  178            * /
  179           pu blic Strin g getFilte rIEN()
  180           {
  181                    retu rn filterI EN;
  182           }
  183  
  184           /* *
  185            *  @param fi lterIEN th e filterIE N to set
  186            * /
  187           pu blic void  setFilterI EN(String  filterIEN)
  188           {
  189                    this .filterIEN  = filterI EN;
  190           }
  191  
  192           /* *
  193            *  @return t he filterN ame
  194            * /
  195           pu blic Strin g getFilte rName()
  196           {
  197                    retu rn filterN ame;
  198           }
  199  
  200           /* *
  201            *  @param fi lterName t he filterN ame to set
  202            * /
  203           pu blic void  setFilterN ame(String  filterNam e)
  204           {
  205                    this .filterNam e = filter Name;
  206           }
  207  
  208           /* *
  209            *  @return t he package Index
  210            * /
  211           pu blic Strin g getPacka geIndex()
  212           {
  213                    retu rn package Index;
  214           }
  215  
  216           /* *
  217            *  @param pa ckageIndex  the packa geIndex to  set
  218            * /
  219           pu blic void  setPackage Index(Stri ng package Index)
  220           {
  221                    this .packageIn dex = pack ageIndex;
  222           }
  223  
  224  
  225           /* *
  226            *  @return t he classIn dex
  227            * /
  228           pu blic Strin g getClass Index()
  229           {
  230                    retu rn classIn dex;
  231           }
  232  
  233           /* *
  234            *  @param cl assIndex t he classIn dex to set
  235            * /
  236           pu blic void  setClassIn dex(String  classInde x)
  237           {
  238                    this .classInde x = classI ndex;
  239           }
  240  
  241           pu blic Strin g getOrigi n() {
  242                    retu rn origin;
  243           }
  244  
  245           pu blic void  setOrigin( String ori gin) {
  246                    this .origin =  origin;
  247           }
  248  
  249           pu blic Strin g getImage Status() {
  250                    retu rn imageSt atus;
  251           }
  252  
  253           pu blic void  setImageSt atus(Strin g imageSta tus) {
  254                    this .imageStat us = image Status;
  255           }
  256  
  257           pu blic Strin g getDescr iptionCont ains() {
  258                    retu rn descrip tionContai ns;
  259           }
  260  
  261           pu blic void  setDescrip tionContai ns(String  descriptio nContains)  {
  262                    this .descripti onContains  = descrip tionContai ns;
  263           }
  264  
  265           pu blic Strin g getCaptu redBy() {
  266                    retu rn capture dBy;
  267           }
  268  
  269           pu blic void  setCapture dBy(String  capturedB y) {
  270                    this .capturedB y = captur edBy;
  271           }
  272  
  273           pu blic Strin g getUseCa ptureDates () {
  274                    retu rn useCapt ureDates;
  275           }
  276  
  277           pu blic void  setUseCapt ureDates(S tring useC aptureDate s) {
  278                    this .useCaptur eDates = u seCaptureD ates;
  279           }
  280  
  281           pu blic Strin g getDayRa nge() {
  282                    retu rn dayRang e;
  283           }
  284  
  285           pu blic void  setDayRang e(String d ayRange) {
  286                    this .dayRange  = dayRange ;
  287           }
  288  
  289           pu blic Strin g getColum nWidths()  {
  290                    retu rn columnW idths;
  291           }
  292  
  293           pu blic void  setColumnW idths(Stri ng columnW idths) {
  294                    this .columnWid ths = colu mnWidths;
  295           }
  296  
  297           pu blic Strin g getPerce nt() {
  298                    retu rn percent ;
  299           }
  300  
  301           pu blic void  setPercent (String pe rcent) {
  302                    this .percent =  percent;
  303           }
  304  
  305  
  306  
  307   }