setMenu();
+ _myindex = null;
+ _selection = _openStudy.getSelection(); //actually, value doesn't matter, it just has to be not null
+ doOpen();
return SUCCESS;
}
Study study = _openStudy.getStudyObject();
getStudyService().markStudyAsReference(study);
-
+
+ _myindex = null;
+ _selection = _openStudy.getSelection(); //actually, value doesn't matter, it just has to be not null
+ doOpen();
return SUCCESS;
}
Study study = _openStudy.getStudyObject();
getStudyService().removeStudyAsReference(study);
-
+
+ _myindex = null;
+ _selection = _openStudy.getSelection(); //actually, value doesn't matter, it just has to be not null
+ doOpen();
return SUCCESS;
}
}
\ No newline at end of file