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