org.dcm4che2.code
Class EquipmentPlaneIdentification

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

public class EquipmentPlaneIdentification
extends java.lang.Object

CID 10003 Equipment Plane Identification.

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

Field Summary
static java.lang.String AllPlanes
          (113890, DCM, "All Planes")
static java.lang.String PlaneA
          (113620, DCM, "Plane A")
static java.lang.String PlaneB
          (113621, DCM, "Plane B")
static java.lang.String SinglePlane
          (113622, DCM, "Single Plane")
 
Constructor Summary
EquipmentPlaneIdentification()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AllPlanes

public static final java.lang.String AllPlanes
(113890, DCM, "All Planes")

See Also:
Constant Field Values

PlaneA

public static final java.lang.String PlaneA
(113620, DCM, "Plane A")

See Also:
Constant Field Values

PlaneB

public static final java.lang.String PlaneB
(113621, DCM, "Plane B")

See Also:
Constant Field Values

SinglePlane

public static final java.lang.String SinglePlane
(113622, DCM, "Single Plane")

See Also:
Constant Field Values
Constructor Detail

EquipmentPlaneIdentification

public EquipmentPlaneIdentification()


Copyright © 2011 dcm4che. All Rights Reserved.