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); }
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"); }
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; }
public YearListViewModel(DentalRecordsScreeViewModel parent) { eventAggregator = ServiceLocator.Current.GetInstance <IEventAggregator>(); Parent = parent; }