public enum ChromosomeHuman extends Enum<ChromosomeHuman>
| Enum Constant and Description |
|---|
_1
chromosome 1.
|
_10
chromosome 10.
|
_11
chromosome 11.
|
_12
chromosome 12.
|
_13
chromosome 13.
|
_14
chromosome 14.
|
_15
chromosome 15.
|
_16
chromosome 16.
|
_17
chromosome 17.
|
_18
chromosome 18.
|
_19
chromosome 19.
|
_2
chromosome 2.
|
_20
chromosome 20.
|
_21
chromosome 21.
|
_22
chromosome 22.
|
_3
chromosome 3.
|
_4
chromosome 4.
|
_5
chromosome 5.
|
_6
chromosome 6.
|
_7
chromosome 7.
|
_8
chromosome 8.
|
_9
chromosome 9.
|
NULL
added to help the parsers
|
X
chromosome X.
|
Y
chromosome Y.
|
| Modifier and Type | Method and Description |
|---|---|
static ChromosomeHuman |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ChromosomeHuman |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChromosomeHuman[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChromosomeHuman _1
public static final ChromosomeHuman _2
public static final ChromosomeHuman _3
public static final ChromosomeHuman _4
public static final ChromosomeHuman _5
public static final ChromosomeHuman _6
public static final ChromosomeHuman _7
public static final ChromosomeHuman _8
public static final ChromosomeHuman _9
public static final ChromosomeHuman _10
public static final ChromosomeHuman _11
public static final ChromosomeHuman _12
public static final ChromosomeHuman _13
public static final ChromosomeHuman _14
public static final ChromosomeHuman _15
public static final ChromosomeHuman _16
public static final ChromosomeHuman _17
public static final ChromosomeHuman _18
public static final ChromosomeHuman _19
public static final ChromosomeHuman _20
public static final ChromosomeHuman _21
public static final ChromosomeHuman _22
public static final ChromosomeHuman X
public static final ChromosomeHuman Y
public static final ChromosomeHuman NULL
public static ChromosomeHuman[] values()
for (ChromosomeHuman c : ChromosomeHuman.values()) System.out.println(c);
public static ChromosomeHuman 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 ChromosomeHuman fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.