Package | Description |
---|---|
loci.formats.dicom |
Modifier and Type | Field and Description |
---|---|
DicomAttribute |
DicomTag.attribute |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,DicomAttribute> |
DicomAttribute.lookup |
Modifier and Type | Method and Description |
---|---|
static DicomAttribute |
DicomAttribute.get(int newTag)
Lookup the attribute for the given tag.
|
static DicomAttribute |
DicomAttribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DicomAttribute[] |
DicomAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DicomTag |
DicomTag.lookupChild(DicomAttribute attr)
Find the first child tag with the given attribute, or null if one does not exist.
|
Constructor and Description |
---|
DicomTag(DicomAttribute attribute) |
DicomTag(DicomAttribute attribute,
DicomVR vr) |
Copyright © 2022 Open Microscopy Environment