public enum EnumCV_ProcedureIntent extends java.lang.Enum<EnumCV_ProcedureIntent>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ProcedureIntent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ProcedureIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ProcedureIntent DIAGNOSTIC_INTENT_R_408C3
public static final EnumCV_ProcedureIntent THERAPEUTIC_INTENT_R_41531
public static final EnumCV_ProcedureIntent COMBINED_DIAGNOSTIC_AND_THERAPEUTIC_PROCEDURE_R_002E9
public static final EnumCV_ProcedureIntent QUALITY_CONTROL_INTENT_113680
public static final EnumCV_ProcedureIntent STAGING_INTENT_R_408F2
public static final EnumCV_ProcedureIntent GUIDANCE_INTENT_R_40641
public static final EnumCV_ProcedureIntent FORENSIC_INTENT_R_40644
public static final EnumCV_ProcedureIntent SCREENING_INTENT_R_42453
public static final EnumCV_ProcedureIntent PALLIATIVE_INTENT_R_40644
public static final EnumCV_ProcedureIntent ADJUNCT_INTENT_R_41564
public static final EnumCV_ProcedureIntent ADJUVANT_INTENT_R_41561
public static final EnumCV_ProcedureIntent CURATIVE_INTENT_R_41560
public static final EnumCV_ProcedureIntent NEO_ADJUVANT_INTENT_R_41562
public static final EnumCV_ProcedureIntent SUPPORTIVE_INTENT_R_41563
public static final EnumCV_ProcedureIntent PREVENTIVE_INTENT_P0_02179
public static final EnumCV_ProcedureIntent PROPHYLACTIC_INTENT_P0_02180
public static EnumCV_ProcedureIntent[] values()
for (EnumCV_ProcedureIntent c : EnumCV_ProcedureIntent.values()) System.out.println(c);
public static EnumCV_ProcedureIntent 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()