14737. EPMO Open Source Coordination Office Redaction File Detail Report

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

14737.1 Files compared

# Location File Last Modified
1 OSCIF_VSE_v1.3.2_SD_5_3_671.zip\ClinSchd\Desktop\ClinSchd.Modules.PatientAppt\Group GroupView.xaml Thu Jun 22 16:59:16 2017 UTC
2 OSCIF_VSE_v1.3.2_SD_5_3_671.zip\ClinSchd\Desktop\ClinSchd.Modules.PatientAppt\Group GroupView.xaml Sat Aug 19 15:25:32 2017 UTC

14737.2 Comparison summary

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

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

14737.4 Active regular expressions

No regular expressions were active.

14737.5 Comparison detail

  1   <UserContr ol x:Class ="ClinSchd .Modules.P atientAppt .Group.Gro upView"
  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:p resentatio n="http:// schemas.te lerik.com/ 2008/xaml/ presentati on"
  5                 xmlns:p rimitives= "clr-names pace:Teler ik.Windows .Controls. Primitives ;assembly= Telerik.Wi ndows.Cont rols"
  6                 xmlns:i nput="clr- namespace: Telerik.Wi ndows.Cont rols;assem bly=Teleri k.Windows. Controls.I nput"
  7                 xmlns:g rid="clr-n amespace:T elerik.Win dows.Contr ols;assemb ly=Telerik .Windows.C ontrols.Gr idView"
  8                 Width=" 625"
  9                 Height= "700"
  10                 Loaded= "GroupView _Loaded"
  11                 Preview KeyUp="Use rControl_P reviewKeyU p"
  12                 Unloade d="GroupVi ew_Unloade d">
  13  
  14       <Grid>
  15           <G rid.RowDef initions>
  16                <RowDefi nition Hei ght="*" />
  17                <RowDefi nition Hei ght="40" / >
  18           </ Grid.RowDe finitions>
  19  
  20           <p resentatio n:RadDocki ng x:Name= "PatientAp ptsDocking "
  21                                       AllowUn safeMode=" True"
  22                                       Templat e="{Static Resource R adDockingT emplate}">
  23                <present ation:RadD ocking.Doc umentHost>
  24                    <pre sentation: RadSplitCo ntainer>
  25                         <presentat ion:RadPan eGroup>
  26                             <prese ntation:Ra dPane x:Na me="panePa tientApptA ppointment s"
  27                                                     Titl e="Appoint ments"
  28                                                     Focu sable="Fal se"
  29                                                     CanU serClose=" False"
  30                                                     CanD ockInDocum entHost="F alse"
  31                                                     CanU serPin="Fa lse"
  32                                                     CanF loat="Fals e">
  33                                 <p resentatio n:RadPane. Content>
  34  
  35                                      <Grid Ba ckground=" BlanchedAl mond">
  36                                          <Gri d.RowDefin itions>
  37                                               <RowDefini tion Heigh t="Auto" / >
  38                                               <RowDefini tion Heigh t="5" />
  39                                               <RowDefini tion Heigh t="Auto" / >
  40                                               <RowDefini tion Heigh t="5" />
  41                                               <RowDefini tion Heigh t="*" />
  42                                          </Gr id.RowDefi nitions>
  43                                          <Gro upBox Grid .Row="0">
  44                                               <GroupBox. Header>
  45                                                   <TextB lock Text= "Patient I nformation " />
  46                                               </GroupBox .Header>
  47  
  48                                               <Grid>
  49                                                   <Grid. RowDefinit ions>
  50                                                       <R owDefiniti on Height= "Auto" />
  51                                                       <R owDefiniti on Height= "Auto" />
  52                                                       <R owDefiniti on Height= "Auto" />
  53                                                       <R owDefiniti on Height= "*" />
  54                                                   </Grid .RowDefini tions>
  55                                                   <Grid. ColumnDefi nitions>
  56                                                       <C olumnDefin ition Widt h="100" />
  57                                                       <C olumnDefin ition Widt h="130" />
  58                                                       <C olumnDefin ition Widt h="70" />
  59                                                       <C olumnDefin ition Widt h="*" />
  60                                                   </Grid .ColumnDef initions>
  61  
  62                                                   <TextB lock Grid. Row="0"
  63                                                               Grid. Column="0"
  64                                                               Verti calAlignme nt="Center "
  65                                                               Horiz ontalAlign ment="Righ t"
  66                                                               Margi n="3,12,0, 3"
  67                                                               Text= "Name:" />
  68                                                   <TextB ox   Grid. Row="0"
  69                                                               Grid. Column="1"
  70                                                               Verti calAlignme nt="Bottom "
  71                                                               IsEna bled="Fals e"
  72                                                               Grid. ColumnSpan ="3"
  73                                                               Text= "{Binding  PatientInf ormation.N ame,Mode=T woWay}"
  74                                                               Margi n="3,12,0, 3"
  75                                                               Focus able="Fals e" />
  76  
  77                                                   <TextB lock Grid. Row="1"
  78                                                               Grid. Column="0"
  79                                                               Verti calAlignme nt="Center "
  80                                                               Horiz ontalAlign ment="Righ t"
  81                                                               Margi n="3,3,0,3 "
  82                                                               TextW rapping="W rap"
  83                                                               Text= "DOB:" />
  84                                                   <TextB ox   Grid. Row="1"
  85                                                               Grid. Column="1"
  86                                                               Verti calAlignme nt="Bottom "
  87                                                               IsEna bled="Fals e"
  88                                                               Margi n="3,3,0,3 "
  89                                                               Text= "{Binding  PatientInf ormation.D OBFormatte d, Mode=On eWay}"
  90                                                               Focus able="Fals e" />
  91  
  92                                                   <TextB lock Grid. Row="1"
  93                                                               Grid. Column="2"
  94                                                               Verti calAlignme nt="Center "
  95                                                               Horiz ontalAlign ment="Righ t"
  96                                                               Margi n="3,3,0,3 "
  97                                                               TextW rapping="W rap"
  98                                                               Text= "SSN:" />
  99                                                   <TextB ox   Grid. Row="1"
  100                                                               Grid. Column="3"
  101                                                               Verti calAlignme nt="Bottom "
  102                                                               IsEna bled="Fals e"
  103                                                               Margi n="3,3,0,3 "
  104                                                               Text= "{Binding  PatientInf ormation.S SNFormatte d,Mode=One Way}"
  105                                                               Focus able="Fals e" />
  106  
  107                                                   <TextB lock Grid. Row="2"
  108                                                               Grid. Column="0"
  109                                                               Verti calAlignme nt="Center "
  110                                                               Horiz ontalAlign ment="Righ t"
  111                                                               Margi n="3,3,0,3 "
  112                                                               Text= "SVC CONNE CTED:" />
  113                                                   <TextB ox Grid.Ro w="2"
  114                                                             Grid.Co lumn="1"
  115                                                             Vertica lAlignment ="Bottom"
  116                                                             IsEnabl ed="False"
  117                                                             Margin= "3,3,0,3"
  118                                                             Text="{ Binding Pa tientInfor mation.Ser viceConnec tion,Mode= TwoWay}"
  119                                                             Focusab le="False"  />
  120  
  121                                                   <TextB lock Grid. Row="2"
  122                                                               Grid. Column="2"
  123                                                               Verti calAlignme nt="Center "
  124                                                               Horiz ontalAlign ment="Righ t"
  125                                                               Margi n="3,3,0,6 "
  126                                                               Text= "SC PERCEN T:" />
  127                                                   <TextB ox   Grid. Row="2"
  128                                                               Grid. Column="3"
  129                                                               Verti calAlignme nt="Bottom "
  130                                                               IsEna bled="Fals e"
  131                                                               Margi n="3,3,0,6 "
  132                                                               Text= "{Binding  PatientInf ormation.S erviceConn ectionPerc entage,Mod e=TwoWay}"
  133                                                               Focus able="Fals e" />
  134  
  135                                                   <TextB lock Grid. Row="3"
  136                                                               Grid. Column="0"
  137                                                               Verti calAlignme nt="Center "
  138                                                               Horiz ontalAlign ment="Righ t"
  139                                                               Margi n="3,3,0,6 "
  140                                                               Text= "GAF:" />
  141                                                   <TextB ox   Grid. Row="3"
  142                                                               Grid. Column="1"
  143                                                               Verti calAlignme nt="Bottom "
  144                                                               IsEna bled="Fals e"
  145                                                               Margi n="3,3,0,6 "
  146                                                               Text= "{Binding  PatientInf ormation.G AF.Text,Mo de=TwoWay} "
  147                                                               Focus able="Fals e" />
  148  
  149                                                   <Check Box Grid.R ow="3"
  150                                                              Grid.C olumn="3"
  151                                                              Vertic alAlignmen t="Center"
  152                                                              Name=" ChkSvcRela ted"
  153                                                              IsChec ked="{Bind ing IsServ iceConnect ed, Mode=T woWay}"
  154                                                              TabInd ex="100"
  155                                                              FocusV isualStyle ="{Dynamic Resource V SEFocusVis ualStyle}"
  156                                                              Conten t="Svc Rel ated"
  157                                                              IsEnab led="{Bind ing ChkSvc RelatedEna bled, Mode =OneWay}"  />
  158                                               </Grid>
  159                                          </Gr oupBox>
  160                                          <Gro upBox Grid .Row="2">
  161                                               <GroupBox. Header>
  162                                                   <TextB lock Text= "Appointme nt" />
  163                                               </GroupBox .Header>
  164  
  165                                               <Grid>
  166                                                   <Grid. RowDefinit ions>
  167                                                       <R owDefiniti on Height= "auto" />
  168                                                       <R owDefiniti on Height= "auto" />
  169                                                       <R owDefiniti on Height= "auto" />
  170                                                       <R owDefiniti on Height= "auto" />
  171                                                       <R owDefiniti on Height= "*" />
  172                                                   </Grid .RowDefini tions>
  173                                                   <Grid. ColumnDefi nitions>
  174                                                       <C olumnDefin ition Widt h="80" />
  175                                                       <C olumnDefin ition Widt h="170" />
  176                                                       <C olumnDefin ition Widt h="60" />
  177                                                       <C olumnDefin ition Widt h="*" />
  178                                                   </Grid .ColumnDef initions>
  179                                                   <Grid. Resources>
  180                                                       <S tyle x:Key ="RadUnifo rmGridStyl e"
  181                                                               Targe tType="pri mitives:Ra dUniformGr id">
  182                                                            <Setter  Property=" Rows"
  183                                                                     Value="8"  />
  184                                                            <Setter  Property=" ChildrenFl ow"
  185                                                                     Value="Hor izontal" / >
  186                                                       </ Style>
  187                                                       <S tyle Targe tType="inp ut:RadCloc k"
  188                                                               x:Key ="RadClock Style">
  189                                                            <Setter  Property=" Header"
  190                                                                     Value="Clo ck" />
  191                                                            <Setter  Property=" ItemsPanel ">
  192                                                                <Set ter.Value>
  193                                                                     <ItemsPane lTemplate>
  194                                                                         <primi tives:RadU niformGrid  x:Name="u niformGrid "
  195                                                                                                       Style="{S taticResou rce RadUni formGridSt yle}" />
  196                                                                     </ItemsPan elTemplate >
  197                                                                </Se tter.Value >
  198                                                            </Setter >
  199                                                       </ Style>
  200                                                   </Grid .Resources >
  201  
  202                                                   <TextB lock Grid. Row="0"
  203                                                               Grid. Column="0"
  204                                                               Horiz ontalAlign ment="Righ t"
  205                                                               Verti calAlignme nt="Center "
  206                                                               Margi n="3,3,0,3 "
  207                                                               TextW rapping="W rap">Benef it/Eligibi lity:</Tex tBlock>
  208                                                   <Combo Box  Grid. Row="0"
  209                                                               Grid. Column="1"
  210                                                               IsEna bled="{Bin ding Eligi bilitySele ctionEnabl ed}"
  211                                                               Name= "BenefitTe xtbox"
  212                                                               Verti calAlignme nt="Bottom "
  213                                                               Selec tedItem="{ Binding Se lectedPati entEligibi lity, Mode =TwoWay, U pdateSourc eTrigger=P ropertyCha nged}"
  214                                                               Margi n="3,3,0,3 "
  215                                                               Items Source="{B inding Pat ientEligib ilitiesLis t}"
  216                                                               TabIn dex="103"
  217                                                               Focus VisualStyl e="{Dynami cResource  VSEFocusVi sualStyle} ">
  218                                                       <C omboBox.It emTemplate >
  219                                                            <DataTem plate>
  220                                                                <Tex tBlock Tex t="{Bindin g Name}" / >
  221                                                            </DataTe mplate>
  222                                                       </ ComboBox.I temTemplat e>
  223  
  224                                                   </Comb oBox>
  225  
  226                                                   <TextB lock Grid. Row="1"
  227                                                               Grid. Column="0"
  228                                                               Horiz ontalAlign ment="Righ t"
  229                                                               Verti calAlignme nt="Center "
  230                                                               Margi n="3,12,0, 3">Start T ime:</Text Block>
  231                                                   <DockP anel Grid. Row="1"
  232                                                               Grid. Column="1" >
  233                                                       <B order Dock Panel.Dock ="Right"
  234                                                                Back ground="#a caeb5"
  235                                                                Marg in="3,13,0 ,3">
  236                                                            <Border  BorderBrus h="DarkGra y"
  237                                                                     BorderThic kness="3,2 ,3,2">
  238                                                                <Bor der Border Brush="Lig htGray"
  239                                                                         Border Thickness= "0,0,2,2">
  240                                                                     <input:Rad TimePicker  Name="Sta rtTimeTime Picker"
  241                                                                                            Height="2 0"
  242                                                                                            MinHeight ="20"
  243                                                                                            TabIndex= "101"
  244                                                                                            FocusVisu alStyle="{ DynamicRes ource VSEF ocusVisual Style}"
  245                                                                                            IsEnabled ="{Binding  IsStartTi meEnabled,  Mode=OneW ay}"
  246                                                                                            ClockStyl e="{Static Resource R adClockSty le}"
  247                                                                                            DisplayFo rmat="Shor t"
  248                                                                                            StartTime ="{Binding  ClockStar tTime, Mod e=OneTime} "
  249                                                                                            EndTime=" {Binding C lockEndTim e, Mode=On eTime}"
  250                                                                                            TimeInter val="{Bind ing ClockT imeInterva l, Mode=On eTime}"
  251                                                                                            SelectedV alue="{Bin ding Appoi ntmentData .StartTime Value, Mod e=TwoWay,  UpdateSour ceTrigger= PropertyCh anged}" />
  252                                                                </Bo rder>
  253                                                            </Border >
  254                                                       </ Border>
  255                                                       <T extBox Nam e="StartDa teTextBox"
  256                                                                 Ver ticalAlign ment="Cent er"
  257                                                                 Tex t="{Bindin g Appointm entData.St artDateFor matted, Mo de=OneWay} "
  258                                                                 Mar gin="3,12, 0,3"
  259                                                                 IsE nabled="Fa lse"
  260                                                                 Hor izontalCon tentAlignm ent="Cente r"
  261                                                                 Foc usable="Fa lse" />
  262                                                   </Dock Panel>
  263                                                   <TextB lock Name= "TxtAppoin tmentTypes "
  264                                                               Grid. Row="1"
  265                                                               Grid. Column="2"
  266                                                               Horiz ontalAlign ment="Righ t"
  267                                                               Verti calAlignme nt="Center "
  268                                                               Margi n="3,13,0, 3"
  269                                                               TextW rapping="W rap">Appt  Type:</Tex tBlock>
  270                                                   <Combo Box Grid.R ow="1"
  271                                                              Grid.C olumn="3"
  272                                                              Displa yMemberPat h="Name"
  273                                                              Select edValuePat h="Ien"
  274                                                              Name=" cmbAppoint mentType"
  275                                                              Vertic alAlignmen t="Bottom"
  276                                                              ItemsS ource="{Bi nding Appo intmentTyp es, Mode=T woWay}"
  277                                                              Select edValue="{ Binding Se lectedAppo intmentTyp e.Ien, Mod e=TwoWay,  UpdateSour ceTrigger= PropertyCh anged}"
  278                                                              TabInd ex="102"
  279                                                              FocusV isualStyle ="{Dynamic Resource V SEFocusVis ualStyle}"
  280                                                              Margin ="3,3,0,3"  />
  281                                                     <!-- remov ed for art f18706 08/ 20/2015  PII  IsEnabled ="{Binding  IsConsult OrPtCSch}" /> -->
  282  
  283                                                   <TextB lock Grid. Row="2"
  284                                                               Grid. Column="0"
  285                                                               Horiz ontalAlign ment="Righ t"
  286                                                               Verti calAlignme nt="Center "
  287                                                               Margi n="3,3,0,3 "
  288                                                               TextW rapping="W rap">Durat ion:</Text Block>
  289                                                   <Combo Box  Grid. Row="2"
  290                                                               Grid. Column="1"
  291                                                               Name= "DurationT extBox"
  292                                                               IsEna bled="{Bin ding IsDur ationEnabl ed, Mode=O neWay}"
  293                                                               Verti calAlignme nt="Bottom "
  294                                                               Selec tedItem="{ Binding Ap pointmentD ata.Durati on, Mode=T woWay, Upd ateSourceT rigger=Pro pertyChang ed}"
  295                                                               Margi n="3,3,0,3 "
  296                                                               Items Source="{B inding Dur ationsList }"
  297                                                               TabIn dex="103"
  298                                                               Focus VisualStyl e="{Dynami cResource  VSEFocusVi sualStyle} " />
  299  
  300                                                   <TextB lock Grid. Row="2"
  301                                                               Grid. Column="2"
  302                                                               Horiz ontalAlign ment="Righ t"
  303                                                               Verti calAlignme nt="Center "
  304                                                               Margi n="3,3,0,3 "
  305                                                               TextW rapping="W rap">Clini c:</TextBl ock>
  306                                                   <TextB ox   Grid. Row="2"
  307                                                               Grid. Column="3"
  308                                                               Name= "ClinicTex tBox"
  309                                                               Verti calAlignme nt="Bottom "
  310                                                               Text= "{Binding  Appointmen tData.Reso urceName,M ode=TwoWay }"
  311                                                               Margi n="3,3,0,3 "
  312                                                               IsEna bled="Fals e" />
  313  
  314                                                   <TextB lock Grid. Row="3"
  315                                                               Grid. Column="0"
  316                                                               Horiz ontalAlign ment="Righ t"
  317                                                               Verti calAlignme nt="Top"
  318                                                               Margi n="3,3,0,6 ">Notes:</ TextBlock>
  319                                                   <TextB ox   Grid. Row="3"
  320                                                               Grid. Column="1"
  321                                                               Previ ewKeyDown= "NotesText Box_Previe wKeyDown"
  322                                                               Grid. ColumnSpan ="3"
  323                                                               Name= "NotesText Box"
  324                                                               IsEna bled="{Bin ding IsNot eEnabled}"
  325                                                               Verti calAlignme nt="Bottom "
  326                                                               Text= "{Binding  Appointmen tData.Note s,Mode=Two Way}"
  327                                                               Margi n="3,3,0,6 "
  328                                                               TextW rapping="W rap"
  329                                                               Accep tsReturn=" True"
  330                                                               Heigh t="100"
  331                                                               Verti calScrollB arVisibili ty="Visibl e"
  332                                                               MaxLe ngth="150"
  333                                                               TabIn dex="104"
  334                                                               Focus VisualStyl e="{Dynami cResource  VSEFocusVi sualStyle} " />
  335                                               </Grid>
  336                                          </Gr oupBox>
  337                                          <Gro upBox Grid .Row="4"
  338                                                     IsEn abled="Fal se"
  339                                                     Focu sable="Fal se">
  340                                               <GroupBox. Header>
  341                                                   <TextB lock Text= "Appointme nt Conflic ts" />
  342                                               </GroupBox .Header>
  343  
  344                                               <grid:RadG ridView x: Name="Appo intmentsPa tientApptG rid"
  345                                                                  Ba ckground=" Beige"
  346                                                                  Au toGenerate Columns="F alse"
  347                                                                  Ca nUserFreez eColumns=" False"
  348                                                                  Ca nUserInser tRows="Fal se"
  349                                                                  Ca nUserDelet eRows="Fal se"
  350                                                                  It emsSource= "{Binding  ConflictAp pointments }"
  351                                                                  Ma rgin="3,12 ,0,3">
  352                                                   <grid: RadGridVie w.Columns>
  353                                                       <g rid:GridVi ewDataColu mn Header= "Resource"
  354                                                                                   DataMem berBinding ="{Binding  ResourceN ame}"
  355                                                                                   Width=" *" />
  356                                                       <g rid:GridVi ewDataColu mn Header= "Patient"
  357                                                                                   DataMem berBinding ="{Binding  Patient}"
  358                                                                                   Width=" 180" />
  359                                                       <g rid:GridVi ewDataColu mn Header= "Start Tim e"
  360                                                                                   DataMem berBinding ="{Binding  StartTime }"
  361                                                                                   Width=" Auto" />
  362                                                       <g rid:GridVi ewDataColu mn Header= "End Time"
  363                                                                                   DataMem berBinding ="{Binding  EndTime}"
  364                                                                                   Width=" Auto" />
  365                                                   </grid :RadGridVi ew.Columns >
  366                                               </grid:Rad GridView>
  367                                          </Gr oupBox>
  368                                      </Grid>
  369                                 </ presentati on:RadPane .Content>
  370                             </pres entation:R adPane>
  371                             <!--<p resentatio n:RadPane  x:Name="pa nePatientA pptContact Info" Titl e="Contact  Informati on" Contex tMenuTempl ate="{x:Nu ll}"
  372                             CanUse rClose="Fa lse" CanDo ckInDocume ntHost="Fa lse" CanUs erPin="Fal se" CanFlo at="False" >
  373  
  374                                 <p resentatio n:RadPane. Content>
  375  
  376                                      <Grid Ba ckground=" BlanchedAl mond">
  377                                          <Gri d.ColumnDe finitions>
  378                                               <ColumnDef inition Wi dth="53*"  />
  379                                               <ColumnDef inition Wi dth="525"  />
  380                                          </Gr id.ColumnD efinitions >
  381                                          <Gri d.RowDefin itions>
  382                                               <RowDefini tion Heigh t="Auto"/>
  383                                               <RowDefini tion Heigh t="487*" / >
  384                                          </Gr id.RowDefi nitions>
  385                                          <Gro upBox IsEn abled="Fal se" Grid.C olumnSpan= "2">
  386                                               <GroupBox. Header>
  387                                                   <TextB lock Text= "Address"  />
  388                                               </GroupBox .Header>
  389  
  390                                               <Grid>
  391                                                   <Grid. RowDefinit ions>
  392                                                       <R owDefiniti on Height= "auto"/>
  393                                                       <R owDefiniti on Height= "auto"/>
  394                                                       <R owDefiniti on Height= "auto"/>
  395                                                       <R owDefiniti on Height= "*"/>
  396                                                   </Grid .RowDefini tions>
  397                                                   <Grid. ColumnDefi nitions>
  398                                                       <C olumnDefin ition Widt h="100"/>
  399                                                       <C olumnDefin ition Widt h="140"/>
  400                                                       <C olumnDefin ition Widt h="100"/>
  401                                                       <C olumnDefin ition Widt h="*"/>
  402                                                   </Grid .ColumnDef initions>
  403  
  404                                                   <TextB lock Grid. Row="0" Gr id.Column= "0" Horizo ntalAlignm ent="Right " Vertical Alignment= "Center" M argin="3,1 2,0,3" >St reet:</Tex tBlock>
  405                                                   <TextB ox   Grid. Row="0" Gr id.Column= "1" Grid.C olumnSpan= "3" Name=" StreetText Box" Verti calAlignme nt="Bottom
  406                                  T ext="{Bind ing Patien tInformati on.Street, Mode=TwoWa y}" Margin ="3,12,0,3 "/>
  407  
  408                                                   <TextB lock Grid. Row="1" Gr id.Column= "0" Horizo ntalAlignm ent="Right " Vertical Alignment= "Center" M argin="3,3 ,0,3" Text Wrapping=" Wrap">City :</TextBlo ck>
  409                                                   <TextB ox   Grid. Row="1" Gr id.Column= "1" Grid.C olumnSpan= "3" Name=" CityTextBo x" Vertica lAlignment ="Bottom" 
  410                                  T ext="{Bind ing Patien tInformati on.City,Mo de=TwoWay} " Margin=" 3,3,0,3"/>
  411  
  412                                                   <TextB lock Grid. Row="2" Gr id.Column= "0" Horizo ntalAlignm ent="Right " Vertical Alignment= "Center" M argin="3,3 ,0,3">Stat e:</TextBl ock>
  413                                                   <TextB ox   Grid. Row="2" Gr id.Column= "1" Name=" StateTextB ox" Vertic alAlignmen t="Bottom"  
  414                                  T ext="{Bind ing Patien tInformati on.State,M ode=TwoWay }" Margin= "3,3,0,3"/ >
  415  
  416                                                   <TextB lock Grid. Row="2" Gr id.Column= "2" Horizo ntalAlignm ent="Right " Vertical Alignment= "Center" M argin="3,3 ,0,3" Text Wrapping=" Wrap">Zip: </TextBloc k>
  417                                                   <TextB ox   Grid. Row="2" Gr id.Column= "3" Name=" ZipTextBox " Vertical Alignment= "Bottom" 
  418                                  T ext="{Bind ing Patien tInformati on.Zip,Mod e=TwoWay}"  Margin="3 ,3,0,3"/>
  419  
  420                                                   <TextB lock Grid. Row="3" Gr id.Column= "0" Horizo ntalAlignm ent="Right " Vertical Alignment= "Center" M argin="3,3 ,0,6">Phon e (Home):< /TextBlock >
  421                                                   <TextB ox   Grid. Row="3" Gr id.Column= "1" Name=" HomePhoneT extBox" Ve rticalAlig nment="Bot tom" 
  422                                  T ext="{Bind ing Patien tInformati on.HomePho ne,Mode=Tw oWay}" Mar gin="3,3,0 ,6"/>
  423  
  424                                                   <TextB lock Grid. Row="3" Gr id.Column= "2" Horizo ntalAlignm ent="Right " Vertical Alignment= "Center" M argin="3,3 ,0,6">Phon e (Office) :</TextBlo ck>
  425                                                   <TextB ox   Grid. Row="3" Gr id.Column= "3" Grid.C olumnSpan= "3" Name=" OfficePhon eTextBox"  VerticalAl ignment="B ottom" 
  426                                  T ext="{Bind ing Patien tInformati on.OfficeP hone,Mode= TwoWay}" M argin="3,3 ,0,6"/>
  427                                               </Grid>
  428                                          </Gr oupBox>
  429                                      </Grid>
  430                                 </ presentati on:RadPane .Content>
  431                             </pres entation:R adPane>-->
  432                         </presenta tion:RadPa neGroup>
  433                    </pr esentation :RadSplitC ontainer>
  434                </presen tation:Rad Docking.Do cumentHost >
  435           </ presentati on:RadDock ing>
  436           <! -- Visibil ity set to  Hidden pe r artf1732 9 05/13/20 15 by Ron  H -->
  437           <! -- Visibil ity set to  Visible p er artf173 28 07/28/2 015 by Ron  H -->
  438           <T extBlock                Grid.Row ="1"
  439                                      Horizont alAlignmen t="Left"
  440                                      Vertical Alignment= "Center"
  441                                      Margin=" 12,6,0,6"
  442                                      Visibili ty="{Bindi ng PrintLe tterVisibi lity}">Rep ort:</Text Block>
  443           <i nput:RadCo mboBox       Grid.Row ="1"
  444                                      Name="Re portCombo"
  445                                      Horizont alAlignmen t="Left"
  446                                      Vertical Alignment= "Center"
  447                                      Width="1 40"
  448                                      Margin=" 60,6,0,6"
  449                                      Visibili ty="{Bindi ng PrintLe tterVisibi lity}" />
  450           <p resentatio n:RadButto n Grid.Row ="1"
  451                                      Name="Pr intButton"
  452                                      Horizont alAlignmen t="Left"
  453                                      Vertical Alignment= "Bottom"
  454                                      Width="8 0"
  455                                      Height=" 25"
  456                                      Margin=" 210,6,0,6"
  457                                      Command= "{Binding  PrintLette rCommand}"
  458                                      Visibili ty="{Bindi ng PrintLe tterVisibi lity}">Pri nt</presen tation:Rad Button>
  459           <! -- -->
  460           <p resentatio n:RadButto n Grid.Row ="1"
  461                                      Name="OK Button"
  462                                      TabIndex ="105"
  463                                      Horizont alAlignmen t="Right"
  464                                      Width="8 0"
  465                                      Margin=" 0,9,99.8,6 "
  466                                      IsDefaul t="True"
  467                                      Click="O KButton_Cl ick"
  468                                      IsEnable d="{Bindin g Appointm entData.OK ButtonIsEn abled, Mod e=OneWay,  NotifyOnSo urceUpdate d=True}">O K</present ation:RadB utton>
  469           <p resentatio n:RadButto n Grid.Row ="1"
  470                                      Name="Ca ncelButton "
  471                                      TabIndex ="106"
  472                                      Horizont alAlignmen t="Right"
  473                                      Vertical Alignment= "Bottom"
  474                                      Width="8 0"
  475                                      Height=" 25"
  476                                      Margin=" 0,6,12,6"
  477                                      IsCancel ="True"
  478                                      Click="C ancelButto n_Click">C ancel</pre sentation: RadButton>
  479       </Grid >
  480   </UserCont rol>