Uses of Class
org.hl7.fhir.r4.model.OperationOutcome.IssueType
-
Packages that use OperationOutcome.IssueType Package Description org.hl7.fhir.r4.model -
-
Uses of OperationOutcome.IssueType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type OperationOutcome.IssueType Modifier and Type Field Description protected Enumeration<OperationOutcome.IssueType>OperationOutcome.OperationOutcomeIssueComponent. codeDescribes the type of the issue.Methods in org.hl7.fhir.r4.model that return OperationOutcome.IssueType Modifier and Type Method Description static OperationOutcome.IssueTypeOperationOutcome.IssueType. fromCode(String codeString)OperationOutcome.IssueTypeOperationOutcome.IssueTypeEnumFactory. fromCode(String codeString)OperationOutcome.IssueTypeOperationOutcome.OperationOutcomeIssueComponent. getCode()static OperationOutcome.IssueTypeOperationOutcome.IssueType. valueOf(String name)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.r4.model that return types with arguments of type OperationOutcome.IssueType Modifier and Type Method Description Enumeration<OperationOutcome.IssueType>OperationOutcome.IssueTypeEnumFactory. fromType(Base code)Enumeration<OperationOutcome.IssueType>OperationOutcome.OperationOutcomeIssueComponent. getCodeElement()Methods in org.hl7.fhir.r4.model with parameters of type OperationOutcome.IssueType Modifier and Type Method Description OperationOutcome.OperationOutcomeIssueComponentOperationOutcome.OperationOutcomeIssueComponent. setCode(OperationOutcome.IssueType value)StringOperationOutcome.IssueTypeEnumFactory. toCode(OperationOutcome.IssueType code)StringOperationOutcome.IssueTypeEnumFactory. toSystem(OperationOutcome.IssueType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type OperationOutcome.IssueType Modifier and Type Method Description OperationOutcome.OperationOutcomeIssueComponentOperationOutcome.OperationOutcomeIssueComponent. setCodeElement(Enumeration<OperationOutcome.IssueType> value)
-