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
|
|
|
|
|
|
|
|
|
has_soap_narrative(self,
soap_cats=None)
soap_cats: <space> = admin category |
source code
|
|
|
|
|
get_latest_soap(self,
soap_cat=None,
episode=None) |
source code
|
|
|
|
|
add_code(self,
pk_code=None,
field=None)
<pk_code> must be a value from
ref.coding_system_root.pk_coding_system
(clin.lnk_code2item_root.fk_generic_code) |
source code
|
|
|
remove_code(self,
pk_code=None,
field=None)
<pk_code> must be a value from
ref.coding_system_root.pk_coding_system
(clin.lnk_code2item_root.fk_generic_code) |
source code
|
|
|
format_soap(self,
episodes=None,
left_margin=0,
soap_cats=' soapu ' ,
emr=None,
issues=None) |
source code
|
|
|
format_latex(self,
date_format=None,
soap_cats=None,
soap_order=None) |
source code
|
|
|
format_header(self,
fancy_header=True,
left_margin=0,
with_rfe_aoe=False) |
source code
|
|
|
format_by_episode(self,
episodes=None,
issues=None,
left_margin=0,
patient=None,
with_soap=False,
with_tests=True,
with_docs=True,
with_vaccinations=True,
with_family_history=True) |
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,
with_vaccinations=True,
with_co_encountlet_hints=False,
with_rfe_aoe=False,
with_family_history=True,
by_episode=False)
Format an encounter. |
source code
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__init__ ,
__setitem__ ,
__str__ ,
__unicode__ ,
fields_as_dict ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
refetch_payload ,
save ,
save_payload
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|