15043. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/19/2017 8:20:21 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.

15043.1 Files compared

# Location File Last Modified
1 OSCIF_VSE_v1.3.2_SD_5_3_671.zip\ClinSchd\Desktop\ClinSchd.Modules.Ribbon\Schedule AppointmentRequestTypeView.xaml Thu Jun 22 16:59:14 2017 UTC
2 OSCIF_VSE_v1.3.2_SD_5_3_671.zip\ClinSchd\Desktop\ClinSchd.Modules.Ribbon\Schedule AppointmentRequestTypeView.xaml Sat Aug 19 14:43:32 2017 UTC

15043.2 Comparison summary

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

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

15043.4 Active regular expressions

No regular expressions were active.

15043.5 Comparison detail

  1   <UserContr ol x:Class ="ClinSchd .Modules.R ibbon.Sche dule.Appoi ntmentRequ estTypeVie w"
  2                 xmlns=" http://sch emas.micro soft.com/w infx/2006/ xaml/prese ntation"
  3                 xmlns:x ="http://s chemas.mic rosoft.com /winfx/200 6/xaml"
  4                 xmlns:m c="http:// schemas.op enxmlforma ts.org/mar kup-compat ibility/20 06"
  5                 xmlns:d ="http://s chemas.mic rosoft.com /expressio n/blend/20 08"
  6                 xmlns:p resentatio n="clr-nam espace:Tel erik.Windo ws.Control s;assembly =Telerik.W indows.Con trols"
  7                 mc:Igno rable="d"
  8                 Loaded= "ApptReque stType_Loa ded"
  9                 Unloade d="Appoint mentReques tType_Unlo aded"
  10                 Preview KeyUp="Use rControl_P reviewKeyU p"
  11                 Backgro und="Blanc hedAlmond" >
  12  
  13       <Grid  Background ="Blanched Almond" Ho rizontalAl ignment="S tretch">
  14           <G rid.RowDef initions>
  15                <RowDefi nition Hei ght="Auto"  />
  16                <RowDefi nition Hei ght="Auto"  />
  17                <RowDefi nition Hei ght="Auto"  />
  18                <RowDefi nition Hei ght="*" />
  19           </ Grid.RowDe finitions>
  20  
  21           <G rid.Column Definition s>
  22                <ColumnD efinition  Width="100 " />
  23                <ColumnD efinition  Width="175 " />
  24           </ Grid.Colum nDefinitio ns>
  25  
  26           <L abel Conte nt="What t ype of req uest is ne eded?"  Gr id.Row="0"  Grid.Colu mn="0" Gri d.ColumnSp an="2" Hor izontalAli gnment="Le ft" />
  27           <R adioButton  Name="RbA pptType"    Content=" APPT"   Gr id.Row="1"  Grid.Colu mn="1" Mar gin="0 5 0  5" IsChec ked="True"  />
  28           <R adioButton  Name="RbP tCSchType"  Content=" PtCSch" Gr id.Row="2"  Grid.Colu mn="1" Mar gin="0 5 0  5" />
  29             <!-- The P atient opt ion was re moved on 1 0/17/2016  by  PII  as part o f Sprint 1 , Epic 10,  User Stor y 10.1 -->
  30           <! -- <RadioB utton Name ="RbNone"  Content="P ATIENT" Gr id.Row="3"  Margin="0  5 0 10" G rid.Column ="1" /> -- >
  31  
  32           <S tatusBar G rid.Row="3 " Grid.Col umn="0" Gr id.ColumnS pan="2" Ve rticalAlig nment="Bot tom" Horiz ontalConte ntAlignmen t="Stretch ">
  33                <StatusB arItem Hor izontalAli gnment="Ri ght">
  34                    <Sta ckPanel Or ientation= "Horizonta l" Horizon talAlignme nt="Right" >
  35                         <presentat ion:RadBut ton Name=" BtnOk"      Margin="5 ,5,5,0" Cl ick="OK_Cl ick"     I sDefault=" True" Heig ht="25" Ho rizontalAl ignment="R ight" Widt h="70">OK< /presentat ion:RadBut ton>
  36                         <presentat ion:RadBut ton Name=" BtnCancel"  Margin="5 ,5,5,0" Cl ick="Cance l_Click" I sCancel="T rue"  Heig ht="25" Ho rizontalAl ignment="R ight" Widt h="70" >Ca ncel</pres entation:R adButton>
  37                    </St ackPanel>
  38                </Status BarItem>
  39           </ StatusBar>
  40       </Grid >
  41   </UserCont rol>