public enum NamingsystemIdentifierType extends Enum<NamingsystemIdentifierType>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
OID
An ISO object identifier; e.g.
|
OTHER
Some other type of unique identifier; e.g.
|
URI
A uniform resource identifier (ideally a URL - uniform resource locator); e.g.
|
UUID
A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.
|
| Modifier and Type | Method and Description |
|---|---|
static NamingsystemIdentifierType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static NamingsystemIdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingsystemIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingsystemIdentifierType OID
public static final NamingsystemIdentifierType UUID
public static final NamingsystemIdentifierType URI
public static final NamingsystemIdentifierType OTHER
public static final NamingsystemIdentifierType NULL
public static NamingsystemIdentifierType[] values()
for (NamingsystemIdentifierType c : NamingsystemIdentifierType.values()) System.out.println(c);
public static NamingsystemIdentifierType 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 NamingsystemIdentifierType 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.