47. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/18/2018 3:19:34 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.

47.1 Files compared

# Location File Last Modified
1 ampl_gui_cif_0.1.0-143.zip\ampl_webapp_src\src\app\models consult.ts Mon Aug 27 12:24:24 2018 UTC
2 ampl_gui_cif_0.1.0-143.zip\ampl_webapp_src\src\app\models consult.ts Thu Oct 18 17:41:00 2018 UTC

47.2 Comparison summary

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

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

47.4 Active regular expressions

No regular expressions were active.

47.5 Comparison detail

  1   /**
  2    * AMPL GU I Services
  3    * This is  the clien t-facing m iddleware  service fo r the AMPL  GUI Proje ct
  4    *
  5    * OpenAPI  spec vers ion: 1.0.0
  6    * Contact PII          
  7    *
  8    * NOTE: T his class  is auto ge nerated by  the swagg er code ge nerator pr ogram.
  9    * https:/ /github.co m/swagger- api/swagge r-codegen. git
  10    * Do not  edit the c lass manua lly.
  11    */
  12   import { F acility }  from './fa cility';
  13  
  14  
  15   export int erface Con sult {
  16       patien tId?: numb er;
  17       toServ ice?: stri ng;
  18       fromSe rvice?: st ring;
  19       attent ion?: stri ng;
  20       reques tDate?: Da te;
  21       reques tingProvid er?: strin g;
  22       inOrOu tPatient?:  string;
  23       placeO fConsultat ion?: stri ng;
  24       urgenc y?: string ;
  25       clinic allyIndica tedDate?:  Date;
  26       proced ureConsult ?: string;
  27       patien tLocation? : string;
  28       facili ty?: Facil ity;
  29       clinic alProcedur e?: string ;
  30       ordera bleItem?:  string;
  31       provis ionalDiagn osis?: str ing;
  32       provis ionalDiagn osisCode?:  string;
  33       provis ionalDiagn osisDate?:  Date;
  34       provis ionalDiagn osisSystem ?: string;
  35       reques tReason?:  string;
  36       status ?: string;
  37       lastAc tion?: str ing;
  38       signif icantFindi ngs?: stri ng;
  39       report Text?: str ing;
  40       activi ty?: strin g;
  41       activi tyDateTime ?: Date;
  42       person Responsibl eForActivi ty?: strin g;
  43       activi tyEnteredB y?: string ;
  44   }