public enum EnumCM_CathProcedure extends java.lang.Enum<EnumCM_CathProcedure>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CathProcedure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CathProcedure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CathProcedure CURRENT_PROCEDURE_DESCRIPTIONS
public static final EnumCM_CathProcedure PROCEDURE_DATETIME
public static final EnumCM_CathProcedure PROCEDURE_NUMBER_IN_THIS_ADMISSION
public static final EnumCM_CathProcedure PROCEDURE_DESCRIPTION
public static final EnumCM_CathProcedure CATH_LAB_PROCEDURE_LOG
public static final EnumCM_CathProcedure FLUOROSCOPY_TIME
public static final EnumCM_CathProcedure DOSE_AREA_PRODUCT
public static final EnumCM_CathProcedure CATHETERIZATION_OPERATOR
public static final EnumCM_CathProcedure FELLOW
public static final EnumCM_CathProcedure PCI_DURING_THIS_PROCEDURE
public static final EnumCM_CathProcedure MEDICATION_GIVEN
public static final EnumCM_CathProcedure THROMBOLYTICS
public static final EnumCM_CathProcedure IIB_IIIA_BLOCKADE
public static final EnumCM_CathProcedure HEPARIN
public static final EnumCM_CathProcedure ASPIRIN
public static final EnumCM_CathProcedure CLOPIDOGREL_TICLOPIDINE
public static final EnumCM_CathProcedure DRUG_ADMINISTERED
public static final EnumCM_CathProcedure CIRCULATORY_SUPPORT
public static final EnumCM_CathProcedure PERCUTANEOUS_ENTRY_SITE
public static final EnumCM_CathProcedure CLOSURE_DEVICE
public static EnumCM_CathProcedure[] values()
for (EnumCM_CathProcedure c : EnumCM_CathProcedure.values()) System.out.println(c);
public static EnumCM_CathProcedure 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()