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
|
|
|
|
|
|
|
|
|
add_code(self,
pk_code=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)
<pk_code> must be a value from
ref.coding_system_root.pk_coding_system
(clin.lnk_code2item_root.fk_generic_code) |
source code
|
|
|
format_as_journal(self,
left_margin=0,
date_format='%Y %b %d, %a') |
source code
|
|
|
format(self,
left_margin=0,
patient=None,
with_summary=True,
with_codes=True,
with_episodes=True,
with_encounters=True,
with_medications=True,
with_hospital_stays=True,
with_procedures=True,
with_family_history=True,
with_documents=True,
with_tests=True,
with_vaccinations=True,
with_external_care=True) |
source code
|
|
|
|
|
|
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__setitem__ ,
__str__ ,
fields_as_dict ,
get_fields ,
get_patient ,
get_updatable_fields ,
is_modified ,
patient_pk ,
refetch_payload ,
same_payload ,
save ,
save_payload ,
staff_id
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
external_care = property(_get_external_care, lambda x: x)
|
|
episodes = property(get_episodes, lambda x: x)
|
|
open_episode = property(get_open_episode, lambda x: x)
|
|
has_open_episode = property(has_open_episode, lambda x: x)
|
|
first_episode = property(_get_first_episode, lambda x: x)
|
|
latest_episode = property(_get_latest_episode, lambda x: x)
|
|
safe_start_date = property(_get_safe_start_date, lambda x: x)
|
|
laterality_description = property(_get_laterality_description,...
|
|
diagnostic_certainty_description = property(_get_diagnostic_ce...
|
|
formatted_revision_history = property(_get_formatted_revision_...
|
|
generic_codes = property(_get_generic_codes, _set_generic_codes)
|