|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DicomDirBuilder
Factory class for creating DicomDir, DirectoryRecord and FilesetIdentification object.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
DicomDir newDicomDir()
DirectoryRecord newDirectoryRecord(DirectoryRecordType directoryRecordType)
directoryRecordType - the type of the created DirectoryRecord
DicomDir.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
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||