| 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) | 
| private DicomVR | DicomJSONProvider. lookupVR(java.lang.Integer intTagCode,
        org.json.JSONObject tag)Get the VR associated with the given tag code and JSON object. | 
| 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) | 
| DicomTag(int tag,
        DicomVR vr) | 
Copyright © 2023 Open Microscopy Environment