public static enum SearchByAttributeValue.Type extends Enum<SearchByAttributeValue.Type>
SearchByAttributeValue.type()| Enum Constant and Description |
|---|
CREATED_AT |
DICOM_ACCESSION_NUMBER |
DICOM_PATIENT_ID |
DICOM_STUDY_DATE_AND_TIME |
DICOM_STUDY_ID |
DICOM_STUDY_INSTANCE_UID |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static SearchByAttributeValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchByAttributeValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchByAttributeValue.Type DICOM_PATIENT_ID
public static final SearchByAttributeValue.Type DICOM_ACCESSION_NUMBER
public static final SearchByAttributeValue.Type DICOM_STUDY_ID
public static final SearchByAttributeValue.Type DICOM_STUDY_INSTANCE_UID
public static final SearchByAttributeValue.Type CREATED_AT
public static final SearchByAttributeValue.Type DICOM_STUDY_DATE_AND_TIME
public static final SearchByAttributeValue.Type UNKNOWN_TO_SDK_VERSION
public static SearchByAttributeValue.Type[] values()
for (SearchByAttributeValue.Type c : SearchByAttributeValue.Type.values()) System.out.println(c);
public static SearchByAttributeValue.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.