public final class DicomXmpEntry extends Object
Entry of XMP data for DICOM images (.dcm).
| Constructor and Description |
|---|
DicomXmpEntry(int type,
String value)
Creates Xmp entry for DICOM image.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Entry type.
|
String |
getValue()
Entry value.
|
String |
toString()
Get Xmp entry textual representation.
|
public DicomXmpEntry(int type,
String value)
Creates Xmp entry for DICOM image.
type - Entry typevalue - Entry valueCopyright © 2026. All rights reserved.