
Uses of Enum Class
org.hl7.fhir.r4.model.AuditEvent.AuditEventOutcome
Packages that use AuditEvent.AuditEventOutcome
-
Uses of AuditEvent.AuditEventOutcome in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AuditEvent.AuditEventOutcomeModifier and TypeFieldDescriptionprotected Enumeration<AuditEvent.AuditEventOutcome> AuditEvent.outcomeIndicates whether the event succeeded or failed.Methods in org.hl7.fhir.r4.model that return AuditEvent.AuditEventOutcomeModifier and TypeMethodDescriptionstatic AuditEvent.AuditEventOutcomeAuditEvent.getOutcome()static AuditEvent.AuditEventOutcomeReturns the enum constant of this class with the specified name.static AuditEvent.AuditEventOutcome[]AuditEvent.AuditEventOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type AuditEvent.AuditEventOutcomeModifier and TypeMethodDescriptionAuditEvent.AuditEventOutcomeEnumFactory.fromType(PrimitiveType<?> code) AuditEvent.getOutcomeElement()Methods in org.hl7.fhir.r4.model with parameters of type AuditEvent.AuditEventOutcomeModifier and TypeMethodDescriptionAuditEvent.setOutcome(AuditEvent.AuditEventOutcome value) AuditEvent.AuditEventOutcomeEnumFactory.toCode(AuditEvent.AuditEventOutcome code) AuditEvent.AuditEventOutcomeEnumFactory.toSystem(AuditEvent.AuditEventOutcome code) Method parameters in org.hl7.fhir.r4.model with type arguments of type AuditEvent.AuditEventOutcomeModifier and TypeMethodDescriptionAuditEvent.setOutcomeElement(Enumeration<AuditEvent.AuditEventOutcome> value)