public static enum Consent.ConsentDataMeaning extends Enum<Consent.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 with the generic types
|
RELATED
The consent applies directly to the instance of the resource and instances it refers to.
|
Modifier and Type | Method and Description |
---|---|
static Consent.ConsentDataMeaning |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Consent.ConsentDataMeaning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consent.ConsentDataMeaning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Consent.ConsentDataMeaning INSTANCE
public static final Consent.ConsentDataMeaning RELATED
public static final Consent.ConsentDataMeaning DEPENDENTS
public static final Consent.ConsentDataMeaning AUTHOREDBY
public static final Consent.ConsentDataMeaning NULL
public static Consent.ConsentDataMeaning[] values()
for (Consent.ConsentDataMeaning c : Consent.ConsentDataMeaning.values()) System.out.println(c);
public static Consent.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 Consent.ConsentDataMeaning fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.