public enum NamingSystemIdentifierTypeEnum extends Enum<NamingSystemIdentifierTypeEnum>
| Enum Constant and Description |
|---|
OID
Display: OID
Code Value: oid An ISO object identifier; e.g. |
OTHER
Display: Other
Code Value: other Some other type of unique identifier; e.g. |
URI
Display: URI
Code Value: uri A uniform resource identifier (ideally a URL - uniform resource locator); e.g. |
UUID
Display: UUID
Code Value: uuid A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<NamingSystemIdentifierTypeEnum> |
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:
NamingSystemIdentifierType
|
| Modifier and Type | Method and Description |
|---|---|
static NamingSystemIdentifierTypeEnum |
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 NamingSystemIdentifierTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingSystemIdentifierTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingSystemIdentifierTypeEnum OID
public static final NamingSystemIdentifierTypeEnum UUID
public static final NamingSystemIdentifierTypeEnum URI
public static final NamingSystemIdentifierTypeEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<NamingSystemIdentifierTypeEnum> VALUESET_BINDER
public static NamingSystemIdentifierTypeEnum[] values()
for (NamingSystemIdentifierTypeEnum c : NamingSystemIdentifierTypeEnum.values()) System.out.println(c);
public static NamingSystemIdentifierTypeEnum 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 NamingSystemIdentifierTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.