
Uses of Enum
org.hl7.fhir.r5.terminologies.utilities.ValueSetProcessBase.OpIssueCode
Packages that use ValueSetProcessBase.OpIssueCode
Package
Description
-
Uses of ValueSetProcessBase.OpIssueCode in org.hl7.fhir.r5.terminologies.utilities
Methods in org.hl7.fhir.r5.terminologies.utilities that return ValueSetProcessBase.OpIssueCodeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ValueSetProcessBase.OpIssueCode[]
ValueSetProcessBase.OpIssueCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.terminologies.utilities with parameters of type ValueSetProcessBase.OpIssueCodeModifier and TypeMethodDescriptionValueSetProcessBase.makeIssue
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, OperationOutcome.IssueType type, String location, String message, ValueSetProcessBase.OpIssueCode code, String server) -
Uses of ValueSetProcessBase.OpIssueCode in org.hl7.fhir.r5.terminologies.validation
Methods in org.hl7.fhir.r5.terminologies.validation that return ValueSetProcessBase.OpIssueCodeConstructors in org.hl7.fhir.r5.terminologies.validation with parameters of type ValueSetProcessBase.OpIssueCodeModifierConstructorDescriptionprotected
StringWithCode
(ValueSetProcessBase.OpIssueCode code, String message)