static protected Agregator agregator = null;
static protected Thread dumpLoaderThread = null;
static public void start() throws DICOMException, IOException{
if (agregator != null) {
throw new DICOMException("Попытка повторного запуска!");
}
agregator = new Agregator();
try{
DICOMDataInput.addEventHandler((DICOMImageEventsHandler)agregator);
DICOMDataInput.addEventHandler((DICOMWaveformEventHandler)agregator);