Package Gnumed :: Package business :: Module gmIncomingData :: Class cIncomingData
[frames] | no frames]

Class cIncomingData

source code

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

Represents items of incoming data, say, HL7 snippets.

Instance Methods
 
format(self) source code
 
update_data_from_file(self, fname=None) source code
 
save_to_file(self, aChunkSize=0, filename=None) source code
 
lock(self, exclusive=False) source code
 
unlock(self, exclusive=False) source code

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

Class Variables
  patient_identification = property(_format_patient_identificati...
Properties

Inherited from object: __class__

Method Details

format(self)

source code 
Overrides: pycommon.gmBusinessDBObject.cBusinessDBObject.format

Class Variable Details

patient_identification

Value:
property(_format_patient_identification, lambda x: x)