public static enum Identifier.IdentifierUse extends Enum<Identifier.IdentifierUse>
| Enum Constant and Description |
|---|
NULL
added to help the parsers with the generic types
|
OFFICIAL
The identifier considered to be most trusted for the identification of this item.
|
OLD
The identifier id no longer considered valid, but may be relevant for search purposes.
|
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 Identifier.IdentifierUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Identifier.IdentifierUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Identifier.IdentifierUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Identifier.IdentifierUse USUAL
public static final Identifier.IdentifierUse OFFICIAL
public static final Identifier.IdentifierUse TEMP
public static final Identifier.IdentifierUse SECONDARY
public static final Identifier.IdentifierUse OLD
public static final Identifier.IdentifierUse NULL
public static Identifier.IdentifierUse[] values()
for (Identifier.IdentifierUse c : Identifier.IdentifierUse.values()) System.out.println(c);
public static Identifier.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 Identifier.IdentifierUse fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.