Home | Trees | Indices | Help |
|
---|
|
GNUmed measurements related business objects.
Version: $Revision: 1.81 $
Author: K.Hilbert <Karsten.Hilbert@gmx.net>
License: GPL
Classes | |
cTestOrg Represents one test org/lab. |
|
cMetaTestType Represents one meta test type under which actual test types can be aggregated. |
|
cUnifiedTestType Represents one unified test type. |
|
cMeasurementType Represents one test result type. |
|
cTestResult Represents one test result. |
|
cLabResult Represents one lab result. |
|
cLabRequest Represents one lab request. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__package__ =
|
Imports: types, sys, logging, codecs, decimal, gmDateTime, gmExceptions, gmBusinessDBObject, gmPG2, gmTools, gmDispatcher, gmHooks
Function Details |
Create or get lab request. returns tuple (status, value): (True, lab request instance) (False, error message) (None, housekeeping_todo primary key) |
Get logically next request ID for given lab. - lab either test_org PK or test_org.internal_name - incrementor_func: - if not supplied the next ID is guessed - if supplied it is applied to the most recently used ID |
Calculate BMI. mass: kg height: cm age: not yet used returns: (True/False, data) True: data = (bmi, lower_normal, upper_normal) False: data = error message |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 28 03:56:44 2011 | http://epydoc.sourceforge.net |