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, setFromTree
private 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 IIOMetadata
public Node getAsTree(String formatName)
getAsTree
in class IIOMetadata
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree
in class IIOMetadata
IIOInvalidTreeException
public void reset()
reset
in class IIOMetadata
Copyright © 2017 dcm4che.org. All rights reserved.