public enum ConsentScope extends Enum<ConsentScope>
| Enum Constant and Description |
|---|
ADR
Actions to be taken if they are no longer able to make decisions for themselves
|
NULL
added to help the parsers
|
PATIENTPRIVACY
Agreement to collect, access, use or disclose (share) information
|
RESEARCH
Consent to participate in research protocol and information sharing required
|
TREATMENT
Consent to undergo a specific treatment
|
| Modifier and Type | Method and Description |
|---|---|
static ConsentScope |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConsentScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentScope ADR
public static final ConsentScope RESEARCH
public static final ConsentScope PATIENTPRIVACY
public static final ConsentScope TREATMENT
public static final ConsentScope NULL
public static ConsentScope[] values()
for (ConsentScope c : ConsentScope.values()) System.out.println(c);
public static ConsentScope 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 ConsentScope 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.