Package Gnumed :: Package business :: Module gmClinNarrative :: Class cDiag
[frames] | no frames]

Class cDiag

source code

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

Represents one real diagnosis.

Instance Methods
 
get_codes(self)
Retrieves codes linked to this diagnosis
source code
 
add_code(self, code=None, coding_system=None)
Associates a code (from coding system) with this diagnosis.
source code

Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject: __del__, __getitem__, __init__, __setitem__, __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__