Package Gnumed :: Package business :: Module gmMedication :: Class cBrandedDrug
[frames] | no frames]

Class cBrandedDrug

source code

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

Represents a drug as marketed by a manufacturer.

Instance Methods
 
add_component(self, substance=None, atc=None) source code
 
remove_component(substance=None) 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
  external_code
  external_code_type
  components
  is_vaccine

Inherited from object: __class__

Property Details

external_code

Get Method:
_get_external_code(self)
Set Method:
unreachable(x)

external_code_type

Get Method:
_get_external_code_type(self)
Set Method:
unreachable(x)

components

Get Method:
_get_components(self)
Set Method:
unreachable(x)

is_vaccine

Get Method:
_get_is_vaccine(self)
Set Method:
unreachable(x)