Uses of Class
org.hl7.fhir.r4.model.AuditEvent.AuditEventOutcome
-
Packages that use AuditEvent.AuditEventOutcome Package Description org.hl7.fhir.r4.model -
-
Uses of AuditEvent.AuditEventOutcome in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AuditEvent.AuditEventOutcome Modifier and Type Field Description protected Enumeration<AuditEvent.AuditEventOutcome>AuditEvent. outcomeIndicates whether the event succeeded or failed.Methods in org.hl7.fhir.r4.model that return AuditEvent.AuditEventOutcome Modifier and Type Method Description static AuditEvent.AuditEventOutcomeAuditEvent.AuditEventOutcome. fromCode(String codeString)AuditEvent.AuditEventOutcomeAuditEvent.AuditEventOutcomeEnumFactory. fromCode(String codeString)AuditEvent.AuditEventOutcomeAuditEvent. getOutcome()static AuditEvent.AuditEventOutcomeAuditEvent.AuditEventOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEvent.AuditEventOutcome[]AuditEvent.AuditEventOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type AuditEvent.AuditEventOutcome Modifier and Type Method Description Enumeration<AuditEvent.AuditEventOutcome>AuditEvent.AuditEventOutcomeEnumFactory. fromType(Base code)Enumeration<AuditEvent.AuditEventOutcome>AuditEvent. getOutcomeElement()Methods in org.hl7.fhir.r4.model with parameters of type AuditEvent.AuditEventOutcome Modifier and Type Method Description AuditEventAuditEvent. setOutcome(AuditEvent.AuditEventOutcome value)StringAuditEvent.AuditEventOutcomeEnumFactory. toCode(AuditEvent.AuditEventOutcome code)StringAuditEvent.AuditEventOutcomeEnumFactory. toSystem(AuditEvent.AuditEventOutcome code)Method parameters in org.hl7.fhir.r4.model with type arguments of type AuditEvent.AuditEventOutcome Modifier and Type Method Description AuditEventAuditEvent. setOutcomeElement(Enumeration<AuditEvent.AuditEventOutcome> value)
-