示例#1
0
        public StructIdentitate(string pCNP, string pNume, string pPrenume, string pTelefon, string pAdresaEmail, DateTime pDataDeNastere, CDefinitiiComune.EnumTipObiect pTipRecomandant, int pIdRecomandant, int pOrigine, int pIdMedicApartinator, IAfisaj pRecomandant, int pIdSimptom)
            : this()
        {
            this.CNP                = pCNP;
            this.Nume               = pNume;
            this.Prenume            = pPrenume;
            this.Telefon            = pTelefon;
            this.Email              = pAdresaEmail;
            this.DataDeNastere      = pDataDeNastere;
            this.TipRecomandant     = pTipRecomandant;
            this.IdRecomandant      = pIdRecomandant;
            this.Origine            = pOrigine;
            this.IdMedicApartinator = pIdMedicApartinator;
            this.Recomandant        = pRecomandant;
            this.IdSimptom          = pIdSimptom;

            this.lEsteInitializat = true;
        }
示例#2
0
 public void Initializeaza(IAfisaj pIdentitate)
 {
     this.Text = pIdentitate.DenumireAfisaj;
 }