public class ShortPatientFormValidator
extends java.lang.Object
implements org.springframework.validation.Validator
NewPatientFormController| Constructor and Description | 
|---|
ShortPatientFormValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
supports(java.lang.Class c)
Returns whether or not this validator supports validating a given class. 
 | 
void | 
validate(java.lang.Object obj,
        org.springframework.validation.Errors errors)
Validates the given Patient. 
 | 
public boolean supports(java.lang.Class c)
supports in interface org.springframework.validation.Validatorc - The class to check for support.Validator.supports(java.lang.Class)public void validate(java.lang.Object obj,
                     org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorobj - The patient to validate.errors - The patient to validate.Validator.validate(java.lang.Object,
      org.springframework.validation.Errors)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.