public enum EnumCM_ProcedureIntent extends java.lang.Enum<EnumCM_ProcedureIntent>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ProcedureIntent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ProcedureIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ProcedureIntent DIAGNOSTIC_INTENT
public static final EnumCM_ProcedureIntent THERAPEUTIC_INTENT
public static final EnumCM_ProcedureIntent COMBINED_DIAGNOSTIC_AND_THERAPEUTIC_PROCEDURE
public static final EnumCM_ProcedureIntent QUALITY_CONTROL_INTENT
public static final EnumCM_ProcedureIntent STAGING_INTENT
public static final EnumCM_ProcedureIntent GUIDANCE_INTENT
public static final EnumCM_ProcedureIntent FORENSIC_INTENT
public static final EnumCM_ProcedureIntent SCREENING_INTENT
public static final EnumCM_ProcedureIntent PALLIATIVE_INTENT
public static final EnumCM_ProcedureIntent ADJUNCT_INTENT
public static final EnumCM_ProcedureIntent ADJUVANT_INTENT
public static final EnumCM_ProcedureIntent CURATIVE_INTENT
public static final EnumCM_ProcedureIntent NEO_ADJUVANT_INTENT
public static final EnumCM_ProcedureIntent SUPPORTIVE_INTENT
public static final EnumCM_ProcedureIntent PREVENTIVE_INTENT
public static final EnumCM_ProcedureIntent PROPHYLACTIC_INTENT
public static EnumCM_ProcedureIntent[] values()
for (EnumCM_ProcedureIntent c : EnumCM_ProcedureIntent.values()) System.out.println(c);
public static EnumCM_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()