public enum ConsentDataMeaning extends Enum<ConsentDataMeaning>
| Enum Constant and Description |
|---|
AUTHOREDBY
The consent applies to instances of resources that are authored by.
|
DEPENDENTS
The consent applies directly to the instance of the resource and instances that refer to it.
|
INSTANCE
The consent applies directly to the instance of the resource.
|
NULL
added to help the parsers
|
RELATED
The consent applies directly to the instance of the resource and instances it refers to.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsentDataMeaning |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConsentDataMeaning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentDataMeaning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentDataMeaning INSTANCE
public static final ConsentDataMeaning RELATED
public static final ConsentDataMeaning DEPENDENTS
public static final ConsentDataMeaning AUTHOREDBY
public static final ConsentDataMeaning NULL
public static ConsentDataMeaning[] values()
for (ConsentDataMeaning c : ConsentDataMeaning.values()) System.out.println(c);
public static ConsentDataMeaning 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 ConsentDataMeaning 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.