org.dcm4che2.code
Class SizeDescriptor

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

public class SizeDescriptor
extends java.lang.Object

CID 6118 Size Descriptor.

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

Field Summary
static java.lang.String Enlarged
          (R-40750, SRT, "Enlarged")
static java.lang.String ExtremelySmall
          (112131, DCM, "Extremely small")
static java.lang.String Large
          (R-404AA, SRT, "Large")
static java.lang.String Medium
          (R-404A9, SRT, "Medium")
static java.lang.String Small
          (R-404A8, SRT, "Small")
static java.lang.String TooSmall
          (112133, DCM, "Too small")
static java.lang.String VerySmall
          (112132, DCM, "Very small")
 
Constructor Summary
SizeDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Enlarged

public static final java.lang.String Enlarged
(R-40750, SRT, "Enlarged")

See Also:
Constant Field Values

ExtremelySmall

public static final java.lang.String ExtremelySmall
(112131, DCM, "Extremely small")

See Also:
Constant Field Values

Large

public static final java.lang.String Large
(R-404AA, SRT, "Large")

See Also:
Constant Field Values

Medium

public static final java.lang.String Medium
(R-404A9, SRT, "Medium")

See Also:
Constant Field Values

Small

public static final java.lang.String Small
(R-404A8, SRT, "Small")

See Also:
Constant Field Values

TooSmall

public static final java.lang.String TooSmall
(112133, DCM, "Too small")

See Also:
Constant Field Values

VerySmall

public static final java.lang.String VerySmall
(112132, DCM, "Very small")

See Also:
Constant Field Values
Constructor Detail

SizeDescriptor

public SizeDescriptor()


Copyright © 2011 dcm4che. All Rights Reserved.