Uses of Enum
org.hl7.fhir.r4.model.DetectedIssue.DetectedIssueSeverity
-
Uses of DetectedIssue.DetectedIssueSeverity in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<DetectedIssue.DetectedIssueSeverity> DetectedIssue.severity
Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.Modifier and TypeMethodDescriptionDetectedIssue.getSeverity()
Returns the enum constant of this type with the specified name.static DetectedIssue.DetectedIssueSeverity[]
DetectedIssue.DetectedIssueSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDetectedIssue.DetectedIssueSeverityEnumFactory.fromType
(PrimitiveType<?> code) DetectedIssue.getSeverityElement()
Modifier and TypeMethodDescriptionDetectedIssue.setSeverity
(DetectedIssue.DetectedIssueSeverity value) DetectedIssue.DetectedIssueSeverityEnumFactory.toCode
(DetectedIssue.DetectedIssueSeverity code) DetectedIssue.DetectedIssueSeverityEnumFactory.toSystem
(DetectedIssue.DetectedIssueSeverity code) Modifier and TypeMethodDescriptionDetectedIssue.setSeverityElement
(Enumeration<DetectedIssue.DetectedIssueSeverity> value)