diff options
Diffstat (limited to 'AnaDat.java')
| -rw-r--r-- | AnaDat.java | 19 | 
1 files changed, 10 insertions, 9 deletions
| diff --git a/AnaDat.java b/AnaDat.java index cc5b45e..d51f86a 100644 --- a/AnaDat.java +++ b/AnaDat.java @@ -1,35 +1,36 @@ -/*   +/*   * AnaDat.java - patient data object - *  + *   * Copyright (c) 2025 Stefano Marchetti - *  + *   * This file is part of Jedecma - breast ultrasound examinations archiving software - *  + *   * Jedecma is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by   * the Free Software Foundation, either version 3 of the License, or   * (at your option) any later version. - *  + *   * Jedecma is distributed in the hope that it will be useful,   * but WITHOUT ANY WARRANTY; without even the implied warranty of   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   * GNU General Public License for more details. - *  + *   * You should have received a copy of the GNU General Public License   * along with Jedecma.  If not, see <http://www.gnu.org/licenses/>. - *   + *  */  /*   * ToDo:   * se key duplicata, dopo errore, in anaMgr viene messa egualmente in tabella - *  + *   */  package jedecma; -import java.sql.*; +import java.sql.ResultSet; +import java.sql.SQLException;  public class AnaDat { | 
