public class DicomMetaData extends IIOMetadata
| Modifier and Type | Field and Description |
|---|---|
private Attributes |
attributes |
private Attributes |
fileMetaInformation |
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, nativeMetadataFormatName, standardFormatSupported| Constructor and Description |
|---|
DicomMetaData(Attributes fileMetaInformation,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getAsTree(String formatName) |
Attributes |
getAttributes() |
Attributes |
getFileMetaInformation() |
boolean |
isReadOnly() |
void |
mergeTree(String formatName,
Node root) |
void |
reset() |
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTreeprivate final Attributes fileMetaInformation
private final Attributes attributes
public DicomMetaData(Attributes fileMetaInformation, Attributes attributes)
public final Attributes getFileMetaInformation()
public final Attributes getAttributes()
public boolean isReadOnly()
isReadOnly in class IIOMetadatapublic Node getAsTree(String formatName)
getAsTree in class IIOMetadatapublic void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree in class IIOMetadataIIOInvalidTreeExceptionpublic void reset()
reset in class IIOMetadataCopyright © 2017 dcm4che.org. All rights reserved.