| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.AEApplication Entity (<= 16 chars) | 
| static VR | VR.ASAge String | 
| static VR | VR.ATAttribute Tag | 
| static VR | VR.CSCode String (<= 16 chars) | 
| static VR | VR.DADate | 
| static VR | VR.DSDecimal String (=> float) | 
| static VR | VR.DTDate Time | 
| static VR | VR.FDFloating Point Double (=> double) | 
| static VR | VR.FLFloating Point Single (=> float) | 
| static VR | VR.ISInteger String (=> int) | 
| static VR | VR.LOLong String (<= 64 chars) | 
| static VR | VR.LTLong Text (<= 10240 chars) | 
| static VR | VR.OBOther Byte String | 
| static VR | VR.OFOther Float String | 
| static VR | VR.OWOther Word String | 
| static VR | VR.PNPerson Name (component group <= 64 chars) | 
| static VR | VR.SHShort String (<= 16 chars) | 
| static VR | VR.SLSigned Long (-2147483648..+2147483647) | 
| static VR | VR.SQSequence of Items | 
| static VR | VR.SSSigned Short (-32768..+32767) | 
| static VR | VR.STShort Text (<= 1024 chars) | 
| static VR | VR.TMTime | 
| static VR | VR.UIUnique Identifier (UID) (<= 64 chars) | 
| static VR | VR.ULUnsigned Long (0..4294967295) | 
| static VR | VR.UNUnkown | 
| static VR | VR.UN_SIEMENSIllegal VR='??' used by old SIEMENS Modalities | 
| static VR | VR.USUnsigned Short (0..65535) | 
| static VR | VR.UTUnlimited 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 floatSelector 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 intSelector 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 StringSelector 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 floatSelector 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 intSelector 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 intSelector 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 StringSelector 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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||