Represents one encounter.
|
|
|
transfer_clinical_data(self,
source_episode=None,
target_episode=None)
Moves every element currently linked to the current encounter and the
source_episode onto target_episode. |
source code
|
|
|
|
|
|
|
|
|
|
|
get_latest_soap(self,
soap_cat=None,
episode=None) |
source code
|
|
|
format_soap(self,
episodes=None,
left_margin=0,
soap_cats=' soap ' ,
emr=None,
issues=None) |
source code
|
|
|
format(self,
episodes=None,
with_soap=False,
left_margin=0,
patient=None,
issues=None,
with_docs=True,
with_tests=True,
fancy_header=True) |
source code
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__init__ ,
__setitem__ ,
__str__ ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
refetch_payload ,
save ,
save_payload
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|