public enum IdentifierUse extends Enum<IdentifierUse>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
OFFICIAL
The identifier considered to be most trusted for the identification of this item.
|
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
A temporary identifier.
|
USUAL
The identifier recommended for display and use in real-world interactions.
|
| Modifier and Type | Method and Description |
|---|---|
static IdentifierUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static IdentifierUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierUse USUAL
public static final IdentifierUse OFFICIAL
public static final IdentifierUse TEMP
public static final IdentifierUse SECONDARY
public static final IdentifierUse NULL
public static IdentifierUse[] values()
for (IdentifierUse c : IdentifierUse.values()) System.out.println(c);
public static IdentifierUse 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 IdentifierUse fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.