org.dcm4che2.code
Class ProblemStatus

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

public class ProblemStatus
extends java.lang.Object

CID 3770 Problem Status.

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

Field Summary
static java.lang.String ActiveProblem
          (R-42501, SRT, "Active problem")
static java.lang.String Chronic
          (G-A270, SRT, "Chronic")
static java.lang.String InactiveProblem
          (R-42502, SRT, "Inactive problem")
static java.lang.String Intermittent
          (G-A397, SRT, "Intermittent")
static java.lang.String KnownAbsent
          (G-A46B, SRT, "Known absent")
static java.lang.String ProblemResolved
          (F-04B88, SRT, "Problem resolved")
static java.lang.String Recurrent
          (G-A39A, SRT, "Recurrent")
static java.lang.String Suspected
          (G-A47B, SRT, "Suspected")
static java.lang.String WellControlled
          (P0-30450, SRT, "Well controlled")
 
Constructor Summary
ProblemStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ActiveProblem

public static final java.lang.String ActiveProblem
(R-42501, SRT, "Active problem")

See Also:
Constant Field Values

Chronic

public static final java.lang.String Chronic
(G-A270, SRT, "Chronic")

See Also:
Constant Field Values

InactiveProblem

public static final java.lang.String InactiveProblem
(R-42502, SRT, "Inactive problem")

See Also:
Constant Field Values

Intermittent

public static final java.lang.String Intermittent
(G-A397, SRT, "Intermittent")

See Also:
Constant Field Values

KnownAbsent

public static final java.lang.String KnownAbsent
(G-A46B, SRT, "Known absent")

See Also:
Constant Field Values

ProblemResolved

public static final java.lang.String ProblemResolved
(F-04B88, SRT, "Problem resolved")

See Also:
Constant Field Values

Recurrent

public static final java.lang.String Recurrent
(G-A39A, SRT, "Recurrent")

See Also:
Constant Field Values

Suspected

public static final java.lang.String Suspected
(G-A47B, SRT, "Suspected")

See Also:
Constant Field Values

WellControlled

public static final java.lang.String WellControlled
(P0-30450, SRT, "Well controlled")

See Also:
Constant Field Values
Constructor Detail

ProblemStatus

public ProblemStatus()


Copyright © 2011 dcm4che. All Rights Reserved.