public enum EnumCV_SpecimenCollectionProcedure extends java.lang.Enum<EnumCV_SpecimenCollectionProcedure>
| Enum Constant and Description |
|---|
ASPIRATION_P1_03130 |
BIOPSY_P1_03100 |
EXCISION_P1_03000 |
HARVESTING_OF_TISSUE_P1_0D300 |
REMOVAL_OF_DEVICE_P1_03021 |
RESECTION_P1_03000 |
SCRAPING_P1_03154 |
SPECIMEN_COLLECTION_P3_02000 |
TAKING_OF_SWAB_P0_00593 |
VENIPUNCTURE_P1_38200 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_SpecimenCollectionProcedure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_SpecimenCollectionProcedure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_SpecimenCollectionProcedure ASPIRATION_P1_03130
public static final EnumCV_SpecimenCollectionProcedure BIOPSY_P1_03100
public static final EnumCV_SpecimenCollectionProcedure EXCISION_P1_03000
public static final EnumCV_SpecimenCollectionProcedure RESECTION_P1_03000
public static final EnumCV_SpecimenCollectionProcedure HARVESTING_OF_TISSUE_P1_0D300
public static final EnumCV_SpecimenCollectionProcedure REMOVAL_OF_DEVICE_P1_03021
public static final EnumCV_SpecimenCollectionProcedure VENIPUNCTURE_P1_38200
public static final EnumCV_SpecimenCollectionProcedure TAKING_OF_SWAB_P0_00593
public static final EnumCV_SpecimenCollectionProcedure SPECIMEN_COLLECTION_P3_02000
public static final EnumCV_SpecimenCollectionProcedure SCRAPING_P1_03154
public static EnumCV_SpecimenCollectionProcedure[] values()
for (EnumCV_SpecimenCollectionProcedure c : EnumCV_SpecimenCollectionProcedure.values()) System.out.println(c);
public static EnumCV_SpecimenCollectionProcedure 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()