WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Extraction des connaissance à  partir d'un datamart à  l'aide de l'arbre de décision application aux données médicales

( Télécharger le fichier original )
par Richard KANGIAMA LWANGI
Université de Kinshasa RDC - Licence 2011
  

précédent sommaire suivant

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

IV.2.4.2 FORMULAIRE DE L'APPLICATION REALISE EN VISUAL C SHARP

Formulaire de sécurité :

FIG IV 14:Formulaire accouchement

[86]

Formulaire de Menu général :

FIG IV 13:Formulaire de menu principale Formulaire accouchement

}

[87]

IV.2.4.3 CODES SOURCES :

Code source pour la connexion à l'application :

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Windows.Forms;

using System.Configuration;

namespace MemoireK

{

public partial class Frmconnex : Form

{

public Frmconnex()

{

InitializeComponent();

}

private void btnValider_Click(object sender, EventArgs e)

{

Cursor.Current = Cursors.WaitCursor;

try

{

bd.chaineDeConnexion =

"Provider=Microsoft.Jet.OLEDB.4.0;Data

Source=c:\\memoirefin.mdb";

if (txbCompte.Text == "kangiama" ||

txbMotDePasse.Text=="kangiama") {

Principal t = new Principal();

t.Show();

}

}

catch (Exception ex)

{

MessageBox.Show(ex.Message,

Application.ProductName);

txbMotDePasse.Text = "";

txbMotDePasse.Focus();

}

[88]

Cursor.Current = Cursors.Default;

}

private void Frmconnex_Load(object sender, EventArgs e)

{

}

private void txbCompte_TextChanged(object sender,

EventArgs e)

{

}

}

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Data;

using GSS;

namespace MemoireK

{

class Accouchement

{

string num;

public string Num

{

get { return num; }

set { num = value; }

}

string nf;

public string Nf

{

get { return nf; }

set { nf = value; }

}

string na;

public string Na {

get { return na; } set { na = value; }

[89]

string nt;

public string Nt {

get { return nt; }

set { nt = value; }

}

int prov;

public int Prov

{

get { return prov; }

set { prov = value; }

}

int etat;

public int Etat

{

get { return etat; } set { etat = value; }

}

string sexe;

public string Sexe {

get { return sexe; } set { sexe = value; }

}

float poid;

public float Poid

{

get { return poid; } set { poid = value; }

}

int ap;

public int Ap

{

get { return ap; } set { ap = value; }

}

string diag;

}

}

[90]

public string Diag

{

get { return diag; }

set { diag = value; }

}

#region Accouchement

public DataSet rechercheuneecole(string id)

{

return AccouchementDAO.recherche(id).DataSet;

}

public DataSet rechercheecol()

{

return AccouchementDAO.recherche().DataSet;

}

public void ajoute()

{

new AccouchementDAO(this).ajoute();

}

public void modifierecole(string id)

{

new AccouchementDAO(this).modifier(id);

}

public void supprimerecole(string id)

{

new AccouchementDAO(this).Supprimer(id);

}

#endregion

public static void

Afficheraccou(CrystalDecisions.Windows.Forms.CrystalReportVie

wer crv)

{

Interface.Rapport.listeaccouchement rapport = new MemoireK.Interface.Rapport.listeaccouchement();

ReportManager report = new ReportManager(rapport, crv); report.Afficher(AccouchementDAO.recherche());

}

[91]

précédent sommaire suivant






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy







Changeons ce systeme injuste, Soyez votre propre syndic



"Là où il n'y a pas d'espoir, nous devons l'inventer"   Albert Camus