public enum FluidConsistencyTypeCodesEnum extends Enum<FluidConsistencyTypeCodesEnum>
| Enum Constant and Description |
|---|
_439021000124105
Code Value: 439021000124105
|
_439031000124108
Code Value: 439031000124108
|
_439041000124103
Code Value: 439041000124103
|
_439081000124109
Code Value: 439081000124109
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<FluidConsistencyTypeCodesEnum> |
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:
Fluid Consistency Type Codes
|
| Modifier and Type | Method and Description |
|---|---|
static FluidConsistencyTypeCodesEnum |
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 FluidConsistencyTypeCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FluidConsistencyTypeCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FluidConsistencyTypeCodesEnum _439031000124108
public static final FluidConsistencyTypeCodesEnum _439021000124105
public static final FluidConsistencyTypeCodesEnum _439041000124103
public static final FluidConsistencyTypeCodesEnum _439081000124109
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<FluidConsistencyTypeCodesEnum> VALUESET_BINDER
public static FluidConsistencyTypeCodesEnum[] values()
for (FluidConsistencyTypeCodesEnum c : FluidConsistencyTypeCodesEnum.values()) System.out.println(c);
public static FluidConsistencyTypeCodesEnum 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 FluidConsistencyTypeCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.