public enum ReferenceHandlingPolicy extends Enum<ReferenceHandlingPolicy>
| Enum Constant and Description |
|---|
ENFORCED
The server enforces that references have integrity - e.g.
|
LITERAL
The server supports and populates Literal references (i.e.
|
LOCAL
The server does not support references that point to other servers.
|
LOGICAL
The server allows logical references (i.e.
|
NULL
added to help the parsers
|
RESOLVES
The server will attempt to resolve logical references to literal references - i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferenceHandlingPolicy |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReferenceHandlingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceHandlingPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceHandlingPolicy LITERAL
public static final ReferenceHandlingPolicy LOGICAL
public static final ReferenceHandlingPolicy RESOLVES
public static final ReferenceHandlingPolicy ENFORCED
public static final ReferenceHandlingPolicy LOCAL
public static final ReferenceHandlingPolicy NULL
public static ReferenceHandlingPolicy[] values()
for (ReferenceHandlingPolicy c : ReferenceHandlingPolicy.values()) System.out.println(c);
public static ReferenceHandlingPolicy 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 ReferenceHandlingPolicy 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.