public enum EnumCM_ChestTypesOfQualityControlStandard extends java.lang.Enum<EnumCM_ChestTypesOfQualityControlStandard>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ChestTypesOfQualityControlStandard |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ChestTypesOfQualityControlStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ChestTypesOfQualityControlStandard PERFORMANCE_OF_PEDIATRIC_AND_ADULT_CHEST_RADIOGRAPHY_ACR
public static final EnumCM_ChestTypesOfQualityControlStandard ACR_POSITION_STATEMENT
public static final EnumCM_ChestTypesOfQualityControlStandard INSTITUTIONALLY_DEFINED_QUALITY_CONTROL_STANDARD
public static final EnumCM_ChestTypesOfQualityControlStandard PERFORMANCE_OF_PEDIATRIC_AND_ADULT_THORACIC_CT
public static final EnumCM_ChestTypesOfQualityControlStandard PERFORMANCE_OF_CT_FOR_DETECTION_OF_PULMONARY_EMBOLISM_IN_ADULTS
public static final EnumCM_ChestTypesOfQualityControlStandard PERFORMANCE_OF_HIGH_RESOLUTION_CT_OF_THE_LUNGS_IN_ADULTS
public static EnumCM_ChestTypesOfQualityControlStandard[] values()
for (EnumCM_ChestTypesOfQualityControlStandard c : EnumCM_ChestTypesOfQualityControlStandard.values()) System.out.println(c);
public static EnumCM_ChestTypesOfQualityControlStandard 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()