| Package | Description | 
|---|---|
| org.dcm4che3.data | 
 Lower level classes that deal with the DICOM Data Dictionary (PS 3.6). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Date[] | 
Attributes.getDates(int tag,
        DatePrecisions precisions)  | 
Date[] | 
Attributes.getDates(long tag,
        DatePrecisions precisions)  | 
Date[] | 
Attributes.getDates(String privateCreator,
        int tag,
        DatePrecisions precisions)  | 
Date[] | 
Attributes.getDates(String privateCreator,
        int tag,
        VR vr,
        DatePrecisions precisions)  | 
Date[] | 
Attributes.getDates(String privateCreator,
        long tag,
        DatePrecisions precisions)  | 
Date[] | 
ValueType.toDate(Object val,
      TimeZone tz,
      boolean ceil,
      DatePrecisions precisions)  | 
Date[] | 
StringValueType.toDate(Object val,
      TimeZone tz,
      boolean ceil,
      DatePrecisions precisions)  | 
Date[] | 
SequenceValueType.toDate(Object val,
      TimeZone tz,
      boolean ceil,
      DatePrecisions precisions)  | 
Date[] | 
BinaryValueType.toDate(Object val,
      TimeZone tz,
      boolean ceil,
      DatePrecisions precisions)  | 
Date[] | 
VR.toDates(Object val,
       TimeZone tz,
       boolean ceil,
       DatePrecisions precisions)  | 
Copyright © 2017 dcm4che.org. All rights reserved.