public enum EnumStudyComponentStatusID extends java.lang.Enum<EnumStudyComponentStatusID>
| Enum Constant and Description |
|---|
ACQUISITION_COMPLETED
The acquisition_ completed.
|
ACQUISITION_COMPLETED_AND_QUALITY_CONTROL_REVIEW_COMPLETED
The acquisition_ completed_ and_ quality_ control_ review_ completed.
|
ACQUISITION_NOT_COMPLETED
The acquisition_ not_ completed.
|
INSTANCE_CREATED__AFTER_REFERENCED_STUDY_INSTANCE_STATUS_COMPLETED
The instance _ created__ after_ referenced_ study_ instance_ status_ completed.
|
INSTANCE_CREATED_BUT_NOT_COMPLETED
The instance_ created_ but_ not_ completed.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumStudyComponentStatusID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumStudyComponentStatusID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumStudyComponentStatusID INSTANCE_CREATED_BUT_NOT_COMPLETED
public static final EnumStudyComponentStatusID ACQUISITION_NOT_COMPLETED
public static final EnumStudyComponentStatusID ACQUISITION_COMPLETED
public static final EnumStudyComponentStatusID ACQUISITION_COMPLETED_AND_QUALITY_CONTROL_REVIEW_COMPLETED
public static final EnumStudyComponentStatusID INSTANCE_CREATED__AFTER_REFERENCED_STUDY_INSTANCE_STATUS_COMPLETED
public static EnumStudyComponentStatusID[] values()
for (EnumStudyComponentStatusID c : EnumStudyComponentStatusID.values()) System.out.println(c);
public static EnumStudyComponentStatusID 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()