![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r5.model.DetectedIssue.DetectedIssueSeverity
Packages that use DetectedIssue.DetectedIssueSeverity
-
Uses of DetectedIssue.DetectedIssueSeverity in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DetectedIssue.DetectedIssueSeverityModifier 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.Methods in org.hl7.fhir.r5.model that return DetectedIssue.DetectedIssueSeverityModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type DetectedIssue.DetectedIssueSeverityModifier and TypeMethodDescriptionDetectedIssue.DetectedIssueSeverityEnumFactory.fromType
(PrimitiveType<?> code) DetectedIssue.getSeverityElement()
Methods in org.hl7.fhir.r5.model with parameters of type DetectedIssue.DetectedIssueSeverityModifier and TypeMethodDescriptionDetectedIssue.setSeverity
(DetectedIssue.DetectedIssueSeverity value) DetectedIssue.DetectedIssueSeverityEnumFactory.toCode
(DetectedIssue.DetectedIssueSeverity code) DetectedIssue.DetectedIssueSeverityEnumFactory.toSystem
(DetectedIssue.DetectedIssueSeverity code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DetectedIssue.DetectedIssueSeverityModifier and TypeMethodDescriptionDetectedIssue.setSeverityElement
(Enumeration<DetectedIssue.DetectedIssueSeverity> value)