public static enum NamingSystem.NamingSystemIdentifierType extends Enum<NamingSystem.NamingSystemIdentifierType>
| Enum Constant and Description |
|---|
NULL
added to help the parsers with the generic types
|
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 NamingSystem.NamingSystemIdentifierType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static NamingSystem.NamingSystemIdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingSystem.NamingSystemIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingSystem.NamingSystemIdentifierType OID
public static final NamingSystem.NamingSystemIdentifierType UUID
public static final NamingSystem.NamingSystemIdentifierType URI
public static final NamingSystem.NamingSystemIdentifierType OTHER
public static final NamingSystem.NamingSystemIdentifierType NULL
public static NamingSystem.NamingSystemIdentifierType[] values()
for (NamingSystem.NamingSystemIdentifierType c : NamingSystem.NamingSystemIdentifierType.values()) System.out.println(c);
public static NamingSystem.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 NamingSystem.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.