65. EPMO Open Source Coordination Office Redaction File Detail Report

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

65.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IMAG_Source\VISA\Java\ViewerImagingCommon\main\src\java\gov\va\med\imaging\viewer\datasource ViewerImagingDataSourceSpi.java Mon Mar 18 20:39:10 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\IMAG_Source\VISA\Java\ViewerImagingCommon\main\src\java\gov\va\med\imaging\viewer\datasource ViewerImagingDataSourceSpi.java Tue Mar 19 12:04:08 2019 UTC

65.2 Comparison summary

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

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

65.4 Active regular expressions

No regular expressions were active.

65.5 Comparison detail

  1   /**
  2    * Date Cr eated: May  17, 2018
  3    * Develop er:  DNS     tjahjb
  4    */
  5   package go v.va.med.i maging.vie wer.dataso urce;
  6  
  7   import jav a.util.Lis t;
  8  
  9   import gov .va.med.Ro utingToken ;
  10   import gov .va.med.im aging.core .interface s.exceptio ns.Connect ionExcepti on;
  11   import gov .va.med.im aging.core .interface s.exceptio ns.MethodE xception;
  12   import gov .va.med.im aging.data source.Ver sionableDa taSourceSp i;
  13   import gov .va.med.im aging.data source.ann otations.S PI;
  14   import gov .va.med.im aging.view er.busines s.CaptureU serResult;
  15   import gov .va.med.im aging.view er.busines s.DeleteIm ageUrn;
  16   import gov .va.med.im aging.view er.busines s.DeleteIm ageUrnResu lt;
  17   import gov .va.med.im aging.view er.busines s.FlagSens itiveImage Urn;
  18   import gov .va.med.im aging.view er.busines s.FlagSens itiveImage UrnResult;
  19   import gov .va.med.im aging.view er.busines s.ImageFil terFieldVa lue;
  20   import gov .va.med.im aging.view er.busines s.ImageFil terResult;
  21   import gov .va.med.im aging.view er.busines s.ImagePro perty;
  22   import gov .va.med.im aging.view er.busines s.LogAcces sImageUrn;
  23   import gov .va.med.im aging.view er.busines s.LogAcces sImageUrnR esult;
  24   import gov .va.med.im aging.view er.busines s.QAReview ReportResu lt;
  25   import gov .va.med.im aging.view er.busines s.Treating FacilityRe sult;
  26   /**
  27    * @author   DNS     tjahjb
  28    *
  29    */
  30   @SPI(descr iption="Th is SPI def ines opera tions prov iding acce ss to raw  Viewer Ima ging RPCs" )
  31   public int erface Vie werImaging DataSource Spi
  32   extends Ve rsionableD ataSourceS pi
  33   {
  34           pu blic abstr act List<D eleteImage UrnResult>  deleteIma ges(
  35                             Routin gToken glo balRouting Token,
  36                             List<D eleteImage Urn> image Urns)
  37           th rows Metho dException , Connecti onExceptio n;
  38           
  39           pu blic abstr act List<F lagSensiti veImageUrn Result> fl agImagesAs Sensitive(
  40                             Routin gToken glo balRouting Token,
  41                             List<F lagSensiti veImageUrn > imageUrn s)
  42           th rows Metho dException , Connecti onExceptio n;
  43  
  44           pu blic abstr act List<L ogAccessIm ageUrnResu lt> logIma geAccessBy Urns(
  45                             Routin gToken glo balRouting Token,
  46                             String  patientIc n,
  47                             String  patientDf n,
  48                             List<L ogAccessIm ageUrn> im ageUrns)
  49           th rows Metho dException , Connecti onExceptio n;
  50           
  51           pu blic abstr act List<T reatingFac ilityResul t> getTrea tingFacili ties(
  52                             Routin gToken glo balRouting Token,
  53                             String  patientIc n,
  54                             String  patientDf n)
  55           th rows Metho dException , Connecti onExceptio n;
  56           
  57           /* *
  58            *  Retrieve  User infor mation bas ed on user  id
  59            *  @param gl obalRoutin gToken
  60            *  @param Us er Id
  61            *  @return
  62            *  @throws M ethodExcep tion
  63            *  @throws C onnectionE xception
  64            * /
  65           pu blic Strin g getUserI nformation ByUserId(R outingToke n globalRo utingToken , String u serId)
  66       throws  MethodExc eption, Co nnectionEx ception;
  67  
  68           /* *
  69            *  Retrieve  User infor mation bas ed on user  id
  70            *  @param gl obalRoutin gToken
  71            *  @param fr omDate
  72            *  @param th roughDate
  73            *  @return
  74            *  @throws M ethodExcep tion
  75            *  @throws C onnectionE xception
  76            * /
  77           pu blic abstr act List<C aptureUser Result> ge tCaptureUs ers(
  78                             Routin gToken glo balRouting Token, 
  79                             String  appFlag,
  80                             String  fromDate,
  81                             String  throughDa te)
  82       throws  MethodExc eption, Co nnectionEx ception;
  83  
  84           /* *
  85            *  Retrieve  Image Filt er Definit ions for a  user id/A ll user
  86            *  @param gl obalRoutin gToken
  87            *  @param us erId
  88            *  @return
  89            *  @throws M ethodExcep tion
  90            *  @throws C onnectionE xception
  91            * /
  92           pu blic abstr act List<I mageFilter Result> ge tImageFilt ers(
  93                             Routin gToken glo balRouting Token, 
  94                             String  userId)
  95       throws  MethodExc eption, Co nnectionEx ception;
  96  
  97           /* *
  98            *  Retrieve  Image Filt er Definit ion Detail  for a fil terIen/Fil terName/us er
  99            *  @param gl obalRoutin gToken
  100            *  @param fi lterIen
  101            *  @param fi lterName
  102            *  @param us erId
  103            *  @return
  104            *  @throws M ethodExcep tion
  105            *  @throws C onnectionE xception
  106            * /
  107           pu blic abstr act List<I mageFilter FieldValue > getImage FilterDeta il(
  108                             Routin gToken rou tingToken,  
  109                             String  filterIen ,
  110                             String  filterNam e, 
  111                             String  userId)
  112       throws  MethodExc eption, Co nnectionEx ception;
  113  
  114           /* *
  115            *  Delete Im age Filter  Definitio n for filt erIen
  116            *  @param gl obalRoutin gToken
  117            *  @param fi lterIen
  118            *  @return
  119            *  @throws M ethodExcep tion
  120            *  @throws C onnectionE xception
  121            * /
  122           pu blic abstr act String  deleteIma geFilter(R outingToke n routingT oken, Stri ng filterI en)
  123       throws  MethodExc eption, Co nnectionEx ception;
  124  
  125           /* *
  126            *  Save Imag e Filter D efinition
  127            *  @param gl obalRoutin gToken
  128            *  @param im ageFilterF ieldValues
  129            *  @return
  130            *  @throws M ethodExcep tion
  131            *  @throws C onnectionE xception
  132            * /
  133           pu blic abstr act String  saveImage Filter(Rou tingToken  routingTok en,
  134                             List<I mageFilter FieldValue > imageFil terFieldVa lues)
  135       throws  MethodExc eption, Co nnectionEx ception;
  136           
  137           /* *
  138            *  Get QA Re view Repor ts
  139            *  @param gl obalRoutin gToken
  140            *  @param us erId
  141            *  @return
  142            *  @throws M ethodExcep tion
  143            *  @throws C onnectionE xception
  144            * /
  145           pu blic abstr act List<Q AReviewRep ortResult>  getQARevi ewReports( RoutingTok en routing Token,
  146                             String  userId)
  147       throws  MethodExc eption, Co nnectionEx ception;
  148           
  149           /* *
  150            *  Get QA Re view Repor ts
  151            *  @param gl obalRoutin gToken
  152            *  @param fl ags
  153            *  @param fr omDate
  154            *  @param th roughDate
  155            *  @param mq ue
  156            *  @return
  157            *  @throws M ethodExcep tion
  158            *  @throws C onnectionE xception
  159            * /
  160           pu blic abstr act String  getQARevi ewReportDa ta(Routing Token rout ingToken,
  161                             String  flags,
  162                             String  fromDate,
  163                             String  throughDa te,
  164                             String  mque)
  165       throws  MethodExc eption, Co nnectionEx ception;
  166  
  167           /* *
  168            *  Set Image  Propertie s
  169            *  @param gl obalRoutin gToken
  170            *  @param im agePropert ies
  171            *  @return
  172            *  @throws M ethodExcep tion
  173            *  @throws C onnectionE xception
  174            * /
  175           pu blic abstr act String  setImageP roperties(
  176                             Routin gToken rou tingToken,  
  177                             List<I mageProper ty> imageP roperties)
  178       throws  MethodExc eption, Co nnectionEx ception;
  179  
  180           /* *
  181            *  Get mage  Properties
  182            *  @param gl obalRoutin gToken
  183            *  @param im ageIEN
  184            *  @param pr ops
  185            *  @param fl ags
  186            *  @return
  187            *  @throws M ethodExcep tion
  188            *  @throws C onnectionE xception
  189            * /
  190           pu blic abstr act List<I mageProper ty> getIma geProperti es(
  191                             Routin gToken rou tingToken,  
  192                             String  imageIEN,  
  193                             String  props,
  194                             String  flags)
  195       throws  MethodExc eption, Co nnectionEx ception;
  196  
  197  
  198   }