Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.validation | |
ca.uhn.hl7v2.validation.builder | |
ca.uhn.hl7v2.validation.impl |
Modifier and Type | Method and Description |
---|---|
Severity |
AbstractHL7Exception.getSeverity() |
static Severity |
Severity.severityFor(String code)
Returns the Severity for the given string
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHL7Exception.setSeverity(Severity severity) |
Modifier and Type | Method and Description |
---|---|
Severity |
CollectingValidationExceptionHandler.getMinimumSeverityToCollect() |
Modifier and Type | Method and Description |
---|---|
void |
CollectingValidationExceptionHandler.setMinimumSeverityToCollect(Severity minimumSeverityToCollect)
Set the minimum severity to be added to the list of exceptions.
|
Constructor and Description |
---|
ValidationException(String msg,
Severity severity) |
ValidationException(String message,
Throwable cause,
Severity severity) |
ValidationException(Throwable cause,
Severity severity) |
Modifier and Type | Method and Description |
---|---|
S |
RuleTypeBuilder.severity(Severity severity)
Sets the severity of the rule
|
Modifier and Type | Method and Description |
---|---|
Severity |
RuleSupport.getSeverity() |
Modifier and Type | Method and Description |
---|---|
void |
RuleSupport.setSeverity(Severity severity) |
Copyright © 2001–2017 University Health Network. All rights reserved.