public enum SpecimenStatusEnum extends Enum<SpecimenStatusEnum>
| Enum Constant and Description |
|---|
AVAILABLE
Display: Available
Code Value: available The physical specimen is present and in good condition. |
ENTERED_IN_ERROR
Display: Entered-in-error
Code Value: entered-in-error The specimen was entered in error and therefore nullified. |
UNAVAILABLE
Display: Unavailable
Code Value: unavailable There is no physical specimen because it is either lost, destroyed or consumed. |
UNSATISFACTORY
Display: Unsatisfactory
Code Value: unsatisfactory The specimen cannot be used because of a quality issue such as a broken container, contamination, or too old. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SpecimenStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
SpecimenStatus
|
| Modifier and Type | Method and Description |
|---|---|
static SpecimenStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static SpecimenStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecimenStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecimenStatusEnum AVAILABLE
public static final SpecimenStatusEnum UNAVAILABLE
public static final SpecimenStatusEnum UNSATISFACTORY
public static final SpecimenStatusEnum ENTERED_IN_ERROR
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SpecimenStatusEnum> VALUESET_BINDER
public static SpecimenStatusEnum[] values()
for (SpecimenStatusEnum c : SpecimenStatusEnum.values()) System.out.println(c);
public static SpecimenStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SpecimenStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.