public static enum NCTISAnatomicalRegion.Region extends Enum<NCTISAnatomicalRegion.Region>
| Enum Constant and Description |
|---|
ABDOMEN |
BREAST |
CARDIAC |
CERVICAL_SPINE |
CHEST |
HEAD |
LOWER_LIMB |
LUMBAR_SPINE |
NECK |
PELVIS |
THORACIC_SPINE |
UPPER_LIMB |
WHOLE_BODY |
| Modifier and Type | Method and Description |
|---|---|
NCTISAnatomicalRegion.Region |
fromCode(String code) |
NCTISAnatomicalRegion |
getCode() |
static NCTISAnatomicalRegion.Region |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NCTISAnatomicalRegion.Region[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NCTISAnatomicalRegion.Region HEAD
public static final NCTISAnatomicalRegion.Region NECK
public static final NCTISAnatomicalRegion.Region CHEST
public static final NCTISAnatomicalRegion.Region CARDIAC
public static final NCTISAnatomicalRegion.Region BREAST
public static final NCTISAnatomicalRegion.Region ABDOMEN
public static final NCTISAnatomicalRegion.Region PELVIS
public static final NCTISAnatomicalRegion.Region UPPER_LIMB
public static final NCTISAnatomicalRegion.Region LOWER_LIMB
public static final NCTISAnatomicalRegion.Region CERVICAL_SPINE
public static final NCTISAnatomicalRegion.Region THORACIC_SPINE
public static final NCTISAnatomicalRegion.Region LUMBAR_SPINE
public static final NCTISAnatomicalRegion.Region WHOLE_BODY
public static NCTISAnatomicalRegion.Region[] values()
for (NCTISAnatomicalRegion.Region c : NCTISAnatomicalRegion.Region.values()) System.out.println(c);
public static NCTISAnatomicalRegion.Region 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 NCTISAnatomicalRegion getCode()
public NCTISAnatomicalRegion.Region fromCode(String code)
Copyright © 2021. All rights reserved.