public enum ConsentPerformer extends Enum<ConsentPerformer>
| Enum Constant and Description |
|---|
CONSENTER
An entity or an entity's delegatee who is the grantee in an agreement such as a consent for services, advanced directive, or a privacy consent directive in accordance with jurisdictional, organizational, or patient policy.
|
DELEGATEE
A party to whom some right or authority is granted by a delegator.
|
DELEGATOR
A party that grants all or some portion its right or authority to another party.
|
GRANTEE
An entity which accepts certain rights or authority from a grantor.
|
GRANTOR
An entity which agrees to confer certain rights or authority to a grantee.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ConsentPerformer |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConsentPerformer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentPerformer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentPerformer CONSENTER
public static final ConsentPerformer GRANTEE
public static final ConsentPerformer GRANTOR
public static final ConsentPerformer DELEGATEE
public static final ConsentPerformer DELEGATOR
public static final ConsentPerformer NULL
public static ConsentPerformer[] values()
for (ConsentPerformer c : ConsentPerformer.values()) System.out.println(c);
public static ConsentPerformer 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 ConsentPerformer 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.