Uses of Class
org.dcm4che2.data.VR

Packages that use VR
org.dcm4che2.data This package contains lower level classes that deal with the DICOM Data Dictionary (PS3.6) Data Structure and Encoding (PS3.5). 
org.dcm4che2.hp   
org.dcm4che2.io   
 

Uses of VR in org.dcm4che2.data
 

Fields in org.dcm4che2.data declared as VR
static VR VR.AE
          Application Entity (<= 16 chars)
static VR VR.AS
          Age String
static VR VR.AT
          Attribute Tag
static VR VR.CS
          Code String (<= 16 chars)
static VR VR.DA
          Date
static VR VR.DS
          Decimal String (=> float)
static VR VR.DT
          Date Time
static VR VR.FD
          Floating Point Double (=> double)
static VR VR.FL
          Floating Point Single (=> float)
static VR VR.IS
          Integer String (=> int)
static VR VR.LO
          Long String (<= 64 chars)
static VR VR.LT
          Long Text (<= 10240 chars)
static VR VR.OB
          Other Byte String
static VR VR.OF
          Other Float String
static VR VR.OW
          Other Word String
static VR VR.PN
          Person Name (component group <= 64 chars)
static VR VR.SH
          Short String (<= 16 chars)
static VR VR.SL
          Signed Long (-2147483648..+2147483647)
static VR VR.SQ
          Sequence of Items
static VR VR.SS
          Signed Short (-32768..+32767)
static VR VR.ST
          Short Text (<= 1024 chars)
static VR VR.TM
          Time
static VR VR.UI
          Unique Identifier (UID) (<= 64 chars)
static VR VR.UL
          Unsigned Long (0..4294967295)
static VR VR.UN
          Unkown
static VR VR.UN_SIEMENS
          Illegal VR='??' used by old SIEMENS Modalities
static VR VR.US
          Unsigned Short (0..65535)
static VR VR.UT
          Unlimited Text (<= 4294967294 chars)
 

