* @throws ClipsException `
*/
public DialogSelectDicomObjects(Frame frame) throws ClipsException{
super(frame, "Объекты DICOM", null);
initComponents();
pnlDICOMView = new DicomBasePanel(true);
Agregator.addListener(this);
refreshItemListAgregator();
// refreshItemListCheckup();
pnlPreview.add(pnlDICOMView, BorderLayout.CENTER);
StateSaver.attachTo(this);