Represents one health issue.
|
__init__(self,
aPK_obj=None,
encounter=None,
name=' xxxDEFAULTxxx ' ,
patient=None,
row=None)
Init business object. |
source code
|
|
|
|
|
|
|
close_expired_episode(self,
ttl=180)
ttl in days |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__setitem__ ,
__str__ ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
refetch_payload ,
same_payload ,
save ,
save_payload
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|