|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatiPaziente | |
---|---|
gestionePazienti | |
guiCartelleCliniche | |
guiPaziente |
Uses of DatiPaziente in gestionePazienti |
---|
Methods in gestionePazienti that return DatiPaziente | |
---|---|
DatiPaziente |
DBPaziente.getPaziente(java.lang.String cf)
ritorna il paziente contenuto nel datatbase che ha come codice fiscale quello passato |
Methods in gestionePazienti that return types with arguments of type DatiPaziente | |
---|---|
java.util.ArrayList<DatiPaziente> |
DBPaziente.getElencoPazienti()
ritorna la lista contenente tutti i pazienti del database |
Methods in gestionePazienti with parameters of type DatiPaziente | |
---|---|
void |
DBPaziente.inserisciPaziente(DatiPaziente paziente)
inserisce un paziente nel database, controllando che il codice fiscale del nuovo paziente non esista gi� nel database |
void |
DBPaziente.modificaPaziente(DatiPaziente paziente)
modifica i dati di un paziente, controllando che il codice fiscale dell'oggetto inserito corrisponda a quello da sovrascrivere |
Uses of DatiPaziente in guiCartelleCliniche |
---|
Constructors in guiCartelleCliniche with parameters of type DatiPaziente | |
---|---|
FormInserimentoCartellaClinica(javax.swing.JFrame frame,
DatiPaziente p)
|
Uses of DatiPaziente in guiPaziente |
---|
Methods in guiPaziente with parameters of type DatiPaziente | |
---|---|
void |
FormVisualizzazionePaziente.riempiCampi(DatiPaziente paziente)
metodo che compila automaticamente il form con i dati del paziente. |
Constructors in guiPaziente with parameters of type DatiPaziente | |
---|---|
FormModificaPaziente(DatiPaziente paz,
javax.swing.JFrame frame)
|
|
FormVisualizzazionePaziente(DatiPaziente paziente,
javax.swing.JFrame frame)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |