| Package | Description |
|---|---|
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.terminologies |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<OperationOutcome.IssueSeverity> |
OperationOutcome.OperationOutcomeIssueComponent.severity
Indicates whether the issue indicates a variation from successful processing.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationOutcome.IssueSeverity |
OperationOutcome.IssueSeverity.fromCode(String codeString) |
OperationOutcome.IssueSeverity |
OperationOutcome.IssueSeverityEnumFactory.fromCode(String codeString) |
OperationOutcome.IssueSeverity |
OperationOutcome.OperationOutcomeIssueComponent.getSeverity() |
static OperationOutcome.IssueSeverity |
OperationOutcome.IssueSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationOutcome.IssueSeverity[] |
OperationOutcome.IssueSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<OperationOutcome.IssueSeverity> |
OperationOutcome.IssueSeverityEnumFactory.fromType(Base code) |
Enumeration<OperationOutcome.IssueSeverity> |
OperationOutcome.OperationOutcomeIssueComponent.getSeverityElement() |
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome.OperationOutcomeIssueComponent |
OperationOutcome.OperationOutcomeIssueComponent.setSeverity(OperationOutcome.IssueSeverity value) |
String |
OperationOutcome.IssueSeverityEnumFactory.toCode(OperationOutcome.IssueSeverity code) |
String |
OperationOutcome.IssueSeverityEnumFactory.toSystem(OperationOutcome.IssueSeverity code) |
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome.OperationOutcomeIssueComponent |
OperationOutcome.OperationOutcomeIssueComponent.setSeverityElement(Enumeration<OperationOutcome.IssueSeverity> value) |
| Constructor and Description |
|---|
OperationOutcomeIssueComponent(Enumeration<OperationOutcome.IssueSeverity> severity,
Enumeration<OperationOutcome.IssueType> code)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome.IssueSeverity |
ITerminologyServices.ValidationResult.getSeverity() |
| Constructor and Description |
|---|
ValidationResult(OperationOutcome.IssueSeverity severity,
String message) |
Copyright © 2014–2021 Health Level 7. All rights reserved.