TreatmentItemFinaliseDialog

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.client.qt4.dialogs.treatment_item_finalise_dialog.TreatmentItemFinaliseDialog(parent=None)[source]

Bases: lib_openmolar.common.qt4.dialogs.extendable_dialog.ExtendableDialog

__init__(parent=None)[source]

when a TreatmentItem is added, this dialog attempts to validate it. (ie.. is the item aware who prescribed it? if applicable - which tooth it relates to? etc. )

chosen_px_clinician[source]
chosen_tx_clinician[source]
clear()[source]
connect_signals()[source]
get_info(treatment_item, completing=False)[source]

executes the dialog in a loop, and modifies the TreatmentItem until it “is_vald” or the dialog is cancelled.

set_completed(completed)[source]

this function is fired when the completed radio button is toggled

set_known_teeth(key)[source]
showExtension(extend)[source]
sizeHint()[source]
update_surfaces(surfs)[source]
update_tooth_widget()[source]
update_widgets(*args)[source]

Table Of Contents

Previous topic

ToothWidget

Next topic

TreatmentModel