
Uses of Enum
org.hl7.fhir.r5.model.AuditEvent.AuditEventSeverity
Packages that use AuditEvent.AuditEventSeverity
-
Uses of AuditEvent.AuditEventSeverity in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AuditEvent.AuditEventSeverityModifier and TypeFieldDescriptionprotected Enumeration
<AuditEvent.AuditEventSeverity> AuditEvent.severity
Indicates and enables segmentation of various severity including debugging from critical.Methods in org.hl7.fhir.r5.model that return AuditEvent.AuditEventSeverityModifier and TypeMethodDescriptionAuditEvent.getSeverity()
Returns the enum constant of this type with the specified name.static AuditEvent.AuditEventSeverity[]
AuditEvent.AuditEventSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type AuditEvent.AuditEventSeverityModifier and TypeMethodDescriptionAuditEvent.AuditEventSeverityEnumFactory.fromType
(PrimitiveType<?> code) AuditEvent.getSeverityElement()
Methods in org.hl7.fhir.r5.model with parameters of type AuditEvent.AuditEventSeverityModifier and TypeMethodDescriptionAuditEvent.setSeverity
(AuditEvent.AuditEventSeverity value) AuditEvent.AuditEventSeverityEnumFactory.toCode
(AuditEvent.AuditEventSeverity code) AuditEvent.AuditEventSeverityEnumFactory.toSystem
(AuditEvent.AuditEventSeverity code) Method parameters in org.hl7.fhir.r5.model with type arguments of type AuditEvent.AuditEventSeverityModifier and TypeMethodDescriptionAuditEvent.setSeverityElement
(Enumeration<AuditEvent.AuditEventSeverity> value)