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