public enum EnumCM_DeIdentificationMethod extends java.lang.Enum<EnumCM_DeIdentificationMethod>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_DeIdentificationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_DeIdentificationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_DeIdentificationMethod BASIC_APPLICATION_CONFIDENTIALITY_PROFILE
public static final EnumCM_DeIdentificationMethod CLEAN_PIXEL_DATA_OPTION
public static final EnumCM_DeIdentificationMethod CLEAN_RECOGNIZABLE_VISUAL_FEATURES_OPTION
public static final EnumCM_DeIdentificationMethod CLEAN_GRAPHICS_OPTION
public static final EnumCM_DeIdentificationMethod CLEAN_STRUCTURED_CONTENT_OPTION
public static final EnumCM_DeIdentificationMethod CLEAN_DESCRIPTORS_OPTION
public static final EnumCM_DeIdentificationMethod RETAIN_LONGITUDINAL_TEMPORAL_INFORMATION_FULL_DATES_OPTION
public static final EnumCM_DeIdentificationMethod RETAIN_LONGITUDINAL_TEMPORAL_INFORMATION_MODIFIED_DATES_OPTION
public static final EnumCM_DeIdentificationMethod RETAIN_PATIENT_CHARACTERISTICS_OPTION
public static final EnumCM_DeIdentificationMethod RETAIN_DEVICE_IDENTITY_OPTION
public static final EnumCM_DeIdentificationMethod RETAIN_UIDS_OPTION
public static final EnumCM_DeIdentificationMethod RETAIN_SAFE_PRIVATE_OPTION
public static EnumCM_DeIdentificationMethod[] values()
for (EnumCM_DeIdentificationMethod c : EnumCM_DeIdentificationMethod.values()) System.out.println(c);
public static EnumCM_DeIdentificationMethod 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()