DicomXmpEntry
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class DicomXmpEntry
Entry of XMP data for DICOM images (.dcm).
Constructors
Constructor | Description |
---|---|
DicomXmpEntry(int type, String value) | Creates Xmp entry for DICOM image. |
Methods
Method | Description |
---|---|
getType() | Entry type. |
getValue() | Entry value. |
toString() | Get Xmp entry textual representation. |
DicomXmpEntry(int type, String value)
public DicomXmpEntry(int type, String value)
Creates Xmp entry for DICOM image.
Parameters:
Parameter | Type | Description |
---|---|---|
type | int | Entry type |
value | java.lang.String | Entry value |
getType()
public final int getType()
Entry type.
Returns: int
getValue()
public final String getValue()
Entry value.
Returns: java.lang.String
toString()
public String toString()
Get Xmp entry textual representation.
Returns: java.lang.String - Xmp entry textual representation.