Module gmBusinessDBObject
source code
Author:
K.Hilbert <Karsten.Hilbert@gmx.net>
License:
GPL v2 or later
|
__doc__ = """GNUmed database object business cla...
|
Imports:
sys,
types,
inspect,
logging,
datetime,
gmExceptions,
gmPG2,
pydt_strftime,
tex_escape_string,
xetex_escape_string,
compare_dict_likes,
format_dict_like,
format_dict_likes_comparison
turn the data into a list of dicts, adding "class hints".
all objects get turned into dictionaries which the other end will
interpret as "object", via the __jsonclass__ hint, as specified
by the JSONRPC protocol standard.
|
__doc__
- Value:
"""GNUmed database object business class.
Overview
--------
This class wraps a source relation (table, view) which
represents an entity that makes immediate business sense
such as a vaccination or a medical document. In many if
not most cases this source relation is a denormalizing
...
|
|