DicomXmpEntry
Leave feedback
On this page
Inheritance: java.lang.Object
public final class DicomXmpEntry
Entry of XMP data for DICOM images (.dcm).
| Constructor | Description |
|---|---|
| DicomXmpEntry(int type, String value) | Creates Xmp entry for DICOM image. |
| Method | Description |
|---|---|
| getType() | Entry type. |
| getValue() | Entry value. |
| toString() | Get Xmp entry textual representation. |
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 |
public final int getType()
Entry type.
Returns: int
public final String getValue()
Entry value.
Returns: java.lang.String
public String toString()
Get Xmp entry textual representation.
Returns: java.lang.String - Xmp entry textual representation.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.