public enum IdentifierUseEnum extends Enum<IdentifierUseEnum>
| Enum Constant and Description |
|---|
OFFICIAL
Display: Official
Code Value: official The identifier considered to be most trusted for the identification of this item. |
SECONDARY
Display: Secondary
Code Value: secondary An identifier that was assigned in secondary use - it serves to identify the object in a relative context, but cannot be consistently assigned to the same object again in a different context. |
TEMP
Display: Temp
Code Value: temp A temporary identifier. |
USUAL
Display: Usual
Code Value: usual The identifier recommended for display and use in real-world interactions. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<IdentifierUseEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
IdentifierUse
|
| Modifier and Type | Method and Description |
|---|---|
static IdentifierUseEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static IdentifierUseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierUseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierUseEnum USUAL
public static final IdentifierUseEnum OFFICIAL
public static final IdentifierUseEnum TEMP
public static final IdentifierUseEnum SECONDARY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<IdentifierUseEnum> VALUESET_BINDER
public static IdentifierUseEnum[] values()
for (IdentifierUseEnum c : IdentifierUseEnum.values()) System.out.println(c);
public static IdentifierUseEnum 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 nullpublic static IdentifierUseEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.