public enum LinkType extends Enum<LinkType>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
REFER
The patient resource containing this link is in use and valid but not considered the main source of information about a patient.
|
REPLACEDBY
The patient resource containing this link must no longer be used.
|
REPLACES
The patient resource containing this link is the current active patient record.
|
SEEALSO
The patient resource containing this link is in use and valid, but points to another patient resource that is known to contain data about the same person.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static LinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkType REPLACEDBY
public static final LinkType REPLACES
public static final LinkType REFER
public static final LinkType SEEALSO
public static LinkType[] values()
for (LinkType c : LinkType.values()) System.out.println(c);
public static LinkType 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 LinkType 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.