Class cDocTree
source code
wx.TreeCtrl --+
|
gmRegetMixin.cRegetOnPaintMixin --+
|
wx.lib.mixins.treemixin.ExpansionState --+
|
cDocTree
This wx.TreeCtrl derivative displays a tree view of stored medical
documents.
It listens to document and patient changes and updates itself
accordingly.
This acts on the current patient.
|
sort_mode = property(_get_sort_mode, _set_sort_mode)
|
|
show_details_callback = property(lambda x: x, _set_show_detail...
|
OnCompareItems(self,
node1=None,
node2=None)
| source code
|
Used in sorting items.
-1: 1 < 2
0: 1 = 2
1: 1 > 2
|
show_details_callback
- Value:
property(lambda x: x, _set_show_details_callback)
|
|