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(self, left_margin=0, include_episode=True) source code

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

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

Properties

Inherited from object: __class__

Method Details

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

source code 
Overrides: pycommon.gmBusinessDBObject.cBusinessDBObject.__setitem__