|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.validation.impl.SizeRule
ca.uhn.hl7v2.validation.impl.WithdrawnDatatypeRule
public class WithdrawnDatatypeRule
Validation Rule which will not accept any content (i.e. length must be 0).
This class is expected to be used for withdrawn fields/components, and will provide a failure description indicating that the type is withdrawn.
If you wish to disable this rule globally, invoke the following code:
System.setProperty(ca.uhn.hl7v2.validation.impl.WithdrawnDatatypeRule.PROP_DISABLE_RULE, "true");
Note that this property is only checked the first time the class is loaded (i.e. not at runtime). To disable for an individual parser at runtime, call
parser.setValidationContext(new NoValidation());
| Field Summary | |
|---|---|
static String |
PROP_DISABLE_RULE
Set the value of a system property to "true" to disable this rule globally. |
| Constructor Summary | |
|---|---|
WithdrawnDatatypeRule()
Constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns a text description of the rule. |
| Methods inherited from class ca.uhn.hl7v2.validation.impl.SizeRule |
|---|
correct, getSectionReference, test |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_DISABLE_RULE
| Constructor Detail |
|---|
public WithdrawnDatatypeRule()
| Method Detail |
|---|
public String getDescription()
getDescription in interface RulegetDescription in class SizeRuleRule.getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||