Uses of Enum Class
loci.formats.dicom.DicomAttribute
Packages that use DicomAttribute
-
Uses of DicomAttribute in loci.formats.dicom
Fields in loci.formats.dicom declared as DicomAttributeFields in loci.formats.dicom with type parameters of type DicomAttributeModifier and TypeFieldDescriptionprivate static final Map<Integer, DicomAttribute> DicomAttribute.lookupMethods in loci.formats.dicom that return DicomAttributeModifier and TypeMethodDescriptionstatic DicomAttributeDicomAttribute.get(int newTag) Lookup the attribute for the given tag.static DicomAttributeReturns the enum constant of this class with the specified name.static DicomAttribute[]DicomAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in loci.formats.dicom with parameters of type DicomAttributeModifier and TypeMethodDescriptionDicomTag.lookupChild(DicomAttribute attr) Find the first child tag with the given attribute, or null if one does not exist.Constructors in loci.formats.dicom with parameters of type DicomAttributeModifierConstructorDescriptionDicomTag(DicomAttribute attribute) DicomTag(DicomAttribute attribute, DicomVR vr)