public class MCdicomDirRoot extends MCdicomDirRecord
MCdicomDirRecord.TraversalHandler, MCdicomDirRecord.TraversalStatus, MCdicomDirRecord.Type
Constructor and Description |
---|
MCdicomDirRoot(MCdicomDirEx dir,
int id) |
Modifier and Type | Method and Description |
---|---|
MCdicomDirEx |
getDICOMDIR()
Gets the directory object containing this record.
|
java.lang.String |
getListName() |
MCdicomDirRecord |
getNextRecord()
Gets the next directory record in the directory entity of the current record.
|
MCdicomDirRecord.Type |
getRecordType()
Gets an enum representation of the value of the Directory Record Type (0004,1430)
attribute of this record.
|
addRecord, copyValues, delete, dispose, getDirectoryRecordType, getDirectoryRecordType, getFirstLowerRecord, getParentRecord, getReferencedFileID, getReferencedSOPClassUIDinFile, getReferencedSOPInstanceUIDinFile, getReferencedTSUIDinFile, isRoot, setReferencedFileID, setReferencedSOPClassUIDinFile, setReferencedSOPInstanceUIDinFile, setReferencedTSUIDinFile, traverse
addAttribute, addAttribute, addEncapsulatedFrame, addValue, addValue, clear, clear, contains, contains, copyTo, createSignature, createSignature, deleteSignature, duplicate, getBigInteger, getBigInteger, getBulkValue, getBulkValue, getCommand, getDoubleValue, getDoubleValue, getEncapsulatedFrame, getFloatValue, getFloatValue, getFrame, getIntValue, getIntValue, getItem, getItem, getKeyword, getKeyword, getLongValue, getLongValue, getModality, getNextValidationError, getOffsetTable, getService, getShortValue, getShortValue, getSOPClassUID, getSOPInstanceUID, getStringValue, getStringValue, getStringValue, getStringValue, getTransferSyntax, getValue, getValue, getValue, getValue, getValueCount, getValueCount, getValueLength, getValueLength, getValueRepresentation, getValueRepresentation, getValues, getValues, iterator, list, list, readAttributeSetsFromJSON, readAttributeSetsFromJSON, readFromJSON, readFromJSON, readFromStream, readFromStream, readFromXML, readFromXML, readFromXMLNative, readFromXMLNative, removeAttribute, removeAttribute, resetTransferSyntax, setDefaultCompression, setServiceCommand, setTransferSyntax, setValue, setValue, setValueRepresentation, setValueRepresentation, size, validate, validateAttribute, verifySignature, writeAttributeSetsToJSON, writeToJSON, writeToStream, writeToStream, writeToXML, writeToXML, writeToXMLNative
public MCdicomDirRoot(MCdicomDirEx dir, int id)
public java.lang.String getListName()
public MCdicomDirEx getDICOMDIR()
MCdicomDirRecord
getDICOMDIR
in class MCdicomDirRecord
public MCdicomDirRecord.Type getRecordType()
MCdicomDirRecord
getRecordType
in class MCdicomDirRecord
public MCdicomDirRecord getNextRecord()
MCdicomDirRecord
getNextRecord
in class MCdicomDirRecord
null
if the current record is the last in the directory entity.