protected void store(File f, DicomObject data) throws Exception {
   dcmOF.storeAsDICOM(f, data);
 }