Currently plugins are only loaded once during initialization. If a plugin adds
or modifies data and subsequently publishes it via pubsub, dicompyler currently
reloads the same set of plugins that were loaded initially.
Ideally, dicompyler should recheck the min_dicom of each plugin again after new
data has been published via pubsub, so that any supported plugin with the new
data can be loaded.
For example, if CT and structure set are loaded initially, if a RT Dose is
generated later, allow the DVH plugin to be loaded as well after the new data
is published.
Original issue reported on code.google.com by bastula on 3 Feb 2012 at 4:48
Original issue reported on code.google.com by
bastula
on 3 Feb 2012 at 4:48