Exemplo n.º 1
0
 public UploadInterventionsFileViewModel(DentalRecordsScreeViewModel parent)
 {
     Parent = parent;
     UploadSettingsButton    = new SymbolIconButtonViewModel(new DelegateCommand(OnSettingsExcelFile), "Încarcă Setări din Excel");//new ActionButtonViewModel("Incarca Setari din Excel", new DelegateCommand(OnSettingsExcelFile), ImagePath.AddPatientPath);
     UploadPatientsButton    = new SymbolIconButtonViewModel(new DelegateCommand(OnPatientsExcelFile), "Încarcă Intervenții din Excel");
     UploadMonthIntervention = new SymbolIconButtonViewModel(new DelegateCommand(OnMonthInterventions), "Încarcă Intervenții din Excel(Lună)");
     //new ActionButtonViewModel("Incarca Interventii din Excel", new DelegateCommand(OnPatientsExcelFile), ImagePath.AddPatientPath);
 }
Exemplo n.º 2
0
        public OperationOptionsViewModel(DentalRecordsScreeViewModel parent)
        {
            Parent = parent;
            SeePaymentDetailsButton   = new SymbolIconButtonViewModel(new DelegateCommand(OnSeeInfo), "Vezi informații selectate");
            SetPayedButton            = new SymbolIconButtonViewModel(new DelegateCommand(OnSetPayed), "Setează Plătite");
            SetAsNotPayedButton       = new SymbolIconButtonViewModel(new DelegateCommand(OnSetUnPayed), "Setează Neplătite");
            SaveIntervalDetailsButton = new SymbolIconButtonViewModel(new DelegateCommand(OnSaveIntervalDetails), "Exportă Xls");
//            OnMergePatientsButton = new SymbolIconButtonViewModel(new DelegateCommand(OnMergePatients), "Imbină pacienți");
        }
Exemplo n.º 3
0
 public AddInterventionTileViewModel(DentalRecordsScreeViewModel parent)
 {
     Parent                  = parent;
     eventAggregator         = ServiceLocator.Current.GetInstance <IEventAggregator>();
     SaveIntevertionButton   = new ActionButtonViewModel("Salvează  ", new DelegateCommand(Save), ImagePath.SaveIconPath);
     CancelIntevertionButton = new ActionButtonViewModel("Anulează ", new DelegateCommand(OnCancel), ImagePath.CancelIconPath);
     InitList();
     IsPatientComboFocused = true;
     InitPercentage();
 }
 public DisplayOptionsViewModel(DentalRecordsScreeViewModel parent)
 {
     FiltersViewModel = new FiltersViewModel(this);
     Parent           = parent;
 }
Exemplo n.º 5
0
 public YearListViewModel(DentalRecordsScreeViewModel parent)
 {
     eventAggregator = ServiceLocator.Current.GetInstance <IEventAggregator>();
     Parent          = parent;
 }