Elexis API documentation
Version 2.1.6 as of December 11 2011

ch.elexis.importers
Enum HL7.RESULTSTATUS

java.lang.Object
  extended by java.lang.Enum<HL7.RESULTSTATUS>
      extended by ch.elexis.importers.HL7.RESULTSTATUS
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HL7.RESULTSTATUS>
Enclosing class:
HL7

public static enum HL7.RESULTSTATUS
extends java.lang.Enum<HL7.RESULTSTATUS>


Enum Constant Summary
CORR
           
DEL
           
DETAIL
           
FINAL
           
NOTVERIFIED
           
PRELIMINARY
           
UNKNOWN
           
 
Method Summary
static HL7.RESULTSTATUS valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HL7.RESULTSTATUS[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CORR

public static final HL7.RESULTSTATUS CORR

DEL

public static final HL7.RESULTSTATUS DEL

FINAL

public static final HL7.RESULTSTATUS FINAL

DETAIL

public static final HL7.RESULTSTATUS DETAIL

PRELIMINARY

public static final HL7.RESULTSTATUS PRELIMINARY

NOTVERIFIED

public static final HL7.RESULTSTATUS NOTVERIFIED

UNKNOWN

public static final HL7.RESULTSTATUS UNKNOWN
Method Detail

values

public static HL7.RESULTSTATUS[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HL7.RESULTSTATUS c : HL7.RESULTSTATUS.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HL7.RESULTSTATUS valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis