Represents one medical document.
|
|
|
|
|
|
|
update_description(self,
pk=None,
description=None) |
source code
|
|
|
|
|
add_part(self,
file=None)
Add a part to the document. |
source code
|
|
|
add_parts_from_files(self,
files=None,
reviewer=None) |
source code
|
|
|
export_parts_to_files(self,
export_dir=None,
chunksize=0) |
source code
|
|
|
set_reviewed(self,
technically_abnormal=None,
clinically_relevant=None) |
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 ,
same_payload ,
save ,
save_payload
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|