3185. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:56 PM Eastern 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.

3185.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:56 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-common\src\main\java\gov\va\nvap\audit BulkDownloadDocs.java Tue May 2 14:49:40 2017 UTC

3185.2 Comparison summary

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

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

3185.4 Active regular expressions

No regular expressions were active.

3185.5 Comparison detail

        1   package go v.va.nvap. audit;
        2  
        3   import jav a.io.IOExc eption;
        4   import jav a.io.Input Stream;
        5   import jav a.text.Sim pleDateFor mat;
        6  
        7   /**
        8    * Mirror  of the ReS T interfac e to bulk- download r etrieved d ocuments v ia the
        9    * NHIN Ad apter's au dit servic es. This c lass is in  nvap-comm on to make  it access ible
        10    * to both  nvap-serv er and nva p-mock.
        11    */
        12   public int erface Bul kDownloadD ocs
        13   {
        14       /**
        15        * Dow nloads a c opy of all  documents  that were  either di sclosed (" Retrieve D ocument" a udit recor d)
        16        * or  retrieved  from a par tner ("Ret rieveDocum entOut" au dit record ). The
        17        * cal ler of thi s method i s responsi ble for cl osing the  returned I nputStream .
        18        * @pa ram vapId  identifier  of VAP in stance to  be passed  in HTTP he ader
        19        * @pa ram startA udit the b eginning a udited dat e + time t o include,  inclusive
        20        * Mus t be of th e format " yyyy-MM-dd " or "yyyy -MM-dd'T'H H:mm", as  described  by
        21        * {@l ink Simple DateFormat }.
        22        * @pa ram endAud it the end ing audite d date + t ime to inc lude, excl usive.
        23        * Sam e formats  allowed as  for the s tartAudit  param.
        24        * @pa ram docGen PartnerId  if present , limits t he results  to docume nts genera ted
        25        * by  the indica ted partne r ID. For  example, " 2.16.840.1 .113883.4. 349.1" for  the VA.
        26        * @re turn Input Stream
        27        * @th rows IOExc eption 
        28        */
        29       public  InputStre am downloa dRetrieved Docs(Strin g vapId, S tring star tAudit, St ring endAu dit, Strin g docGenPa rtnerId, S tring pati entIdentif ier) throw s IOExcept ion;
        30   }