org.dcm4che2.code
Class UnitsOfLinearMeasurement

java.lang.Object
  extended by org.dcm4che2.code.UnitsOfLinearMeasurement

public class UnitsOfLinearMeasurement
extends java.lang.Object

CID 7460 Units of Linear Measurement.

Since:
Jun 2, 2010
Version:
$Rev: 13502 $ $Date:: 2010-06-09#$
Author:
Gunter Zeilinger

Field Summary
static java.lang.String Centimeter
          (cm, UCUM[1.4], "centimeter")
static java.lang.String Micrometer
          (um, UCUM[1.4], "micrometer")
static java.lang.String Millimeter
          (mm, UCUM[1.4], "millimeter")
 
Constructor Summary
UnitsOfLinearMeasurement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Centimeter

public static final java.lang.String Centimeter
(cm, UCUM[1.4], "centimeter")

See Also:
Constant Field Values

Micrometer

public static final java.lang.String Micrometer
(um, UCUM[1.4], "micrometer")

See Also:
Constant Field Values

Millimeter

public static final java.lang.String Millimeter
(mm, UCUM[1.4], "millimeter")

See Also:
Constant Field Values
Constructor Detail

UnitsOfLinearMeasurement

public UnitsOfLinearMeasurement()


Copyright © 2011 dcm4che. All Rights Reserved.