|
|
|
|
|
|
|
save_to_file(self,
aChunkSize=0,
filename=None,
directory=None,
passphrase=None,
convert2pdf=False) |
source code
|
|
|
display_via_mime(self,
chunksize=0,
block=None) |
source code
|
|
|
get_useful_filename(self,
patient=None,
directory=None) |
source code
|
|
|
is_DIRENTRY(self)
Check whether this item looks like a DIRENTRY. |
source code
|
|
|
is_valid_DIRENTRY(self)
Check whether this item is a _valid_ DIRENTRY. |
source code
|
|
|
is_DICOM_directory(self)
Check whether this item points to a DICOMDIR. |
source code
|
|
|
has_files_in_root(self)
True if there are files in the root directory. |
source code
|
|
Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject :
__del__ ,
__getitem__ ,
__setitem__ ,
__str__ ,
fields_as_dict ,
format ,
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__
|