Exemplo n.º 1
0
        public frmEczacı()
        {
            InitializeComponent();

            _receteBLL         = new ReceteBLL();
            _hastaBLL          = new HastaBLL();
            hastaninReceteleri = new List <ReceteDTO>();
        }
Exemplo n.º 2
0
        public frmLogin(Kullanicilar kullanici)
        {
            InitializeComponent();

            _kullanici = kullanici;
            hasta      = new Hasta();
            user       = new User();
            _logBLL    = new LoginBLL();
            _hastaBLL  = new HastaBLL();
        }
Exemplo n.º 3
0
        public frmDoktor(Doktor doktor)
        {
            InitializeComponent();

            _doktor         = doktor;
            hasta           = new Hasta();
            _seans          = new Seans();
            _randevuBLL     = new RandevuBLL();
            _seansBLL       = new SeansBLL();
            _hastaBLL       = new HastaBLL();
            randevular      = new List <Randevu>();
            _rsDTO          = new RandevuSeansDTO();
            _gununTarihiBLL = new GununTarihiBLL();
        }
Exemplo n.º 4
0
 public frmMuayene(Hasta hasta, Randevu randevu)
 {
     InitializeComponent();
     _teshisBLL  = new TeshisBLL();
     _tahlilBLL  = new TahlilBLL();
     _randevuBLL = new RandevuBLL();
     _rtBLL      = new RandevuTeshisBLL();
     _hastaBLL   = new HastaBLL();
     _rtahlilBLL = new RandevuTahlilBLL();
     _hasta      = hasta;
     _randevu    = randevu;
     _seansBLL   = new SeansBLL();
     _doktorBLL  = new DoktorBLL();
 }
Exemplo n.º 5
0
 public frmRandevu(Hasta _hasta)
 {
     InitializeComponent();
     _hastaneBLL     = new HastaneBLL();
     hdDTO           = new List <HastaneDepDTO>();
     _depBLL         = new DepartmanBLL();
     _dokBLL         = new DoktorBLL();
     _seansBLL       = new SeansBLL();
     _hastaBLL       = new HastaBLL();
     _randevuBLL     = new RandevuBLL();
     _gununTarihiBLL = new GununTarihiBLL();
     hasta           = new Hasta();
     hasta           = _hasta;
     hastaneler      = _hastaneBLL.GetHastaneler();
     departmanlar    = _depBLL.GetDepartmanlar();
 }
Exemplo n.º 6
0
 public frmHastaUyelik()
 {
     InitializeComponent();
     _hastaBLL = new HastaBLL();
 }