public interface DicomDirBuilder
| Modifier and Type | Method and Description |
|---|---|
DicomDir |
newDicomDir()
creates an empty new DicomDir object
|
DirectoryRecord |
newDirectoryRecord(DirectoryRecordType directoryRecordType)
creates an empty new DirectoryRecord object with the specified type (status of the 'in-use flag' will be false)
|
DirectoryRecord |
newDirectoryRecord(DirectoryRecordType directoryRecordType,
boolean inUse)
creates an empty new DirectoryRecord object with the specified type and in-use flag
|
FilesetIdentification |
newFilesetIdentification()
creates an empty new FilesetIdentification object
|
DirectoryRecord |
newJITDirectoryRecord(DirectoryRecordType directoryRecordType)
creates an empty new DirectoryRecord object with the specified type
for appending to an existing DICOMDIR on file
|
DicomDir newDicomDir()
DirectoryRecord newDirectoryRecord(DirectoryRecordType directoryRecordType)
directoryRecordType - the type of the created DirectoryRecordDicomDir.setRootDirectoryRecord(DirectoryRecord),
DirectoryRecord.setChild(DirectoryRecord),
DirectoryRecord.setNext(DirectoryRecord)DirectoryRecord newDirectoryRecord(DirectoryRecordType directoryRecordType, boolean inUse)
directoryRecordType - the type of the created DirectoryRecordinUse - status of the Record in-use flag (0004,1410)DicomDir.setRootDirectoryRecord(DirectoryRecord),
DirectoryRecord.setChild(DirectoryRecord),
DirectoryRecord.setNext(DirectoryRecord)FilesetIdentification newFilesetIdentification()
DicomDir.setFilesetIdentification(FilesetIdentification),
DicomDir.getFilesetIdentification()DirectoryRecord newJITDirectoryRecord(DirectoryRecordType directoryRecordType)
directoryRecordType - the type of the created DirectoryRecord