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