|
|
|
@ -40,7 +40,7 @@ public class Main implements Connector
|
|
|
|
Singleton.setInstance( SingletonConstants.COMPANY_NAME, "Centro Clínico Avenida" );
|
|
|
|
Singleton.setInstance( SingletonConstants.COMPANY_NAME, "Centro Clínico Avenida" );
|
|
|
|
Singleton.setInstance( SingletonConstants.COMPANY_LOGO, "logo_evo.jpg" );
|
|
|
|
Singleton.setInstance( SingletonConstants.COMPANY_LOGO, "logo_evo.jpg" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_AWARE, Boolean.FALSE );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_AWARE, Boolean.FALSE );
|
|
|
|
Singleton.setInstance( SingletonConstants.DB_NAME, "shst2" );
|
|
|
|
Singleton.setInstance( SingletonConstants.DB_NAME, "shst" );
|
|
|
|
|
|
|
|
|
|
|
|
dbase = (String)Singleton.getInstance( SingletonConstants.DB_NAME );
|
|
|
|
dbase = (String)Singleton.getInstance( SingletonConstants.DB_NAME );
|
|
|
|
/* Calendar cal = Calendar.getInstance();
|
|
|
|
/* Calendar cal = Calendar.getInstance();
|
|
|
|
|