public class DicomDirCreator extends java.lang.Object
| Constructor and Description |
|---|
DicomDirCreator(java.lang.String P,
java.lang.String I)
Creates a new DicomDirCreator object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dicomdir_close()
Closes the DICOMDIR Reader/Writer
|
void |
dicomdir_rebuild()
Rebuilds the DICOMDIR file, by rescanning the storage path.
|
void |
updateDicomDir(java.io.File f)
Updates the DICOMDIR file with a new entry
|
public DicomDirCreator(java.lang.String P, java.lang.String I)
P - Path to where the DICOMDIR file is going to be created.I - FilesetIDpublic void updateDicomDir(java.io.File f)
f - File to be added to DICOMDIRpublic void dicomdir_rebuild()
public void dicomdir_close()