Uses of Class
com.ibm.fhir.model.type.code.AuditEventOutcome
-
Packages that use AuditEventOutcome Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AuditEventOutcome in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AuditEventOutcome Modifier and Type Method Description AuditEventOutcomeAuditEvent. getOutcome()Indicates whether the event succeeded or failed.Methods in com.ibm.fhir.model.resource with parameters of type AuditEventOutcome Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. outcome(AuditEventOutcome outcome)Indicates whether the event succeeded or failed. -
Uses of AuditEventOutcome in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AuditEventOutcome Modifier and Type Field Description static AuditEventOutcomeAuditEventOutcome. OUTCOME_0Successstatic AuditEventOutcomeAuditEventOutcome. OUTCOME_12Major failurestatic AuditEventOutcomeAuditEventOutcome. OUTCOME_4Minor failurestatic AuditEventOutcomeAuditEventOutcome. OUTCOME_8Serious failureMethods in com.ibm.fhir.model.type.code that return AuditEventOutcome Modifier and Type Method Description AuditEventOutcomeAuditEventOutcome.Builder. build()static AuditEventOutcomeAuditEventOutcome. of(AuditEventOutcome.ValueSet value)Factory method for creating AuditEventOutcome objects from a passed enum value.static AuditEventOutcomeAuditEventOutcome. of(String value)Factory method for creating AuditEventOutcome objects from a passed string value.
-