
Uses of Enum
org.hl7.fhir.dstu2.model.OperationOutcome.IssueType
Packages that use OperationOutcome.IssueType
-
Uses of OperationOutcome.IssueType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type OperationOutcome.IssueTypeModifier and TypeFieldDescriptionprotected Enumeration
<OperationOutcome.IssueType> OperationOutcome.OperationOutcomeIssueComponent.code
Describes the type of the issue.Methods in org.hl7.fhir.dstu2.model that return OperationOutcome.IssueTypeModifier and TypeMethodDescriptionstatic OperationOutcome.IssueType
OperationOutcome.OperationOutcomeIssueComponent.getCode()
static OperationOutcome.IssueType
Returns 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.dstu2.model that return types with arguments of type OperationOutcome.IssueTypeModifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.getCodeElement()
Methods in org.hl7.fhir.dstu2.model with parameters of type OperationOutcome.IssueTypeModifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.setCode
(OperationOutcome.IssueType value) OperationOutcome.IssueTypeEnumFactory.toCode
(OperationOutcome.IssueType code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type OperationOutcome.IssueTypeModifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.setCodeElement
(Enumeration<OperationOutcome.IssueType> value)