public enum ExtraSecurityRoleType extends Enum<ExtraSecurityRoleType>
| Enum Constant and Description |
|---|
AUTHSERVER
An entity providing authorization services to enable the electronic sharing of health-related information based on resource owner's preapproved permissions.
|
DATACOLLECTOR
An entity that collects information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data collectors, including the right to access, retrieve, distribute, or delete that information.
|
DATAPROCESSOR
An entity that processes collected information over which the data subject may have certain rights under policy or law to control that information's management and distribution by data processors, including the right to access, retrieve, distribute, or delete that information.
|
DATASUBJECT
A person whose personal information is collected or processed, and who may have certain rights under policy or law to control that information's management and distribution by data collectors or processors, including the right to access, retrieve, distribute, or delete that information.
|
HUMANUSER
The human user that has participated.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ExtraSecurityRoleType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExtraSecurityRoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtraSecurityRoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtraSecurityRoleType AUTHSERVER
public static final ExtraSecurityRoleType DATACOLLECTOR
public static final ExtraSecurityRoleType DATAPROCESSOR
public static final ExtraSecurityRoleType DATASUBJECT
public static final ExtraSecurityRoleType HUMANUSER
public static final ExtraSecurityRoleType NULL
public static ExtraSecurityRoleType[] values()
for (ExtraSecurityRoleType c : ExtraSecurityRoleType.values()) System.out.println(c);
public static ExtraSecurityRoleType 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 ExtraSecurityRoleType 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.