Uses of Class
org.hl7.fhir.r5.model.AuditEvent.AuditEventSeverity
-
Packages that use AuditEvent.AuditEventSeverity Package Description org.hl7.fhir.r5.model -
-
Uses of AuditEvent.AuditEventSeverity in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AuditEvent.AuditEventSeverity Modifier and Type Field Description protected Enumeration<AuditEvent.AuditEventSeverity>AuditEvent. severityIndicates and enables segmentation of various severity including debugging from critical.Methods in org.hl7.fhir.r5.model that return AuditEvent.AuditEventSeverity Modifier and Type Method Description static AuditEvent.AuditEventSeverityAuditEvent.AuditEventSeverity. fromCode(String codeString)AuditEvent.AuditEventSeverityAuditEvent.AuditEventSeverityEnumFactory. fromCode(String codeString)AuditEvent.AuditEventSeverityAuditEvent. getSeverity()static AuditEvent.AuditEventSeverityAuditEvent.AuditEventSeverity. valueOf(String name)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.AuditEventSeverity Modifier and Type Method Description Enumeration<AuditEvent.AuditEventSeverity>AuditEvent.AuditEventSeverityEnumFactory. fromType(Base code)Enumeration<AuditEvent.AuditEventSeverity>AuditEvent. getSeverityElement()Methods in org.hl7.fhir.r5.model with parameters of type AuditEvent.AuditEventSeverity Modifier and Type Method Description AuditEventAuditEvent. setSeverity(AuditEvent.AuditEventSeverity value)StringAuditEvent.AuditEventSeverityEnumFactory. toCode(AuditEvent.AuditEventSeverity code)StringAuditEvent.AuditEventSeverityEnumFactory. toSystem(AuditEvent.AuditEventSeverity code)Method parameters in org.hl7.fhir.r5.model with type arguments of type AuditEvent.AuditEventSeverity Modifier and Type Method Description AuditEventAuditEvent. setSeverityElement(Enumeration<AuditEvent.AuditEventSeverity> value)
-