Uses of Enum
org.hl7.fhir.r4.model.OperationOutcome.IssueType
Packages that use OperationOutcome.IssueType
-
Uses of OperationOutcome.IssueType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type OperationOutcome.IssueTypeModifier and TypeFieldDescriptionprotected Enumeration<OperationOutcome.IssueType>OperationOutcome.OperationOutcomeIssueComponent.codeDescribes the type of the issue.Methods in org.hl7.fhir.r4.model that return OperationOutcome.IssueTypeModifier and TypeMethodDescriptionstatic OperationOutcome.IssueTypeOperationOutcome.OperationOutcomeIssueComponent.getCode()static OperationOutcome.IssueTypeReturns the enum constant of this type with the specified name.static OperationOutcome.IssueType[]OperationOutcome.IssueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type OperationOutcome.IssueTypeModifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.getCodeElement()Methods in org.hl7.fhir.r4.model with parameters of type OperationOutcome.IssueTypeModifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.setCode(OperationOutcome.IssueType value) OperationOutcome.IssueTypeEnumFactory.toCode(OperationOutcome.IssueType code) OperationOutcome.IssueTypeEnumFactory.toSystem(OperationOutcome.IssueType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type OperationOutcome.IssueTypeModifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.setCodeElement(Enumeration<OperationOutcome.IssueType> value)