public enum EnumCV_SummaryRadiationExposureQuantities extends java.lang.Enum<EnumCV_SummaryRadiationExposureQuantities>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_SummaryRadiationExposureQuantities |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_SummaryRadiationExposureQuantities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_SummaryRadiationExposureQuantities ENTRANCE_EXPOSURE_AT_RP_111636
public static final EnumCV_SummaryRadiationExposureQuantities ACCUMULATED_AVERAGE_GLANDULAR_DOSE_MAMMO_111637
public static final EnumCV_SummaryRadiationExposureQuantities DOSE_AREA_PRODUCT_TOTAL_113722
public static final EnumCV_SummaryRadiationExposureQuantities FLUORO_DOSE_AREA_PRODUCT_TOTAL_113726
public static final EnumCV_SummaryRadiationExposureQuantities ACQUISITION_DOSE_AREA_PRODUCT_TOTAL_113727
public static final EnumCV_SummaryRadiationExposureQuantities TOTAL_FLUORO_TIME_113730
public static final EnumCV_SummaryRadiationExposureQuantities TOTAL_NUMBER_OF_RADIOGRAPHIC_FRAMES_113731
public static final EnumCV_SummaryRadiationExposureQuantities ADMINISTERED_ACTIVITY_113507
public static final EnumCV_SummaryRadiationExposureQuantities CT_DOSE_LENGTH_PRODUCT_TOTAL_113813
public static final EnumCV_SummaryRadiationExposureQuantities MEAN_CTDIVOL_113830
public static final EnumCV_SummaryRadiationExposureQuantities EFFECTIVE_DOSE_113839
public static EnumCV_SummaryRadiationExposureQuantities[] values()
for (EnumCV_SummaryRadiationExposureQuantities c : EnumCV_SummaryRadiationExposureQuantities.values()) System.out.println(c);
public static EnumCV_SummaryRadiationExposureQuantities 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()