public enum Icd10 extends Enum<Icd10>
| Enum Constant and Description |
|---|
_112233
DIAG-4
|
_123456
DIAG-1
|
_123457
DIAG-1a
|
_123987
DIAG-3
|
_321789
DIAG-6
|
_987654
DIAG-2
|
_997755
DIAG-5
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Icd10 |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Icd10 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icd10[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Icd10[] values()
for (Icd10 c : Icd10.values()) System.out.println(c);
public static Icd10 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 String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.