|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unibe.iam.scg.archie.utils.DatabaseHelper
public class DatabaseHelper
Database helper class. Contains global database convenience methods for easy access to general statistical data.
$Id$
Constructor Summary | |
---|---|
DatabaseHelper()
|
Method Summary | |
---|---|
static int |
getNumberGenderPatients(java.lang.String gender)
Return the number of patients in the system that have the given gender. |
static int |
getNumberOfConsultations()
Returns the total number of consultations in the system. |
static int |
getNumberOfInvoices(int status)
Returns the number of invoices in the system with the given status. |
static int |
getNumberOfPatients()
Returns the total number of patients in the system. |
static int |
getTotalNumberOfInvoices()
Returns the total number of invoices in the system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseHelper()
Method Detail |
---|
public static int getNumberOfPatients()
public static int getNumberOfConsultations()
public static int getTotalNumberOfInvoices()
public static int getNumberOfInvoices(int status)
status
- Invoice status.
Rechnung
public static int getNumberGenderPatients(java.lang.String gender)
gender
- Patient's gender.
Person
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |