NotesWidget

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/NotesWidget.rst

methods and attributes

class lib_openmolar.client.qt4.widgets.notes_widget.NotesWidget(parent=None)[source]

Bases: PyQt4.QtGui.QWidget

__init__(parent=None)[source]
Advise(*args)[source]
CLINICAL = 1
COMBINED = 2
RECEPTION = 0
clear()[source]
clerical_note_edited()[source]

the user has edited a note.. time to update the html

clinical_note_edited()[source]

the user has edited a note.. time to update the html

load_patient()[source]
minimumSizeHint()[source]
model_updated()[source]

this function is called by the underlying model

scroll_to_end()[source]
set_type(type)[source]

set the type

sizeHint()[source]
type[source]

A notes widget can be of type Reception, clinical or combined

update_patient()[source]

Table Of Contents

Previous topic

NotesModel

Next topic

PatientDB