Uses of Class
org.linuxforhealth.fhir.audit.cadf.enums.Outcome
-
Packages that use Outcome Package Description org.linuxforhealth.fhir.audit.cadf org.linuxforhealth.fhir.audit.cadf.enums -
-
Uses of Outcome in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return Outcome Modifier and Type Method Description Outcome
CadfEvent. getOutcome()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type Outcome Modifier and Type Method Description CadfEvent.Builder
CadfEvent.Builder. outcome(Outcome outcome)
void
CadfEvent. setOutcome(Outcome outcome)
Constructors in org.linuxforhealth.fhir.audit.cadf with parameters of type Outcome Constructor Description Builder(java.lang.String id, EventType eventType, java.lang.String eventTime, Action action, Outcome outcome)
CadfEvent builder constructor. -
Uses of Outcome in org.linuxforhealth.fhir.audit.cadf.enums
Methods in org.linuxforhealth.fhir.audit.cadf.enums that return Outcome Modifier and Type Method Description static Outcome
Outcome. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Outcome[]
Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-