TreatmentPage

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.client.qt4.patient_records.pages.page_treatment.TreatmentPage(parent=None)[source]

Bases: PyQt4.QtGui.QWidget

__init__(parent=None)[source]
Advise(*args)[source]
add_treatment_item(treatment_item)[source]

adds a treatment item

chart_treatment_added(tooth_data, plan_or_cmp)[source]

treatment has been added using the charts page if this is not understood, the following signal is emitted QtCore.SIGNAL(“garbage chart tx”)

clear()[source]
complete_treatment_item(treatment_item, completed=True)[source]

completes a treatment item

connect_signals(connect=True)[source]
expand_all()[source]
load_patient()[source]
minimumSizeHint()[source]
proc_code_selected(proc_code)[source]

a raw procedure code has been selected (from the ProcCodeWidget) convert to a TreatmentItem, validate and pass to add_treatment_item()

remove_treatment_item(treatment_item)[source]

removes a treatment item

sizeHint()[source]
treatment_item_selected(index)[source]

Table Of Contents

Previous topic

TreatmentModel

Next topic

TreatmentTreeModel