Package Gnumed :: Package business :: Module gmEMRStructItems :: Class cPerformedProcedure
[frames] | no frames]

Class cPerformedProcedure

source code

                                   object --+    
                                            |    
pycommon.gmBusinessDBObject.cBusinessDBObject --+
                                                |
                                               cPerformedProcedure

Instance Methods
 
__setitem__(self, attribute, value) source code
 
format_maximum_information(self, left_margin=0, patient=None) source code
 
format(self, left_margin=0, include_episode=True, include_codes=False, include_address=False, include_comm=False, include_doc=False) 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

Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject: __del__, __getitem__, __init__, __str__, fields_as_dict, get_fields, get_patient, get_updatable_fields, is_modified, refetch_payload, same_payload, save, save_payload

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  hospital_stay = property(_get_stay, lambda x: x)
  org_unit = property(_get_org_unit, lambda x: x)
  doc = property(_get_doc, lambda x: x)
  generic_codes = property(_get_generic_codes, _set_generic_codes)
Properties

Inherited from object: __class__

Method Details

__setitem__(self, attribute, value)
(Index assignment operator)

source code 
Overrides: pycommon.gmBusinessDBObject.cBusinessDBObject.__setitem__

format(self, left_margin=0, include_episode=True, include_codes=False, include_address=False, include_comm=False, include_doc=False)

source code 
Overrides: pycommon.gmBusinessDBObject.cBusinessDBObject.format