toggle menu
Android FHIR Workflow Library
0.1.0-beta01
androidJvm
switch theme
search in API
Android FHIR Workflow Library
/
com.google.android.fhir.workflow.activity.phase
/
Phase
/
EventPhase
Event
Phase
interface
EventPhase
<
E
:
CPGEventResource
<
*
>
>
:
Phase
Activity phases for a CPG Event.
Inheritors
PerformPhase
Members
Functions
complete
Link copied to clipboard
@
WorkerThread
abstract
fun
complete
(
)
:
Result
<
Unit
>
entered
In
Error
Link copied to clipboard
@
WorkerThread
abstract
fun
enteredInError
(
reason
:
String
?
)
:
Result
<
Unit
>
get
Event
Resource
Link copied to clipboard
abstract
fun
getEventResource
(
)
:
E
not
Done
Link copied to clipboard
@
WorkerThread
abstract
fun
notDone
(
reason
:
String
?
)
:
Result
<
Unit
>
resume
Link copied to clipboard
@
WorkerThread
abstract
fun
resume
(
)
:
Result
<
Unit
>
start
Link copied to clipboard
@
WorkerThread
abstract
fun
start
(
)
:
Result
<
Unit
>
stop
Link copied to clipboard
@
WorkerThread
abstract
fun
stop
(
reason
:
String
?
)
:
Result
<
Unit
>
suspend
Link copied to clipboard
@
WorkerThread
abstract
fun
suspend
(
reason
:
String
?
)
:
Result
<
Unit
>
update
Link copied to clipboard
@
WorkerThread
abstract
fun
update
(
e
:
E
)
:
Result
<
Unit
>