Package | Description |
---|---|
loci.formats.dicom |
Modifier and Type | Field and Description |
---|---|
private DicomVR |
DicomAttribute.defaultVR |
DicomVR |
DicomTag.vr |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,DicomVR> |
DicomVR.lookup |
Modifier and Type | Method and Description |
---|---|
static DicomVR |
DicomVR.get(int code) |
DicomVR |
DicomAttribute.getDefaultVR()
Get the known default VR for this attribute, or IMPLICIT if
our dictionary does not include a default VR.
|
static DicomVR |
DicomAttribute.getDefaultVR(int newTag) |
static DicomVR |
DicomVR.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DicomVR[] |
DicomVR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DicomTag(DicomAttribute attribute,
DicomVR vr) |
Copyright © 2022 Open Microscopy Environment