593. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/26/2017 10:44:23 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.

593.1 Files compared

# Location File Last Modified
1 Fri Oct 27 02:44:23 2017 UTC
2 OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\Source\Sources\BMS.Vista.TestEis\BMS.Utils VistaDataType.cs Wed Oct 18 18:47:04 2017 UTC

593.2 Comparison summary

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

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

593.4 Active regular expressions

No regular expressions were active.

593.5 Comparison detail

        1   using Syst em;
        2   using Syst em.Collect ions.Gener ic;
        3   using Syst em.Linq;
        4   using Syst em.Text;
        5  
        6   namespace  BMS.Utils
        7   {
        8       [Flags ]
        9       public  enum Vist aDataType
        10       {
        11           No ne = 0,
        12           Ho spitalLoca tion = 1,
        13           Pa tient = 2,
        14           Ro omBed = 4,
        15           Wa rdLocation  = 8,
        16           AD T = 16,
        17           Sp ecialty =  32,
        18           Tr eatingSpec ialty = 64 ,
        19           Fa cilityMove mentType =  128,
        20           Or derableIte m = 256,
        21           Me dicalCente rDivision  = 512,
        22           Wa itingList  = 1024,
        23           Or der = 2048 ,
        24           Pa tientMovem ent = 4096 ,
        25           Pa tientAppoi ntment = 8 192,
        26           Sc heduledAdm ission = 1 6384,
        27           Ad mittedPati ent = 3276 8,
        28           Pa tientMovem entIen = 6 5536,
        29           Vo cabularies  = Orderab leItem | S pecialty |  TreatingS pecialty |  FacilityM ovementTyp e | Medica lCenterDiv ision,
        30           Or ganization alStructur e = Hospit alLocation  | RoomBed  | WardLoc ation,
        31       }
        32   }