Interaction enum

This includes the older format as well as the newer, more granular delineation http://www.hl7.org/fhir/smart-app-launch/scopes-and-launch-context.html#scopes-for-requesting-clinical-data There is a good chance this will change in the future based on changes to SMART on FHIR which may include breaking changes

Inheritance

Constructors

Interaction()
const

Values

read → const Interaction
write → const Interaction
any → const Interaction
cruds → const Interaction

5

ruds → const Interaction

4

cuds → const Interaction
crds → const Interaction
crus → const Interaction
crud → const Interaction
uds → const Interaction

3

rds → const Interaction
rud → const Interaction
cds → const Interaction
cud → const Interaction
rus → const Interaction
cus → const Interaction
cru → const Interaction
cr → const Interaction

2

cu → const Interaction
cd → const Interaction
cs → const Interaction
ru → const Interaction
rd → const Interaction
rs → const Interaction
ud → const Interaction
us → const Interaction
ds → const Interaction
c → const Interaction

1

r → const Interaction
u → const Interaction
d → const Interaction
s → const Interaction

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Interaction>
A constant List of the values in this enum, in order of their declaration.