org.dcm4che2.code
Class HealthStatus

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

public class HealthStatus
extends java.lang.Object

CID 3772 Health Status.

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

Field Summary
static java.lang.String AliveAndWell
          (F-00001, SRT, "Alive and well")
static java.lang.String ChronicallyIll
          (F-0600C, SRT, "Chronically ill")
static java.lang.String Deceased
          (F-04DA1, SRT, "Deceased")
static java.lang.String Disabled
          (F-00100, SRT, "Disabled")
static java.lang.String InRemission
          (F-029D4, SRT, "In remission")
static java.lang.String SeverelyDisabled
          (F-0351E, SRT, "Severely disabled")
static java.lang.String SeverelyIll
          (F-06001, SRT, "Severely ill")
static java.lang.String SymptomFree
          (R-209F6, SRT, "Symptom free")
 
Constructor Summary
HealthStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AliveAndWell

public static final java.lang.String AliveAndWell
(F-00001, SRT, "Alive and well")

See Also:
Constant Field Values

ChronicallyIll

public static final java.lang.String ChronicallyIll
(F-0600C, SRT, "Chronically ill")

See Also:
Constant Field Values

Deceased

public static final java.lang.String Deceased
(F-04DA1, SRT, "Deceased")

See Also:
Constant Field Values

Disabled

public static final java.lang.String Disabled
(F-00100, SRT, "Disabled")

See Also:
Constant Field Values

InRemission

public static final java.lang.String InRemission
(F-029D4, SRT, "In remission")

See Also:
Constant Field Values

SeverelyDisabled

public static final java.lang.String SeverelyDisabled
(F-0351E, SRT, "Severely disabled")

See Also:
Constant Field Values

SeverelyIll

public static final java.lang.String SeverelyIll
(F-06001, SRT, "Severely ill")

See Also:
Constant Field Values

SymptomFree

public static final java.lang.String SymptomFree
(R-209F6, SRT, "Symptom free")

See Also:
Constant Field Values
Constructor Detail

HealthStatus

public HealthStatus()


Copyright © 2011 dcm4che. All Rights Reserved.