public enum EnumCV_DeIdentificationMethod extends java.lang.Enum<EnumCV_DeIdentificationMethod>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_DeIdentificationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_DeIdentificationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_DeIdentificationMethod BASIC_APPLICATION_CONFIDENTIALITY_PROFILE_113100
public static final EnumCV_DeIdentificationMethod CLEAN_PIXEL_DATA_OPTION_113101
public static final EnumCV_DeIdentificationMethod CLEAN_RECOGNIZABLE_VISUAL_FEATURES_OPTION_113102
public static final EnumCV_DeIdentificationMethod CLEAN_GRAPHICS_OPTION_113103
public static final EnumCV_DeIdentificationMethod CLEAN_STRUCTURED_CONTENT_OPTION_113104
public static final EnumCV_DeIdentificationMethod CLEAN_DESCRIPTORS_OPTION_113105
public static final EnumCV_DeIdentificationMethod RETAIN_LONGITUDINAL_TEMPORAL_INFORMATION_FULL_DATES_OPTION_113106
public static final EnumCV_DeIdentificationMethod RETAIN_LONGITUDINAL_TEMPORAL_INFORMATION_MODIFIED_DATES_OPTION_113107
public static final EnumCV_DeIdentificationMethod RETAIN_PATIENT_CHARACTERISTICS_OPTION_113108
public static final EnumCV_DeIdentificationMethod RETAIN_DEVICE_IDENTITY_OPTION_113109
public static final EnumCV_DeIdentificationMethod RETAIN_UIDS_OPTION_113110
public static final EnumCV_DeIdentificationMethod RETAIN_SAFE_PRIVATE_OPTION_113111
public static EnumCV_DeIdentificationMethod[] values()
for (EnumCV_DeIdentificationMethod c : EnumCV_DeIdentificationMethod.values()) System.out.println(c);
public static EnumCV_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()