Uses of Enum Class
loci.formats.dicom.DicomVR
Packages that use DicomVR
-
Uses of DicomVR in loci.formats.dicom
Fields in loci.formats.dicom declared as DicomVRFields in loci.formats.dicom with type parameters of type DicomVRMethods in loci.formats.dicom that return DicomVRModifier and TypeMethodDescriptionstatic DicomVRDicomVR.get(int code) DicomAttribute.getDefaultVR()Get the known default VR for this attribute, or IMPLICIT if our dictionary does not include a default VR.static DicomVRDicomAttribute.getDefaultVR(int newTag) private DicomVRGet the VR associated with the given tag code and JSON object.static DicomVRReturns the enum constant of this class with the specified name.static DicomVR[]DicomVR.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in loci.formats.dicom with parameters of type DicomVR