Methods in org.dcm4che2.data that return VR
static VR VR.valueOf(int code)
           
 VR DicomElement.vr()
           
 VR BasicDicomObject.vrOf(int tag)
           
 VR VRMap.vrOf(int tag)
           
 VR DicomObject.vrOf(int tag)
          Returns Value Representation of Attribute with specified (private) tag or @link{VR#UN} if no entry was found in configured @link{VRMap}s.
 

Methods in org.dcm4che2.data with parameters of type VR
 DicomElement DicomObject.get(int[] tagPath, VR vr)
           
 DicomElement DicomObject.get(int tag, VR vr)
           
 java.util.Date DicomObject.getDate(int[] tagPath, VR vr)
           
 java.util.Date DicomObject.getDate(int[] tagPath, VR vr, java.util.Date defVal)
           
 java.util.Date DicomObject.getDate(int tag, VR vr)
           
 java.util.Date DicomObject.getDate(int tag, VR vr, java.util.Date defVal)
           
 DateRange DicomObject.getDateRange(int[] tagPath, VR vr)
           
 DateRange DicomObject.getDateRange(int[] tagPath, VR vr, DateRange defVal)
           
 DateRange DicomObject.getDateRange(int tag, VR vr)
           
 DateRange DicomObject.getDateRange(int tag, VR vr, DateRange defVal)
           
 java.util.Date[] DicomObject.getDates(int[] tagPath, VR vr)
           
 java.util.Date[] DicomObject.getDates(int[] tagPath, VR vr, java.util.Date[] defVal)
           
 java.util.Date[] DicomObject.getDates(int tag, VR vr)
           
 java.util.Date[] DicomObject.getDates(int tag, VR vr, java.util.Date[] defVal)
           
 double DicomObject.getDouble(int[] tagPath, VR vr)
           
 double DicomObject.getDouble(int[] tagPath, VR vr, double defVal)
           
 double DicomObject.getDouble(int tag, VR vr)
           
 double DicomObject.getDouble(int tag, VR vr, double defVal)
           
 double[] DicomObject.getDoubles(int[] tagPath, VR vr)
           
 double[] DicomObject.getDoubles(int[] tagPath, VR vr, double[] defVal)
           
 double[] DicomObject.getDoubles(int tag, VR vr)
           
 double[] DicomObject.getDoubles(int tag, VR vr, double[] defVal)
           
 float DicomObject.getFloat(int[] tagPath, VR vr)
           
 float DicomObject.getFloat(int[] tagPath, VR vr, float defVal)
           
 float DicomObject.getFloat(int tag, VR vr)
           
 float DicomObject.getFloat(int tag, VR vr, float defVal)
           
 float[] DicomObject.getFloats(int[] tagPath, VR vr)
           
 float[] DicomObject.getFloats(int[] tagPath, VR vr, float[] defVal)
           
 float[] DicomObject.getFloats(int tag, VR vr)
           
 float[] DicomObject.getFloats(int tag, VR vr, float[] defVal)
           
 int DicomObject.getInt(int[] tagPath, VR vr)
           
 int DicomObject.getInt(int[] tagPath, VR vr, int defVal)
           
 int DicomObject.getInt(int tag, VR vr)
           
 int DicomObject.getInt(int tag, VR vr, int defVal)
           
 int[] DicomObject.getInts(int[] tagPath, VR vr)
           
 int[] DicomObject.getInts(int[] tagPath, VR vr, int[] defVal)
           
 int[] DicomObject.getInts(int tag, VR vr)
           
 int[] DicomObject.getInts(int tag, VR vr, int[] defVal)
           
 short[] DicomObject.getShorts(int[] tagPath, VR vr)
           
 short[] DicomObject.getShorts(int[] tagPath, VR vr, short[] defVal)
           
 short[] DicomObject.getShorts(int tag, VR vr)
           
 short[] DicomObject.getShorts(int tag, VR vr, short[] defVal)
           
 java.lang.String DicomObject.getString(int[] tagPath, VR vr)
           
 java.lang.String DicomObject.getString(int[] tagPath, VR vr, java.lang.String defVal)
           
 java.lang.String DicomObject.getString(int tag, VR vr)
           
 java.lang.String DicomObject.getString(int tag, VR vr, java.lang.String defVal)
           
 java.lang.String[] DicomObject.getStrings(int[] tagPath, VR vr)
           
 java.lang.String[] DicomObject.getStrings(int[] tagPath, VR vr, java.lang.String[] defVal)
           
 java.lang.String[] DicomObject.getStrings(int tag, VR vr)
           
 java.lang.String[] DicomObject.getStrings(int tag, VR vr, java.lang.String[] defVal)
           
 DicomElement DicomObject.putBytes(int[] tagPath, VR vr, byte[] val)
           
 DicomElement DicomObject.putBytes(int[] tagPath, VR vr, byte[] val, boolean bigEndian)
           
 DicomElement DicomObject.putBytes(int tag, VR vr, byte[] val)
           
 DicomElement BasicDicomObject.putBytes(int tag, VR vr, byte[] val, boolean bigEndian)
           
 DicomElement DicomObject.putBytes(int tag, VR vr, byte[] val, boolean bigEndian)
           
 DicomElement DicomObject.putDate(int[] tagPath, VR vr, java.util.Date val)
           
 DicomElement BasicDicomObject.putDate(int tag, VR vr, java.util.Date val)
           
 DicomElement DicomObject.putDate(int tag, VR vr, java.util.Date val)
           
 DicomElement DicomObject.putDateRange(int[] tagPath, VR vr, DateRange val)
           
 DicomElement BasicDicomObject.putDateRange(int tag, VR vr, DateRange val)
           
 DicomElement DicomObject.putDateRange(int tag, VR vr, DateRange val)
           
 DicomElement DicomObject.putDates(int[] tagPath, VR vr, java.util.Date[] val)
           
 DicomElement BasicDicomObject.putDates(int tag, VR vr, java.util.Date[] val)
           
 DicomElement DicomObject.putDates(int tag, VR vr, java.util.Date[] val)
           
 DicomElement DicomObject.putDouble(int[] tagPath, VR vr, double val)
           
 DicomElement BasicDicomObject.putDouble(int tag, VR vr, double val)
           
 DicomElement DicomObject.putDouble(int tag, VR vr, double val)
           
 DicomElement DicomObject.putDoubles(int[] tagPath, VR vr, double[] val)
           
 DicomElement BasicDicomObject.putDoubles(int tag, VR vr, double[] val)
           
 DicomElement DicomObject.putDoubles(int tag, VR vr, double[] val)
           
 DicomElement DicomObject.putFloat(int[] tagPath, VR vr, float val)
           
 DicomElement BasicDicomObject.putFloat(int tag, VR vr, float val)
           
 DicomElement DicomObject.putFloat(int tag, VR vr, float val)
           
 DicomElement DicomObject.putFloats(int[] tagPath, VR vr, float[] val)
           
 DicomElement BasicDicomObject.putFloats(int tag, VR vr, float[] val)
           
 DicomElement DicomObject.putFloats(int tag, VR vr, float[] val)
           
 DicomElement DicomObject.putFragments(int[] tagPath, VR vr, boolean bigEndian)
           
 DicomElement DicomObject.putFragments(int[] tagPath, VR vr, boolean bigEndian, int capacity)
           
 DicomElement BasicDicomObject.putFragments(int tag, VR vr, boolean bigEndian)
           
 DicomElement DicomObject.putFragments(int tag, VR vr, boolean bigEndian)
           
 DicomElement BasicDicomObject.putFragments(int tag, VR vr, boolean bigEndian, int capacity)
           
 DicomElement DicomObject.putFragments(int tag, VR vr, boolean bigEndian, int capacity)
           
 DicomElement DicomObject.putInt(int[] tagPath, VR vr, int val)
           
 DicomElement BasicDicomObject.putInt(int tag, VR vr, int val)
           
 DicomElement DicomObject.putInt(int tag, VR vr, int val)
           
 DicomElement DicomObject.putInts(int[] tagPath, VR vr, int[] val)
           
 DicomElement BasicDicomObject.putInts(int tag, VR vr, int[] val)
           
 DicomElement DicomObject.putInts(int tag, VR vr, int[] val)
           
 DicomElement DicomObject.putNull(int[] tagPath, VR vr)
           
 DicomElement BasicDicomObject.putNull(int tag, VR vr)
           
 DicomElement DicomObject.putNull(int tag, VR vr)
           
 DicomElement DicomObject.putShorts(int[] tagPath, VR vr, short[] val)
           
 DicomElement BasicDicomObject.putShorts(int tag, VR vr, short[] val)
           
 DicomElement DicomObject.putShorts(int tag, VR vr, short[] val)
           
 DicomElement DicomObject.putString(int[] tagPath, VR vr, java.lang.String val)
           
 DicomElement BasicDicomObject.putString(int tag, VR vr, java.lang.String val)
           
 DicomElement DicomObject.putString(int tag, VR vr, java.lang.String val)
           
 DicomElement DicomObject.putStrings(int[] tagPath, VR vr, java.lang.String[] val)
           
 DicomElement BasicDicomObject.putStrings(int tag, VR vr, java.lang.String[] val)
           
 DicomElement DicomObject.putStrings(int tag, VR vr, java.lang.String[] val)
           
 

Uses of VR in org.dcm4che2.hp
 

Methods in org.dcm4che2.hp with parameters of type VR
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String privateCreator, int tag, int valueNumber, VR vr, float[] values, FilterOp filterOp)
          Create Display Set Filter with float Selector Attribute Values.
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String privateCreator, int tag, int valueNumber, VR vr, int[] values, FilterOp filterOp)
          Create Display Set Filter with int Selector Attribute Values.
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String privateCreator, int tag, int valueNumber, VR vr, java.lang.String[] values, FilterOp filterOp)
          Create Display Set Filter with String Selector Attribute Values.
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String usageFlag, java.lang.String privateCreator, int tag, int valueNumber, VR vr, float[] values)
          Create Image Set Selector with float Selector Attribute Values.
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String usageFlag, java.lang.String privateCreator, int tag, int valueNumber, VR vr, int[] values)
          Create Image Set Selector with int Selector Attribute Values.
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String usageFlag, java.lang.String privateCreator, int tag, int valueNumber, VR vr, int[] values, FilterOp filterOp)
          Create Display Set Filter with int Selector Attribute Values and specified Image Set Selector Usage Flag (0072,0024).
static HPSelector HPSelectorFactory.createAttributeValueSelector(java.lang.String usageFlag, java.lang.String privateCreator, int tag, int valueNumber, VR vr, java.lang.String[] values)
          Create Image Set Selector with String Selector Attribute Values.
 

Uses of VR in org.dcm4che2.io
 

Methods in org.dcm4che2.io that return VR
 VR DicomInputStream.vr()
           
 

Methods in org.dcm4che2.io with parameters of type VR
 void DicomOutputStream.writeHeader(int tag, VR vr, int len)
           
 



Copyright © 2011 dcm4che. All Rights Reserved.