public enum EnumCM_IntravenousExtravasationSymptoms extends java.lang.Enum<EnumCM_IntravenousExtravasationSymptoms>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IntravenousExtravasationSymptoms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IntravenousExtravasationSymptoms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_ABSCESS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_ANESTHESIA
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_ATROPHY
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_BRUISING
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_BURNING
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_CYST
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_DERMATITIS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_DISORDER
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_EDEMA
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_FIBROSIS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_GRANULOMA
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_HEMORRHAGE
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_HYPERSENSITIVITY
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_INDURATION
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_INFECTION
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_INFLAMMATION
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_IRRITATION
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_MALABSORPTION
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_MASS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_NECROSIS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_NERVE_DAMAGE
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_PAIN
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_PARESTHESIA
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_PIGMENTATION_CHANGE
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_REACTION
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_SCAR
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_STERILE_ABSCESS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_THROMBOSIS
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_ULCER
public static final EnumCM_IntravenousExtravasationSymptoms INJECTION_SITE_URTICARIA
public static final EnumCM_IntravenousExtravasationSymptoms EXTRAVASATION_VISIBLE_IN_IMAGE
public static EnumCM_IntravenousExtravasationSymptoms[] values()
for (EnumCM_IntravenousExtravasationSymptoms c : EnumCM_IntravenousExtravasationSymptoms.values()) System.out.println(c);
public static EnumCM_IntravenousExtravasationSymptoms valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()