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