Package loci.formats.out
Interface IExtraMetadataWriter
- All Known Implementing Classes:
DicomWriter
public interface IExtraMetadataWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetExtraMetadata(String metadataSource) Provide additional metadata that should be written as part of this dataset.
-
Method Details
-
setExtraMetadata
Provide additional metadata that should be written as part of this dataset. Primarily intended for DicomWriter. Calling this method is optional. Multiple calls are allowed, e.g. if tags come from multiple external sources. If multiple calls to this method are made then the order matters, with earlier calls implying higher priority when resolving duplicate or conflicting tags. All calls to this method must occur before setId is called.
-