Uses of Enum Class
org.aoju.bus.image.galaxy.data.VR
Packages that use VR
Package
Description
-
Uses of VR in org.aoju.bus.image.builtin
Methods in org.aoju.bus.image.builtin that return VRMethods in org.aoju.bus.image.builtin with parameters of type VR -
Uses of VR in org.aoju.bus.image.galaxy.data
Fields in org.aoju.bus.image.galaxy.data declared as VRMethods in org.aoju.bus.image.galaxy.data that return VRModifier and TypeMethodDescriptionAttributes.getVR(int tag) static VRVR.valueOf(int code) Returns the enum constant of this class with the specified name.static VRReturns the enum constant of this class with the specified name.static VR[]VR.values()Returns an array containing the constants of this enum class, in the order they are declared.final VRFragments.vr()IOD.MemberOf.vr()abstract VRElementDictionary.vrOf(int tag) static VRStandardDictionary.vrOf(int tag) Methods in org.aoju.bus.image.galaxy.data with parameters of type VRModifier and TypeMethodDescriptionintBulkData.calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intFragments.calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intSequence.calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intValue.calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) Attributes.getDate(String privateCreator, int tag, VR vr, int valueIndex, Date defVal, DatePrecision precision) Attributes.getDate(String privateCreator, int tag, VR vr, int valueIndex, DatePrecision precision) Attributes.getDate(String privateCreator, int tag, VR vr, Date defVal, DatePrecision precision) Attributes.getDate(String privateCreator, int tag, VR vr, DatePrecision precision) Attributes.getDateRange(String privateCreator, int tag, VR vr) Attributes.getDateRange(String privateCreator, int tag, VR vr, DateRange defVal) Date[]Date[]Attributes.getDates(String privateCreator, int tag, VR vr, DatePrecision precisions) doubledoubledouble[]Attributes.getDoubles(String privateCreator, int tag, VR vr) intBulkData.getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intFragments.getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intSequence.getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intValue.getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) floatfloatfloat[]intintint[]Attributes.getSpecificCharacterSet(VR vr) String[]Attributes.getStrings(String privateCreator, int tag, VR vr) Attributes.newFragments(int tag, VR vr, int initialCapacity) Attributes.newFragments(String privateCreator, int tag, VR vr, int initialCapacity) Attributes.setDate(int tag, VR vr, DatePrecision precision, Date... ds) Attributes.setDate(String privateCreator, int tag, VR vr, DatePrecision precision, Date... ds) Attributes.setDateRange(int tag, VR vr, DatePrecision precision, DateRange range) Attributes.setDateRange(int tag, VR vr, DateRange range) Attributes.setDateRange(String privateCreator, int tag, VR vr, DatePrecision precision, DateRange range) Attributes.setDateRange(String privateCreator, int tag, VR vr, DateRange range) byte[]byte[]byte[]byte[]booleanAttributes.Visitor.visit(Attributes attrs, int tag, VR vr, Object value) voidBulkData.writeTo(ImageOutputStream out, VR vr) voidFragments.writeTo(ImageOutputStream out, VR vr) voidSequence.writeTo(ImageOutputStream out, VR vr) voidValue.writeTo(ImageOutputStream out, VR vr) Constructors in org.aoju.bus.image.galaxy.data with parameters of type VRModifierConstructorDescriptionDataElement(int tag, VR vr, IOD.DataElementType type, int minVM, int maxVM, int valueNumber) -
Uses of VR in org.aoju.bus.image.galaxy.io
Methods in org.aoju.bus.image.galaxy.io that return VRMethods in org.aoju.bus.image.galaxy.io with parameters of type VRModifier and TypeMethodDescriptionBasicBulkDataDescriptor.addLengthsThreshold(int threshold, VR... vrs) booleanBasicBulkDataDescriptor.isBulkData(List<ItemPointer> itemPointers, String privateCreator, int tag, VR vr, int length) booleanBulkDataDescriptor.isBulkData(List<ItemPointer> itemPointer, String privateCreator, int tag, VR vr, int length) voidImageOutputStream.writeAttribute(int tag, VR vr, byte[] val) voidImageOutputStream.writeAttribute(int tag, VR vr, Object value, SpecificCharacterSet cs) voidImageOutputStream.writeAttribute(int tag, VR vr, Value val) voidImageOutputStream.writeHeader(int tag, VR vr, int len)