|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
gestioneAccessi | |
gestioneCartelleCliniche | |
gestioneDegenze | |
gestionePazienti |
Uses of NotFoundException in gestioneAccessi |
---|
Methods in gestioneAccessi that throw NotFoundException | |
---|---|
Account |
DBAccount.getAccount(java.lang.String user,
java.lang.String pwd)
ritorna l'account contenuto nel datatbase che ha come userID e password quelli passati |
Uses of NotFoundException in gestioneCartelleCliniche |
---|
Methods in gestioneCartelleCliniche that throw NotFoundException | |
---|---|
CartellaClinica |
DBCartellaClinica.getCartellaClinica(java.lang.String numero)
ritorna la cartella clinica con il numero dato |
void |
DBCartellaClinica.modificaCartellaClinica(CartellaClinica cartella)
sovrascrive una cartella clinica presente nel database, aggiungendovi le modifiche apportate |
Uses of NotFoundException in gestioneDegenze |
---|
Methods in gestioneDegenze that throw NotFoundException | |
---|---|
void |
DBDegenza.rimuoviDegenza(Degenza deg)
rimuove la degenza dal database e aggiorna il numero di posti disponibili nella stanza. |
Uses of NotFoundException in gestionePazienti |
---|
Methods in gestionePazienti that throw NotFoundException | |
---|---|
void |
DBPaziente.modificaPaziente(DatiPaziente paziente)
modifica i dati di un paziente, controllando che il codice fiscale dell'oggetto inserito corrisponda a quello da sovrascrivere |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |