Package Gnumed :: Package wxpython :: Module gmNarrativeWidgets :: Class cSoapPluginPnl
[frames] | no frames]

Class cSoapPluginPnl

source code

wxGladeWidgets.wxgSoapPluginPnl.wxgSoapPluginPnl --+
                                                   |
                 gmRegetMixin.cRegetOnPaintMixin --+
                                                   |
                                                  cSoapPluginPnl

A panel for in-context editing of progress notes.

Expects to be used as a notebook page.

Left hand side:
- problem list (health issues and active episodes)
- hints area

Right hand side:
- previous notes
- notebook with progress note editors
- encounter details fields

Listens to patient change signals, thus acts on the current patient.

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
save_encounter(self) source code

Inherited from gmRegetMixin.cRegetOnPaintMixin: repopulate_ui

Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: gmRegetMixin.cRegetOnPaintMixin.__init__