org.dcm4che2.code
Class PressureUnits

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

public class PressureUnits
extends java.lang.Object

CID 3500 Pressure Units.

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

Field Summary
static java.lang.String KPa
          (Kpa, UCUM, "kPa")
static java.lang.String MmHg
          (mm[Hg], UCUM, "mmHg")
 
Constructor Summary
PressureUnits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KPa

public static final java.lang.String KPa
(Kpa, UCUM, "kPa")

See Also:
Constant Field Values

MmHg

public static final java.lang.String MmHg
(mm[Hg], UCUM, "mmHg")

See Also:
Constant Field Values
Constructor Detail

PressureUnits

public PressureUnits()


Copyright © 2011 dcm4che. All Rights Reserved.